:root{
    --pink:#df1467;
    --pink-dark:#ae0c4d;
    --black:#111014;
    --ink:#272227;
    --muted:#736b70;
    --cream:#fcf7f9;
    --soft:#f8edf2;
    --line:#eadde3;
    --white:#fff;
    --green:#25D366;
    --max:1240px;
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    background:#fff;
    color:var(--ink);
    font-family:Arial,Helvetica,sans-serif;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
}

img{
    max-width:100%;
    display:block;
}

a{
    color:inherit;
    text-decoration:none;
}

button,
input,
select,
textarea{
    font:inherit;
}

.shell{
    width:min(var(--max),calc(100% - 48px));
    margin:auto;
}


.topbar{
    background:var(--black);
    color:#ddd5d9;
    font-size:12px;
}

.topbar-inner{
    min-height:36px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.topbar-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.topbar a:hover{
    color:#fff;
}

.dot{
    width:3px;
    height:3px;
    background:var(--pink);
    border-radius:50%;
}


.header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(234,221,227,.9);
}

.header-inner{
    height:88px;
    display:flex;
    align-items:center;
}

.logo-wrap{
    width:185px;
    margin-right:auto;
}

.logo-wrap img{
    width:100%;
    height:72px;
    object-fit:contain;
    object-position:left center;
}

.desktop-nav{
    display:flex;
    align-items:center;
    gap:28px;
    font-size:14px;
    font-weight:700;
}

.desktop-nav a{
    transition:.2s;
}

.desktop-nav a:hover{
    color:var(--pink);
}

.header-cta{
    margin-left:30px;
    padding:12px 21px;
    background:var(--pink);
    color:#fff;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
}

.menu-btn{
    display:none;
    border:0;
    background:none;
    width:38px;
    height:38px;
    padding:7px;
}

.menu-btn span{
    height:2px;
    background:#111;
    display:block;
    margin:5px 0;
}

.mobile-nav{
    display:none;
}


.hero{
    min-height:690px;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
    color:#fff;
}

.hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(13,8,11,.92) 0%,
            rgba(13,8,11,.80) 40%,
            rgba(13,8,11,.26) 100%
        );
}

.hero-inner{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 350px;
    gap:80px;
    align-items:center;
}

.hero-copy{
    max-width:730px;
}

.eyebrow{
    display:inline-block;
    margin-bottom:15px;
    color:var(--pink);
    text-transform:uppercase;
    letter-spacing:.17em;
    font-size:11px;
    font-weight:900;
}

.eyebrow.light{
    color:#ff8fbd;
}

.hero h1{
    margin:0;
    font-size:clamp(52px,6vw,82px);
    line-height:.96;
    letter-spacing:-.055em;
}

.hero h1 span{
    display:block;
    color:#ff5da2;
}

.hero-copy > p{
    max-width:660px;
    margin:28px 0 0;
    color:#e1dadd;
    font-size:18px;
    line-height:1.7;
}

.hero-actions{
    display:flex;
    gap:12px;
    margin-top:34px;
}

.btn{
    min-height:50px;
    padding:0 23px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:999px;
    font-weight:800;
    cursor:pointer;
}

.btn-primary{
    background:var(--pink);
    color:#fff;
}

.btn-primary:hover{
    background:var(--pink-dark);
}

.btn-glass{
    color:#fff;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(255,255,255,.08);
}

.hero-card{
    padding:30px;
    background:rgba(255,255,255,.11);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.25);
    border-radius:26px;
}

.hero-card-label{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.14em;
    color:#ffd1e4;
    font-weight:900;
}

.hero-card > strong{
    display:block;
    margin-top:15px;
    font-size:72px;
    line-height:1;
}

.hero-card > p{
    color:#e4dce0;
    font-size:14px;
}

.mini-stats{
    margin-top:22px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
}

.mini-stats span{
    border-top:1px solid rgba(255,255,255,.25);
    padding-top:11px;
    font-size:10px;
    color:#ddd5d9;
}

.mini-stats b{
    display:block;
    font-size:17px;
    color:#fff;
}


.intro-strip{
    background:var(--pink);
    color:#fff;
}

