
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{width:100%;min-width:0;max-width:100%;overflow-x:auto;overflow-y:auto;height:auto;min-height:100%}
body{margin:0;background:#05070a;color:#f5f5f5;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,select{font:inherit}

/* HEADER */
.site-header{width:100%;max-width:100%;height:70px;background:#050607;border-bottom:1px solid #4b3618;display:flex;align-items:center;padding:0 4.5%;gap:28px;position:relative;z-index:10}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.brand-b{width:44px;height:44px;border:1px solid #dca63d;border-radius:50%;display:grid;place-items:center;color:#e7b64f;font:700 29px Georgia}
.brand-text b{display:block;color:#e5b34b;font-size:18px;letter-spacing:1.2px}
.brand-text small{display:block;color:#999;font-size:7px;letter-spacing:2.2px;margin-top:2px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1}
.desktop-nav a{font-size:10px;font-weight:700;letter-spacing:.3px}
.desktop-nav a:hover{color:#dca63d}
.header-contact{display:flex;gap:16px;color:#ddd;font-size:9px;white-space:nowrap}
.mobile-menu{display:none;margin-left:auto;background:none;border:0;color:#dca63d;font-size:27px}
.mobile-nav{display:none}

/* HERO: exact 1536x768 image, no overlay, no crop */
.hero-wrap{width:100%;line-height:0;background:#000}
.hero-image{display:block;width:100%;height:auto;max-width:none;margin:0;padding:0;border:0}

/* CONTACT STRIP */
.contact-strip{width:100%;min-height:78px;background:#050607;border-top:1px solid #c18a2c;border-bottom:1px solid #3d2d18;display:grid;grid-template-columns:1.4fr .8fr 1fr;padding:0 8%}
.contact-strip>div{display:flex;align-items:center;gap:12px;color:#e7c36a;font-size:12px}
.contact-strip>div+div{border-left:1px solid #49361b;padding-left:30px}
.contact-strip b{display:block;color:#b9852d;font-size:8px;letter-spacing:2px;margin-bottom:4px}
.contact-icon{font-size:20px;color:#e3ac43}

/* INVENTORY - full width */
.inventory-wrap{width:100%;max-width:100%;min-width:0;margin:0;padding:44px 5% 70px;background:#05070a}
.inventory-head{text-align:center;max-width:1100px;margin:0 auto 25px}
.eyebrow{color:#dca63d;font-size:9px;font-weight:900;letter-spacing:3px}
.inventory-head h1{font-size:30px;margin:7px 0}
.inventory-head h1 em,.latest-heading em{font-style:normal;color:#dca63d}
.inventory-head p{margin:8px 0 0;color:#8e949a;font-size:12px}

/* FILTERS */
.filters{width:100%;max-width:1400px;margin:0 auto 24px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) 150px;gap:10px;padding:12px;border:1px solid #353b43;background:#0d1116;border-radius:7px}
.filters select,.filters button{width:100%;height:42px;background:#151a20;color:#eee;border:1px solid #343a41;padding:0 12px;font-size:10px;border-radius:3px}
.filters button{background:#dca63d;color:#111;border:0;font-weight:900;cursor:pointer}
.filters button:hover{background:#efc261}

/* LATEST */
.latest-heading{width:100%;max-width:1400px;margin:0 auto 12px;display:flex;justify-content:space-between;align-items:end}
.latest-heading>div{font-size:25px;font-weight:900;letter-spacing:.5px}
.latest-heading>div span{color:#fff}
.latest-heading small{color:#777;font-size:10px}

/* REAL DATABASE VEHICLES */
.vehicle-list{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.vehicle-card{width:100%;display:grid;grid-template-columns:minmax(270px,330px) minmax(0,1fr) 220px;min-height:210px;background:linear-gradient(110deg,#11161b,#080a0d);border:1px solid #59411d;border-radius:7px;overflow:hidden}
.vehicle-photo{display:block;width:100%;height:210px;background:#0b0f13;overflow:hidden}
.vehicle-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.vehicle-main{min-width:0;padding:20px 22px;display:flex;flex-direction:column;justify-content:center}
.status-badge{align-self:flex-start;background:#dca63d;color:#111;padding:6px 9px;font-size:8px;font-weight:900;margin-bottom:9px}
.status-badge.reserved{background:#a67b31}
.status-badge.sold{background:#555;color:#fff}
.vehicle-main h2{font-size:20px;margin:0 0 13px;line-height:1.15}
.vehicle-specs{display:flex;flex-wrap:wrap;gap:9px 18px;color:#c0c5ca;font-size:10px}
.vehicle-specs span{display:flex;gap:5px;align-items:center}
.vehicle-specs b{color:#777;font-size:7px;letter-spacing:.5px}
.vehicle-main p{margin:10px 0 0;color:#777;font-size:10px;line-height:1.5}
.vehicle-price{border-left:1px solid #332a1d;padding:20px 17px;display:flex;flex-direction:column;justify-content:center}
.net-price{color:#e6ad42;font-size:23px;font-weight:900}
.net-price small{font-size:8px}
.gross-price{color:#777;font-size:9px;margin:5px 0 14px}
.details-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;background:#0a0d10;border:1px solid #806021;padding:12px 14px;text-align:center;font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.35px;color:#f4f4f4;text-decoration:none;min-height:44px}.details-btn span{font-size:15px;line-height:1}.details-btn:hover{background:#dca63d;color:#111}
.details-btn:hover{background:#dca63d;color:#111}
.empty-state{width:100%;padding:70px 20px;border:1px solid #2e3338;text-align:center;background:#0b0f13;display:flex;flex-direction:column;gap:10px}
.empty-state strong{font-size:18px}.empty-state span{color:#777;font-size:11px}

/* LOWER SECTIONS */
.benefits{width:100%;border-top:1px solid #765720;background:#080b0e;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:28px 7%;gap:20px}
.benefits>div{display:flex;align-items:center;justify-content:center;gap:12px;color:#dca63d}
.benefits>div>strong{font-size:25px}
.benefits span{font-size:9px;color:#777}.benefits b{display:block;color:#e0ac43;font-size:10px;margin-bottom:3px}
.info-section{width:100%;padding:65px 8%;background:#07090c;text-align:center}
.info-section.dark{background:#0a0d11}
.info-section h2{font-size:30px;margin:10px}.info-section p{max-width:800px;margin:auto;color:#888;font-size:11px;line-height:1.7}
.contact-cta{width:100%;padding:55px 8%;background:#dca63d;color:#111;display:flex;justify-content:space-between;align-items:center;gap:25px}
.contact-cta h2{margin:8px 0;font-size:30px}.contact-cta p{margin:0;color:#333;font-size:11px}
.cta-buttons{display:flex;gap:8px}.cta-buttons a{padding:14px 18px;background:#080a0d;color:#fff;font-size:9px;font-weight:900}.cta-buttons a+ a{background:transparent;color:#111;border:1px solid #111}
footer{width:100%;display:grid;grid-template-columns:1.2fr 1fr 1.4fr;gap:40px;padding:40px 8%;background:#030405;color:#777;font-size:9px}
footer>div{display:flex;flex-direction:column;gap:7px}footer b{color:#dca63d}.footer-brand{display:flex;flex-direction:row;align-items:center;gap:10px}.footer-brand .brand-b{flex:0 0 auto}


/* MOBILE */
@media(max-width:900px){
.header-contact{display:none}
.desktop-nav{gap:18px}
.vehicle-card{grid-template-columns:260px minmax(0,1fr) 180px}
.filters{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:700px){
.site-header{height:64px;padding:0 5%}
.brand-b{width:38px;height:38px;font-size:25px}.brand-text b{font-size:15px}.brand-text small{font-size:6px}
.desktop-nav{display:none}.mobile-menu{display:block}
.mobile-nav{position:absolute;top:64px;left:0;right:0;z-index:20;background:#080a0d;border-bottom:1px solid #60451e;display:none;padding:18px 6%;flex-direction:column;gap:16px}
.mobile-nav.open{display:flex}.mobile-nav a{font-size:11px;font-weight:700}

.hero-image{width:100%;height:auto}
.contact-strip{grid-template-columns:1fr;padding:0 7%}
.contact-strip>div{min-height:56px;padding:8px 0}
.contact-strip>div+div{border-left:0;border-top:1px solid #403219;padding-left:0}
.inventory-wrap{padding:32px 5% 55px}
.inventory-head h1{font-size:25px}.inventory-head p{font-size:10px}
.filters{grid-template-columns:1fr 1fr;padding:10px}
.filters button{grid-column:1/-1}
.latest-heading>div{font-size:22px}
.vehicle-card{grid-template-columns:180px minmax(0,1fr);min-height:180px}
.vehicle-photo{height:180px}
.vehicle-main{padding:14px}
.vehicle-main h2{font-size:16px}.vehicle-specs{gap:6px 10px;font-size:9px}
.vehicle-price{grid-column:2;border-left:0;border-top:1px solid #332a1d;padding:12px 14px}
.net-price{font-size:20px}
.benefits{grid-template-columns:1fr 1fr;padding:25px 6%}
.contact-cta{display:block}.cta-buttons{margin-top:20px}
footer{grid-template-columns:1fr 1fr;padding:35px 7%}
}

@media(max-width:480px){
.filters{grid-template-columns:1fr}
.filters button{grid-column:auto}
.vehicle-card{grid-template-columns:1fr}
.vehicle-photo{height:230px}
.vehicle-price{grid-column:auto}
.latest-heading{align-items:flex-start;gap:5px;flex-direction:column}
.benefits{grid-template-columns:1fr}
footer{grid-template-columns:1fr}
}

html,body{overflow-x:auto!important;overflow-y:auto!important;height:auto!important;min-height:100%!important}

.bans-public-equipment{margin-top:28px;padding-top:4px}.bans-public-equipment h2{margin:0 0 16px;font-size:16px;letter-spacing:.06em;text-transform:uppercase}.bans-section-kicker{font-size:9px;letter-spacing:.14em;color:#dca63d;font-weight:800;margin-bottom:7px}.bans-equipment-public-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bans-equipment-public-item{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(255,255,255,.07);border-radius:6px;background:rgba(255,255,255,.018);font-size:12px}.bans-equipment-public-item span{width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(220,166,61,.12);color:#dca63d;font-weight:800}@media(max-width:700px){.bans-equipment-public-grid{grid-template-columns:1fr}}

.card-spec-icon{
    width:18px;height:18px;min-width:18px;
    display:inline-flex;align-items:center;justify-content:center;
    color:#dca63d;
    margin-right:5px;
    vertical-align:-4px;
}
.card-spec-icon svg{
    width:16px;height:16px;
    fill:none;stroke:currentColor;stroke-width:1.7;
    stroke-linecap:round;stroke-linejoin:round;
}
.vehicle-specs span{
    display:flex;align-items:center;
    gap:3px;
}
.vehicle-specs span b{margin-right:2px}
@media(max-width:700px){
    .card-spec-icon{width:17px;height:17px;min-width:17px}
    .card-spec-icon svg{width:15px;height:15px}
}

/* Vehicle detail specification icons */
.detail-fact{display:flex!important;align-items:center!important;gap:14px!important}
.bans-fact-icon{width:42px;height:42px;min-width:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(220,166,61,.55);border-radius:8px;background:rgba(220,166,61,.08);color:#e0a93a;box-sizing:border-box}
.bans-fact-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bans-fact-text{display:flex;flex-direction:column;min-width:0;gap:5px}
.bans-fact-text b{display:block}
.bans-fact-text strong{display:block;font-weight:500;color:#f1f1f1}
@media(max-width:700px){.bans-fact-icon{width:38px;height:38px;min-width:38px}.bans-fact-icon svg{width:20px;height:20px}}

/* BANS professional vehicle detail specification cards */
.bans-spec-title{margin:28px 0 16px!important;font-size:16px!important;letter-spacing:.06em;text-transform:uppercase}
.bans-professional-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0}
.bans-spec-card{display:flex;align-items:center;gap:12px;min-height:70px;padding:12px 14px!important;border:1px solid rgba(255,255,255,.07);background:#14191e!important}
.bans-fact-icon{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;color:#dca63d}
.bans-fact-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.bans-spec-text{display:flex;flex-direction:column;gap:5px}
.bans-spec-text b{display:block!important;margin:0!important;color:#777!important;font-size:7px!important;text-transform:uppercase;letter-spacing:.04em}
.bans-spec-text strong{font-size:12px;font-weight:500;color:#eee}
.bans-equipment-public-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.bans-equipment-public-item{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(255,255,255,.07);border-radius:6px;background:rgba(255,255,255,.018);font-size:12px}
.bans-equipment-public-item span{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(220,166,61,.12);color:#dca63d;font-weight:800}
@media(max-width:700px){.bans-professional-specs,.bans-equipment-public-grid{grid-template-columns:1fr}}


/* FINAL VEHICLE SPEC ICON REPAIR */
.detail-content .bans-professional-specs .bans-spec-card .bans-fact-icon{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    max-width:32px !important;
    min-height:32px !important;
    max-height:32px !important;
    flex:0 0 32px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    color:#dca63d !important;
    background:rgba(220,166,61,.08) !important;
    border:1px solid rgba(220,166,61,.42) !important;
    border-radius:7px !important;
    box-sizing:border-box !important;
}
.detail-content .bans-professional-specs .bans-spec-card .bans-fact-icon svg{
    display:block !important;
    width:19px !important;
    height:19px !important;
    min-width:19px !important;
    max-width:19px !important;
    min-height:19px !important;
    max-height:19px !important;
    flex:none !important;
    margin:0 !important;
    padding:0 !important;
    fill:none !important;
    stroke:#dca63d !important;
    stroke-width:1.8 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
    overflow:visible !important;
}
.detail-content .bans-professional-specs .bans-spec-card .bans-spec-text{
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
    gap:4px !important;
}
.detail-content .bans-professional-specs .bans-spec-card .bans-spec-text b{
    color:#777 !important;
    font-size:8px !important;
    line-height:1.15 !important;
    margin:0 !important;
}
.detail-content .bans-professional-specs .bans-spec-card .bans-spec-text strong{
    color:#f1f1f1 !important;
    font-size:13px !important;
    line-height:1.25 !important;
    font-weight:500 !important;
}
@media(max-width:700px){
    .detail-content .bans-professional-specs .bans-spec-card .bans-fact-icon{
        width:30px !important;height:30px !important;min-width:30px !important;
        max-width:30px !important;min-height:30px !important;max-height:30px !important;
        flex-basis:30px !important;
    }
    .detail-content .bans-professional-specs .bans-spec-card .bans-fact-icon svg{
        width:18px !important;height:18px !important;min-width:18px !important;
        max-width:18px !important;min-height:18px !important;max-height:18px !important;
    }
}

.net-price.price-request{font-size:16px;line-height:1.25}.gross-price:empty{display:none}

/* Expanded technical data */
.bans-professional-specs{grid-template-columns:repeat(2,minmax(0,1fr));}
.bans-professional-specs .bans-spec-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#11161b;box-sizing:border-box;}
.bans-professional-specs .bans-spec-text{display:flex;flex-direction:column;gap:4px;min-width:0;}
.bans-professional-specs .bans-spec-text b{font-size:9px;color:#777;text-transform:uppercase;letter-spacing:.04em;}
.bans-professional-specs .bans-spec-text strong{font-size:14px;color:#eee;font-weight:500;}
.technical-extra-fields{margin:22px 0;padding:20px;border:1px solid #3d3321;border-radius:8px;background:#0d1115;}
.technical-extra-fields h3{margin:0 0 15px;color:#dca63d;font-size:12px;letter-spacing:.08em;}
.technical-extra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.technical-extra-grid label{display:flex;flex-direction:column;gap:6px;color:#999;font-size:11px;}
.technical-extra-grid input{width:100%;box-sizing:border-box;padding:10px 11px;border:1px solid #252b31;border-radius:6px;background:#11161b;color:#eee;}
@media(max-width:700px){.bans-professional-specs,.technical-extra-grid{grid-template-columns:1fr;}}


/* FIXED PUBLIC FOOTER COPYRIGHT */
footer .footer-copyright{
    grid-column:1 / -1;
    width:100%;
    margin-top:26px;
    padding-top:16px;
    border-top:1px solid rgba(227,172,67,.22);
    text-align:center;
    color:#8f969d;
    font-size:10px;
    line-height:1.5;
    letter-spacing:.45px;
}
@media(max-width:700px){
    footer .footer-copyright{
        grid-column:1 / -1;
        margin-top:22px;
        padding-top:14px;
        font-size:10px;
    }
}



/* Premium vehicle status overlays: RESERVED / SOLD.
   AVAILABLE stays completely clean; NEW remains independent. */
.vehicle-photo .status-photo-overlay{
    position:absolute;
    inset:0;
    z-index:4;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(4,6,8,.08) 0%,rgba(4,6,8,.20) 45%,rgba(4,6,8,.55) 100%);
}
.vehicle-photo .status-photo-overlay strong{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:132px;
    min-height:44px;
    padding:0 22px;
    border-radius:5px;
    border:1px solid rgba(255,255,255,.28);
    color:#fff;
    font-size:15px;
    line-height:1;
    font-weight:950;
    letter-spacing:.22em;
    text-transform:uppercase;
    text-shadow:0 2px 12px rgba(0,0,0,.7);
    box-shadow:0 10px 30px rgba(0,0,0,.28);
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
}
.vehicle-photo .status-photo-overlay.reserved strong{
    background:rgba(166,123,49,.88);
    border-color:rgba(246,205,116,.7);
    color:#fff;
}
.vehicle-photo .status-photo-overlay.sold strong{
    background:rgba(35,38,42,.90);
    border-color:rgba(255,255,255,.34);
}

/* Same status treatment on the vehicle detail gallery. */
.detail-gallery{position:relative}
.detail-status-photo-overlay{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:5;
    pointer-events:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:150px;
    min-height:48px;
    padding:0 25px;
    border-radius:5px;
    color:#fff;
    font-size:16px;
    font-weight:950;
    letter-spacing:.22em;
    text-transform:uppercase;
    text-shadow:0 2px 12px rgba(0,0,0,.75);
    box-shadow:0 12px 35px rgba(0,0,0,.32);
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
}
.detail-status-photo-overlay.reserved{background:rgba(166,123,49,.90);border:1px solid rgba(246,205,116,.72)}
.detail-status-photo-overlay.sold{background:rgba(35,38,42,.92);border:1px solid rgba(255,255,255,.34)}

@media(max-width:700px){
    .vehicle-photo .status-photo-overlay strong{min-width:112px;min-height:38px;padding:0 17px;font-size:11px;letter-spacing:.17em}
    .detail-status-photo-overlay{min-width:120px;min-height:40px;padding:0 18px;font-size:12px;letter-spacing:.17em}
}

/* NEW vehicle badge — automatically shown for 7 days after publication */
.vehicle-photo{position:relative}
.new-vehicle-badge{
    position:absolute;
    top:12px;
    left:12px;
    z-index:5;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:58px;
    height:28px;
    padding:0 11px;
    box-sizing:border-box;
    border:1px solid rgba(255,220,145,.75);
    border-radius:4px;
    background:linear-gradient(135deg,#f2c35b 0%,#dca63d 55%,#b87920 100%);
    color:#0b0d10;
    font-size:9px;
    line-height:1;
    font-weight:950;
    letter-spacing:.12em;
    text-transform:uppercase;
    box-shadow:0 5px 18px rgba(0,0,0,.32),0 0 0 1px rgba(0,0,0,.18);
    text-shadow:0 1px 0 rgba(255,255,255,.25);
}

@media(max-width:700px){
    .new-vehicle-badge{top:10px;left:10px;min-width:55px;height:26px;padding:0 9px;font-size:8px;letter-spacing:.1em}
}

/* FINAL MOBILE TECHNICAL SPEC FIX */
.bans-professional-specs{
    width:100%;
    box-sizing:border-box;
    min-width:0;
}
.bans-professional-specs .bans-spec-card{
    min-width:0;
    max-width:100%;
    overflow:hidden;
    box-sizing:border-box;
}
.bans-professional-specs .bans-spec-text{
    min-width:0;
    max-width:100%;
    overflow:hidden;
}
.bans-professional-specs .bans-spec-text b,
.bans-professional-specs .bans-spec-text strong{
    overflow-wrap:anywhere;
    word-break:break-word;
}
@media(max-width:700px){
    .detail-page{
        width:100%;
        max-width:100%;
        box-sizing:border-box;
        overflow-x:hidden;
    }
    .bans-professional-specs{
        grid-template-columns:minmax(0,1fr)!important;
        width:100%!important;
    }
}

/* =========================================================
   BANS GMBH — PREMIUM STOCK-DRIVEN VEHICLE SEARCH / COMPACT V2
   ========================================================= */
.premium-search{
    position:relative;display:block;width:100%;max-width:1180px;margin:0 auto 26px;padding:0;overflow:hidden;
    border:1px solid rgba(220,166,61,.34);border-radius:18px;
    background:radial-gradient(circle at 88% 0%,rgba(220,166,61,.10),transparent 32%),linear-gradient(145deg,#11161c,#090c10 58%,#07090c);
    box-shadow:0 18px 55px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.035)
}
.premium-search:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#dca63d 20%,#f5d27d 50%,#dca63d 80%,transparent);opacity:.95}
.search-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px 17px;border-bottom:1px solid rgba(255,255,255,.06)}
.search-kicker{display:block;color:#dca63d;font-size:8px;font-weight:900;letter-spacing:2.8px;margin-bottom:5px;text-transform:uppercase}
.search-panel-head h2{margin:0;color:#f4f4f4;font-size:24px;line-height:1.05;letter-spacing:-.45px}
.search-panel-head p{margin:6px 0 0;color:#747c84;font-size:9px;line-height:1.35}
.stock-count{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid rgba(220,166,61,.25);border-radius:999px;background:rgba(220,166,61,.055);color:#8e969d;font-size:8px;font-weight:700;white-space:nowrap}
.stock-count span{color:#e5b44e;font-size:15px;font-weight:900}
.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 24px 14px}
.filter-field{display:flex;flex-direction:column;gap:5px;min-width:0}
.filter-field>span{color:#7b838b;font-size:7px;font-weight:900;letter-spacing:1.15px;text-transform:uppercase;line-height:1.1}
.filter-field select{width:100%;height:42px;box-sizing:border-box;padding:0 32px 0 12px;border:1px solid #303740;border-radius:9px;background:#0c1116;color:#eef0f2;font-size:10px;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}
.filter-field select:hover{border-color:#5b4a2b;background:#10151b}
.filter-field select:focus{border-color:#c48f35;box-shadow:0 0 0 3px rgba(220,166,61,.07)}
.filter-field select:disabled{opacity:.42;cursor:not-allowed}
.search-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 24px 13px;border-top:1px solid rgba(255,255,255,.055);background:rgba(0,0,0,.12)}
.active-filter-status{display:flex;align-items:center;gap:7px;color:#737b83;font-size:8px}
.active-filter-status strong{color:#dca63d;font-weight:900}
.status-dot{width:6px;height:6px;border-radius:50%;background:#dca63d;box-shadow:0 0 10px rgba(220,166,61,.65)}
.search-action-buttons{display:flex;align-items:center;gap:8px}
.reset-search{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid #333a42;border-radius:8px;color:#888f96;font-size:8px;font-weight:900;text-decoration:none;letter-spacing:.7px}
.reset-search:hover{border-color:#6d5730;color:#e0b04d}
.search-submit{display:inline-flex!important;align-items:center;justify-content:center;gap:8px!important;min-width:155px!important;height:40px!important;padding:0 16px!important;border:1px solid #efc15e!important;border-radius:8px!important;background:linear-gradient(135deg,#e6ae40,#d59b2c)!important;color:#111!important;font-size:9px!important;font-weight:950!important;letter-spacing:1px;box-shadow:0 8px 20px rgba(220,166,61,.10)}
.search-submit span{font-size:17px;line-height:1;font-weight:400}
.search-submit:hover{background:linear-gradient(135deg,#f1c35d,#dfaa3b)!important;transform:translateY(-1px)}

@media(max-width:1050px){.filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
    .premium-search{max-width:none;border-radius:14px;margin-bottom:20px}
    .search-panel-head{padding:16px 15px 13px;gap:10px}
    .search-kicker{font-size:7px;letter-spacing:2.2px}
    .search-panel-head h2{font-size:20px}
    .search-panel-head p{font-size:8px;margin-top:4px}
    .stock-count{padding:7px 9px;font-size:7px}
    .stock-count span{font-size:13px}
    .filter-grid{grid-template-columns:1fr 1fr;gap:8px;padding:12px 12px 11px}
    .filter-field{gap:4px}
    .filter-field>span{font-size:6.5px;letter-spacing:.9px}
    .filter-field select{height:40px;padding-left:10px;padding-right:27px;border-radius:8px;font-size:9px}
    .search-actions{padding:9px 12px 11px;gap:9px;align-items:center}
    .active-filter-status{font-size:7px;min-width:0}
    .search-action-buttons{gap:6px;flex:0 0 auto}
    .reset-search{min-height:36px;padding:0 10px;font-size:7px}
    .search-submit{min-width:125px!important;height:38px!important;padding:0 11px!important;font-size:7.5px!important}
}
@media(max-width:430px){
    .search-panel-head{align-items:flex-start}
    .stock-count{margin-top:1px}
    .filter-grid{gap:7px;padding:11px 10px 10px}
    .filter-field select{height:38px;font-size:8.5px}
    .filter-field>span{font-size:6px}
    .search-actions{display:flex;flex-direction:column;align-items:stretch}
    .active-filter-status{justify-content:center}
    .search-action-buttons{width:100%;display:grid;grid-template-columns:.8fr 1.4fr}
    .reset-search,.search-submit{width:100%;box-sizing:border-box}
}




/* BANS GMBH — FINAL PREMIUM FOOTER */
footer.premium-footer{
    width:100%;
    box-sizing:border-box;
    display:block !important;
    padding:46px 5% 28px !important;
    margin:0 !important;
    background:#030405 !important;
    color:#e9e9e9 !important;
    font-family:Arial,Helvetica,sans-serif;
}
.premium-footer .footer-main{
    width:100%;
    max-width:1450px;
    margin:0 auto;
    display:grid !important;
    grid-template-columns:1.05fr .85fr 1.15fr 1.55fr;
    gap:44px;
    align-items:start;
}
.premium-footer .footer-column{
    display:flex !important;
    flex-direction:column !important;
    gap:11px;
}
.footer-brand{
    display:flex;
    align-items:center;
    gap:13px;
    margin:0 0 12px;
}
.footer-brand-b{
    width:58px;
    height:58px;
    border:2px solid #dca63d;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#e7b64f;
    font:700 38px Georgia,serif;
    flex:0 0 58px;
}
.footer-brand-copy strong{
    display:block;
    color:#e5b34b;
    font-size:22px;
    letter-spacing:1.8px;
    line-height:1.1;
}
.footer-brand-copy small{
    display:block;
    color:#999;
    font-size:8px;
    letter-spacing:3px;
    margin-top:6px;
}
.premium-footer h3{
    margin:2px 0 0 !important;
    color:#dca63d !important;
    font-size:15px !important;
    letter-spacing:1.4px !important;
    font-weight:900 !important;
}
.footer-rule{
    width:38px;
    height:2px;
    background:#dca63d;
    margin:0 0 7px;
}
.footer-links a{
    color:#e8e8e8 !important;
    text-decoration:none !important;
    font-size:13px !important;
    line-height:1.4;
}
.footer-links a i{
    color:#dca63d;
    font-style:normal;
    font-size:21px;
    vertical-align:-1px;
}
.footer-contact-row{
    display:flex !important;
    align-items:center;
    gap:10px;
    color:#e5e5e5 !important;
    font-size:11px !important;
    line-height:1.35;
}
.footer-contact-row svg{
    width:18px;
    height:18px;
    flex:0 0 18px;
    fill:none;
    stroke:#dca63d;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.footer-socials{
    display:flex !important;
    gap:14px;
    margin-top:10px;
}
.footer-socials a{
    width:42px !important;
    height:42px !important;
    padding:0 !important;
    display:grid !important;
    place-items:center !important;
    border:1px solid #a97929 !important;
    border-radius:50% !important;
    background:transparent !important;
    color:#dca63d !important;
}
.footer-socials svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:#dca63d;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.footer-socials a:first-child svg{fill:#dca63d;stroke:#dca63d}

.footer-location-card{
    box-sizing:border-box;
    width:100%;
    padding:25px 26px 21px !important;
    border:1px solid rgba(220,166,61,.75) !important;
    border-radius:16px !important;
    background:linear-gradient(145deg,#0b0f13,#050608) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 14px 38px rgba(0,0,0,.3);
}
.footer-hours-heading{
    display:flex;
    align-items:center;
    gap:15px;
    padding-bottom:18px;
    margin:0 0 2px;
    border-bottom:1px solid rgba(220,166,61,.32);
}
.footer-clock{
    width:52px !important;
    height:52px !important;
    display:grid !important;
    place-items:center !important;
    border:2px solid #dca63d !important;
    border-radius:50% !important;
    flex:0 0 52px;
}
.footer-clock svg{
    width:31px;
    height:31px;
    fill:none;
    stroke:#dca63d;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.footer-hours-heading strong,
.footer-hours-heading b{
    display:block !important;
    font-size:14px !important;
    line-height:1.25 !important;
    letter-spacing:.9px !important;
}
.footer-hours-heading strong{color:#f2f2f2 !important}
.footer-hours-heading b{color:#dca63d !important;margin-top:3px}
.footer-hours-row{
    display:grid !important;
    grid-template-columns:44px 1fr auto;
    align-items:center;
    gap:10px;
    min-height:70px;
    border-bottom:1px solid rgba(220,166,61,.25);
}
.footer-hours-row .footer-cal{
    width:36px !important;
    height:36px !important;
    display:grid !important;
    place-items:center !important;
    border:1px solid #a97929 !important;
    border-radius:50% !important;
}
.footer-hours-row .footer-cal svg{
    width:19px;height:19px;
    fill:none;stroke:#dca63d;stroke-width:1.6;
    stroke-linecap:round;stroke-linejoin:round;
}
.footer-hours-row strong{
    color:#dca63d !important;
    font-size:10px !important;
    letter-spacing:.6px;
}
.footer-hours-row>span:last-child{
    color:#f1f1f1 !important;
    font-size:11px !important;
    white-space:nowrap;
}
.footer-open-now{
    min-height:48px;
    margin-top:16px;
    border:1px solid rgba(220,166,61,.45);
    border-radius:9px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:9px;
    color:#56d45d !important;
}
.footer-open-dot{
    width:11px;height:11px;
    border-radius:50%;
    background:#55d95e;
    box-shadow:0 0 12px rgba(85,217,94,.55);
}
.footer-open-now strong{font-size:11px !important;letter-spacing:.7px}
.footer-visit-note{
    text-align:center;
    color:#ddd !important;
    font-size:10px !important;
    padding:10px 0 13px;
}
.footer-map-button{
    min-height:44px;
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:9px;
    padding:0 14px;
    border:1px solid rgba(220,166,61,.72) !important;
    border-radius:9px !important;
    background:linear-gradient(135deg,#dca63d,#bd8323) !important;
    color:#080a0d !important;
    text-decoration:none !important;
    font-size:9px !important;
    letter-spacing:.5px;
    font-weight:900;
}
.footer-map-button svg{
    width:20px;height:20px;
    fill:none;stroke:#080a0d;stroke-width:1.7;
    stroke-linecap:round;stroke-linejoin:round;
}
.footer-map-button span:last-child{font-size:17px}
.premium-footer .footer-copyright{
    width:100%;
    max-width:1450px;
    margin:30px auto 0 !important;
    padding-top:22px !important;
    border-top:1px solid rgba(220,166,61,.30) !important;
    text-align:center !important;
    color:#a5a5a5 !important;
    font-size:11px !important;
}

@media(max-width:1000px){
    .premium-footer .footer-main{
        grid-template-columns:1fr 1fr;
        gap:34px 28px;
    }
    .footer-location-card{grid-column:1 / -1}
}
@media(max-width:700px){
    footer.premium-footer{
        padding:38px 6% 25px !important;
    }
    .premium-footer .footer-main{
        display:flex !important;
        flex-direction:column !important;
        gap:30px;
    }
    .premium-footer .footer-column{width:100%}
    .footer-brand-b{
        width:56px;height:56px;flex-basis:56px;
    }
    .footer-brand-copy strong{font-size:21px}
    .footer-location-card{
        width:100%;
        padding:23px 18px 19px !important;
    }
    .footer-hours-heading strong,
    .footer-hours-heading b{font-size:13px !important}
    .footer-hours-row{
        grid-template-columns:40px 1fr auto;
        min-height:67px;
        gap:8px;
    }
    .footer-hours-row strong{font-size:9px !important}
    .footer-hours-row>span:last-child{font-size:10px !important}
    .premium-footer .footer-copyright{
        margin-top:28px !important;
        padding-top:20px !important;
        font-size:10px !important;
    }
}


/* FINAL FOOTER OVERRIDES — compact premium mobile layout */
.premium-footer{
    overflow:hidden;
}
.premium-footer .footer-main{
    max-width:1180px;
}
.footer-location-card{
    padding:20px 22px 18px !important;
}
.footer-hours-heading{
    padding-bottom:14px !important;
}
.footer-clock{
    width:46px !important;
    height:46px !important;
    flex-basis:46px !important;
}
.footer-hours-row{
    min-height:61px !important;
}
.footer-map-button{
    margin-top:14px;
}
@media(max-width:700px){
    footer.premium-footer{
        padding:32px 6% 24px !important;
    }
    .premium-footer .footer-main{
        gap:25px !important;
    }
    .footer-location-card{
        padding:18px 16px 16px !important;
        border-radius:13px !important;
    }
    .footer-hours-heading{
        gap:12px;
        padding-bottom:12px !important;
    }
    .footer-clock{
        width:44px !important;
        height:44px !important;
        flex-basis:44px !important;
    }
    .footer-hours-heading strong,
    .footer-hours-heading b{
        font-size:11px !important;
        letter-spacing:.7px !important;
    }
    .footer-hours-row{
        min-height:58px !important;
        grid-template-columns:36px 1fr auto !important;
    }
    .footer-hours-row .footer-cal{
        width:32px !important;
        height:32px !important;
    }
    .footer-hours-row strong{
        font-size:8px !important;
    }
    .footer-hours-row>span:last-child{
        font-size:9px !important;
    }
    .footer-map-button{
        min-height:42px !important;
        margin-top:13px !important;
        font-size:8px !important;
    }
}

/* ============================================================
   BANS GMBH — PREMIUM BRAND BAR PATCH — 2026-08-25
   Only header branding + footer brand block. Existing content,
   links, inventory, filters and footer columns remain untouched.
   ============================================================ */

.site-header{
  height:86px!important;
  padding:9px clamp(18px,4.5vw,60px)!important;
  gap:18px!important;
  background:
    radial-gradient(500px 110px at 16% 0,rgba(229,179,75,.09),transparent 72%),
    linear-gradient(180deg,#0b0d10,#050607)!important;
  border-bottom:1px solid rgba(229,179,75,.35)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.38);
}
.site-header:after{
  content:"";position:absolute;left:5%;right:5%;bottom:-1px;height:1px;
  background:linear-gradient(90deg,transparent,#e5b34b,transparent);opacity:.7;
}
.brand{
  gap:10px!important;min-width:230px;position:relative;z-index:2;
}
.brand-premium-logo{
  width:57px!important;height:57px!important;display:block!important;object-fit:contain;
  filter:drop-shadow(0 0 9px rgba(229,179,75,.2));
}
.brand-text b{
  color:#e5b34b!important;font-family:Georgia,"Times New Roman",serif;
  font-size:19px!important;letter-spacing:2.4px!important;
}
.brand-text small{
  color:#a2a5aa!important;font-size:7px!important;letter-spacing:3.3px!important;
  margin-top:6px!important;
}
.desktop-nav{gap:22px!important}
.desktop-nav a{
  position:relative;color:#e1e2e4!important;font-size:9px!important;letter-spacing:.65px;
}
.desktop-nav a:after{
  content:"";position:absolute;left:50%;bottom:-10px;width:0;height:1px;
  background:#e5b34b;transition:.2s;
}
.desktop-nav a:hover:after{left:0;width:100%}
.header-contact{
  margin-left:auto;gap:0!important;border-left:1px solid rgba(229,179,75,.2);
}
.header-contact span{
  min-height:34px;display:flex;align-items:center;gap:7px;padding:0 13px;
  color:#d9dbde!important;font-size:8px!important;white-space:nowrap;
  border-right:1px solid rgba(229,179,75,.15);
}
.language-switcher{position:relative;z-index:4}
.language-switcher button{
  border:1px solid rgba(229,179,75,.55)!important;
  background:linear-gradient(145deg,#17130c,#080a0c)!important;
  color:#e5b34b!important;border-radius:9px!important;
  box-shadow:inset 0 0 18px rgba(229,179,75,.035);
}
.mobile-menu{
  border:1px solid rgba(229,179,75,.65)!important;border-radius:9px!important;
  background:linear-gradient(145deg,#17130c,#080a0c)!important;
  color:#e5b34b!important;box-shadow:0 0 18px rgba(229,179,75,.06);
}

/* Footer: ONLY the BANS GmbH brand block is redesigned. */
.footer-about .footer-brand{
  position:relative!important;min-height:108px;padding:18px 22px!important;
  gap:15px!important;border:1px solid rgba(229,179,75,.4);
  border-radius:15px;background:
    radial-gradient(330px 100px at 22% 50%,rgba(229,179,75,.08),transparent 72%),
    linear-gradient(145deg,#111419,#07090c);
  box-shadow:inset 0 0 28px rgba(229,179,75,.025),0 10px 28px rgba(0,0,0,.25);
  overflow:hidden;
}
.footer-about .footer-brand:before{
  content:"";position:absolute;top:15px;bottom:15px;left:42%;width:1px;
  background:linear-gradient(180deg,transparent,#e5b34b,transparent);opacity:.65;
}
.footer-about .footer-brand:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,#e5b34b,transparent);opacity:.7;
}
.footer-premium-logo{
  width:68px!important;height:68px!important;flex:0 0 68px;object-fit:contain;position:relative;z-index:2;
  filter:drop-shadow(0 0 9px rgba(229,179,75,.18));
}
.footer-brand-copy{position:relative;z-index:2}
.footer-brand-copy strong{
  font-family:Georgia,"Times New Roman",serif!important;color:#e5b34b!important;
  font-size:22px!important;letter-spacing:2.7px!important;
}
.footer-brand-copy small{
  color:#a2a5aa!important;font-size:7px!important;letter-spacing:3.4px!important;margin-top:7px!important;
}

@media(max-width:900px){
  .desktop-nav{display:none!important}
  .header-contact{display:none!important}
  .site-header{height:78px!important;padding:8px 14px!important}
  .brand{min-width:0!important}
  .brand-premium-logo{width:50px!important;height:50px!important}
  .brand-text b{font-size:15px!important;letter-spacing:1.9px!important}
  .brand-text small{font-size:5.5px!important;letter-spacing:2.7px!important;margin-top:5px!important}
  .language-switcher{margin-left:auto!important}
  .footer-about .footer-brand{min-height:98px;padding:15px!important}
  .footer-about .footer-brand:before{left:34%}
  .footer-premium-logo{width:56px!important;height:56px!important;flex-basis:56px}
  .footer-brand-copy strong{font-size:18px!important;letter-spacing:2px!important}
  .footer-brand-copy small{font-size:5.8px!important;letter-spacing:2.7px!important}
}


/* =========================================================
   BANS PREMIUM B EMBLEM — HEADER + FOOTER ONLY
   ========================================================= */
.site-header .brand-premium-logo{
  width:108px!important;height:68px!important;
  display:block!important;object-fit:contain!important;
  margin:0!important;padding:0!important;
  filter:drop-shadow(0 0 8px rgba(229,179,75,.16));
}
.site-header .brand-text{display:none!important}
.site-header .brand{display:flex!important;align-items:center!important;width:auto!important;min-width:108px!important;height:100%!important}

/* Footer brand card: logo centered, no text, no divider, no extra content. */
.premium-footer .footer-about .footer-brand{
  width:100%!important;min-height:155px!important;
  box-sizing:border-box!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  flex-direction:row!important;
  margin:0!important;padding:8px!important;
  gap:0!important;
  border:1px solid rgba(220,166,61,.42)!important;
  border-radius:15px!important;
  background:linear-gradient(145deg,#111419,#07090c)!important;
  overflow:hidden!important;
}
.premium-footer .footer-about .footer-brand:before,
.premium-footer .footer-about .footer-brand:after{display:none!important;content:none!important}
.premium-footer .footer-premium-logo{
  width:245px!important;height:165px!important;
  max-width:88%!important;max-height:100%!important;
  display:block!important;object-fit:contain!important;
  margin:0 auto!important;padding:0!important;
  flex:0 0 auto!important;
  filter:drop-shadow(0 0 10px rgba(229,179,75,.12));
}
.premium-footer .footer-brand-copy{display:none!important}

@media(max-width:700px){
  .site-header .brand{min-width:92px!important}
  .site-header .brand-premium-logo{width:92px!important;height:62px!important}
  .premium-footer .footer-about .footer-brand{
    min-height:185px!important;
    justify-content:center!important;
  }
  .premium-footer .footer-premium-logo{
    width:285px!important;height:180px!important;max-width:94%!important;
  }
}


/* V4 FINAL — ONLY BANS LOGO PRESENTATION */
.site-header .brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
}
.site-header .brand-premium-logo{
  display:block!important;
  width:118px!important;
  height:72px!important;
  max-width:none!important;
  object-fit:contain!important;
  margin:0!important;
  padding:0!important;
  filter:drop-shadow(0 0 7px rgba(229,179,75,.14));
}
.site-header .brand-text{display:none!important}

/* Keep Quick Links / Contact exactly where they are; center ONLY the logo inside its existing footer column. */
.premium-footer .footer-about{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}
.premium-footer .footer-about .footer-brand{
  position:relative!important;
  width:100%!important;
  height:170px!important;
  min-height:170px!important;
  box-sizing:border-box!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(229,179,75,.38)!important;
  border-radius:15px!important;
  background:linear-gradient(145deg,#111419,#07090c)!important;
  overflow:hidden!important;
  text-align:center!important;
}
.premium-footer .footer-about .footer-brand:before,
.premium-footer .footer-about .footer-brand:after{display:none!important;content:none!important}
.premium-footer .footer-premium-logo{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  display:block!important;
  width:285px!important;
  height:185px!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  margin:0!important;
  padding:0!important;
  filter:none!important;
}
.premium-footer .footer-brand-copy{display:none!important}

@media(max-width:700px){
  .site-header .brand-premium-logo{
    width:102px!important;
    height:64px!important;
  }
  .premium-footer .footer-about .footer-brand{
    height:190px!important;
    min-height:190px!important;
  }
  .premium-footer .footer-premium-logo{
    width:315px!important;
    height:205px!important;
  }
}

/* V5 — language menu is click-toggle; clicking again/outside closes it. */
.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu{display:none!important}
.language-switcher.open .language-menu{display:block!important}

/* V5 — visually center the emblem itself inside the existing footer card. */
.premium-footer .footer-about .footer-brand{
  overflow:hidden!important;
}
.premium-footer .footer-about .footer-premium-logo{
  left:calc(50% + 82px)!important;
  width:365px!important;
  height:245px!important;
  transform:translate(-50%,-50%)!important;
}
@media(max-width:700px){
  .premium-footer .footer-about .footer-premium-logo{
    left:calc(50% + 96px)!important;
    width:365px!important;
    height:245px!important;
    transform:translate(-50%,-50%)!important;
  }
}


/* FINAL SAFE HEADER ALIGNMENT — header only */
.site-header{display:flex!important;align-items:center!important;}
.site-header .language-switcher{margin-left:auto!important;flex:0 0 auto!important;}
.site-header .mobile-menu{margin-left:0!important;flex:0 0 auto!important;display:block!important;}
@media(max-width:900px){
  .site-header{width:100%!important;max-width:100%!important;box-sizing:border-box!important;gap:8px!important;overflow:visible!important;}
  .site-header .brand{min-width:0!important;flex:0 1 auto!important;}
  .site-header .desktop-nav,.site-header .header-contact{display:none!important;}
  .site-header .language-switcher{margin-left:auto!important;}
  .site-header .mobile-menu{display:block!important;margin-left:0!important;}
}

/* FINAL FOOTER LOGO CENTER FIX — overrides all previous footer logo rules */
.premium-footer .footer-about .footer-brand{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:190px!important;
  min-height:190px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  text-align:center!important;
}
.premium-footer .footer-premium-logo{
  position:static!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  display:block!important;
  width:320px!important;
  height:214px!important;
  max-width:94%!important;
  max-height:100%!important;
  margin:0 auto!important;
  padding:0!important;
  object-fit:contain!important;
  flex:0 0 auto!important;
}
@media(max-width:700px){
  .premium-footer .footer-about .footer-brand{
    height:190px!important;
    min-height:190px!important;
  }
  .premium-footer .footer-premium-logo{
    width:320px!important;
    height:214px!important;
    max-width:94%!important;
    max-height:100%!important;
  }
}
/* MOBILE HERO — FINAL FULL-WIDTH PHONE FIT */
@media (max-width: 700px){
  html, body{
    width:100%;
    max-width:100%;
    overflow-x:hidden!important;
  }
  .hero-wrap{
    width:100vw!important;
    max-width:100vw!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    line-height:0!important;
    background:#050607!important;
  }
  .hero-image{
    display:block!important;
    width:100vw!important;
    max-width:100vw!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
  }
}





/* FINAL HERO IMAGE FIX — show the complete 1536x768 image, including the built-in contact details. */
.hero-wrap{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    line-height:0 !important;
}
.hero-wrap .hero-image,
.hero-image{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}
@media(max-width:700px){
    .hero-wrap{height:auto !important;min-height:0 !important;overflow:visible !important}
    .hero-wrap .hero-image,
    .hero-image{width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;object-fit:contain !important}
}
