/* Hybrid redesign for the existing Dreamweaver site
   Clean rebuilt version
   Desktop-first base styles with clean responsive breakpoints
*/

html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

body{
    margin:0;
    padding:0;
    background:#ffffff;
    color:#1f2933;
    font-family:Arial, Helvetica, sans-serif;
}

/* =========================
   HEADER
   ========================= */

.hy-header{
    position:relative;
    z-index:20;
    transition:all .3s ease;
    margin:0 !important;
    padding:0 !important;
}

#stuck_container{
    background:#cc0000;
    border-bottom:4px solid #ffcc00;
    margin:0 !important;
    padding:0 !important;
}

.hy-nav-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:94px;
    gap:12px;
    margin:0 !important;
    padding:0 !important;
}

h1.hy-logo{
    margin:0 !important;
    padding:0 !important;
    line-height:0 !important;
    float:none !important;
}

.hy-logo{
    margin:0 !important;
    float:none !important;
}

.hy-logo img{
    width:350px;
    height:auto;
    display:block;
    margin:0 !important;
}

.hy-header .menu{
    float:none;
    margin:0;
}

.hy-header .sf-menu{
    margin-top:0;
}

.hy-header .sf-menu > li{
    background:none;
}

.hy-header .sf-menu > li > a{
    padding:26px 16px 22px;
}

.hy-header .sf-menu > li > a:hover,
.hy-header .sf-menu > li.current > a{
    color:#ffcc00;
}

.hy-mobile-toggle{
    display:none !important;
}

.isStuck{
    background:#b30000 !important;
    box-shadow:0 4px 14px rgba(0,0,0,0.35);
}

.isStuck .hy-logo img{
    width:240px;
    transition:all .3s ease;
}

/* =========================
   HERO
   ========================= */

.hy-hero{
    position:relative;
    background:url("../images/crane_imgs/Tryson Crane Services.jpg") center center / cover no-repeat;
    min-height:680px;
    display:flex;
    align-items:flex-start;
    padding:1px 0;
}

.hy-hero-overlay{
    position:absolute;
    inset:0;
    z-index:1;
}

.hy-hero .container{
    position:relative;
    z-index:2;
}

.hy-hero-grid{
    display:grid;
    grid-template-columns:1.15fr 0.85fr;
    gap:34px;
    align-items:start;
}

.hy-hero-copy{
    color:#ffffff;
    max-width:690px;
    margin-top:80px;
}

.hy-kicker{
    display:inline-block;
    font-size:16px;
    text-shadow:0 1px 2px rgba(0,0,0,1);
    word-break:normal;
    overflow-wrap:break-word;
    font-weight:bold;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#ffcc00;
    margin-bottom:2px;
    text-align:center;
}

.hy-hero-copy h1{
    font-size:38px;
    line-height:1.1;
    color:#ffffff;
    text-shadow:0 2px 6px rgba(0,0,0,0.62), 0 8px 22px rgba(0,0,0,0.55);
    word-break:normal;
    overflow-wrap:break-word;
    margin:0 0 18px;
}

.hy-hero-copy p{
    font-size:19px;
    line-height:1.7;
    text-shadow:0 2px 6px rgba(0,0,0,0.90), 0 1px 10px rgba(0,0,0,0.78);
    word-break:normal;
    overflow-wrap:break-word;
    color:#ffffff;
    font-weight:500;
}

.hy-hero-copy li{
    font-size:22px;
    line-height:1.7;
    text-shadow:0 2px 6px rgba(0,0,0,0.90), 0 1px 3px rgba(0,0,0,0.78);
    word-break:normal;
    overflow-wrap:break-word;
    color:#f8fafc;
    font-weight:500;
}

.hy-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:22px;
}

/* =========================
   BUTTONS
   ========================= */

.hy-btn{
    display:inline-block;
    border:none;
    cursor:pointer;
    padding:15px 26px;
    border-radius:6px;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
    transition:all 0.25s ease;
}

.hy-btn-red{
    background:#cc0000;
    color:#ffffff;
    box-shadow:0 4px 10px rgba(0,0,0,0.22);
}

.hy-btn-red:hover{
    background:#ffcc00;
    color:#000000;
}

.hy-btn-dark{
    background:#111111;
    color:#ffffff;
    border:1px solid #333;
}

