.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  max-width: 820px;
  margin: auto;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(6, 27, 39, .24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cookie-banner b, .cookie-banner span { display: block; }
.cookie-banner span { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.social-links a { display: inline-flex; border: 1px solid #2b4653; border-radius: 999px; padding: 8px 12px; color: #dce8ed; font-size: 13px; font-weight: 800; }
.social-links a:hover, .social-links a:focus { border-color: var(--orange); color: #fff; }
.contact-card h4 { margin: 26px 0 4px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
.social-section { background: #fff; }
.social-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.social-card { min-width: 0; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 14px; padding: 22px; background: #fff; box-shadow: 0 8px 24px rgba(11,42,59,.07); transition: transform .18s ease, box-shadow .18s ease; }
.social-card:hover, .social-card:focus { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(11,42,59,.12); }
.social-card .social-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: #fff; font-size: 24px; font-weight: 900; }
.social-card.facebook .social-mark { background: #1877f2; }
.social-card.youtube .social-mark { background: #ff0033; }
.social-card.instagram .social-mark { background: #c13584; }
.social-card b, .social-card small, .social-card strong { display: block; }
.social-card b { color: var(--navy); font-size: 20px; }
.social-card small { margin-top: 4px; color: var(--muted); line-height: 1.45; }
.social-card strong { grid-column: 2; color: var(--blue); font-size: 13px; }
@media (max-width: 1100px) and (min-width: 769px) {
  .topbar { display: none; }
  .nav { height: 68px; }
  .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 18px 28px; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .menu-btn { display: block; }
  .desktop-language { display: none; }
}
@media (max-width: 768px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 78px; align-items: stretch; flex-direction: column; }
  .cookie-actions { width: 100%; flex-direction: column-reverse; }
  .cookie-banner .btn { width: 100%; }
  .social-cards { grid-template-columns: 1fr; }
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.project-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(11,42,59,.06);
}
.project-gallery img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #f3f4f4;
}
.project-gallery figcaption {
  padding: 14px 16px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}
.project-video {
  display: grid;
  grid-template-columns: minmax(260px,380px) 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.project-video video {
  display: block;
  width: 100%;
  max-height: 520px;
  border-radius: 12px;
  background: #071e2b;
}
.project-video h3 { margin: 0 0 10px; color: var(--navy); font-size: 28px; }
.project-video p { margin-bottom: 22px; color: var(--muted); line-height: 1.7; }

@media (max-width: 768px) {
  .project-gallery { grid-template-columns: repeat(2,1fr); }
  .project-video { grid-template-columns: 1fr; }
  .project-video video { max-height: 560px; }
}
@media (max-width: 430px) {
  .project-gallery { grid-template-columns: 1fr; }
  .project-video { padding: 18px; }
}

.mobile-chipper-home { background: linear-gradient(180deg, #fff 0%, #f4f7f8 100%); }
.electric-crusher-home { background: #fff; }
.mobile-chipper-showcase { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 48px; align-items: center; }
.electric-layout { grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); }
.mobile-chipper-image { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #eef1f2; box-shadow: 0 16px 42px rgba(11,42,59,.12); }
.mobile-chipper-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.mobile-chipper-showcase h2 { margin: 8px 0 14px; color: var(--navy); font-size: clamp(32px, 4vw, 48px); }
.mobile-chipper-showcase p { color: var(--muted); line-height: 1.7; }
.mobile-points { margin: 22px 0 28px; padding: 0; display: grid; gap: 10px; list-style: none; }
.mobile-points li { position: relative; padding: 13px 14px 13px 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); font-weight: 800; }
.mobile-points li::before { content: '✓'; position: absolute; left: 15px; color: var(--orange); }
.product-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.product-image-grid img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--line); border-radius: 10px; background: #eef1f2; }
.product-image-grid img:first-child { grid-column: 1 / -1; }

@media (max-width: 900px) {
  .mobile-chipper-showcase { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 520px) {
  .product-image-grid { grid-template-columns: 1fr; }
  .product-image-grid img:first-child { grid-column: auto; }
}

.towable-chipper-section { background: #fff; }
.towable-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-bottom: 28px; }
.towable-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.towable-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.towable-gallery figcaption { padding: 12px 14px; color: var(--navy); font-size: 13px; font-weight: 800; }
.towable-points { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.towable-points li { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); }
.towable-points b, .towable-points span { display: block; }
.towable-points b { margin-bottom: 7px; color: var(--navy); }
.towable-points span { color: var(--muted); line-height: 1.55; }

@media (max-width: 768px) {
  .towable-gallery { grid-template-columns: 1fr; }
  .towable-points { grid-template-columns: 1fr; }
}

.product-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.product-video-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.product-video-grid video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #071e2b; }
.product-video-grid h3 { margin: 0; padding: 15px 18px; color: var(--navy); font-size: 17px; }
@media (max-width: 768px) { .product-video-grid { grid-template-columns: 1fr; } }
