/* Holeta Steel Factory - responsive layer v9 */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
html,body{max-width:100%;overflow-x:hidden}
img,picture,video,canvas,svg{max-width:100%}
*,*::before,*::after{box-sizing:border-box}

.site-header{width:100%;min-width:0;gap:20px;overflow:visible}
.site-header .brand{min-width:0;max-width:min(560px,55vw);display:flex;align-items:center;gap:12px}
.site-header .brand>img{width:64px;height:58px;max-width:64px;flex:0 0 64px;object-fit:contain;display:block;background:#fff}
.brand-copy{min-width:0;display:flex;flex-direction:column;line-height:1.12}
.brand-copy strong,.brand-copy .brand-name,.brand-copy small{display:block}
.brand-copy strong{font-size:13px;color:#087a42;white-space:nowrap}
.brand-copy .brand-name{font-size:18px;font-weight:800;color:var(--navy,#071b2d);white-space:nowrap}
.brand-copy small{margin-top:4px;font-size:9px;letter-spacing:1.4px;white-space:nowrap}
.desktop-nav{display:flex;align-items:center;gap:25px}
.mobile-nav{display:none}

.product-grid article .product-media,.cards article .home-product-media{
    width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;margin-bottom:18px
}
.product-grid article .product-media{height:220px}
.cards article .home-product-media{height:170px}
.product-grid article .product-media img,.cards article .home-product-media img{
    width:100%;height:100%;object-fit:contain;display:block
}

@media(max-width:900px){
    .site-header{
        height:76px;padding:0 18px;position:sticky;top:0;z-index:5000;overflow:visible
    }
    .site-header .brand{max-width:calc(100% - 58px)}
    .site-header .brand>img{width:54px;height:50px;max-width:54px;flex-basis:54px}
    .brand-copy strong{font-size:11px}
    .brand-copy .brand-name{font-size:15px}
    .brand-copy small{font-size:8px;letter-spacing:1px}

    .desktop-nav{display:none!important}

    .mobile-nav{
        display:block!important;
        position:static;
        flex:0 0 auto;
        margin-left:auto;
        z-index:6000
    }
    .mobile-nav>summary{
        list-style:none;display:grid;place-items:center;width:48px;height:48px;
        border:1px solid #dce5ea;border-radius:10px;background:#fff;color:#071b2d;
        cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent
    }
    .mobile-nav>summary::-webkit-details-marker{display:none}
    .mobile-nav>summary::marker{content:""}
    .mobile-nav .hamburger{font-size:28px;line-height:1}

    /* Critical fix: menu is viewport-bound, never allowed off-screen. */
    .mobile-nav>nav{
        display:flex!important;
        position:fixed!important;
        top:76px!important;
        left:12px!important;
        right:12px!important;
        width:auto!important;
        max-width:none!important;
        max-height:calc(100dvh - 88px);
        overflow-y:auto;
        padding:12px;
        flex-direction:column;
        gap:4px;
        background:#fff;
        border:1px solid #dce5ea;
        border-radius:10px;
        box-shadow:0 18px 45px rgba(7,27,45,.22);
        z-index:9999!important;
    }
    .mobile-nav:not([open])>nav{display:none!important}
    .mobile-nav>nav a{
        display:block;width:100%;padding:13px 14px;color:#14212b;text-decoration:none;
        font-weight:700;font-size:15px;border-radius:7px;white-space:normal;overflow-wrap:anywhere
    }
    .mobile-nav>nav a:hover,.mobile-nav>nav a:focus{background:#f2f7f4;color:#087443}
    .mobile-nav>nav .track-link{margin-top:5px;text-align:center;background:#ef7b22;color:#fff!important}

    .hero{min-height:auto;padding:64px 28px;grid-template-columns:1fr;gap:30px}
    .hero h1,.page-hero h1,.tracker-copy h1{
        font-size:clamp(36px,8vw,56px);line-height:1.05;letter-spacing:-1.5px
    }
    .steel-card{display:none}
    .cards,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .tracker-wrap,.split{grid-template-columns:1fr}
    .band,footer{grid-template-columns:1fr}
    .status-head{flex-direction:column;align-items:flex-start;gap:25px}
}

@media(max-width:600px){
    .site-header{height:70px;padding:0 12px;gap:8px}
    .site-header .brand{gap:8px;max-width:calc(100% - 52px)}
    .site-header .brand>img{width:46px;height:44px;max-width:46px;flex-basis:46px}
    .brand-copy strong{font-size:9.5px}
    .brand-copy .brand-name{font-size:13px}
    .brand-copy small{font-size:7px;letter-spacing:.65px}

    .mobile-nav>summary{width:44px;height:44px}
    .mobile-nav>nav{
        top:70px!important;
        left:8px!important;
        right:8px!important;
        max-height:calc(100dvh - 80px)
    }

    .hero{padding:48px 18px 52px}
    .hero h1,.page-hero h1,.tracker-copy h1{font-size:clamp(32px,10vw,42px);letter-spacing:-.8px}
    .hero p,.page-hero p,.tracker-copy p{font-size:16px}
    .actions{width:100%;flex-direction:column}
    .actions .btn{width:100%}
    .section,.page-hero,.tracker-wrap,.status-head{padding-left:18px;padding-right:18px}
    .section{padding-top:52px;padding-bottom:52px}
    .cards,.product-grid{grid-template-columns:1fr;gap:16px}
    .cards article,.product-grid article{min-height:0;padding:22px}
    .product-grid article .product-media{height:200px}
    .cards article .home-product-media{height:170px}
    footer,.band{padding-left:18px;padding-right:18px}
}

@media(max-width:380px){
    .site-header{padding:0 9px}
    .site-header .brand>img{width:40px;height:38px;max-width:40px;flex-basis:40px}
    .brand-copy strong{font-size:8px}
    .brand-copy .brand-name{font-size:11.5px}
    .brand-copy small{display:none}
    .mobile-nav>summary{width:40px;height:40px}
    .mobile-nav>nav{
        left:6px!important;
        right:6px!important;
    }
    .hero{padding:40px 14px 45px}
    .hero h1,.page-hero h1,.tracker-copy h1{font-size:30px}
    .section,.page-hero,.tracker-wrap,.status-head,footer,.band{padding-left:14px;padding-right:14px}
}

.table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