.intro-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.intro-grid > div{
    min-height:115px;
    padding:25px 22px;
    border-right:1px solid rgba(255,255,255,.18);
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.intro-grid > div:last-child{
    border-right:0;
}

.intro-grid span{
    font-size:10px;
    opacity:.7;
}

.intro-grid strong{
    margin-top:3px;
    font-size:16px;
}

.intro-grid small{
    margin-top:3px;
    opacity:.72;
}


.section{
    padding:110px 0;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.about-image-wrap{
    position:relative;
}

.about-image-wrap > img{
    width:100%;
    height:580px;
    object-fit:cover;
    border-radius:34px;
}

.about-badge{
    position:absolute;
    right:-20px;
    bottom:35px;
    width:165px;
    height:165px;
    border-radius:50%;
    background:var(--pink);
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 25px 60px rgba(223,20,103,.32);
}

.about-badge strong{
    font-size:18px;
}

.about-badge span{
    font-size:13px;
}

h2{
    margin:0;
    font-size:clamp(38px,4vw,58px);
    line-height:1.04;
    letter-spacing:-.045em;
    color:#171317;
}

.about-copy .lead{
    margin-top:28px;
    font-size:20px;
    color:#484147;
}

.about-copy p{
    color:var(--muted);
    font-size:16px;
}

.text-link{
    display:inline-block;
    margin-top:16px;
    color:var(--pink);
    font-weight:900;
}


.beneficiaries{
    background:var(--cream);
}

.section-title{
    max-width:760px;
    margin-bottom:50px;
}

.section-title.center{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.section-title p{
    color:var(--muted);
    font-size:17px;
}

.audience-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.audience-card{
    background:#fff;
    overflow:hidden;
    border-radius:28px;
    border:1px solid var(--line);
    box-shadow:0 16px 40px rgba(31,17,25,.05);
}

.audience-image{
    height:280px;
}

.audience-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.audience-copy{
    padding:28px;
}

.audience-copy > span{
    color:var(--pink);
    font-size:11px;
    font-weight:900;
}

.audience-copy h3{
    margin:10px 0;
    font-size:28px;
}

.audience-copy p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}


.programs{
    background:#171317;
    color:#fff;
}

.program-heading{
    display:grid;
    grid-template-columns:1fr 410px;
    gap:80px;
    align-items:end;
    margin-bottom:55px;
}

.program-heading h2{
    color:#fff;
}

.program-heading > p{
    color:#bcb2b7;
}

.program-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1px;
    background:#3a3035;
    border:1px solid #3a3035;
}

.program-list article{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:20px;
    min-height:205px;
    padding:35px;
    background:#171317;
}

.program-list > article > span{
    color:#ff6ca8;
    font-size:12px;
    font-weight:900;
}

.program-list h3{
    margin:0 0 12px;
    font-size:23px;
}

.program-list p{
    margin:0;
    color:#aaa0a5;
    font-size:14px;
}


.visual-story{
    background:var(--pink);
    color:#fff;
}

.visual-story-grid{
    min-height:620px;
    display:grid;
    grid-template-columns:43% 57%;
}

.visual-copy{
    padding:100px 80px 100px 0;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.visual-copy h2{
    color:#fff;
    font-size:70px;
}

.visual-copy p{
    color:#ffe0ec;
    font-size:17px;
}

.visual-image{
    min-height:620px;
}

.visual-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.impact-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.impact-grid div{
    padding:34px;
    border:1px solid var(--line);
    border-radius:24px;
}

.impact-grid strong{
    display:block;
    font-size:55px;
    line-height:1;
    color:var(--pink);
}

.impact-grid span{
    display:block;
    margin-top:12px;
    font-weight:800;
}

.impact-grid .featured{
    background:var(--pink);
    border-color:var(--pink);
    color:#fff;
}

.impact-grid .featured strong{
    color:#fff;
}

.result-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:35px;
}

.result-grid div{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:700;
}

.result-grid i{
    width:10px;
    height:10px;
    background:var(--pink);
    border-radius:50%;
}


.partners-section{
    padding:45px 0 110px;
}

.partners-box{
    padding:65px;
    border-radius:36px;
    background:
        radial-gradient(circle at 85% 5%,#f768a5,transparent 26%),
        linear-gradient(135deg,#d20f60,#a30c4b);
    color:#fff;
    display:grid;
    grid-template-columns:1fr 300px;
    gap:80px;
    align-items:center;
}

.partners-box h2{
    color:#fff;
}

.partners-box p{
    color:#ffe1ec;
    max-width:700px;
}

.partners-action{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
}

.btn-white{
    background:#fff;
    color:var(--pink);
}

.partners-action span{
    font-size:13px;
}


.contact-grid{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:90px;
}

.contact-info > p{
    color:var(--muted);
    max-width:540px;
}

.contact-items{
    display:flex;
    flex-direction:column;
    margin-top:35px;
}

.contact-items a{
    padding:17px 0;
    border-bottom:1px solid var(--line);
}

.contact-items small{
    display:block;
    text-transform:uppercase;
    color:#9b9096;
    font-size:9px;
    font-weight:900;
    letter-spacing:.12em;
}

.contact-items strong{
    display:block;
    margin-top:3px;
}

.hq-card{
    margin-top:30px;
    padding:22px;
    background:var(--soft);
    border-radius:18px;
}

.hq-card small,
.hq-card strong,
.hq-card a{
    display:block;
}

.hq-card small{
    color:var(--pink);
    text-transform:uppercase;
    font-size:9px;
    letter-spacing:.13em;
    font-weight:900;
}

.hq-card strong{
    margin-top:4px;
}

.hq-card a{
    margin-top:10px;
    color:var(--pink);
    font-size:13px;
    font-weight:800;
}

.contact-form{
    padding:35px;
    background:var(--cream);
    border:1px solid var(--line);
    border-radius:28px;
}

.form-heading{
    margin-bottom:25px;
}

.form-heading strong,
.form-heading span{
    display:block;
}

.form-heading strong{
    font-size:24px;
}

.form-heading span{
    color:var(--muted);
    font-size:13px;
}

.field-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

label{
    display:block;
    margin-bottom:16px;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}

input,
select,
textarea{
    width:100%;
    margin-top:7px;
    padding:13px 14px;
    border:1px solid #ddcdd4;
    border-radius:11px;
    background:#fff;
    outline:none;
    text-transform:none;
    letter-spacing:0;
}

input:focus,
select:focus,
textarea:focus{
    border-color:var(--pink);
    box-shadow:0 0 0 3px rgba(223,20,103,.08);
}


.location-section{
    padding:60px 0;
    background:var(--soft);
}

.location-grid{
    display:grid;
    grid-template-columns:1fr 300px 200px;
    gap:20px;
    align-items:stretch;
}

.location-copy,
.live-card,
.calendar-card{
    padding:28px;
    background:#fff;
    border-radius:22px;
    border:1px solid var(--line);
}

.location-copy h2{
    font-size:36px;
}

.location-copy a{
    display:inline-block;
    margin-top:15px;
    color:var(--pink);
    font-weight:900;
}

.live-card small,
.live-card strong,
.live-card span,
.live-card em,
.calendar-card small,
.calendar-card strong,
.calendar-card span{
    display:block;
}

.live-card small,
.calendar-card small{
    color:var(--pink);
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:9px;
    font-weight:900;
}

.live-card strong{
    margin-top:12px;
    color:#171317;
    font-size:32px;
}

.live-card span{
    color:var(--muted);
    font-size:13px;
}

.live-card em{
    margin-top:7px;
    color:#aaa0a5;
    font-size:10px;
    font-style:normal;
}

.calendar-card{
    text-align:center;
}

.calendar-card strong{
    margin-top:4px;
    font-size:65px;
    line-height:1;
    color:var(--pink);
}

.calendar-card span{
    margin-top:6px;
    font-weight:900;
}


.footer{
    padding:65px 0 25px;
    background:#111014;
    color:#fff;
}

.footer-main{
    display:grid;
    grid-template-columns:1.5fr .7fr 1fr;
    gap:80px;
}

.footer-brand img{
    width:200px;
    height:110px;
    object-fit:contain;
    object-position:left center;
    background:#fff;
    padding:10px;
    border-radius:15px;
}

.footer-brand p{
    color:#aaa0a5;
    font-size:13px;
}

.footer-links{
    display:flex;
    flex-direction:column;
    gap:9px;
}

.footer-links strong{
    margin-bottom:8px;
}

.footer-links a{
    color:#aaa0a5;
    font-size:13px;
}

.footer-links a:hover{
    color:#fff;
}

.footer-bottom{
    margin-top:45px;
    padding-top:20px;
    border-top:1px solid #292328;
    display:flex;
    justify-content:space-between;
    color:#777075;
    font-size:11px;
}


.whatsapp-button{
    position:fixed;
    right:25px;
    bottom:24px;
    z-index:150;
    width:62px;
    height:62px;
    padding:14px;
    border:0;
    border-radius:50%;
    background:var(--green);
    color:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
    cursor:pointer;
}

.whatsapp-button svg{
    width:100%;
    height:100%;
}

.whatsapp-panel{
    position:fixed;
    right:25px;
    bottom:99px;
    z-index:160;
    width:min(390px,calc(100vw - 30px));
    background:#fff;
    border-radius:23px;
    box-shadow:0 25px 80px rgba(0,0,0,.23);
    overflow:hidden;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.22s;
}

.whatsapp-panel.open{
    opacity:1;
    visibility:visible;
    transform:none;
}

.wa-head{
    min-height:78px;
    padding:15px 16px;
    background:#075e54;
    color:#fff;
    display:flex;
    align-items:center;
    gap:12px;
}

.wa-avatar{
    width:46px;
    height:46px;
    background:#fff;
    border-radius:50%;
    padding:4px;
    overflow:hidden;
}

.wa-avatar img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.wa-head > div:nth-child(2){
    flex:1;
}

.wa-head strong,
.wa-head span{
    display:block;
}

.wa-head span{
    font-size:11px;
    color:#bcded7;
}

.wa-head button{
    border:0;
    background:none;
    color:#fff;
    font-size:26px;
    cursor:pointer;
}

.wa-chat{
    padding:18px;
    background:#f1eee9;
}

.wa-bubble{
    width:90%;
    padding:13px 15px;
    background:#fff;
    border-radius:4px 15px 15px;
    margin-bottom:18px;
    box-shadow:0 3px 12px rgba(0,0,0,.05);
}

.wa-bubble p{
    margin:4px 0 0;
    font-size:13px;
}

.wa-chat label{
    text-transform:none;
    letter-spacing:0;
    font-size:11px;
}

.wa-chat input,
.wa-chat select,
.wa-chat textarea{
    background:#fff;
}

.wa-send{
    width:100%;
    min-height:48px;
    border:0;
    border-radius:999px;
    background:var(--green);
    color:#fff;
    font-weight:900;
    cursor:pointer;
}


@media(max-width:1050px){

    .desktop-nav,
    .header-cta{
        display:none;
    }

    .menu-btn{
        display:block;
    }

    .mobile-nav{
        position:absolute;
        top:88px;
        left:24px;
        right:24px;
        padding:20px;
        background:#fff;
        border:1px solid var(--line);
        border-radius:18px;
        box-shadow:0 18px 55px rgba(0,0,0,.12);
        flex-direction:column;
    }

    .mobile-nav.open{
        display:flex;
    }

    .mobile-nav a{
        padding:10px 4px;
        border-bottom:1px solid var(--line);
        font-weight:800;
    }

    .hero-inner{
        grid-template-columns:1fr;
        gap:40px;
    }

    .hero-card{
        max-width:420px;
    }

    .about-grid,
    .program-heading,
    .contact-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .audience-grid{
        grid-template-columns:1fr 1fr;
    }

    .visual-story-grid{
        grid-template-columns:1fr;
    }

    .visual-copy{
        padding:80px 0;
    }

    .visual-image{
        min-height:420px;
    }

    .impact-grid{
        grid-template-columns:1fr 1fr;
    }

    .partners-box{
        grid-template-columns:1fr;
        gap:35px;
    }

    .location-grid{
        grid-template-columns:1fr 1fr;
    }

    .location-copy{
        grid-column:1/-1;
    }

}


@media(max-width:700px){

    .shell{
        width:min(100% - 28px,var(--max));
    }

    .topbar-right{
        display:none;
    }

    .topbar-left{
        width:100%;
        justify-content:center;
    }

    .header-inner{
        height:75px;
    }

    .logo-wrap{
        width:145px;
    }

    .logo-wrap img{
        height:60px;
    }

    .mobile-nav{
        top:75px;
        left:14px;
        right:14px;
    }

    .hero{
        min-height:760px;
    }

    .hero-overlay{
        background:rgba(12,8,11,.76);
    }

    .hero h1{
        font-size:48px;
    }

    .hero-copy > p{
        font-size:16px;
    }

    .hero-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .intro-grid{
        grid-template-columns:1fr 1fr;
    }

    .intro-grid > div{
        border-bottom:1px solid rgba(255,255,255,.18);
    }

    .section{
        padding:75px 0;
    }

    .about-image-wrap > img{
        height:430px;
    }

    .about-badge{
        right:15px;
        width:130px;
        height:130px;
    }

    .audience-grid,
    .program-list,
    .impact-grid,
    .result-grid,
    .field-grid,
    .location-grid,
    .footer-main{
        grid-template-columns:1fr;
    }

    .program-list article{
        grid-template-columns:45px 1fr;
    }

    .visual-copy h2{
        font-size:55px;
    }

    .partners-box{
        padding:35px 25px;
        border-radius:25px;
    }

    .contact-form{
        padding:24px;
    }

    .footer-main{
        gap:35px;
    }

    .footer-bottom{
        flex-direction:column;
        gap:5px;
    }

    .whatsapp-button{
        right:15px;
        bottom:15px;
    }

    .whatsapp-panel{
        right:15px;
        bottom:87px;
    }

}


@media(min-width:1600px){

    :root{
        --max:1420px;
    }

    .hero{
        min-height:780px;
    }

    .hero-inner{
        grid-template-columns:1fr 390px;
    }

}


/* =========================================================
   GoG HOME OF HOPE — UI STRUCTURE V3
   Layout correction: mobile / tablet / desktop / wide
   ========================================================= */

html{
    overflow-x:hidden;
}

body{
    min-width:320px;
    overflow-x:hidden;
}

section{
    position:relative;
}


/* ---------- GLOBAL TYPOGRAPHY ---------- */

body{
    font-size:16px;
}

p{
    line-height:1.72;
}

h1,
h2,
h3{
    text-wrap:balance;
}


/* ---------- TOPBAR ---------- */

.topbar{
    min-height:38px;
}

.topbar-inner{
    min-height:38px;
}


/* ---------- HEADER ---------- */

.header{
    box-shadow:0 3px 18px rgba(20,10,16,.04);
}

.header-inner{
    height:92px;
}

.logo-wrap{
    width:150px;
    height:78px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex:0 0 auto;
    overflow:hidden;
}

.logo-wrap img{
    display:block;
    width:auto;
    max-width:145px;
    height:74px;
    max-height:74px;
    object-fit:contain;
    object-position:left center;
}

.desktop-nav{
    margin-left:auto;
}

.header-cta{
    flex:0 0 auto;
}


/* ---------- HERO ---------- */

.hero{
    min-height:660px;
}

.hero-bg{
    object-position:center 42%;
}

.hero-inner{
    min-height:660px;
    padding-top:55px;
    padding-bottom:55px;
}

.hero-copy{
    max-width:760px;
}

.hero h1{
    max-width:760px;
    font-size:clamp(52px,5.6vw,80px);
}

.hero-copy > p{
    max-width:620px;
    font-size:18px;
}

.hero-card{
    align-self:center;
    max-width:355px;
}


/* ---------- STRIP ---------- */

.intro-grid > div{
    min-height:122px;
}


/* ---------- SECTION STANDARD ---------- */

.section{
    padding:105px 0;
}

.section-title{
    margin-bottom:52px;
}


/* ---------- ABOUT ---------- */

.about-grid{
    gap:78px;
}

.about-image-wrap{
    min-width:0;
}

.about-image-wrap > img{
    height:560px;
    object-position:center;
}

.about-copy{
    min-width:0;
}


/* ---------- BENEFICIARIES ---------- */

.audience-grid{
    align-items:stretch;
}

.audience-card{
    display:flex;
    flex-direction:column;
    min-width:0;
}

.audience-image{
    height:290px;
}

.audience-copy{
    flex:1;
}


/* ---------- PROGRAMS ---------- */

.program-list article{
    min-height:215px;
}

.program-list p{
    max-width:480px;
}


/* ---------- VISUAL STORY ---------- */

.visual-story-grid{
    align-items:stretch;
}

.visual-image img{
    object-position:center;
}


/* ---------- IMPACT ---------- */

.impact-grid div{
    min-height:155px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}


/* ---------- CONTACT ---------- */

.contact-info,
.contact-form{
    min-width:0;
}


/* ---------- LOCATION ---------- */

.location-grid{
    align-items:stretch;
}


/* ---------- FOOTER ---------- */

.footer-brand{
    min-width:0;
}

.footer-brand img{
    width:auto;
    max-width:155px;
    height:95px;
    max-height:95px;
    padding:8px;
    object-fit:contain;
    background:#fff;
}

.footer-brand p{
    max-width:310px;
}


/* ---------- WHATSAPP ---------- */

.whatsapp-panel{
    max-height:calc(100vh - 120px);
    overflow-y:auto;
}


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

@media (max-width:1050px){

    .header-inner{
        height:82px;
    }

    .logo-wrap{
        width:132px;
        height:70px;
    }

    .logo-wrap img{
        width:auto;
        max-width:128px;
        height:65px;
        max-height:65px;
    }

    .mobile-nav{
        top:82px;
    }

    .hero{
        min-height:auto;
    }

    .hero-inner{
        min-height:0;
        padding-top:85px;
        padding-bottom:70px;
        grid-template-columns:1fr;
        gap:38px;
    }

    .hero-card{
        width:100%;
        max-width:520px;
    }

    .about-grid{
        gap:55px;
    }

    .about-image-wrap > img{
        height:500px;
    }

    .audience-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .program-heading{
        gap:30px;
    }

    .visual-story-grid{
        min-height:auto;
    }

    .visual-copy{
        padding:75px 0;
    }

    .visual-image{
        min-height:460px;
    }

    .footer-main{
        gap:45px;
    }
}


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

@media (max-width:700px){

    body{
        font-size:15px;
    }

    .shell{
        width:calc(100% - 30px);
    }


    /* TOPBAR */

    .topbar{
        display:none;
    }


    /* HEADER */

    .header-inner{
        height:74px;
    }

    .logo-wrap{
        width:110px;
        height:64px;
    }

    .logo-wrap img{
        width:auto;
        max-width:106px;
        height:59px;
        max-height:59px;
    }

    .menu-btn{
        margin-left:auto;
        flex:0 0 40px;
    }

    .mobile-nav{
        top:74px;
        left:15px;
        right:15px;
        padding:14px 18px;
        border-radius:16px;
    }

    .mobile-nav a{
        min-height:46px;
        display:flex;
        align-items:center;
    }


    /* HERO */

    .hero{
        min-height:auto;
    }

    .hero-bg{
        object-position:58% center;
    }

    .hero-overlay{
        background:
            linear-gradient(
                180deg,
                rgba(14,8,12,.83) 0%,
                rgba(14,8,12,.78) 60%,
                rgba(14,8,12,.90) 100%
            );
    }

    .hero-inner{
        min-height:0;
        padding-top:72px;
        padding-bottom:55px;
        gap:30px;
    }

    .hero-copy{
        width:100%;
    }

    .hero h1{
        max-width:100%;
        font-size:clamp(39px,12vw,52px);
        line-height:1.00;
        letter-spacing:-.045em;
    }

    .hero-copy > p{
        margin-top:22px;
        max-width:100%;
        font-size:16px;
        line-height:1.65;
    }

    .hero-actions{
        margin-top:27px;
        display:grid;
        grid-template-columns:1fr;
        gap:10px;
    }

    .hero-actions .btn{
        width:100%;
        min-height:51px;
    }

    .hero-card{
        width:100%;
        max-width:none;
        padding:24px;
        border-radius:22px;
    }

    .hero-card > strong{
        font-size:58px;
    }

    .mini-stats{
        gap:6px;
    }


    /* INTRO STRIP */

    .intro-grid{
        grid-template-columns:1fr 1fr;
    }

    .intro-grid > div{
        min-height:105px;
        padding:20px 16px;
    }

    .intro-grid strong{
        font-size:14px;
    }

    .intro-grid small{
        font-size:10px;
        line-height:1.35;
    }


    /* STANDARD SECTIONS */

    .section{
        padding:70px 0;
    }

    h2{
        font-size:clamp(32px,9.6vw,42px);
        line-height:1.05;
    }

    .section-title{
        margin-bottom:35px;
    }

    .section-title p{
        font-size:15px;
    }


    /* ABOUT */

    .about-grid{
        grid-template-columns:1fr;
        gap:42px;
    }

    .about-image-wrap > img{
        width:100%;
        height:390px;
        border-radius:24px;
    }

    .about-badge{
        width:112px;
        height:112px;
        right:12px;
        bottom:15px;
    }

    .about-badge strong{
        font-size:14px;
    }

    .about-badge span{
        font-size:11px;
    }

    .about-copy .lead{
        font-size:18px;
    }


    /* WHO WE SERVE */

    .audience-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .audience-image{
        height:255px;
    }

    .audience-copy{
        padding:24px;
    }

    .audience-copy h3{
        font-size:25px;
    }

    .audience-copy p{
        font-size:14px;
    }


    /* PROGRAMS */

    .program-heading{
        display:block;
        margin-bottom:35px;
    }

    .program-heading > p{
        margin-top:20px;
    }

    .program-list{
        display:block;
        background:transparent;
        border:0;
    }

    .program-list article{
        min-height:0;
        grid-template-columns:38px 1fr;
        padding:27px 0;
        border-top:1px solid #3d3439;
    }

    .program-list article:last-child{
        border-bottom:1px solid #3d3439;
    }

    .program-list h3{
        font-size:20px;
    }


    /* VISUAL STORY */

    .visual-story-grid{
        display:flex;
        flex-direction:column;
    }

    .visual-copy{
        padding:65px 0 55px;
    }

    .visual-copy h2{
        font-size:54px;
        line-height:.95;
    }

    .visual-image{
        min-height:0;
        height:350px;
        margin-left:-15px;
        margin-right:-15px;
    }


    /* IMPACT */

    .impact-grid{
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .impact-grid div{
        min-height:125px;
        padding:22px;
    }

    .impact-grid strong{
        font-size:43px;
    }

    .impact-grid span{
        font-size:13px;
    }

    .result-grid{
        grid-template-columns:1fr;
        gap:16px;
        margin-top:30px;
    }


    /* PARTNERS */

    .partners-section{
        padding:10px 0 70px;
    }

    .partners-box{
        padding:38px 25px;
        border-radius:24px;
    }

    .partners-box h2{
        font-size:36px;
    }

    .partners-action{
        width:100%;
    }

    .partners-action .btn{
        width:100%;
    }


    /* CONTACT */

    .contact-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .contact-items a{
        padding:15px 0;
    }

    .contact-form{
        padding:23px 18px;
        border-radius:22px;
    }

    .field-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    input,
    select,
    textarea{
        font-size:16px;
    }


    /* LOCATION / CLOCK */

    .location-section{
        padding:50px 0;
    }

    .location-grid{
        grid-template-columns:1fr;
    }

    .location-copy,
    .live-card,
    .calendar-card{
        padding:23px;
    }

    .calendar-card{
        text-align:left;
    }

    .calendar-card strong{
        font-size:54px;
    }


    /* FOOTER */

    .footer{
        padding-top:50px;
    }

    .footer-main{
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer-brand img{
        width:auto;
        max-width:125px;
        height:82px;
        max-height:82px;
    }

    .footer-brand p{
        max-width:280px;
    }

    .footer-bottom{
        margin-top:35px;
        flex-direction:column;
        gap:4px;
    }


    /* WHATSAPP */

    .whatsapp-button{
        width:56px;
        height:56px;
        right:14px;
        bottom:14px;
        padding:12px;
    }

    .whatsapp-panel{
        right:10px;
        left:10px;
        bottom:80px;
        width:auto;
        max-height:calc(100vh - 100px);
    }

}


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

@media (max-width:400px){

    .shell{
        width:calc(100% - 24px);
    }

    .hero h1{
        font-size:39px;
    }

    .intro-grid{
        grid-template-columns:1fr;
    }

    .intro-grid > div{
        min-height:85px;
        border-right:0;
    }

    .impact-grid{
        grid-template-columns:1fr;
    }

    .visual-image{
        margin-left:-12px;
        margin-right:-12px;
    }

}


/* =========================================================
   WIDE SCREEN
   ========================================================= */

@media (min-width:1500px){

    :root{
        --max:1380px;
    }

    .header-inner{
        height:98px;
    }

    .logo-wrap{
        width:165px;
    }

    .logo-wrap img{
        max-width:160px;
        height:80px;
        max-height:80px;
    }

    .hero{
        min-height:760px;
    }

    .hero-inner{
        min-height:760px;
    }

}


/* =========================================================
   GoG HQ LOCATION V2
   Exact official HQ: Dar es Salaam
   ========================================================= */

.gog-hq-section{
    padding:105px 0;
    background:#f8f5f6;
}

.gog-hq-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:50px;
    align-items:end;
    margin-bottom:42px;
}

.gog-hq-heading > div:first-child{
    max-width:760px;
}

.gog-hq-heading h2{
    margin-bottom:20px;
}

.gog-hq-heading p{
    margin:0;
    max-width:720px;
    color:var(--muted);
    font-size:17px;
}

.gog-hq-coordinate{
    min-width:245px;
    padding:20px 22px;
    border-radius:18px;
    background:#fff;
    border:1px solid var(--line);
}

.gog-hq-coordinate small,
.gog-hq-coordinate strong{
    display:block;
}

.gog-hq-coordinate small{
    color:var(--pink);
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-weight:900;
}

.gog-hq-coordinate strong{
    margin-top:7px;
    color:#171317;
    font-size:15px;
}

.gog-hq-grid{
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);
    gap:25px;
    align-items:stretch;
}

.gog-hq-map{
    min-height:465px;
    overflow:hidden;
    border-radius:28px;
    background:#ddd;
    border:1px solid var(--line);
    box-shadow:0 18px 50px rgba(31,17,25,.08);
}

.gog-hq-map iframe{
    display:block;
    width:100%;
    height:100%;
    min-height:465px;
    border:0;
}

.gog-hq-details{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.gog-hq-card{
    padding:25px;
    display:grid;
    grid-template-columns:45px 1fr;
    gap:15px;
    border-radius:22px;
    background:#fff;
    border:1px solid var(--line);
}

.gog-hq-icon{
    display:grid;
    width:43px;
    height:43px;
    place-items:center;
    border-radius:50%;
    background:var(--soft);
    font-size:19px;
}

.gog-hq-card small,
.gog-hq-card strong{
    display:block;
}

.gog-hq-card small{
    color:var(--pink);
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:.13em;
    font-weight:900;
}

.gog-hq-card strong{
    margin-top:4px;
    color:#171317;
}

.gog-hq-card p{
    margin:6px 0 0;
    color:var(--muted);
    font-size:13px;
    line-height:1.55;
}

.gog-hq-actions{
    margin-top:auto;
    display:grid;
    gap:10px;
}

.gog-direction-primary,
.gog-direction-secondary{
    min-height:52px;
    padding:0 20px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    border-radius:999px;
    font-weight:900;
}

.gog-direction-primary{
    background:var(--pink);
    color:#fff;
}

.gog-direction-primary:hover{
    background:var(--pink-dark);
}

.gog-direction-secondary{
    background:#fff;
    color:var(--pink);
    border:1px solid var(--line);
}


/* Footer HQ emphasis */

.footer .gog-footer-hq,
.footer-location{
    color:#aaa0a5;
}


/* Tablet */

@media(max-width:1000px){

    .gog-hq-heading{
        grid-template-columns:1fr;
        gap:25px;
    }

    .gog-hq-coordinate{
        width:100%;
        max-width:400px;
    }

    .gog-hq-grid{
        grid-template-columns:1fr;
    }

    .gog-hq-map,
    .gog-hq-map iframe{
        min-height:420px;
    }

}


/* Mobile */

@media(max-width:700px){

    .gog-hq-section{
        padding:70px 0;
    }

    .gog-hq-heading{
        margin-bottom:28px;
    }

    .gog-hq-heading p{
        font-size:15px;
    }

    .gog-hq-coordinate{
        padding:17px;
    }

    .gog-hq-map,
    .gog-hq-map iframe{
        min-height:340px;
        border-radius:20px;
    }

    .gog-hq-card{
        padding:20px;
        border-radius:18px;
    }

}


/* Small phones */

@media(max-width:420px){

    .gog-hq-map,
    .gog-hq-map iframe{
        min-height:300px;
    }

}


/* =========================================================
   GoG HOME OF HOPE — OFFICIAL HQ LOCATION V4
   ========================================================= */

.gog-location-v4{
    padding:105px 0;
    background:
        linear-gradient(
            180deg,
            #fbf6f8 0%,
            #ffffff 100%
        );
}

.gog-location-v4-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) 280px;
    gap:45px;
    align-items:end;
    margin-bottom:42px;
}

.gog-location-v4-title{
    max-width:790px;
}

.gog-location-v4-title h2{
    margin-bottom:20px;
}

.gog-location-v4-title p{
    margin:0;
    max-width:760px;
    color:var(--muted);
    font-size:17px;
    line-height:1.75;
}

.gog-location-v4-title p strong{
    color:#312a2e;
}

.gog-location-v4-coords{
    padding:22px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 35px rgba(31,17,25,.05);
}

.gog-location-v4-coords small,
.gog-location-v4-coords strong,
.gog-location-v4-coords span{
    display:block;
}

.gog-location-v4-coords small{
    color:var(--pink);
    font-size:9px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.gog-location-v4-coords strong{
    margin-top:8px;
    color:#1b1719;
    font-size:17px;
}

.gog-location-v4-coords span{
    margin-top:5px;
    color:var(--muted);
    font-size:12px;
}


.gog-location-v4-layout{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);
    gap:25px;
    align-items:stretch;
}


.gog-location-v4-map{
    min-width:0;
    min-height:500px;
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:28px;
    background:#eee;
    box-shadow:0 20px 60px rgba(31,17,25,.10);
}

.gog-location-v4-map iframe{
    display:block;
    width:100%;
    height:100%;
    min-height:500px;
    border:0;
}


.gog-location-v4-panel{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:14px;
}


.gog-location-v4-card{
    display:grid;
    grid-template-columns:48px minmax(0,1fr);
    gap:16px;
    padding:24px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:21px;
}

.gog-location-v4-icon{
    display:grid;
    width:46px;
    height:46px;
    place-items:center;
    flex:0 0 auto;
    border-radius:50%;
    background:#f9e8f0;
    font-size:20px;
}


.gog-location-v4-card small{
    display:block;
    color:var(--pink);
    font-size:9px;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.gog-location-v4-card h3{
    margin:5px 0 7px;
    color:#201b1e;
    font-size:18px;
    line-height:1.25;
}

.gog-location-v4-card p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    line-height:1.65;
}

.gog-location-v4-card p strong{
    color:#322b2f;
}


.gog-location-v4-actions{
    display:grid;
    gap:10px;
}


.gog-location-v4-primary,
.gog-location-v4-secondary{
    display:flex;
    min-height:54px;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 20px;
    border-radius:999px;
    text-align:center;
    text-decoration:none;
    font-size:13px;
    font-weight:900;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

.gog-location-v4-primary{
    background:var(--pink);
    color:#fff;
    box-shadow:0 10px 28px rgba(223,20,103,.20);
}

.gog-location-v4-primary:hover{
    background:var(--pink-dark);
    transform:translateY(-1px);
}

.gog-location-v4-secondary{
    border:1px solid var(--line);
    background:#fff;
    color:var(--pink);
}

.gog-location-v4-secondary:hover{
    transform:translateY(-1px);
    box-shadow:0 8px 22px rgba(31,17,25,.07);
}


.gog-location-v4-contact{
    margin-top:auto;
    padding:21px 23px;
    border-radius:20px;
    background:#171317;
    color:#fff;
}

.gog-location-v4-contact small{
    display:block;
    margin-bottom:10px;
    color:#ff8fbd;
    text-transform:uppercase;
    font-size:9px;
    letter-spacing:.13em;
    font-weight:900;
}

.gog-location-v4-contact a{
    display:block;
    padding:3px 0;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}


/* TABLET */

@media(max-width:1000px){

    .gog-location-v4-head{
        grid-template-columns:1fr;
        gap:24px;
    }

    .gog-location-v4-coords{
        width:100%;
        max-width:400px;
    }

    .gog-location-v4-layout{
        grid-template-columns:1fr;
    }

    .gog-location-v4-map,
    .gog-location-v4-map iframe{
        min-height:430px;
    }

}


/* MOBILE */

@media(max-width:700px){

    .gog-location-v4{
        padding:70px 0;
    }

    .gog-location-v4-head{
        margin-bottom:27px;
    }

    .gog-location-v4-title h2{
        font-size:38px;
        line-height:1.04;
    }

    .gog-location-v4-title p{
        font-size:15px;
        line-height:1.7;
    }

    .gog-location-v4-coords{
        padding:18px;
        border-radius:17px;
    }

    .gog-location-v4-layout{
        display:flex;
        flex-direction:column;
        gap:16px;
    }

    .gog-location-v4-map{
        order:1;
        width:100%;
        min-height:330px;
        border-radius:20px;
    }

    .gog-location-v4-map iframe{
        width:100%;
        min-height:330px;
    }

    .gog-location-v4-panel{
        order:2;
        width:100%;
    }

    .gog-location-v4-card{
        grid-template-columns:42px minmax(0,1fr);
        gap:13px;
        padding:20px;
        border-radius:18px;
    }

    .gog-location-v4-icon{
        width:40px;
        height:40px;
        font-size:17px;
    }

    .gog-location-v4-card h3{
        font-size:17px;
    }

    .gog-location-v4-actions{
        margin-top:2px;
    }

    .gog-location-v4-primary,
    .gog-location-v4-secondary{
        width:100%;
        min-height:52px;
    }

    .gog-location-v4-contact{
        padding:20px;
        border-radius:18px;
    }

}


/* VERY SMALL PHONES */

@media(max-width:400px){

    .gog-location-v4-map,
    .gog-location-v4-map iframe{
        min-height:285px;
    }

}


/* =========================================================
   GoG HOME OF HOPE — CONTENT UPGRADE V5
   Final Empowering Generations source
   ========================================================= */


.gog-final-message{
    padding:100px 0;
    background:#fff;
}

.gog-final-message-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:center;
}

.gog-final-message-copy h2{
    max-width:720px;
}

.gog-final-lead{
    max-width:720px;
    margin-top:24px;
    color:var(--muted);
    font-size:18px;
    line-height:1.75;
}

.gog-hosted-by{
    margin-top:28px;
    display:inline-flex;
    flex-direction:column;
    padding:16px 20px;
    border-left:4px solid var(--pink);
    background:var(--soft);
}

.gog-hosted-by small{
    color:var(--pink);
    text-transform:uppercase;
    letter-spacing:.13em;
    font-size:9px;
    font-weight:900;
}

.gog-hosted-by strong{
    margin-top:3px;
    color:#211b1f;
    font-size:17px;
}


.gog-final-mission{
    padding:38px;
    border-radius:28px;
    background:
        radial-gradient(circle at 90% 5%,rgba(255,255,255,.12),transparent 30%),
        linear-gradient(145deg,var(--pink),var(--pink-dark));
    color:#fff;
    box-shadow:0 22px 60px rgba(223,20,103,.20);
}

.gog-final-mission small{
    display:block;
    margin-bottom:15px;
    text-transform:uppercase;
    letter-spacing:.15em;
    font-size:10px;
    font-weight:900;
    color:#ffd9e8;
}

.gog-final-mission strong{
    display:block;
    font-size:27px;
    line-height:1.45;
}

.gog-final-tagline{
    margin-top:27px;
    padding-top:19px;
    border-top:1px solid rgba(255,255,255,.25);
    font-size:15px;
    font-weight:900;
    letter-spacing:.03em;
}


.gog-groups-v5{
    padding:105px 0;
    background:#faf5f7;
}

.gog-groups-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
}

.gog-group-card{
    min-width:0;
    padding:28px;
    display:flex;
    flex-direction:column;
    border:1px solid var(--line);
    border-radius:25px;
    background:#fff;
    box-shadow:0 14px 40px rgba(31,17,25,.05);
}

.gog-group-card.featured{
    background:#171317;
    color:#fff;
    border-color:#171317;
}

.gog-group-number{
    color:var(--pink);
    font-size:11px;
    font-weight:900;
    letter-spacing:.1em;
}

.gog-group-card.featured .gog-group-number{
    color:#ff80b5;
}

.gog-group-card h3{
    margin:23px 0 7px;
    font-size:24px;
    line-height:1.1;
}

.gog-group-card.featured h3{
    color:#fff;
}

.gog-group-note{
    min-height:48px;
    margin:0 0 20px;
    color:var(--pink);
    font-size:13px;
    font-weight:800;
}

.gog-group-card.featured .gog-group-note{
    color:#ff9ac4;
}

.gog-group-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.gog-group-card li{
    position:relative;
    padding:10px 0 10px 24px;
    border-top:1px solid var(--line);
    color:var(--muted);
    font-size:13px;
    line-height:1.55;
}

.gog-group-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:10px;
    color:var(--pink);
    font-weight:900;
}

