/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2026 | 21:28:38 */
/* =========================================================
   06 — SECOND CREEK HERO DESKTOP POSITIONING

   Desktop breakpoints match the rest of the hero CSS:
   desktop begins at 1201px.

   The offsets are reduced to match the preferred proportions
   seen at 75% zoom, while Chrome remains at 100%.
   ========================================================= */

@media (min-width: 1201px) {

    /* Moves the title, description, and buttons slightly down. */

    .sct-hero .sct-hero-copy {
        position: relative !important;
        top: 34px !important;

        transform: none !important;
    }

    /*
     * The trust bar is inside its own outer wrapper.
     * This wrapper controls its vertical position without
     * altering the internal trust-grid dimensions.
     */

    .sct-hero .sct-hero-trust-section {
        position: relative !important;
        top: 38px !important;

        align-self: stretch !important;

        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;
    }
}

/* =========================================================
   HOMEPAGE HERO BEHIND HEADER
   ---------------------------------------------------------
   Pulls the hero upward by the height of the header so the
   hero background begins at the top of the viewport.
   ========================================================= */

@media (min-width: 1201px) {

    body.home .sct-site-header {
        position: relative !important;
        z-index: 1000 !important;
        background: transparent !important;
    }

    body.home .sct-hero {
        margin-top: -110px !important;
    }

}
/*
 * Removed: a max-height:850px content-compression block that
 * shrank hero typography, buttons, and trust-bar sizing purely
 * because the browser window got shorter. Desktop hero geometry
 * (type sizes, spacing, trust-bar dimensions) is now constant at
 * every viewport height; only the fixed 1000px hero height in
 * "01 - Hero Layout" governs how much of the hero is visible
 * without scrolling.
 */