.hy-btn-dark:hover{
    background:#ffcc00;
    color:#000000;
}

.hy-btn-full{
    width:100%;
    text-align:center;
}

/* =========================
   CHECKLIST / FORM
   ========================= */

.hy-checks{
    list-style:none;
    text-shadow:0 2px 6px rgba(0,0,0,1);
    word-break:normal;
    overflow-wrap:break-word;
    color:#f8fafc;
    font-weight:500;
    padding:0;
    margin:0;
}

.hy-checks li{
    position:relative;
    padding-left:26px;
    margin-bottom:10px;
    color:#ffffff;
    font-size:16px;
}

.hy-checks li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#ffcc00;
    font-weight:bold;
}

.hy-quote-card{
    background:#ffffff;
    border-radius:10px;
    padding:28px 26px;
    box-shadow:0 18px 40px rgba(0,0,0,0.35);
    border-top:5px solid #cc0000;
}

.hy-quote-kicker{
    color:#cc0000;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.8px;
    font-size:13px;
    margin-bottom:10px;
}

.hy-quote-card h2{
    font-size:25px;
    line-height:1.15;
    margin-bottom:20px;
    color:#111111;
}

.hy-quote-card > p{
    margin-bottom:18px;
    color:#4b5563;
    line-height:1.6;
}

.hy-form input,
.hy-form select,
.hy-form textarea{
    width:100%;
    border:1px solid #d7dce2;
    border-radius:6px;
    padding:12px 14px;
    font-size:15px;
    margin-bottom:12px;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
    color:#111111;
}

.hy-form textarea{
    resize:vertical;
    min-height:110px;
}

.hy-form-split{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

/* =========================
   TRUST / SECTIONS
   ========================= */

.hy-trust-strip{
    background:#f3f4f6;
    padding:24px 0;
}

.hy-trust-bar{
    background:#f4f4f4;
    padding:40px 0;
}

.hy-trust-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:16px;
}

.hy-trust-item{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:8px;
    padding:18px 16px;
    text-align:center;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.hy-trust-item h3{
    margin-bottom:6px;
    font-size:18px;
}

.hy-trust-item p{
    font-size:14px;
    color:#555555;
}

.hy-trust-item strong{
    display:block;
    font-size:16px;
    color:#111111;
    margin-bottom:6px;
}

.hy-trust-item span{
    color:#4b5563;
    font-size:14px;
    line-height:1.5;
}

.hy-section{
    padding:74px 0;
}

.hy-section-dark{
    background:#111111;
    color:#ffffff;
}

.hy-section-head{
    text-align:center;
    max-width:820px;
    margin:0 auto 34px;
}

.hy-section-head h2{
    font-size:28px;
    line-height:1.15;
    margin-bottom:14px;
}

.hy-section-head p{
    font-size:18px;
    line-height:1.7;
    color:#5a6472;
}

.hy-section-dark .hy-section-head p,
.hy-section-dark p,
.hy-section-dark h2,
.hy-section-dark h3{
    color:#ffffff;
}

.hy-local-seo{
    background:#f7f7f7;
}

.hy-local-seo .hy-section-head{
    max-width:900px;
}

.hy-local-seo .hy-section-head p{
    max-width:760px;
    margin:0 auto;
}

.hy-local-copy{
    max-width:760px;
    margin:18px auto 0;
    text-align:center;
    font-size:18px;
    line-height:1.7;
    color:#5a6472;
}

/* =========================
   FLEET
   ========================= */

.hy-fleet-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:22px;
}

.hy-fleet-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:28px 22px;
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
    transition:all .25s ease;
    border-top:4px solid #b30000;
}

.hy-fleet-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 32px rgba(0,0,0,0.18);
}

.hy-fleet-card h3{
    font-size:28px;
    margin-bottom:12px;
    color:#111111;
}


.hy-fleet-card p{
    color:#4b5563;
    line-height:1.65;
    margin:0;
}