.gog-group-card.featured li{
    color:#cfc5ca;
    border-color:#3b3237;
}

.gog-group-card.featured li:before{
    color:#ff79b2;
}


.gog-regional-v5{
    padding:100px 0;
    background:
        radial-gradient(circle at 80% 10%,rgba(255,255,255,.09),transparent 28%),
        #171317;
    color:#fff;
}

.gog-regional-v5-grid{
    display:grid;
    grid-template-columns:1fr 430px;
    gap:80px;
    align-items:center;
}

.gog-regional-v5 h2{
    color:#fff;
    max-width:720px;
}

.gog-regional-v5 p{
    max-width:700px;
    color:#bdb3b8;
    font-size:16px;
}

.gog-country-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.gog-country-grid > div{
    padding:28px;
    border:1px solid #393036;
    border-radius:20px;
}

.gog-country-grid strong{
    display:block;
    color:#ff75ae;
    font-size:33px;
    line-height:1;
}

.gog-country-grid span{
    display:block;
    margin-top:8px;
    color:#fff;
    font-weight:800;
}


.gog-brand-statement-v5{
    padding:30px 0;
    background:var(--pink);
    color:#fff;
}

.gog-brand-statement-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.gog-brand-statement-inner span{
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:.15em;
    font-weight:900;
    opacity:.78;
}

