.logo--brand { width: 206px; }
.logo--brand img { display: block; width: 206px; height: 69px; object-fit: contain; }

.hero-slider { background: var(--navy-deep); color: #fff; padding: 22px 0 18px; border-bottom: 5px solid var(--red); }
.slider-viewport { position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 18px 45px #06132680; }
.slider-track { position: relative; height: 520px; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transform: translateX(18px); transition: opacity .35s ease, transform .35s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
.promo-slide { padding: 30px 48px 34px; background: radial-gradient(circle at 82% 0%, #285487 0, #142b4d 45%, #091729 100%); }
.promo-slide-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; height: 126px; }
.promo-slide-heading > div { min-width: 0; }
.promo-slide-heading h1 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; max-width: 760px; margin: 0 0 10px; font-size: clamp(1.8rem, 3.1vw, 3.25rem); line-height: 1.04; letter-spacing: -.05em; }
.promo-slide-heading p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-width: 650px; min-height: 45px; margin: 0; color: #c9d4e2; font-size: .97rem; line-height: 1.5; }
.promo-slide-count { flex: 0 0 auto; padding-bottom: 9px; color: #c9d4e2; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.promo-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; height: 326px; margin-top: 18px; }
.promo-product { display: flex; min-width: 0; height: 100%; overflow: hidden; flex-direction: column; border-radius: 8px; background: #fff; color: var(--ink); box-shadow: 0 9px 22px #06132638; }
.promo-product-image { display: grid; place-items: center; flex: 0 0 176px; height: 176px; padding: 14px; overflow: hidden; background: #f6f8fa; border-bottom: 1px solid var(--line); }
.promo-product-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.promo-product-body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 13px 16px 14px; }
.promo-product-brand { overflow: hidden; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.promo-product h2 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 39px; margin: 7px 0 5px; font-size: .98rem; line-height: 1.27; letter-spacing: -.01em; }
.promo-product h2 a:hover { color: var(--red); }
.promo-product-body p { overflow: hidden; margin: 0; color: var(--muted); font-size: .74rem; text-overflow: ellipsis; white-space: nowrap; }
.promo-product-link { margin-top: auto; padding-top: 8px; color: var(--navy); font-size: .77rem; font-weight: 750; }
.promo-product-link:hover { color: var(--red); }
.slider-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 4px 0; }
.slider-total { margin-right: auto; color: #c9d4e2; font-size: .82rem; }
.slider-total b { color: #fff; font-size: 1rem; }
.slider-dots { display: flex; gap: 8px; }
.slider-dots button { width: 30px; height: 4px; padding: 0; border: 0; border-radius: 4px; background: #8aa0ba; opacity: .55; }
.slider-dots button[aria-current="true"] { background: #fff; opacity: 1; }
.slider-arrows { display: flex; gap: 8px; }
.slider-arrows button { width: 42px; height: 36px; border: 1px solid #8aa0ba80; border-radius: 5px; background: transparent; color: #fff; font-size: 1.25rem; }
.slider-arrows button:hover { border-color: #fff; background: #fff1; }

.brand-band--logos { justify-content: flex-start; gap: 20px; }
.brand-band--logos > span { flex: 0 0 130px; }
.brand-marquee { min-width: 0; flex: 1; overflow: hidden; }
.brand-marquee-track { display: flex; width: max-content; gap: 12px; animation: brand-scroll 30s linear infinite; }
.brand-marquee:hover .brand-marquee-track { animation-play-state: paused; }
.brand-logo { display: grid; place-items: center; flex: 0 0 180px; width: 180px; height: 56px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; transition: border-color .15s, transform .15s; }
.brand-logo:hover { border-color: var(--red); transform: translateY(-2px); }
.brand-logo img { display: block; width: 100%; height: 42px; object-fit: contain; }
.brand-logo-fallback { display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: .72rem; font-weight: 750; }
.brand-logo-fallback b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--red); color: #fff; font-size: .65rem; }
@keyframes brand-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 6px)); } }

.category-grid--images > a { overflow: hidden; padding: 0 0 22px; }
.category-grid--images > a > :not(.category-art) { margin-left: 24px; margin-right: 24px; }
.category-grid--images .category-art { height: 150px; margin-bottom: 20px; overflow: hidden; background: var(--pale); border-bottom: 1px solid var(--line); }
.category-grid--images .category-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.category-grid--images > a:hover .category-art img { transform: scale(1.04); }
.category-grid--images .category-number { margin-bottom: 12px; }

.whatsapp-float { position: fixed; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 80; display: inline-flex; align-items: center; gap: 8px; min-height: 54px; padding: 13px 17px; border-radius: 30px; background: #18b95a; color: #fff; box-shadow: 0 8px 24px #08773555; font-size: .9rem; font-weight: 750; }
.whatsapp-float:hover { color: #fff; background: #0e9c49; transform: translateY(-2px); }
.whatsapp-float svg { width: 26px; height: 26px; }
.has-admin-copilot .copilot-chat-launcher { bottom: max(88px, calc(66px + env(safe-area-inset-bottom))); }
.has-admin-copilot .whatsapp-float { bottom: max(22px, env(safe-area-inset-bottom)); }

@media (max-width: 900px) {
  .promo-slide { padding: 28px 30px 32px; }
  .promo-slide-heading { height: 118px; }
  .promo-products { gap: 12px; }
  .promo-product-image { flex-basis: 160px; height: 160px; }
  .brand-logo { flex-basis: 150px; width: 150px; }
}
@media (max-width: 760px) {
  .logo--brand { width: 150px; }
  .logo--brand img { width: 150px; height: 50px; }
  .hero-slider { padding-top: 16px; }
  .slider-track { height: 530px; }
  .promo-slide { padding: 22px 14px 24px; }
  .promo-slide-heading { display: block; height: 112px; }
  .promo-slide-heading h1 { font-size: 1.8rem; }
  .promo-slide-heading p { min-height: 35px; font-size: .82rem; }
  .promo-slide-count { display: block; margin-top: 7px; padding: 0; font-size: .68rem; }
  .promo-products { gap: 7px; height: 342px; margin-top: 12px; }
  .promo-product-image { flex-basis: 120px; height: 120px; padding: 7px; }
  .promo-product-body { padding: 8px 8px 9px; }
  .promo-product-brand { font-size: .52rem; letter-spacing: .04em; }
  .promo-product h2 { min-height: 34px; margin: 5px 0 4px; font-size: .72rem; line-height: 1.2; }
  .promo-product-body p, .promo-product-link { font-size: .62rem; }
  .promo-product-link { padding-top: 5px; }
  .slider-footer { gap: 8px; }
  .slider-total { font-size: .68rem; }
  .slider-total b { font-size: .82rem; }
  .slider-dots { gap: 4px; }
  .slider-dots button { width: 20px; }
  .slider-arrows button { width: 34px; height: 32px; }
  .brand-band--logos { display: block; }
  .brand-band--logos > span { display: block; margin-bottom: 12px; }
  .brand-logo { flex-basis: 132px; width: 132px; height: 48px; padding: 5px 8px; }
  .brand-logo img { height: 34px; }
  .category-grid--images .category-art { height: 125px; }
  .whatsapp-float { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); min-height: 52px; padding: 12px 14px; }
  .whatsapp-float span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide, .category-grid--images .category-art img, .whatsapp-float { transition: none; }
  .brand-marquee-track { animation: none; }
}