.hy-fleet-highlight{
    border-color:#cc0000;
    background:linear-gradient(180deg,#ffffff 0%,#fff5f5 100%);
}

.hy-fleet-card img{
    width:100%;
    border-radius:8px;
    margin-bottom:14px;
    height:200px;
    object-fit:cover;
    display:block;
}

/* =========================
   CONTENT GRIDS
   ========================= */

.hy-two-col{
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:32px;
    align-items:start;
}

.hy-two-col h2{
    font-size:42px;
    line-height:1.15;
    margin-bottom:16px;
}

.hy-two-col > div > p{
    font-size:18px;
    line-height:1.7;
    margin-bottom:18px;
}

.hy-feature-list > div{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:10px;
    padding:18px 18px;
    margin-bottom:14px;
}

.hy-feature-list h3{
    font-size:22px;
    margin-bottom:8px;
}

.hy-feature-list p{
    font-size:16px;
    line-height:1.65;
    margin:0;
}

.hy-media-stack{
    display:grid;
    gap:16px;
}

.hy-media-stack img{
    width:100%;
    border-radius:12px;
    display:block;
}

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

.hy-project-card{
    background:#ffffff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,0.08);
    border:1px solid #ececec;
}

.hy-project-card img{
    width:100%;
    display:block;
    aspect-ratio:4 / 3;
    object-fit:cover;
}

.hy-project-copy{
    padding:18px 18px 20px;
}

.hy-project-copy h3{
    font-size:23px;
    margin-bottom:8px;
    color:#111111;
}

.hy-project-copy p{
    margin:0;
    color:#5a6472;
}

.hy-center{
    text-align:center;
    margin-top:28px;
}

.hy-service-area{
    background:#f9fafb;
}

.hy-area-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:16px;
}

.hy-area-grid div{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    text-align:center;
    padding:24px 18px;
    font-size:20px;
    font-weight:bold;
    color:#111111;
}

/* =========================
   FOOTER
   ========================= */

.hy-footer{
    background:#111111;
    color:#ffffff;
    padding:50px 0 22px;
}

.hy-footer-grid{
    display:grid;
    grid-template-columns:1.2fr 0.7fr 0.7fr;
    gap:28px;
    margin-bottom:26px;
}

.hy-footer-logo{
    width:220px;
    margin-bottom:14px;
}

.hy-footer h3{
    color:#ffcc00;
    margin-bottom:10px;
    font-size:20px;
}

.hy-footer p,
.hy-footer a{
    color:#f3f4f6;
    text-decoration:none;
    line-height:1.7;
}

.hy-footer-bottom{
    border-top:1px solid rgba(255,255,255,0.14);
    padding-top:18px;
    text-align:center;
    color:#d5d5d5;
}

.hy-mobile-actionbar{
    display:none;
}

.hy-mobile-callbar{
    display:none;
}

/* =========================
   PROJECTS PAGE
   ========================= */

.hy-project-hero{
    position:relative;
    background:url("../images/crane_imgs/Crane 30.jpg") center center / cover no-repeat;
    min-height:320px;
    display:flex;
    align-items:center;
    padding:60px 0;
}

.hy-project-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
}

.hy-project-hero .container{
    position:relative;
    z-index:2;
}

.hy-project-hero-copy{
    max-width:760px;
    color:#ffffff;
}

.hy-project-hero-copy h1{
    font-size:48px;
    line-height:1.1;
    color:#ffffff;
    margin:0 0 14px;
    text-shadow:0 2px 8px rgba(0,0,0,0.45);
}

.hy-project-hero-copy p{
    font-size:19px;
    line-height:1.7;
    color:#f8fafc;
    text-shadow:0 2px 8px rgba(0,0,0,0.45);
}

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

.hy-project-page-card{
    background:#ffffff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,0.08);
    border:1px solid #ececec;
}

.hy-project-page-card img{
    width:100%;
    aspect-ratio:4 / 3;
    object-fit:cover;
    display:block;
}

.hy-project-page-copy{
    padding:16px 16px 18px;
}

.hy-project-page-copy h3{
    font-size:22px;
    margin-bottom:8px;
    color:#111111;
}

.hy-project-meta{
    font-weight:bold;
    color:#cc0000 !important;
    margin-bottom:10px !important;
}

.hy-project-page-copy p{
    color:#5a6472;
    line-height:1.6;
    margin:0 0 10px;
}

.hy-project-cta{
    display:inline-block;
    margin-top:8px;
    font-weight:bold;
    color:#cc0000;
    text-decoration:none;
}