.gog-brand-statement-inner strong{
    text-align:right;
    font-size:18px;
}


/* Tablet */

@media(max-width:1050px){

    .gog-final-message-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .gog-groups-grid{
        grid-template-columns:1fr 1fr;
    }

    .gog-regional-v5-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .gog-country-grid{
        max-width:600px;
    }

}


/* Mobile */

@media(max-width:700px){

    .gog-final-message,
    .gog-groups-v5,
    .gog-regional-v5{
        padding:70px 0;
    }

    .gog-final-message-grid{
        gap:32px;
    }

    .gog-final-lead{
        font-size:16px;
    }

    .gog-final-mission{
        padding:27px;
        border-radius:22px;
    }

    .gog-final-mission strong{
        font-size:22px;
    }

    .gog-groups-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .gog-group-card{
        padding:24px;
        border-radius:21px;
    }

    .gog-group-note{
        min-height:0;
    }

    .gog-country-grid{
        grid-template-columns:1fr 1fr;
    }

    .gog-country-grid > div{
        padding:22px;
        border-radius:18px;
    }

    .gog-country-grid strong{
        font-size:28px;
    }

    .gog-brand-statement-inner{
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
    }

    .gog-brand-statement-inner strong{
        text-align:left;
        font-size:16px;
        line-height:1.4;
    }

}


