:root{--green:#318c39;--green2:#63ad34;--dark:#171c19;--line:#dfe5df;--soft:#f3f6f3;--muted:#69716b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#fff}
a{color:inherit;text-decoration:none}button,select{font:inherit}button,a{cursor:pointer}
[hidden]{display:none!important}

/* EXACT CURRENT HEADER LAYOUT */
.site-header{position:relative;z-index:40;background:#fff;border-bottom:1px solid var(--line)}
.header-shell{max-width:1220px;margin:auto;padding:8px 12px 14px;background:#fff}
.header-top{display:grid;grid-template-columns:70px 1fr 54px;align-items:start;min-height:220px}
.menu-btn{justify-self:start;width:70px;height:114px;border:0;border-radius:11px;background:#f0f0f0;color:#111;font-size:38px}
.logo-link{justify-self:center;align-self:start}.logo-link img{display:block;width:min(330px,78vw);height:215px;object-fit:contain}
.cart-btn{justify-self:end;position:relative;width:52px;height:52px;margin-top:8px;border:0;border-radius:11px;background:#f0f0f0;color:#111;font-size:22px}
.cart-count{position:absolute;right:-7px;top:-7px;min-width:23px;height:23px;padding:0 5px;border-radius:999px;background:var(--green2);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}
.booking-wrap{display:flex;justify-content:center;margin-top:4px}.booking-btn{width:88vw;max-width:620px;border:0;border-radius:14px;padding:18px;background:var(--green);color:#fff;font-size:1rem;font-weight:900}
.contact-wrap{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;font-size:.92rem}
.contact-wrap .wa{color:var(--green);font-size:1rem;font-weight:900}
.language-wrap{margin-top:16px;display:flex;justify-content:flex-start}.language-wrap select{min-width:218px;padding:13px 14px;border:1px solid #cbd5cd;border-radius:12px;background:#fff;font-size:1rem;font-weight:700}

main{max-width:1220px;margin:auto;background:#fff}
.hero-banner img{display:block;width:100%;height:auto;min-height:330px;object-fit:cover;object-position:center}
.trust{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}
.trust>div{min-height:185px;padding:26px 14px;text-align:center;border-right:1px solid var(--line);border-top:1px solid var(--line)}
.trust>div:nth-child(even){border-right:0}.trust-icon{width:70px;height:70px;margin:auto;border-radius:50%;background:#eef8ee;display:grid;place-items:center;font-size:37px;color:var(--green)}
.trust b{display:block;margin-top:13px;font-size:1.03rem}.trust p{margin:8px 0 0;color:#404740}
.categories,.products{padding:28px 14px}.categories h2,.products h2{font-size:1.75rem;margin:0 0 18px}
.category-row{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px}.category{white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:#fff;padding:10px 14px;font-weight:800}.category.active{background:var(--dark);color:#fff}
.grid{display:grid;grid-template-columns:1fr;gap:22px}
.card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 7px 22px rgba(0,0,0,.06)}
.quick-gallery{position:relative;background:#f0f2f0}.quick-gallery .main-card-image{display:block;width:100%;height:310px;object-fit:contain}
.arrow{position:absolute;top:44%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:25px;box-shadow:0 2px 10px rgba(0,0,0,.15)}.arrow.prev{left:10px}.arrow.next{right:10px}
.thumbs{display:flex;gap:6px;padding:8px;overflow-x:auto}.thumbs img{width:58px;height:48px;object-fit:cover;border-radius:6px;border:2px solid transparent}.thumbs img.active{border-color:var(--green)}
.card-body{padding:18px}.card-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.card h3{font-size:1.35rem;margin:0}.price{font-size:1.7rem;color:var(--green);font-weight:900}
.meta{color:var(--muted);line-height:1.55;margin:8px 0 13px}.scores{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.score{padding:7px 10px;border-radius:999px;background:#eef6eb;font-size:.82rem;font-weight:800}
.card-actions{display:flex;gap:9px}.btn{flex:1;border:0;border-radius:9px;background:var(--green);color:#fff;padding:13px 12px;font-weight:900;text-align:center}.btn.outline{background:#fff;color:var(--dark);border:1px solid var(--dark)}

.product-view{padding:20px 14px 40px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;color:var(--muted)}.breadcrumbs button{border:0;background:transparent;color:#396b2a;padding:0;font-weight:800}
.product-grid{display:grid;grid-template-columns:1fr;gap:18px}.product-photo{position:relative;background:#f2f4f2;border-radius:15px;overflow:hidden}.product-photo img{display:block;width:100%;height:400px;object-fit:contain}
.product-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 0}.product-thumbs img{width:86px;height:68px;object-fit:cover;border-radius:7px;border:2px solid transparent}.product-thumbs img.active{border-color:var(--green)}
.product-info{border:1px solid var(--line);border-radius:16px;padding:18px}.eyebrow{color:var(--green);font-weight:900}.product-info h1{font-size:1.9rem;margin:7px 0}.condition-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:17px 0}.condition-grid>div{background:#eef6eb;border-radius:10px;padding:12px}.condition-grid>div:first-child{grid-column:1/-1}.condition-grid strong{display:block;font-size:1.25rem;margin-top:4px}.spec-list{line-height:1.75;padding-left:20px}

.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:60}.overlay.open{display:block}
.drawer{position:fixed;top:0;bottom:0;width:min(90vw,420px);background:#fff;z-index:61;padding:22px;overflow:auto;transition:.25s}
.menu-drawer{left:0;transform:translateX(-105%)}.cart-drawer{right:0;transform:translateX(105%)}.drawer.open{transform:translateX(0)}
.close{float:right;border:0;background:var(--dark);color:#fff;border-radius:50%;width:42px;height:42px;font-size:22px}.menu-logo{width:190px;height:105px;object-fit:contain}
.drawer nav{clear:both;display:grid;margin-top:22px}.drawer nav button{border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;padding:16px 4px;font-weight:800}
.cart-line{display:grid;grid-template-columns:86px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.cart-line img{width:86px;height:70px;object-fit:cover;border-radius:8px}.remove{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px}
.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:900;margin:20px 0}.memory{border:1px solid var(--green2);background:#f7fff3;border-radius:10px;padding:12px;color:#3a652c;margin-top:16px}
.floating-wa{position:fixed;right:18px;bottom:18px;z-index:30;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-size:29px;box-shadow:0 8px 22px rgba(0,0,0,.22)}

@media(min-width:621px){
.header-shell{padding:10px 4vw 16px}.header-top{grid-template-columns:72px 1fr 72px;min-height:170px}.menu-btn{width:64px;height:64px;margin-top:30px}.logo-link img{width:min(420px,45vw);height:170px}.cart-btn{width:64px;height:64px;margin-top:30px}
.contact-wrap{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:12px 28px}.language-wrap{justify-content:center}
.hero-banner img{min-height:0}.trust{grid-template-columns:repeat(4,1fr)}.trust>div{border-right:1px solid var(--line)}.trust>div:last-child{border-right:0}
.grid{grid-template-columns:repeat(2,1fr)}.quick-gallery .main-card-image{height:360px}.product-grid{grid-template-columns:1.15fr .85fr}.condition-grid{grid-template-columns:repeat(3,1fr)}.condition-grid>div:first-child{grid-column:auto}
}

/* FINAL MOBILE SAFETY FIX — prevents any element from widening the page */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body{
  position:relative;
}
.site-header,
.header-shell,
.header-top,
main,
.hero-banner,
.trust,
.categories,
.products,
.product-view{
  width:100%;
  max-width:100%;
}
img,svg,video,canvas{
  max-width:100%;
}
.header-shell{
  overflow:hidden;
}
.header-top{
  grid-template-columns:70px minmax(0,1fr) 54px;
  column-gap:6px;
}
.logo-link{
  min-width:0;
  width:100%;
  display:flex;
  justify-content:center;
}
.logo-link img{
  max-width:100%;
}
.cart-btn{
  right:auto;
  margin-right:0;
}
.category-row,
.thumbs,
.product-thumbs{
  max-width:100%;
}
.card,
.quick-gallery,
.card-body,
.product-grid,
.product-info{
  min-width:0;
  max-width:100%;
}
@media(max-width:620px){
  .header-shell{
    padding:8px 10px 14px;
  }
  .header-top{
    grid-template-columns:64px minmax(0,1fr) 50px;
    column-gap:6px;
    min-height:205px;
  }
  .menu-btn{
    width:64px;
    height:104px;
    font-size:35px;
  }
  .logo-link img{
    width:100%;
    max-width:315px;
    height:200px;
    object-fit:contain;
  }
  .cart-btn{
    display:block;
    width:48px;
    height:48px;
    margin-top:8px;
    font-size:20px;
  }
  .booking-btn{
    width:calc(100vw - 40px);
    max-width:620px;
  }
  .contact-wrap{
    padding:0 8px;
    overflow-wrap:anywhere;
  }
  .language-wrap{
    padding-left:0;
  }
  .language-wrap select{
    max-width:calc(100vw - 44px);
  }
  .hero-banner img{
    width:100%;
    min-height:0;
    height:auto;
  }
  .quick-gallery .main-card-image{
    height:300px;
  }
  .card-actions{
    flex-direction:column;
  }
  .btn{
    width:100%;
  }
  .product-photo img{
    height:350px;
  }
}


.about-business,.collection-delivery,.site-footer{max-width:1180px;margin:34px auto;padding:28px 24px}
.about-business,.collection-delivery{background:#f5f8f3;border:1px solid #dce7d8;border-radius:22px}
.about-business h2,.collection-delivery h2{margin-top:0;font-size:clamp(27px,4vw,40px)}
.about-business p,.collection-delivery p{font-size:18px;line-height:1.65}
.delivery-options{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.delivery-option{background:#fff;border:1px solid #d8ded5;border-radius:16px;padding:18px;text-align:center;font-weight:800}
.website-address{display:block;text-align:center;color:#278c35;font-weight:800;overflow-wrap:anywhere;margin:10px auto}
.site-footer{display:block;background:#152117;color:#fff;border-radius:22px;margin-bottom:24px}
.site-footer h2{margin-top:0}.footer-contacts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.footer-contact{display:flex;gap:12px;align-items:center;background:rgba(255,255,255,.08);padding:15px;border-radius:14px;color:#fff;text-decoration:none;overflow-wrap:anywhere}
.footer-icon{font-size:25px;width:34px;text-align:center}.delivery-select{width:100%;padding:14px;border:1px solid #bfc9bd;border-radius:12px;font-size:16px;margin:8px 0 15px;background:#fff}
@media(max-width:700px){.about-business,.collection-delivery,.site-footer{margin:22px 12px;padding:22px 18px}.delivery-options,.footer-contacts{grid-template-columns:1fr}}


.content-only-view{max-width:1180px;margin:0 auto;padding:30px 18px 50px}
.content-only-view[hidden]{display:none!important}
.content-panel{background:#f5f8f3;border:1px solid #dce7d8;border-radius:22px;padding:28px 24px;margin:24px auto}
.content-panel h1{font-size:clamp(30px,5vw,48px);margin:0 0 18px}
.content-panel p{font-size:18px;line-height:1.65}
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}
.contact-box{background:#fff;border:1px solid #d8ded5;border-radius:16px;padding:18px;text-decoration:none;color:#152117;overflow-wrap:anywhere}
.pending{font-size:14px;font-weight:800;color:#7a5a00;background:#fff4cc;padding:7px 10px;border-radius:999px;display:inline-block}
@media(max-width:700px){.contact-grid{grid-template-columns:1fr}.content-panel{padding:22px 18px}}


.home-teasers{max-width:1180px;margin:18px auto 8px;padding:0 18px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.home-teaser{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f5f8f3;border:1px solid #dce7d8;border-radius:16px;padding:16px 18px}
.home-teaser h2{font-size:19px;margin:0 0 5px}.home-teaser p{font-size:14px;line-height:1.45;margin:0;color:#526054}
.teaser-link{flex:0 0 auto;border:0;border-radius:12px;padding:11px 14px;background:#278c35;color:#fff;font-weight:800}
@media(max-width:700px){.home-teasers{grid-template-columns:1fr;margin-top:12px}.home-teaser{padding:14px}.home-teaser h2{font-size:18px}.home-teaser p{font-size:13px}.teaser-link{padding:10px 12px}}

.bike-search{max-width:1180px;margin:18px auto;padding:18px;background:#f7f9f6;border:1px solid #dce7d8;border-radius:16px}.bike-search h2{margin:0 0 14px;font-size:22px}.filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.filter-field{display:flex;flex-direction:column;gap:5px}.filter-field span{font-size:12px;font-weight:800;color:#3d4d3f}.filter-field input,.filter-field select,.clear-filters{width:100%;min-height:44px;border:1px solid #cfd9cd;border-radius:10px;padding:9px 10px;background:#fff;font-size:14px;color:#1e2a20}.filter-wide{grid-column:span 2}.clear-filters{align-self:end;border:0;background:#26352a;color:#fff;font-weight:800}.results-count{margin-top:12px;font-weight:800;color:#3f5141}.empty-results{padding:25px;text-align:center;background:#f7f9f6;border-radius:12px}.floating-home{position:fixed;right:18px;bottom:92px;width:52px;height:52px;border:0;border-radius:50%;background:#26352a;color:#fff;font-size:27px;font-weight:800;z-index:9999;box-shadow:0 5px 18px rgba(0,0,0,.25)}@media(max-width:900px){.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-wide{grid-column:span 2}}@media(max-width:520px){.filter-grid{grid-template-columns:1fr}.filter-wide{grid-column:span 1}.bike-search{margin:12px 10px;padding:14px}.floating-home{right:14px;bottom:84px}}
.photo-counter{position:absolute;right:12px;bottom:12px;background:rgba(20,30,22,.78);color:#fff;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;pointer-events:none}


.main-card-image[src=""]{background:linear-gradient(135deg,#edf2eb,#dce7d8);min-height:240px}