/* FGM New Creation Conference Hero v1.0.6
 * Compatibility renderer: real <img> layers + embedded WebP defaults + inline SVG countdown.
 * No visual layer depends on CSS background-image, lazy-loading or JavaScript to become visible.
 */
.fgm-ncc-hero,
.fgm-ncc-hero * { box-sizing: border-box; }

.fgm-ncc-hero {
    --fgm-left-width: 56%; --fgm-left-x: -2%; --fgm-left-y: -2%;
    --fgm-right-width: 47%; --fgm-right-x: -1%; --fgm-right-y: 7%;
    --fgm-count-width: 36%; --fgm-count-x: 25%; --fgm-count-y: 14%;
    --fgm-title-width: 58%; --fgm-title-x: 13.5%; --fgm-title-y: 46%;
    --fgm-theme-width: 68%; --fgm-theme-x: 7%; --fgm-theme-y: 64%;
    --fgm-theme-label-width: 12.8%; --fgm-theme-label-x: 11.8%; --fgm-theme-label-y: 61.2%;
    --fgm-people-width: 4.7%; --fgm-people-x: 58%; --fgm-people-y: 27%;
    --fgm-cta-x: 12%; --fgm-cta-y: 86%;
    --fgm-stage-height: clamp(360px, 56.2vw, 1151px); --fgm-stage-min: 360px;
    --fgm-artboard-ratio: 1.7793223284; /* 2048 / 1151 */
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    overflow: hidden !important;
    isolation: isolate;
    background: #090018;
    line-height: 1;
}

.fgm-ncc-stage {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: var(--fgm-stage-height) !important;
    min-height: var(--fgm-stage-min) !important;
    overflow: hidden !important;
    background: #090018;
}


/* Desktop uses a Revolution-style virtual 2048×1151 artboard.
 * Foreground layers scale from ONE coordinate system, so an ultra-wide or
 * unusually short desktop container cannot stretch X while compressing Y. */
.fgm-ncc-artboard {
    position: absolute !important;
    z-index: 2 !important;
    top: 0 !important;
    left: 50% !important;
    height: 100% !important;
    width: auto !important;
    aspect-ratio: 2048 / 1151;
    transform: translateX(-50%);
    transform-origin: 50% 0;
    overflow: visible !important;
    pointer-events: none;
}

.fgm-ncc-bg-img,
.fgm-ncc-layer,
.fgm-ncc-countdown {
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    max-width: none !important;
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-drag: none;
}

.fgm-ncc-bg-img {
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
    opacity: 1 !important;
}

.fgm-ncc-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(7,0,22,.02),rgba(2,0,10,.16));
}

.fgm-ncc-layer {
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none;
}

.fgm-ncc-layer--left-pastor {
    z-index: 2 !important;
    width: var(--fgm-left-width) !important;
    left: var(--fgm-left-x) !important;
    top: var(--fgm-left-y) !important;
    opacity: var(--fgm-left-opacity, .43) !important;
    filter: saturate(.92) brightness(.9);
}

.fgm-ncc-layer--right-pastor {
    z-index: 8 !important;
    width: var(--fgm-right-width) !important;
    right: var(--fgm-right-x) !important;
    top: var(--fgm-right-y) !important;
    opacity: 1 !important;
    filter: drop-shadow(-28px 0 38px rgba(11,0,27,.22));
}

.fgm-ncc-layer--title {
    z-index: 9 !important;
    width: var(--fgm-title-width) !important;
    left: var(--fgm-title-x) !important;
    top: var(--fgm-title-y) !important;
    opacity: 1 !important;
}

.fgm-ncc-layer--theme {
    z-index: 10 !important;
    width: var(--fgm-theme-width) !important;
    left: var(--fgm-theme-x) !important;
    top: var(--fgm-theme-y) !important;
    opacity: 1 !important;
}

.fgm-ncc-layer--people {
    z-index: 11 !important;
    width: var(--fgm-people-width) !important;
    left: var(--fgm-people-x) !important;
    top: var(--fgm-people-y) !important;
    opacity: 1 !important;
}

.fgm-ncc-theme-label {
    position: absolute !important;
    z-index: 13 !important;
    width: var(--fgm-theme-label-width) !important;
    left: var(--fgm-theme-label-x) !important;
    top: var(--fgm-theme-label-y) !important;
    aspect-ratio: 4.25 / 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: .08em .2em .08em .42em;
    background: #32105f;
    color: #fff;
    border-radius: 4px;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1.45vw, 30px);
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: .34em;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(255,255,255,.28), 0 2px 5px rgba(0,0,0,.35);
    white-space: nowrap;
    pointer-events: none !important;
    user-select: none;
}

.fgm-ncc-theme-label span {
    display: block;
    transform: translateX(.14em);
}