/* Small mobile */

@media(max-width:400px){

    .gog-country-grid{
        grid-template-columns:1fr;
    }

}


/* =========================================================
   GoG HOME OF HOPE — LAYOUT CONSOLIDATION V6
   ========================================================= */


/* -------- MISSION -------- */

.gog-mission-v6{
    padding:90px 0;
    background:#171317;
    color:#fff;
}

.gog-mission-v6-grid{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:70px;
    align-items:center;
}

.gog-mission-v6 h2{
    max-width:480px;
    color:#fff;
    font-size:58px;
}

.gog-mission-v6 > .shell > div:first-child > p{
    max-width:520px;
    color:#bdb3b8;
}

.gog-mission-v6-box{
    padding:38px;
    border:1px solid #3d3338;
    border-radius:28px;
    background:#201b1e;
}

.gog-mission-v6-box > small{
    display:block;
    color:#ff7db5;
    font-size:9px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.15em;
}

.gog-mission-v6-box > strong{
    display:block;
    margin-top:14px;
    color:#fff;
    font-size:25px;
    line-height:1.48;
}

.gog-mission-v6-footer{
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #41373c;
    display:flex;
    justify-content:space-between;
    gap:25px;
    font-size:12px;
}

.gog-mission-v6-footer span{
    color:#c5bbc0;
}