.hy-project-cta:hover{
    text-decoration:underline;
}

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

@media only screen and (max-width: 979px){
    .hy-topbar-inner,
    .hy-nav-row{
        display:block;
        text-align:center;
    }

    .hy-topbar-right{
        justify-content:center;
        margin-top:8px;
        flex-wrap:wrap;
    }

    .hy-logo{
        max-width:220px;
        margin:0 auto !important;
    }

    .hy-header .menu{
        position:relative;
        z-index:20;
        box-shadow:0 4px 12px rgba(0,0,0,0.25);
    }

    .hy-hero{
        min-height:auto;
        padding:70px 0 60px;
    }

    .hy-hero-grid,
    .hy-two-col,
    .hy-fleet-grid,
    .hy-trust-grid,
    .hy-project-grid,
    .hy-area-grid,
    .hy-footer-grid,
    .hy-project-page-grid{
        grid-template-columns:1fr 1fr;
    }

    .hy-hero-copy h1,
    .hy-section-head h2,
    .hy-two-col h2{
        font-size:38px;
    }

    .hy-project-hero-copy h1{
        font-size:40px;
    }
}

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

@media only screen and (max-width: 767px){
    .hy-topbar{
        display:none !important;
        font-size:13px;
    }

    #stuck_container{
        position:relative !important;
        top:auto !important;
        left:auto !important;
        right:auto !important;
    }

    .hy-nav-row{
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        text-align:left !important;
        min-height:auto;
    }

    .hy-logo{
        max-width:300px !important;
        margin:0 !important;
    }

    .hy-logo img{
        width:100% !important;
        max-width:300px !important;
        height:auto;
    }

    .hy-header .sf-menu{
        display:none !important;
    }

    .hy-mobile-toggle{
        display:block !important;
        background:#111111;
        color:#ffffff;
        border:none;
        border-radius:8px;
        padding:10px 14px;
        font-size:26px;
        line-height:1;
        cursor:pointer;
        margin:0 !important;
        box-shadow:0 4px 10px rgba(0,0,0,0.2);
        flex:0 0 auto !important;
    }

    .hy-mobile-menu-wrap{
        width:100% !important;
        clear:both !important;
        float:none !important;
        margin-top:10px !important;
        max-height:0;
        overflow:hidden;
        opacity:0;
        transition:max-height 0.35s ease, opacity 0.25s ease;
    }

    .hy-mobile-menu-wrap.hy-open{
        max-height:500px;
        opacity:1;
    }

    .hy-mobile-menu-wrap nav{
        width:100%;
    }

    .hy-mobile-menu-wrap .sf-menu{
        display:block !important;
        width:100% !important;
        background:#b30000;
        border-radius:10px;
        overflow:hidden;
        margin:0 !important;
        padding:0 !important;
    }

    .hy-mobile-menu-wrap .sf-menu li{
        display:block !important;
        float:none !important;
        width:100% !important;
        border-bottom:1px solid rgba(255,255,255,0.15);
        background:none !important;
    }

    .hy-mobile-menu-wrap .sf-menu li:last-child{
        border-bottom:none;
    }

    .hy-mobile-menu-wrap .sf-menu li a{
        display:block !important;
        padding:14px 16px !important;
        color:#ffffff !important;
        font-size:16px !important;
        line-height:1.3 !important;
    }

    .hy-mobile-menu-wrap .sf-menu li a:hover{
        background:#ffcc00 !important;
        color:#000000 !important;
    }

    .hy-hero{
        background:url("../images/crane_imgs/Crane 31.jpg") center center / cover no-repeat !important;
        padding:80px 0 40px !important;
        min-height:auto !important;
    }

    .hy-hero-overlay{
        background:linear-gradient(
            to bottom,
            rgba(0,0,0,0.65) 0%,
            rgba(0,0,0,0.55) 40%,
            rgba(0,0,0,0.75) 75%,
            rgba(0,0,0,0.9) 100%
        );
    }

    .hy-hero .container,
    .container{
        width:auto !important;
        max-width:100% !important;
        padding-left:18px !important;
        padding-right:18px !important;
        box-sizing:border-box !important;
    }

    .hy-hero-grid,
    .hy-two-col,
    .hy-fleet-grid,
    .hy-trust-grid,
    .hy-project-grid,
    .hy-area-grid,
    .hy-footer-grid,
    .hy-form-split,
    .hy-project-page-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:16px !important;
    }

    .hy-hero-copy{
        width:100% !important;
        max-width:100% !important;
        margin:0 auto 20px !important;
        padding:0 10px !important;
        text-align:center !important;
        background:none !important;
        border:0 !important;
        border-radius:0 !important;
        box-shadow:none !important;
    }

    .hy-kicker{
        display:block !important;
        text-align:center !important;
        font-size:15px !important;
        line-height:1.35 !important;
        margin:0 0 12px !important;
    }

    .hy-hero-copy h1{
        font-size:32px !important;
        line-height:1.12 !important;
        text-align:center !important;
        margin:0 0 14px !important;
    }

    .hy-hero-copy p{
        max-width:100% !important;
        font-size:16px !important;
        line-height:1.55 !important;
        text-align:center !important;
        margin:0 auto 18px !important;
    }

    .hy-hero-actions{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        justify-content:center !important;
        gap:12px !important;
        width:100% !important;
        margin:0 auto 18px !important;
        text-align:center !important;
    }

    .hy-hero-actions .hy-btn,
    .hy-hero-actions .hy-btn-red,
    .hy-hero-actions .hy-btn-dark{
        display:block !important;
        width:100% !important;
        max-width:300px !important;
        margin:0 auto !important;
        text-align:center !important;
        float:none !important;
    }

    .hy-checks{
        display:none !important;
    }

    .hy-quote-card{
        display:none !important;
        padding:22px 18px;
    }

    .hy-section{
        padding:48px 0 !important;
    }

    .hy-section-head{
        margin-bottom:15px !important;
    }

    .hy-section-head h2,
    .hy-two-col h2{
        font-size:30px !important;
    }

    .hy-section-head p,
    .hy-two-col > div > p,
    .hy-feature-list p,
    .hy-project-copy p,
    .hy-trust-item span,
    .hy-fleet-card p,
    .hy-project-page-copy p{
        font-size:16px !important;
        line-height:1.6 !important;
    }

    .hy-trust-item,
    .hy-fleet-card,
    .hy-project-card,
    .hy-area-grid div,
    .hy-project-page-card{
        width:100% !important;
        min-height:0 !important;
        height:auto !important;
        overflow:visible !important;
        box-sizing:border-box !important;
    }

    .hy-trust-item{
        padding:18px 16px !important;
    }

    .hy-trust-item strong{
        display:block !important;
        font-size:20px !important;
        line-height:1.15 !important;
        margin-bottom:8px !important;
    }

    .hy-fleet-card h3,
    .hy-project-copy h3,
    .hy-feature-list h3,
    .hy-footer h3,
    .hy-project-page-copy h3{
        font-size:24px !important;
        line-height:1.2 !important;
    }

    .hy-area-grid div{
        font-size:18px !important;
        padding:18px 14px !important;
    }

    .hy-footer-logo{
        width:180px;
    }

    .hy-project-hero{
        min-height:auto;
        padding:90px 0 40px;
    }

    .hy-project-hero-copy{
        text-align:center;
    }

    .hy-project-hero-copy h1{
        font-size:32px;
    }

    .hy-project-hero-copy p{
        font-size:16px;
        line-height:1.55;
    }

    .hy-mobile-actionbar{
        display:block !important;
        position:fixed !important;
        left:0 !important;
        bottom:0 !important;
        width:100% !important;
        z-index:999999 !important;
        background:#cc0000 !important;
        overflow:hidden !important;
        box-shadow:0 -4px 14px rgba(0,0,0,0.35);
    }

    .hy-mobile-actionbar a{
        display:block !important;
        float:left !important;
        width:50% !important;
        box-sizing:border-box !important;
        text-align:center !important;
        padding:16px 10px !important;
        font-size:18px !important;
        font-weight:bold !important;
        text-decoration:none !important;
        letter-spacing:0.3px;
    }

    .hy-mobile-actionbar .quote{
        background:#cc0000 !important;
        color:#ffffff !important;
    }

    .hy-mobile-actionbar .call{
        background:#ffcc00 !important;
        color:#000000 !important;
    }

    body{
        padding-bottom:70px !important;
        overflow-x:hidden;
    }
}