.home .site-main {
    margin: 0;
    padding: 0;
}

.home .site-main > * {
    margin-bottom: 0;
    margin-top: 0;
}

.givesg-home {
    --brand-red: #0f6f68;
    --brand-red-dark: #0b514d;
    --brand-light: #eef8f7;
    --brand-crimson: #f47c98;
    --brand-turquoise: #31a497;
    --brand-gold: #b88934;
    --brand-blue: #1c4f78;
    --soft-bg: #fbf4e8;
    --surface-color: #ffffff;
    --text-main: #183734;
    --text-muted: #536b68;
    --border-light: rgba(15, 111, 104, 0.18);
    --nav-width: 1340px;
    --font-display: "Montserrat", sans-serif;
    --font-body: "Outfit", "Mulish", sans-serif;
    background: var(--soft-bg);
    color: var(--text-main);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow: hidden;
}

.givesg-home {
    background:
        linear-gradient(45deg, rgba(28, 79, 120, 0.055) 25%, transparent 25% 50%, rgba(49, 164, 151, 0.06) 50% 75%, transparent 75%),
        linear-gradient(135deg, rgba(184, 137, 52, 0.06) 12.5%, transparent 12.5% 37.5%, rgba(184, 137, 52, 0.06) 37.5% 62.5%, transparent 62.5% 87.5%, rgba(184, 137, 52, 0.06) 87.5%),
        var(--soft-bg);
    background-size: 34px 34px, 68px 68px, auto;
}

.givesg-home *,
.givesg-home *:before,
.givesg-home *:after {
    box-sizing: border-box;
}

.givesg-home .container {
    margin: 0 auto;
    max-width: 95%;
    width: var(--nav-width);
}

.givesg-home section {
    padding: 100px 0;
}

.givesg-home img {
    max-width: 100%;
}

.givesg-home a {
    text-decoration: none;
}