.gog-mission-v6-footer b{
    color:#fff;
}

.gog-mission-v6-footer em{
    color:#ff8bbb;
    font-style:normal;
    font-weight:900;
}


/* -------- UNIFIED AUDIENCE -------- */

.gog-audience-v6{
    padding:105px 0;
    background:#faf6f8;
}

.gog-v6-heading{
    display:grid;
    grid-template-columns:1fr 440px;
    gap:70px;
    align-items:end;
    margin-bottom:45px;
}

.gog-v6-heading > p{
    margin:0;
    color:var(--muted);
    font-size:16px;
}


.gog-audience-v6-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.gog-audience-v6-card{
    min-width:0;
    overflow:hidden;
    display:grid;
    grid-template-columns:43% 57%;
    min-height:360px;
    border:1px solid var(--line);
    border-radius:26px;
    background:#fff;
    box-shadow:0 15px 40px rgba(31,17,25,.05);
}

.gog-audience-v6-image{
    min-width:0;
    height:100%;
}

.gog-audience-v6-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.gog-audience-v6-body{
    min-width:0;
    padding:28px;
}

.gog-audience-v6-body > span{
    color:var(--pink);
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;
}

.gog-audience-v6-body h3{
    margin:12px 0 5px;
    font-size:25px;
    line-height:1.08;
}

.gog-v6-note{
    margin:0 0 17px;
    color:var(--pink);
    font-size:12px;
    font-weight:800;
}

.gog-audience-v6-body ul{
    margin:0;
    padding:0;
    list-style:none;
}

.gog-audience-v6-body li{
    position:relative;
    padding:8px 0 8px 20px;
    border-top:1px solid var(--line);
    color:var(--muted);
    font-size:12px;
    line-height:1.4;
}