.fgm-ncc-read-more {
    position: absolute !important;
    z-index: 14 !important;
    left: var(--fgm-cta-x) !important;
    top: var(--fgm-cta-y) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .55em;
    min-height: 42px;
    padding: 14px 24px;
    border: 2px solid #ffbd12;
    border-radius: 10px;
    background: #ed176d;
    color: #fff;
    box-shadow: 0 10px 24px rgba(12,0,41,.26);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(13px, .95vw, 18px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: auto !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.fgm-ncc-read-more:hover,
.fgm-ncc-read-more:focus-visible {
    background: #ffbd12;
    color: #07114f;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(12,0,41,.32);
    text-decoration: none !important;
}

.fgm-ncc-read-more:focus-visible {
    outline: 3px solid rgba(255,255,255,.92);
    outline-offset: 3px;
}

.fgm-ncc-read-more-arrow {
    width: 1.15em;
    height: 1.15em;
    flex: 0 0 auto;
    display: block;
}

.fgm-ncc-countdown {
    z-index: 12 !important;
    width: var(--fgm-count-width) !important;
    height: auto !important;
    left: var(--fgm-count-x) !important;
    top: var(--fgm-count-y) !important;
    opacity: 1 !important;
    overflow: visible !important;
    filter: drop-shadow(0 14px 18px rgba(11,0,44,.24));
}

.fgm-ncc-countdown.is-hidden { display: none !important; }
.fgm-ncc-countdown text { font-family: Impact, Haettenschweiler, "Arial Black", sans-serif; }

.fgm-ncc-a11y-copy {
    position: absolute !important; width: 1px !important; height: 1px !important;
    padding: 0 !important; margin: -1px !important; overflow: hidden !important;
    clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important;
}

/* Animation is decorative only. It never controls visibility. */
@media (prefers-reduced-motion: no-preference) {
    .fgm-ncc-motion .fgm-ncc-layer,
    .fgm-ncc-motion .fgm-ncc-countdown,
    .fgm-ncc-motion .fgm-ncc-theme-label,
    .fgm-ncc-motion .fgm-ncc-read-more {
        animation: fgmNccLayerIn .62s cubic-bezier(.2,.7,.2,1) both;
    }
    .fgm-ncc-motion .fgm-ncc-layer--left-pastor { animation-delay: .02s; }
    .fgm-ncc-motion .fgm-ncc-layer--right-pastor { animation-delay: .06s; }
    .fgm-ncc-motion .fgm-ncc-countdown { animation-delay: .10s; }
    .fgm-ncc-motion .fgm-ncc-layer--people { animation-delay: .14s; }
    .fgm-ncc-motion .fgm-ncc-layer--title { animation-delay: .18s; }
    .fgm-ncc-motion .fgm-ncc-layer--theme { animation-delay: .22s; }
    .fgm-ncc-motion .fgm-ncc-theme-label { animation-delay: .24s; }
    .fgm-ncc-motion .fgm-ncc-read-more { animation-delay: .28s; }
}
@keyframes fgmNccLayerIn {
    from { transform: translate3d(0,12px,0) scale(.992); }
    to { transform: translate3d(0,0,0) scale(1); }
}

@media (min-width: 2049px) {
    .fgm-ncc-stage { height: 1151px !important; }
    .fgm-ncc-artboard { width: 2048px !important; height: 1151px !important; }
}

@media (max-width: 1024px) {
    .fgm-ncc-artboard { left:0!important; top:0!important; width:100%!important; height:100%!important; aspect-ratio:auto; transform:none!important; }
    .fgm-ncc-hero {
        --fgm-left-width: 66%; --fgm-left-x: -8%; --fgm-left-y: 4%;
        --fgm-right-width: 58%; --fgm-right-x: -9%; --fgm-right-y: 16%;
        --fgm-count-width: 44%; --fgm-count-x: 18%; --fgm-count-y: 12%;
        --fgm-title-width: 72%; --fgm-title-x: 6%; --fgm-title-y: 45%;
        --fgm-theme-width: 82%; --fgm-theme-x: 4%; --fgm-theme-y: 63%;
        --fgm-theme-label-width: 16.5%; --fgm-theme-label-x: 7.2%; --fgm-theme-label-y: 60%;
        --fgm-people-width: 6.5%; --fgm-people-x: 62%; --fgm-people-y: 29%;
        --fgm-cta-x: 7%; --fgm-cta-y: 85%;
        --fgm-stage-height: clamp(520px,76vw,780px); --fgm-stage-min: 520px;
    }
    .fgm-ncc-bg-img { object-position: 41% 50% !important; }
}

@media (max-width: 767px) {
    .fgm-ncc-hero {
        --fgm-left-width: 96%; --fgm-left-x: -28%; --fgm-left-y: 13%;
        --fgm-right-width: 88%; --fgm-right-x: -31%; --fgm-right-y: 30%;
        --fgm-count-width: 72%; --fgm-count-x: 4%; --fgm-count-y: 8%;
        --fgm-title-width: 88%; --fgm-title-x: 4%; --fgm-title-y: 45%;
        --fgm-theme-width: 94%; --fgm-theme-x: 3%; --fgm-theme-y: 59%;
        --fgm-theme-label-width: 27%; --fgm-theme-label-x: 5%; --fgm-theme-label-y: 55.5%;
        --fgm-people-width: 10%; --fgm-people-x: 78%; --fgm-people-y: 26%;
        --fgm-cta-x: 5%; --fgm-cta-y: 80%;
        --fgm-stage-height: clamp(610px,166vw,760px); --fgm-stage-min: 610px;
    }
    .fgm-ncc-bg-img { object-position: 30% 50% !important; }
    .fgm-ncc-layer--left-pastor { opacity: min(var(--fgm-left-opacity,.43), .28) !important; }
}

@media (prefers-reduced-motion: reduce) {
    .fgm-ncc-motion .fgm-ncc-layer,
    .fgm-ncc-motion .fgm-ncc-countdown,
    .fgm-ncc-motion .fgm-ncc-theme-label,
    .fgm-ncc-motion .fgm-ncc-read-more { animation: none !important; transform: none !important; }
}