.givesg-home .tag {
    color: var(--brand-red);
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hero-immersive-stage {
    background:
        linear-gradient(45deg, rgba(28, 79, 120, 0.08) 25%, transparent 25% 50%, rgba(49, 164, 151, 0.08) 50% 75%, transparent 75%),
        linear-gradient(135deg, rgba(184, 137, 52, 0.07) 12.5%, transparent 12.5% 37.5%, rgba(184, 137, 52, 0.07) 37.5% 62.5%, transparent 62.5% 87.5%, rgba(184, 137, 52, 0.07) 87.5%),
        linear-gradient(135deg, #fbf4e8 0%, #eef8f7 100%);
    background-size: 34px 34px, 68px 68px, auto;
    border-bottom: 1px solid var(--border-light);
    overflow: hidden;
    padding: 112px 0 130px;
    position: relative;
    width: 100%;
}

.hero-center-hub {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 64px;
    max-width: 840px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.hero-status-pill {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    color: var(--brand-red);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0;
    margin-bottom: 28px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.hero-status-pill:before {
    background: var(--brand-red);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-red);
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
}

.hero-center-hub h1 {
    color: var(--text-main);
    font-family: var(--font-display);
    font-size: 4.6rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 24px;
}

.hero-center-hub h1 span {
    color: var(--brand-red);
}

.hero-center-hub p {
    color: var(--text-muted);
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 0 40px;
    max-width: 680px;
}

.hero-interactive-tray {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.btn-fluid-prime {
    background: var(--text-main);
    border-radius: 999px;
    box-shadow: 0 20px 40px rgba(26, 28, 30, 0.1);
    color: #ffffff;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 800;
    justify-content: center;
    min-height: 54px;
    padding: 15px 36px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-fluid-prime:hover {
    background: var(--brand-red);
    box-shadow: 0 20px 40px rgba(23, 111, 104, 0.24);
    color: #ffffff;
    transform: translateY(-4px);
}

.hero-triptych-display {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: 0.85fr 1.3fr 0.85fr;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.triptych-frame,
.right-image-crop,
.matrix-canvas {
    background: var(--surface-color);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    overflow: hidden;
}

.triptych-frame {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.triptych-frame img,
.right-image-crop img,
.matrix-canvas img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    width: 100%;
}

.triptych-frame:hover img,
.frame-side-right:hover .right-image-crop img,
.about-visual-matrix:hover .frame-primary img,
.about-visual-matrix:hover .frame-accent-offset img {
    transform: scale(1.04);
}

.frame-side-left {
    height: 340px;
    transform: translateY(20px);
}

.frame-center-hero {
    border: 6px solid #ffffff;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.1);
    height: 460px;
    position: relative;
    z-index: 5;
}

.frame-side-right {
    height: 380px;
    position: relative;
}

.right-image-crop {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
    height: 100%;
    width: 100%;
}

.live-tracker-overlay {
    animation: floatingWidget 4s ease-in-out infinite alternate;
    background: #ffffff;
    border: 2px solid rgba(49, 164, 151, 0.22);
    border-radius: 8px;
    bottom: 18px;
    box-shadow: 0 28px 70px rgba(49, 164, 151, 0.18), 0 20px 45px rgba(0, 0, 0, 0.13);
    left: -86px;
    padding: 30px;
    pointer-events: none;
    position: absolute;
    width: 330px;
    z-index: 15;
}

.widget-pulse {
    align-items: center;
    color: #11845b;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.widget-pulse:before {
    background: #11845b;
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px;
}

.widget-metric {
    color: var(--brand-red);
    font-family: var(--font-display);
    font-size: 2.35rem;
    font-weight: 900;
    line-height: 1.08;
}

.widget-desc {
    color: var(--text-muted);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 10px 0 0;
}

@keyframes floatingWidget {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-8px);
    }
}

.partners-slider {
    background: #ffffff;
    border-bottom: 1px solid var(--border-light);
    overflow: hidden;
    padding: 28px 0;
    position: relative;
}

.slider-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(280px * 8);
}

.slide {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 24px;
    width: 280px;
}

.slide img {
    filter: grayscale(1);
    max-height: 76px;
    max-width: 220px;
    object-fit: contain;
    opacity: 0.72;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.slide img:hover {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-280px * 4));
    }
}

.about-premium-layout {
    align-items: center;
    display: grid;
    gap: 100px;
    grid-template-columns: 1.1fr 0.9fr;
    padding: 60px 0;
}

.about-narrative-panel h2,
.section-title-left,
.section-title-centered,
.givesg-home-cta h2 {
    color: var(--text-main);
    font-family: var(--font-display);
    font-weight: 900;
    letter-spacing: 0;
}

.about-narrative-panel h2 {
    font-size: 4rem;
    line-height: 1.05;
    margin: 15px 0 30px;
}

.about-narrative-panel h2 span {
    color: var(--brand-red);
}

.about-narrative-panel .lead-text {
    color: #2c2c2c;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px;
}

.about-narrative-panel .body-text {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 35px;
}

.inline-explore-btn {
    align-items: center;
    background: var(--brand-red);
    border-radius: 999px;
    box-shadow: 0 18px 34px rgba(23, 111, 104, 0.22);
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    min-height: 52px;
    padding: 14px 26px;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.inline-explore-btn span {
    transition: transform 0.3s ease;
}

.inline-explore-btn:hover {
    background: var(--brand-red-dark);
    box-shadow: 0 22px 42px rgba(23, 111, 104, 0.28);
    color: #ffffff;
    transform: translateY(-3px);
}

.inline-explore-btn:hover span {
    transform: translateX(6px);
}

.about-visual-matrix {
    align-items: center;
    display: flex;
    height: 600px;
    position: relative;
}

.matrix-canvas {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

.frame-primary {
    align-self: flex-start;
    height: 520px;
    width: 85%;
}

.frame-accent-offset {
    border: 8px solid var(--soft-bg);
    bottom: 5%;
    height: 280px;
    position: absolute;
    right: -5%;
    width: 55%;
}

.matrix-metric-badge {
    animation: floatingBadge 4s ease-in-out infinite;
    background: var(--text-main);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    left: -40px;
    max-width: 180px;
    padding: 26px;
    position: absolute;
    text-align: center;
    top: 35%;
    z-index: 10;
}

.badge-number {
    color: var(--brand-red);
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

.badge-label {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0.88;
}

@keyframes floatingBadge {
    0%,
    100% {
        transform: translateY(0);
    }

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

.why-section {
    background: var(--brand-light);
    border-radius: 8px;
    margin: 50px 0;
    padding: 100px 0;
}

.why-section__inner {
    text-align: center;
}

.section-title-centered,
.section-title-left {
    font-size: 2.8rem;
    line-height: 1.15;
    margin: 0;
}

.section-title-left {
    margin-bottom: 0;
}

.why-grid,
.campaign-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px;
}

.why-card,
.camp-card {
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.why-card {
    padding: 42px;
}

.why-card:hover,
.camp-card:hover {
    border-color: rgba(244, 124, 152, 0.42);
    transform: translateY(-8px);
}

.why-card h3 {
    color: var(--text-main);
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 14px;
}

.why-card p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.section-heading-row {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.section-link {
    color: var(--text-main);
    flex: 0 0 auto;
    font-size: 0.95rem;
    font-weight: 800;
}

.section-link:hover {
    color: var(--brand-red);
}

.camp-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.camp-card:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.camp-img-box {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.camp-img-box img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    width: 100%;
}

.camp-card:hover .camp-img-box img {
    transform: scale(1.06);
}

.camp-badge {
    background: rgba(26, 26, 26, 0.88);
    border-radius: 999px;
    bottom: 16px;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    left: 16px;
    line-height: 1;
    padding: 9px 13px;
    position: absolute;
    text-transform: uppercase;
}

.camp-card--completed .camp-badge,
.camp-card--completed .progress-fill {
    background: #11845b;
}

.camp-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 32px;
}

.camp-info h3 {
    color: var(--text-main);
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 15px;
}

.camp-info p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 25px;
}

.progress-container {
    margin-bottom: 25px;
    margin-top: auto;
}

.progress-bar-bg {
    background: #eeeeee;
    border-radius: 999px;
    height: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    background: var(--brand-red);
    border-radius: 999px;
    height: 100%;
    transition: width 1s ease-out;
}

.progress-stats {
    color: var(--text-main);
    display: flex;
    font-size: 0.85rem;
    font-weight: 800;
    gap: 12px;
    justify-content: space-between;
}

.progress-goal {
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 4px;
}

.btn-outline {
    border: 2px solid #eeeeee;
    border-radius: 999px;
    color: var(--text-main);
    display: inline-flex;
    font-size: 0.85rem;
    font-weight: 800;
    justify-content: center;
    padding: 12px 25px;
    text-align: center;
    transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.btn-outline:hover {
    border-color: var(--brand-red);
    color: var(--brand-red);
}

.completed-home-section {
    padding-top: 40px;
}

.givesg-home-empty {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    color: var(--text-muted);
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px;
    text-align: center;
}

.givesg-home-cta {
    background: #eaf8f6;
    color: var(--text-main);
    margin-top: 50px;
}

.givesg-home-cta .tag {
    color: var(--brand-crimson);
}

.givesg-home-cta__inner {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.givesg-home-cta h2 {
    color: var(--text-main);
    font-size: 3rem;
    line-height: 1.12;
    margin: 0;
}

.givesg-home-cta p {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 18px 0 0;
    max-width: 680px;
}

.givesg-home-cta__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

.givesg-home-cta .btn-fluid-prime {
    background: var(--brand-red);
}

.givesg-home-cta .btn-fluid-prime:hover {
    background: var(--brand-red-dark);
}

.givesg-home-cta .btn-outline {
    border-color: rgba(49, 164, 151, 0.34);
    color: var(--text-main);
}

.givesg-home-cta .btn-outline:hover {
    border-color: var(--brand-turquoise);
    color: var(--brand-red);
}

@media (max-width: 1100px) {
    .hero-center-hub h1 {
        font-size: 3.8rem;
    }

    .hero-triptych-display {
        gap: 30px;
        grid-template-columns: 1.2fr 0.8fr;
    }

    .frame-side-left {
        display: none;
    }

    .frame-center-hero {
        height: 380px;
    }

    .frame-side-right {
        height: 340px;
    }

    .live-tracker-overlay {
        animation: none;
        left: 50%;
        max-width: 320px;
        transform: translateX(-50%);
        width: 86%;
    }

    .about-premium-layout,
    .givesg-home-cta__inner {
        gap: 60px;
        grid-template-columns: 1fr;
    }

    .about-visual-matrix {
        height: 500px;
        margin: 0 auto;
        max-width: 550px;
        width: 100%;
    }

    .frame-primary {
        height: 420px;
        width: 90%;
    }

    .frame-accent-offset {
        bottom: 0;
        height: 220px;
        right: 0;
        width: 50%;
    }

    .matrix-metric-badge {
        left: 0;
        top: 20px;
    }

    .why-grid,
    .campaign-grid {
        grid-template-columns: 1fr;
    }

    .givesg-home-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .givesg-home section,
    .hero-immersive-stage {
        padding: 78px 0;
    }

    .hero-center-hub h1,
    .about-narrative-panel h2 {
        font-size: 3rem;
    }

    .hero-center-hub p,
    .about-narrative-panel .lead-text {
        font-size: 1.08rem;
    }

    .section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .hero-immersive-stage {
        padding-top: 78px;
    }

    .hero-center-hub {
        margin-bottom: 40px;
    }

    .hero-center-hub h1,
    .about-narrative-panel h2,
    .givesg-home-cta h2 {
        font-size: 2.45rem;
    }

    .section-title-centered,
    .section-title-left {
        font-size: 2.2rem;
    }

    .hero-triptych-display {
        grid-template-columns: 1fr;
    }

    .frame-side-right {
        display: none;
    }

    .frame-center-hero {
        height: 300px;
    }

    .about-premium-layout {
        gap: 34px;
        padding: 20px 0;
    }

    .about-visual-matrix {
        height: 350px;
    }

    .frame-primary {
        height: 350px;
        width: 100%;
    }

    .frame-accent-offset,
    .matrix-metric-badge {
        display: none;
    }

    .why-section {
        padding: 56px 0;
    }

    .why-card,
    .camp-info {
        padding: 26px;
    }

    .camp-img-box {
        height: 220px;
    }

    .progress-stats {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
}

/* Give Collective Peranakan-inspired refresh overrides */
.hero-status-pill,
.givesg-home .tag {
    color: var(--brand-red);
}

.hero-status-pill:before {
    background: var(--brand-gold);
    box-shadow: 0 0 8px rgba(184, 137, 52, 0.52);
}

.triptych-frame,
.right-image-crop,
.matrix-canvas,
.why-card,
.camp-info {
    border-color: rgba(49, 164, 151, 0.18);
}

.frame-center-hero,
.about-visual-matrix .frame-primary {
    outline: 1px solid rgba(201, 154, 67, 0.28);
    outline-offset: -10px;
}

.why-card,
.camp-info,
.matrix-metric-badge {
    background:
        linear-gradient(45deg, rgba(28, 79, 120, 0.045) 25%, transparent 25% 50%, rgba(49, 164, 151, 0.05) 50% 75%, transparent 75%),
        linear-gradient(135deg, rgba(184, 137, 52, 0.045) 12.5%, transparent 12.5% 37.5%, rgba(184, 137, 52, 0.045) 37.5% 62.5%, transparent 62.5% 87.5%, rgba(184, 137, 52, 0.045) 87.5%),
        #ffffff;
    background-size: 24px 24px, 48px 48px, auto;
}

.givesg-home-cta {
    background:
        linear-gradient(45deg, rgba(49, 164, 151, 0.12) 25%, transparent 25% 50%, rgba(184, 137, 52, 0.12) 50% 75%, transparent 75%) 0 0 / 28px 28px,
        linear-gradient(135deg, rgba(255, 255, 255, 0.05) 12.5%, transparent 12.5% 37.5%, rgba(255, 255, 255, 0.05) 37.5% 62.5%, transparent 62.5% 87.5%, rgba(255, 255, 255, 0.05) 87.5%) 0 0 / 56px 56px,
        var(--brand-red-dark);
}

/* Minimal Peranakan refinement */
.givesg-home {
    background: var(--soft-bg);
}

.hero-immersive-stage {
    background: linear-gradient(180deg, #fffdf8 0%, #f5fbfa 100%);
    border-bottom: 1px solid var(--border-light);
}

.hero-immersive-stage:before {
    background: linear-gradient(90deg, var(--brand-red), var(--brand-blue), var(--brand-gold), var(--brand-crimson));
    content: "";
    display: block;
    height: 4px;
    inset: 0 0 auto;
    opacity: 0.72;
    position: absolute;
}

.why-card,
.camp-info,
.matrix-metric-badge {
    background: #ffffff;
    border-color: rgba(15, 111, 104, 0.14);
}

.frame-center-hero,
.about-visual-matrix .frame-primary {
    outline: 1px solid rgba(184, 137, 52, 0.2);
    outline-offset: -8px;
}

.hero-status-pill,
.givesg-home .tag {
    color: var(--brand-red);
}

.givesg-home-cta {
    background: #eaf8f6;
    border-top: 1px solid rgba(49, 164, 151, 0.2);
}

/* Refined character layer */
.hero-immersive-stage {
    box-shadow: inset 0 -1px 0 rgba(15, 111, 104, 0.12);
}

.hero-immersive-stage:after {
    background:
        linear-gradient(135deg, transparent 0 42%, rgba(184, 137, 52, 0.55) 42% 58%, transparent 58%),
        linear-gradient(45deg, transparent 0 42%, rgba(28, 79, 120, 0.34) 42% 58%, transparent 58%);
    background-size: 22px 22px;
    content: "";
    height: 260px;
    opacity: 0.34;
    position: absolute;
    right: clamp(18px, 5vw, 72px);
    top: 86px;
    width: 42px;
    z-index: 1;
}

.hero-center-hub,
.hero-triptych-display {
    position: relative;
    z-index: 2;
}

.hero-status-pill {
    border-color: rgba(184, 137, 52, 0.3);
    box-shadow: 0 10px 24px rgba(24, 55, 52, 0.08);
}

.hero-center-hub h1 span {
    color: var(--brand-red);
}

.section-heading-row,
.section-title-centered {
    position: relative;
}

.section-heading-row:before,
.section-title-centered:after {
    background: linear-gradient(90deg, var(--brand-red), var(--brand-blue), var(--brand-gold));
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 18px;
    width: 96px;
}

.section-title-centered:after {
    margin: 16px auto 0;
}

.why-card {
    box-shadow: 0 16px 36px rgba(24, 55, 52, 0.08);
    position: relative;
}

.why-card:before,
.camp-info:before {
    background: var(--brand-gold);
    content: "";
    height: 3px;
    inset: 0 auto auto 0;
    position: absolute;
    width: 72px;
}

.camp-info {
    box-shadow: 0 14px 34px rgba(24, 55, 52, 0.08);
    position: relative;
}

.camp-info:nth-child(3n + 1):before {
    background: var(--brand-red);
}

.camp-info:nth-child(3n + 2):before {
    background: var(--brand-blue);
}

.camp-info:nth-child(3n + 3):before {
    background: var(--brand-gold);
}

.frame-center-hero,
.about-visual-matrix .frame-primary {
    box-shadow: 0 24px 56px rgba(24, 55, 52, 0.12);
}

.givesg-home-cta {
    box-shadow: inset 0 1px 0 rgba(244, 124, 152, 0.14), 0 14px 34px rgba(24, 55, 52, 0.08);
}

/* Remove decorative stripe fields; keep campaigns and content in focus. */
.givesg-home,
.hero-immersive-stage,
.why-card,
.camp-info,
.matrix-metric-badge,
.givesg-home-cta {
    background-image: none !important;
}

.givesg-home {
    background-color: var(--soft-bg) !important;
}

.hero-immersive-stage {
    background: linear-gradient(180deg, #fffdf8 0%, #f5fbfa 100%) !important;
}

.hero-immersive-stage:after {
    display: none !important;
}

.why-card,
.camp-info,
.matrix-metric-badge {
    background-color: #ffffff !important;
}

.givesg-home-cta {
    background-color: #eaf8f6 !important;
}

/* Brand color lift: more pastel crimson and turquoise, without adding visual noise. */
.hero-status-pill {
    background: linear-gradient(90deg, rgba(49, 164, 151, 0.1), rgba(244, 124, 152, 0.08));
    border-color: rgba(49, 164, 151, 0.24);
    color: var(--brand-red);
}

.hero-status-pill:before {
    background: var(--brand-crimson);
    box-shadow: 0 0 8px rgba(244, 124, 152, 0.5);
}

.hero-center-hub h1 span {
    color: var(--brand-crimson);
}

.givesg-home .tag,
.givesg-home-cta .tag {
    color: var(--brand-crimson);
}

.btn-fluid-prime,
.inline-explore-btn,
.givesg-home-cta .btn-fluid-prime {
    background: var(--brand-turquoise);
    box-shadow: 0 18px 36px rgba(49, 164, 151, 0.22);
}

.btn-fluid-prime:hover,
.inline-explore-btn:hover,
.givesg-home-cta .btn-fluid-prime:hover {
    background: var(--brand-red-dark);
    box-shadow: 0 22px 42px rgba(49, 164, 151, 0.28);
}

.section-heading-row:before,
.section-title-centered:after {
    background: linear-gradient(90deg, var(--brand-turquoise), var(--brand-crimson));
}

.why-card:hover,
.camp-card:hover {
    border-color: rgba(49, 164, 151, 0.34);
    box-shadow: 0 24px 54px rgba(49, 164, 151, 0.12);
}

.why-card:before,
.camp-info:before {
    background: var(--brand-crimson);
}

.why-card:nth-child(even):before,
.camp-info:nth-child(3n + 1):before {
    background: var(--brand-turquoise);
}

.camp-info:nth-child(3n + 2):before {
    background: var(--brand-crimson);
}

.camp-info:nth-child(3n + 3):before {
    background: var(--brand-turquoise);
}

.camp-badge {
    background: rgba(15, 111, 104, 0.92);
}

.progress-bar-bg {
    background: rgba(49, 164, 151, 0.14);
}

.progress-fill {
    background: linear-gradient(90deg, var(--brand-turquoise), var(--brand-crimson));
}

.section-link:hover,
.btn-outline:hover,
.givesg-home-cta .btn-outline:hover {
    border-color: var(--brand-turquoise);
    color: var(--brand-turquoise);
}

/* Homepage density tune: calmer headings and less empty vertical space. */
.givesg-home section {
    padding: 64px 0;
}

.hero-immersive-stage {
    padding: 76px 0 84px;
}

.hero-center-hub {
    margin-bottom: 44px;
}

.hero-status-pill {
    margin-bottom: 20px;
}

.hero-center-hub h1 {
    font-size: clamp(2.65rem, 5vw, 3.55rem);
    line-height: 1.08;
    margin-bottom: 18px;
}

.hero-center-hub p {
    font-size: 1.08rem;
    margin-bottom: 30px;
}

.about-premium-layout {
    gap: 64px;
    padding: 34px 0;
}

.about-narrative-panel h2 {
    font-size: clamp(2.2rem, 4vw, 3rem);
    margin: 10px 0 20px;
}

.about-narrative-panel .lead-text {
    font-size: 1.12rem;
}

.section-title-centered,
.section-title-left {
    font-size: clamp(1.85rem, 3.2vw, 2.35rem);
}

.section-title-centered:after {
    margin-top: 12px;
}

.section-heading-row:before,
.section-title-centered:after {
    margin-bottom: 12px;
}

.why-section {
    margin: 28px 0;
    padding: 64px 0;
}

.why-grid,
.campaign-grid {
    gap: 24px;
    margin-top: 32px;
}

.why-card {
    padding: 32px;
}

.why-card h3,
.camp-info h3 {
    font-size: 1.18rem;
}

.camp-info {
    padding: 26px;
}

.completed-home-section {
    padding-top: 24px;
}

.givesg-home-cta {
    margin-top: 28px;
}

.givesg-home-cta h2 {
    font-size: clamp(1.95rem, 3.4vw, 2.45rem);
}

@media (max-width: 820px) {
    .givesg-home section,
    .hero-immersive-stage {
        padding: 54px 0;
    }

    .hero-center-hub h1,
    .about-narrative-panel h2,
    .givesg-home-cta h2 {
        font-size: clamp(2rem, 8vw, 2.45rem);
    }

    .section-title-centered,
    .section-title-left {
        font-size: clamp(1.65rem, 6vw, 2rem);
    }

    .about-premium-layout {
        gap: 40px;
        padding: 20px 0;
    }

    .why-section {
        margin: 18px 0;
        padding: 46px 0;
    }

    .why-grid,
    .campaign-grid {
        margin-top: 24px;
    }
}

@media (max-width: 580px) {
    .givesg-home section,
    .hero-immersive-stage {
        padding: 42px 0;
    }

    .hero-center-hub {
        margin-bottom: 28px;
    }

    .hero-center-hub h1,
    .about-narrative-panel h2,
    .givesg-home-cta h2 {
        font-size: 2rem;
    }

    .section-title-centered,
    .section-title-left {
        font-size: 1.65rem;
    }

    .about-premium-layout {
        gap: 28px;
        padding: 10px 0;
    }

    .why-section {
        padding: 36px 0;
    }

    .why-card,
    .camp-info {
        padding: 22px;
    }
}