.gog-audience-v6-body li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--pink);
    font-weight:900;
}


/* dark special card */

.gog-audience-v6-card.dark{
    grid-template-columns:1fr 150px;
    background:#171317;
    border-color:#171317;
    color:#fff;
}

.gog-audience-v6-card.dark h3{
    color:#fff;
}

.gog-audience-v6-card.dark .gog-v6-note{
    color:#ff83b8;
}

.gog-audience-v6-card.dark li{
    color:#c8bdc2;
    border-color:#3c3338;
}

.gog-audience-v6-message{
    padding:25px 18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    background:var(--pink);
}

.gog-audience-v6-message strong,
.gog-audience-v6-message span,
.gog-audience-v6-message em{
    display:block;
    color:#fff;
    font-style:normal;
    font-weight:900;
}

.gog-audience-v6-message strong{
    font-size:26px;
}

.gog-audience-v6-message span{
    margin-top:3px;
    font-size:19px;
}

.gog-audience-v6-message em{
    margin-top:3px;
    font-size:14px;
}


/* -------- REGIONAL -------- */

.gog-regional-v6{
    padding:85px 0 0;
    background:#171317;
    color:#fff;
}

.gog-regional-v6-inner{
    display:grid;
    grid-template-columns:1fr 400px;
    gap:70px;
    align-items:center;
    padding-bottom:55px;
}

.gog-regional-v6 h2{
    max-width:670px;
    color:#fff;
    font-size:47px;
}

.gog-regional-v6 p{
    color:#aaa0a5;
}

.gog-regional-v6-countries{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.gog-regional-v6-countries span{
    padding:20px;
    display:flex;
    flex-direction:column;
    border:1px solid #393036;
    border-radius:17px;
    color:#fff;
    font-size:12px;
    font-weight:800;
}

.gog-regional-v6-countries b{
    margin-bottom:4px;
    color:#ff75af;
    font-size:25px;
}


.gog-regional-v6-tagline{
    min-height:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    border-top:1px solid #393036;
}

.gog-regional-v6-tagline span{
    color:#9b9196;
    text-transform:uppercase;
    font-size:9px;
    letter-spacing:.14em;
    font-weight:900;
}

.gog-regional-v6-tagline strong{
    color:#ff79b2;
    font-size:14px;
}


/* -------- PAGE RHYTHM -------- */

.programs,
.visual-story,
.impact,
.partners-section,
.contact,
.gog-location-v4{
    scroll-margin-top:100px;
}


/* -------- TABLET -------- */

@media(max-width:1050px){

    .gog-mission-v6-grid,
    .gog-v6-heading,
    .gog-regional-v6-inner{
        grid-template-columns:1fr;
        gap:35px;
    }

    .gog-audience-v6-grid{
        grid-template-columns:1fr;
    }

    .gog-audience-v6-card{
        min-height:330px;
    }

    .gog-regional-v6-countries{
        max-width:600px;
    }

}


/* -------- MOBILE -------- */

@media(max-width:700px){

    .gog-mission-v6,
    .gog-audience-v6{
        padding:70px 0;
    }

    .gog-mission-v6-grid{
        gap:30px;
    }

    .gog-mission-v6 h2{
        font-size:42px;
    }

    .gog-mission-v6-box{
        padding:25px;
        border-radius:21px;
    }

    .gog-mission-v6-box > strong{
        font-size:20px;
    }

    .gog-mission-v6-footer{
        flex-direction:column;
        gap:7px;
    }


    .gog-v6-heading{
        margin-bottom:30px;
    }

    .gog-audience-v6-grid{
        gap:16px;
    }

    .gog-audience-v6-card,
    .gog-audience-v6-card.dark{
        display:flex;
        flex-direction:column;
        min-height:0;
    }

    .gog-audience-v6-image{
        height:230px;
    }

    .gog-audience-v6-body{
        padding:23px;
    }

    .gog-audience-v6-body h3{
        font-size:24px;
    }

    .gog-audience-v6-message{
        padding:23px;
        flex-direction:row;
        gap:7px;
    }

    .gog-audience-v6-message strong,
    .gog-audience-v6-message span,
    .gog-audience-v6-message em{
        margin:0;
        font-size:16px;
    }


    .gog-regional-v6{
        padding-top:70px;
    }

    .gog-regional-v6 h2{
        font-size:37px;
    }

    .gog-regional-v6-countries{
        grid-template-columns:1fr 1fr;
    }

    .gog-regional-v6-tagline{
        padding:18px 0;
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }

}


/* -------- VERY SMALL MOBILE -------- */

@media(max-width:390px){

    .gog-regional-v6-countries{
        grid-template-columns:1fr;
    }

}


/* =========================================================
   GoG HOME OF HOPE — AUDIENCE VISUAL V7
   Large-image editorial cards
   ========================================================= */


.gog-audience-v7{
    padding:110px 0;
    background:
        linear-gradient(
            180deg,
            #fbf7f9 0%,
            #ffffff 100%
        );
}


.gog-audience-v7-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) 440px;
    gap:75px;
    align-items:end;
    margin-bottom:48px;
}


.gog-audience-v7-heading h2{
    max-width:720px;
}


.gog-audience-v7-heading > p{
    margin:0 0 5px;
    color:var(--muted);
    font-size:16px;
    line-height:1.75;
}


/* GRID */

.gog-audience-v7-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px;
}


/* CARD */

.gog-audience-v7-card{
    min-width:0;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--line);
    border-radius:28px;
    box-shadow:
        0 20px 55px rgba(31,17,25,.07);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.gog-audience-v7-card:hover{
    transform:translateY(-4px);
    box-shadow:
        0 28px 70px rgba(31,17,25,.11);
}


/* LARGE PHOTO */

.gog-audience-v7-photo{
    position:relative;
    width:100%;
    height:360px;
    overflow:hidden;
    background:#eee;
}


.gog-audience-v7-photo:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(16,9,13,.38) 100%
        );
    pointer-events:none;
}


.gog-audience-v7-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transition:transform .5s ease;
}


.gog-audience-v7-card:hover
.gog-audience-v7-photo img{
    transform:scale(1.025);
}


/* PHOTO NUMBER */

.gog-audience-v7-number{
    position:absolute;
    z-index:2;
    top:20px;
    left:20px;

    display:grid;
    width:46px;
    height:46px;
    place-items:center;

    border-radius:50%;

    background:#fff;
    color:var(--pink);

    box-shadow:
        0 8px 24px rgba(0,0,0,.12);

    font-size:11px;
    font-weight:900;
}


/* PHOTO CAPTION */

.gog-audience-v7-photo-caption{
    position:absolute;
    z-index:2;
    left:23px;
    bottom:22px;

    padding:10px 15px;

    border-radius:999px;

    background:var(--pink);
    color:#fff;

    font-size:12px;
    font-weight:900;

    box-shadow:
        0 8px 25px rgba(0,0,0,.18);
}


/* CARD CONTENT */

.gog-audience-v7-content{
    padding:30px 32px 34px;
}


.gog-audience-v7-label{
    color:var(--pink);

    text-transform:uppercase;

    font-size:9px;
    font-weight:900;

    letter-spacing:.14em;
}


.gog-audience-v7-content h3{
    margin:9px 0 7px;

    color:#1c181a;

    font-size:29px;
    line-height:1.08;
}


.gog-audience-v7-quote{
    margin:0 0 22px;

    color:var(--pink);

    font-size:14px;
    font-weight:800;
}


/* LIST */

.gog-audience-v7-content ul{
    margin:0;
    padding:0;
    list-style:none;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 24px;
}


.gog-audience-v7-content li{
    position:relative;

    min-height:48px;

    padding:
        13px 0
        12px 23px;

    border-top:
        1px solid var(--line);

    color:var(--muted);

    font-size:12px;
    line-height:1.45;
}


.gog-audience-v7-content li:before{
    content:"✓";

    position:absolute;
    left:0;
    top:12px;

    color:var(--pink);
    font-weight:900;
}


/* IMAGE FOCUS */

.gog-audience-v7-card:nth-child(1)
.gog-audience-v7-photo img{
    object-position:center center;
}


.gog-audience-v7-card:nth-child(2)
.gog-audience-v7-photo img{
    object-position:center 42%;
}


.gog-audience-v7-card:nth-child(3)
.gog-audience-v7-photo img{
    object-position:center 34%;
}


.gog-audience-v7-card:nth-child(4)
.gog-audience-v7-photo img{
    object-position:center center;
}


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

@media(max-width:1050px){

    .gog-audience-v7-heading{
        grid-template-columns:1fr;
        gap:25px;
    }


    .gog-audience-v7-grid{
        grid-template-columns:1fr;
    }


    .gog-audience-v7-photo{
        height:430px;
    }


    .gog-audience-v7-content{
        padding:30px;
    }

}


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

@media(max-width:700px){

    .gog-audience-v7{
        padding:72px 0;
    }


    .gog-audience-v7-heading{
        margin-bottom:30px;
    }


    .gog-audience-v7-heading > p{
        font-size:15px;
    }


    .gog-audience-v7-grid{
        gap:18px;
    }


    .gog-audience-v7-card{
        border-radius:22px;
    }


    .gog-audience-v7-photo{
        height:300px;
    }


    .gog-audience-v7-content{
        padding:24px 22px 27px;
    }


    .gog-audience-v7-content h3{
        font-size:25px;
    }


    .gog-audience-v7-content ul{
        grid-template-columns:1fr;
    }


    .gog-audience-v7-content li{
        min-height:0;
    }

}


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

@media(max-width:420px){

    .gog-audience-v7-photo{
        height:260px;
    }


    .gog-audience-v7-number{
        top:14px;
        left:14px;

        width:40px;
        height:40px;
    }


    .gog-audience-v7-photo-caption{
        left:15px;
        right:15px;
        bottom:15px;

        text-align:center;
    }

}


/* =========================================================
   WIDE SCREENS
   ========================================================= */

@media(min-width:1500px){

    .gog-audience-v7-photo{
        height:410px;
    }

}

/* ==========================================================
   GoG HOME OF HOPE — HEADER + HERO V8
   ========================================================== */

.gog-topbar-v8{
    position:relative;
    z-index:120;
    background:#171015;
    color:#f4eaf0;
    border-bottom:1px solid rgba(255,255,255,.07);
}

.gog-topbar-v8-inner{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

.gog-topbar-contact{
    display:flex;
    align-items:center;
    gap:13px;
    min-width:0;
}

.gog-topbar-contact a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#eee5e9;
    font-size:12px;
    font-weight:650;
    white-space:nowrap;
}

.gog-topbar-contact a:hover{
    color:#fff;
}

.gog-top-icon{
    color:#ff5da2;
    font-size:11px;
}

.gog-topbar-time{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:9px;
    min-width:0;
    font-size:11px;
    white-space:nowrap;
}

.gog-live-dot{
    width:7px;
    height:7px;
    flex:0 0 7px;
    border-radius:50%;
    background:#ff5da2;
    box-shadow:0 0 0 4px rgba(255,93,162,.12);
}

.gog-time-zone{
    color:#cdbfc6;
    font-weight:700;
}

.gog-topbar-time strong{
    color:#fff;
    font-size:13px;
    font-variant-numeric:tabular-nums;
    letter-spacing:.03em;
}

.gog-time-divider{
    width:1px;
    height:14px;
    background:rgba(255,255,255,.18);
}

.gog-topbar-time #liveDate{
    color:#cdbfc6;
}


/* HEADER */

.header{
    top:0;
    box-shadow:0 6px 24px rgba(20,10,15,.045);
}

.header-inner{
    height:84px;
}

.logo-wrap{
    width:178px;
}

.logo-wrap img{
    width:100%;
    height:68px;
    object-fit:contain;
    object-position:left center;
}

.desktop-nav{
    gap:25px;
}

.desktop-nav a{
    position:relative;
    padding:31px 0 29px;
}

.desktop-nav a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:20px;
    width:0;
    height:2px;
    border-radius:20px;
    background:var(--pink);
    transform:translateX(-50%);
    transition:width .22s ease;
}

.desktop-nav a:hover::after{
    width:20px;
}


/* HERO */

.hero{
    min-height:660px;
}

.hero-bg{
    object-position:center 42%;
    transform:scale(1.002);
}

.hero-overlay{
    background:
        linear-gradient(
            90deg,
            rgba(13,8,11,.94) 0%,
            rgba(13,8,11,.83) 37%,
            rgba(13,8,11,.48) 63%,
            rgba(13,8,11,.20) 100%
        ),
        linear-gradient(
            0deg,
            rgba(13,8,11,.30) 0%,
            transparent 38%
        );
}

.hero-inner{
    grid-template-columns:minmax(0,1fr) 340px;
    gap:70px;
    padding-top:68px;
    padding-bottom:68px;
}

.hero-copy{
    max-width:760px;
}

.hero h1{
    max-width:760px;
    font-size:clamp(50px,5.7vw,80px);
    line-height:.97;
}

.hero-copy > p{
    max-width:625px;
    margin-top:25px;
    font-size:17px;
    line-height:1.72;
}

.hero-actions{
    margin-top:31px;
}

.hero-card{
    padding:31px 29px;
    background:rgba(25,15,21,.44);
    border:1px solid rgba(255,255,255,.28);
    box-shadow:
        0 24px 60px rgba(0,0,0,.20),
        inset 0 1px rgba(255,255,255,.08);
}

.hero-card > strong{
    font-size:68px;
}


/* TABLET */

@media (max-width:1100px){

    .desktop-nav{
        gap:17px;
        font-size:13px;
    }

    .header-cta{
        margin-left:20px;
    }

    .hero-inner{
        grid-template-columns:minmax(0,1fr) 300px;
        gap:42px;
    }

}


/* MOBILE */

@media (max-width:820px){

    .gog-topbar-v8-inner{
        min-height:40px;
    }

    .gog-topbar-contact .dot,
    .gog-topbar-contact a:first-child{
        display:none;
    }

    .gog-topbar-time{
        margin-left:auto;
    }

    .gog-time-zone{
        display:none;
    }

    .gog-topbar-time #liveDate{
        max-width:180px;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .header-inner{
        height:76px;
    }

    .logo-wrap{
        width:158px;
    }

    .logo-wrap img{
        height:62px;
    }

    .hero{
        min-height:auto;
    }

    .hero-inner{
        display:block;
        padding-top:72px;
        padding-bottom:62px;
    }

    .hero-copy{
        max-width:650px;
    }

    .hero h1{
        font-size:clamp(44px,11vw,64px);
        max-width:650px;
    }

    .hero-card{
        max-width:430px;
        margin-top:42px;
    }

}


/* SMALL MOBILE */

@media (max-width:560px){

    .shell{
        width:min(var(--max),calc(100% - 32px));
    }

    .gog-topbar-v8-inner{
        min-height:38px;
        gap:10px;
    }

    .gog-topbar-contact a{
        font-size:10px;
    }

    .gog-topbar-time{
        gap:6px;
    }

    .gog-topbar-time strong{
        font-size:11px;
    }

    .gog-topbar-time #liveDate,
    .gog-time-divider{
        display:none;
    }

    .header-inner{
        height:70px;
    }

    .logo-wrap{
        width:145px;
    }

    .logo-wrap img{
        height:57px;
    }

    .hero-inner{
        padding-top:58px;
        padding-bottom:52px;
    }

    .hero h1{
        font-size:clamp(40px,12.5vw,56px);
        line-height:.99;
    }

    .hero-copy > p{
        font-size:16px;
        line-height:1.65;
        margin-top:21px;
    }

    .hero-actions{
        flex-direction:column;
        align-items:stretch;
        max-width:340px;
        margin-top:27px;
    }

    .hero-actions .btn{
        width:100%;
    }

    .hero-card{
        margin-top:34px;
        padding:25px 22px;
        border-radius:22px;
    }

    .hero-card > strong{
        font-size:58px;
    }

}

