﻿:root {
  --navy: #08213d;
  --navy2: #0d345f;
  --gold: #c88a20;
  --gold2: #e4a83a;
  --ink: #12243a;
  --muted: #687486;
  --line: #e5ebf2;
  --paper: #f7f9fc;
  --white: #fff;
  --shadow: 0 16px 45px rgba(8,33,61,.1);
}

/* 2026-06-04: company profile + factory video section, preview-only polish. */
body .company-profile-video {
  padding: clamp(48px, 6vw, 86px) clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

body .company-profile-card {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  border: 1px solid #dde5ee;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(8, 35, 64, 0.08);
}

body .company-profile-copy {
  padding: clamp(30px, 5vw, 64px);
}

body .company-profile-copy .eyebrow {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

body .company-profile-copy h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.05;
  margin: 0 0 22px;
  letter-spacing: 0;
}

body .company-profile-copy p {
  color: #42526a;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 14px;
}

body .profile-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

body .profile-highlights span {
  border: 1px solid #e6edf3;
  background: #f8fbff;
  color: #082340;
  font-weight: 800;
  padding: 13px 14px;
  border-radius: 8px;
  line-height: 1.35;
}

body .company-video-panel {
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(135deg, #082340 0%, #123d66 100%);
  display: flex;
  align-items: center;
  min-height: 100%;
}

body .company-video-shell {
  width: 100%;
}

body .company-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  background: #000000;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
}

body .company-video-caption {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
  margin: 12px 2px 0;
}

body .factory-carousel {
  position: relative !important;
}

body .factory-carousel-viewport {
  position: relative !important;
  overflow: hidden !important;
}

body .factory-nav {
  z-index: 80 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  user-select: none !important;
  touch-action: manipulation !important;
}

body .factory-prev {
  left: clamp(12px, 3vw, 42px) !important;
}

body .factory-next {
  right: clamp(12px, 3vw, 42px) !important;
}

body .factory-carousel-track.is-js-carousel,
body .factory-track.is-js-carousel {
  animation: none !important;
  transition: none !important;
  will-change: transform !important;
}

body .factory-carousel-track.is-manual-step,
body .factory-track.is-manual-step {
  transition: transform 0.42s cubic-bezier(0.22, 0.78, 0.24, 1) !important;
}

body .page-hero.category-hero {
  min-height: 0 !important;
  height: auto !important;
  padding: 30px clamp(20px, 4vw, 72px) 32px !important;
  background: linear-gradient(135deg, #082340 0%, #113b63 100%) !important;
}

body .page-hero.category-hero h1 {
  font-size: clamp(30px, 3.2vw, 48px) !important;
  margin: 0 0 8px !important;
  line-height: 1.08 !important;
}

body .page-hero.category-hero p:not(.eyebrow) {
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  max-width: 760px !important;
}

@media (max-width: 900px) {
  body .company-profile-video {
    padding: 34px 16px;
  }

  body .company-profile-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body .company-profile-copy {
    padding: 28px 22px;
  }

  body .profile-highlights {
    grid-template-columns: 1fr;
  }

  body .company-video-panel {
    padding: 18px;
    min-height: auto;
  }

  body .company-video-caption {
    font-size: 12px;
  }
}

/* Exhibition experience section */
.exhibition-experience {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%) !important;
  padding-top: clamp(54px, 6vw, 88px) !important;
  padding-bottom: clamp(58px, 7vw, 96px) !important;
}

.exhibition-head {
  max-width: 980px !important;
  margin: 0 auto clamp(28px, 4vw, 46px) !important;
}

.exhibition-head h2 {
  max-width: 920px !important;
  margin-inline: auto !important;
  color: #08213d !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(36px, 4.4vw, 64px) !important;
  line-height: 1.06 !important;
}

.exhibition-head p:not(.eyebrow) {
  max-width: 780px !important;
  margin: 16px auto 0 !important;
  color: #5f6e82 !important;
  font-size: clamp(16px, 1.1vw, 19px) !important;
  line-height: 1.7 !important;
}

.exhibition-grid {
  width: min(1760px, calc(100vw - 96px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

.exhibition-item {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 45px rgba(8, 35, 64, 0.08) !important;
}

.exhibition-item img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #eef3f8 !important;
}

.exhibition-item div {
  padding: clamp(18px, 2vw, 24px) !important;
}

.exhibition-item h3 {
  margin: 0 0 10px !important;
  color: #08213d !important;
  font-size: clamp(18px, 1.25vw, 23px) !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

.exhibition-item p {
  margin: 0 !important;
  color: #5d6d80 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

@media (min-width: 1500px) {
  .exhibition-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .exhibition-item div {
    padding: 16px !important;
  }

  .exhibition-item h3 {
    font-size: 17px !important;
  }

  .exhibition-item p {
    font-size: 14px !important;
  }
}

@media (max-width: 1100px) {
  .exhibition-grid {
    width: min(100% - 36px, 900px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .exhibition-experience {
    padding: 42px 0 52px !important;
  }

  .exhibition-head {
    padding: 0 18px !important;
    margin-bottom: 24px !important;
  }

  .exhibition-head h2 {
    font-size: clamp(31px, 9vw, 42px) !important;
  }

  .exhibition-head p:not(.eyebrow) {
    font-size: 16px !important;
  }

  .exhibition-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .exhibition-item img {
    aspect-ratio: 4 / 3 !important;
  }

  .exhibition-item div {
    padding: 18px !important;
  }

  .exhibition-item h3 {
    font-size: 19px !important;
  }
}

/* 2026-06-08 final spacing and footer alignment pass. */
body .section,
body .categories,
body .company-profile-video,
body .factory-carousel-section,
body .exhibition-experience,
body .featured {
  padding-top: clamp(38px, 4.2vw, 64px) !important;
  padding-bottom: clamp(42px, 4.6vw, 70px) !important;
}

body .section-head,
body .section-head.centered,
body .exhibition-head {
  margin-bottom: clamp(20px, 2.6vw, 34px) !important;
}

body .categories + .why-strip,
body .why-strip + .company-profile-video,
body .company-profile-video + .factory-carousel-section,
body .factory-carousel-section + .exhibition-experience,
body .exhibition-experience + .featured {
  margin-top: 0 !important;
}

body .categories {
  padding-bottom: clamp(34px, 3.6vw, 54px) !important;
}

body .why-strip {
  margin: 0 !important;
  padding: clamp(22px, 2.7vw, 34px) clamp(18px, 4vw, 72px) !important;
  min-height: 0 !important;
}

body .company-profile-video {
  padding-top: clamp(34px, 3.8vw, 58px) !important;
}

body .company-profile-card {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body .factory-carousel-section {
  padding-top: clamp(40px, 4.2vw, 62px) !important;
  padding-bottom: clamp(38px, 4vw, 58px) !important;
}

body .factory-carousel {
  margin-bottom: 0 !important;
}

body .exhibition-experience {
  padding-top: clamp(42px, 4.5vw, 66px) !important;
  padding-bottom: clamp(44px, 4.8vw, 72px) !important;
}

body .featured {
  padding-top: clamp(40px, 4vw, 62px) !important;
}

body .featured-grid {
  margin-bottom: 0 !important;
}

body .featured + .site-footer {
  margin-top: 0 !important;
}

body .site-footer {
  display: grid !important;
  grid-template-columns: minmax(230px, 1.1fr) minmax(120px, .55fr) minmax(120px, .55fr) minmax(240px, .95fr) minmax(320px, 1.25fr) !important;
  gap: clamp(28px, 3vw, 56px) !important;
  align-items: start !important;
  min-height: 0 !important;
  padding: clamp(34px, 4vw, 56px) clamp(34px, 5vw, 80px) clamp(42px, 4.6vw, 64px) !important;
  border-top: 1px solid #dce5ef !important;
  background: #f5f8fc !important;
}

body .site-footer .footer-brand,
body .site-footer nav,
body .site-footer address,
body .site-footer .footer-contact,
body .site-footer .footer-cta {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

body .site-footer .footer-brand {
  width: auto !important;
  max-width: 310px !important;
}

body .site-footer .footer-brand img.footer-logo-mark {
  width: min(260px, 100%) !important;
  height: auto !important;
  margin: 0 0 14px !important;
}

body .site-footer .footer-brand .footer-tagline,
body .site-footer p,
body .site-footer address,
body .site-footer a {
  color: #31495f !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

body .site-footer nav,
body .site-footer .footer-contact {
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}

body .site-footer strong,
body .site-footer h3 {
  margin: 0 0 8px !important;
  color: #08213d !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

body .site-footer .footer-contact {
  grid-column: auto !important;
}

body .site-footer .footer-contact .footer-cta {
  display: none !important;
}

body .site-footer > .footer-cta {
  grid-column: 5 !important;
  grid-row: 1 !important;
  justify-self: stretch !important;
  align-self: center !important;
  text-align: right !important;
  max-width: 460px !important;
}

body .site-footer > .footer-cta h3 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(28px, 2.4vw, 42px) !important;
  line-height: 1.14 !important;
  margin-bottom: 14px !important;
}

body .site-footer > .footer-cta p {
  margin: 0 0 18px !important;
}

body .site-footer > .footer-cta .btn,
body .site-footer > .footer-cta .nav-cta {
  width: 100% !important;
  max-width: 420px !important;
  min-height: 46px !important;
  margin-left: auto !important;
  padding: 10px 18px !important;
}

@media (max-width: 1180px) {
  body .site-footer {
    grid-template-columns: 1.2fr .7fr .7fr 1fr !important;
  }

  body .site-footer > .footer-cta {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    text-align: left !important;
    max-width: 720px !important;
    margin-top: 12px !important;
  }

  body .site-footer > .footer-cta .btn,
  body .site-footer > .footer-cta .nav-cta {
    margin-left: 0 !important;
  }
}

@media (max-width: 760px) {
  body .section,
  body .categories,
  body .company-profile-video,
  body .factory-carousel-section,
  body .exhibition-experience,
  body .featured {
    padding-top: 34px !important;
    padding-bottom: 40px !important;
  }

  body .why-strip {
    padding: 18px !important;
  }

  body .site-footer {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 30px 22px 96px !important;
  }

  body .site-footer > .footer-cta h3 {
    font-size: 28px !important;
  }
}

  padding-bottom: 6px !important;
}

html body .chat-note {
  flex: 0 0 auto !important;
  padding-bottom: 18px !important;
}

@media (max-width: 760px) {
  html body .chat-tools {
    padding-top: 10px !important;
  }

  html body .chat-body.chat-stream {
    padding-bottom: 10px !important;
  }
}

/* 2026-06-11 compact chat chrome: reduce header/composer whitespace for more messages. */
html body .chat-window.chat-panel {
  overflow: hidden !important;
}

html body .chat-head {
  min-height: 0 !important;
  padding: 18px 20px 14px !important;
}

html body .chat-head strong {
  line-height: 1.15 !important;
}

html body .chat-head p {
  margin-top: 6px !important;
  line-height: 1.2 !important;
}

html body .chat-body.chat-stream {
  padding-top: 14px !important;
  padding-bottom: 8px !important;
}

html body .agent-row {
  margin-bottom: 4px !important;
}

html body .chat-tools {
  padding: 10px 16px 4px !important;
}

html body form.chat-input-row.chat-input {
  padding: 6px 14px 4px !important;
}

html body form.chat-input-row.chat-input input {
  min-height: 44px !important;
}

html body .chat-note {
  margin: 0 !important;
  padding: 2px 18px 10px !important;
  line-height: 1.3 !important;
}

@media (max-width: 760px) {
  html body .chat-head {
    padding: 14px 18px 10px !important;
  }

  html body .chat-body.chat-stream {
    padding-top: 10px !important;
    padding-bottom: 6px !important;
  }

  html body .agent-row {
    gap: 8px !important;
    margin-bottom: 2px !important;
  }

  html body .agent-row span {
    padding: 7px 10px !important;
    font-size: 12px !important;
  }

  html body .chat-tools {
    padding: 8px 14px 3px !important;
  }

  html body .chat-tools button {
    width: 32px !important;
    height: 32px !important;
  }

  html body form.chat-input-row.chat-input {
    padding: 5px 12px 3px !important;
    gap: 8px !important;
  }

  html body form.chat-input-row.chat-input input {
    min-height: 42px !important;
  }

  html body .chat-note {
    padding: 1px 16px 8px !important;
    font-size: 11px !important;
  }
}

/* 2026-06-11 footer brand column alignment. */
@media (min-width: 901px) {
  html body footer.site-footer .footer-brand,
  html body .site-footer .footer-brand {
    width: 340px !important;
    max-width: 340px !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    align-content: start !important;
    gap: 0 !important;
  }

  html body footer.site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-logo-mark {
    width: 340px !important;
    height: 84px !important;
    max-width: 340px !important;
    margin: 0 0 18px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  html body footer.site-footer .footer-brand .footer-tagline,
  html body .site-footer .footer-brand .footer-tagline {
    width: 340px !important;
    max-width: 340px !important;
    margin: 0 0 18px !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  html body footer.site-footer .footer-brand .footer-social,
  html body .site-footer .footer-brand .footer-social {
    width: 340px !important;
    max-width: 340px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
  }
}

@media (max-width: 760px) {
  html body footer.site-footer .footer-brand,
  html body .site-footer .footer-brand {
    width: min(100%, 300px) !important;
    max-width: 300px !important;
  }

  html body footer.site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-logo-mark {
    width: min(100%, 300px) !important;
    height: 74px !important;
    margin-bottom: 14px !important;
  }

  html body footer.site-footer .footer-brand .footer-tagline,
  html body .site-footer .footer-brand .footer-tagline {
    width: min(100%, 300px) !important;
    max-width: 300px !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

/* 2026-06-11 final polish: transparent logo sizing, lighter Facebook, grouped SKU thumbs. */
html body .social-link.social-facebook {
  background: #1877f2 !important;
}

html body header.site-header a.brand img,
html body .site-header .brand img,
html body .brand img {
  width: clamp(190px, 12vw, 230px) !important;
  height: 56px !important;
  max-height: 56px !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
}

html body footer.site-footer .footer-brand img.footer-logo-mark,
html body .site-footer .footer-brand img.footer-logo-mark,
html body .site-footer .footer-logo-mark {
  display: block !important;
  width: 246px !important;
  height: 62px !important;
  max-width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

@media (min-width: 901px) {
  html body .product-thumbs.has-many-thumbs.has-sku-thumbs {
    width: 126px !important;
    min-width: 126px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 58px)) !important;
    align-content: start !important;
    gap: 8px !important;
  }

  html body .product-thumbs.has-many-thumbs.has-sku-thumbs .thumb-group {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    align-content: start !important;
  }

  html body .product-thumbs.has-many-thumbs.has-sku-thumbs .thumb-group-main {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  html body .product-thumbs.has-many-thumbs.has-sku-thumbs button {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
  }
}

@media (max-width: 760px) {
  html body header.site-header a.brand img,
  html body .site-header .brand img,
  html body .brand img {
    width: min(188px, 43vw) !important;
    height: 42px !important;
    max-height: 42px !important;
  }

  html body footer.site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-logo-mark {
    width: 220px !important;
    height: 56px !important;
    margin-bottom: 12px !important;
  }
}

body .product-detail-page {
  background: #fff !important;
  padding: clamp(24px, 3vw, 42px) clamp(18px, 4vw, 72px) clamp(42px, 5vw, 72px) !important;
}

body .product-detail-layout {
  width: min(1680px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 94px minmax(420px, 1.05fr) minmax(360px, .9fr) !important;
  gap: clamp(20px, 2.4vw, 38px) !important;
  align-items: start !important;
}

body .product-thumbs {
  display: grid !important;
  gap: 10px !important;
}

body .product-thumbs button {
  width: 86px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 4px !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  cursor: pointer !important;
}

body .product-thumbs button.is-active {
  border-color: #c5810f !important;
  box-shadow: 0 0 0 2px rgba(197, 129, 15, .16) !important;
}

body .product-thumbs img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

body .product-main-image {
  min-height: 620px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e1e8f0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  overflow: hidden !important;
}

body .product-main-image img {
  width: 100% !important;
  max-height: 720px !important;
  object-fit: contain !important;
}

body .product-detail-info {
  border: 1px solid #e1e8f0 !important;
  border-radius: 8px !important;
  padding: clamp(22px, 2.2vw, 32px) !important;
  background: #fff !important;
  box-shadow: 0 18px 45px rgba(8, 35, 64, .08) !important;
}

body .product-detail-info h1 {
  margin: 0 0 12px !important;
  color: #08213d !important;
  font-family: Inter, "Segoe UI", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: clamp(25px, 2.1vw, 38px) !important;
  line-height: 1.16 !important;
}

body .product-summary,
body .product-detail-info li,
body .product-detail-info dd,
body .product-price-placeholder span {
  color: #53657a !important;
  line-height: 1.62 !important;
}

body .product-price-placeholder {
  margin: 18px 0 !important;
  padding: 16px !important;
  border: 1px dashed #d8e1ea !important;
  border-radius: 8px !important;
  background: #f8fbff !important;
}

body .product-price-placeholder strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #08213d !important;
  font-size: 20px !important;
}

body .product-detail-info dl {
  display: grid !important;
  gap: 0 !important;
  margin: 18px 0 22px !important;
  border-top: 1px solid #e7edf4 !important;
}

body .product-detail-info dl div {
  display: grid !important;
  grid-template-columns: 130px 1fr !important;
  gap: 16px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #e7edf4 !important;
}

body .product-detail-info dt {
  color: #08213d !important;
  font-weight: 900 !important;
}

@media (max-width: 980px) {
  body .product-detail-layout {
    grid-template-columns: 1fr !important;
  }

  body .product-thumbs {
    order: 2 !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  body .product-thumbs button {
    width: 100% !important;
  }

  body .product-main-image {
    order: 1 !important;
    min-height: 0 !important;
  }

  body .product-detail-info {
    order: 3 !important;
  }
}

/* 2026-06-08 footer final balance: keep CTA compact so the left columns do not feel empty. */
body .site-footer {
  grid-template-columns: minmax(260px, 1.15fr) minmax(120px, .55fr) minmax(120px, .55fr) minmax(260px, .95fr) minmax(320px, 1.05fr) !important;
  align-items: start !important;
  gap: clamp(26px, 3.4vw, 64px) !important;
  padding-top: 36px !important;
  padding-bottom: 38px !important;
}

body .site-footer > .footer-cta {
  justify-self: end !important;
  align-self: start !important;
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  min-height: 0 !important;
  padding: 26px 28px !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.58) !important;
  text-align: left !important;
  box-shadow: 0 18px 42px rgba(8, 35, 64, 0.06) !important;
}

body .site-footer > .footer-cta h3 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(24px, 1.75vw, 32px) !important;
  line-height: 1.18 !important;
  margin: 0 0 12px !important;
}

body .site-footer > .footer-cta p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0 0 16px !important;
}

body .site-footer > .footer-cta .btn,
body .site-footer > .footer-cta .nav-cta {
  width: 100% !important;
  min-height: 42px !important;
  max-width: none !important;
  padding: 9px 16px !important;
  font-size: 15px !important;
  margin: 0 !important;
}

@media (max-width: 1180px) {
  body .site-footer > .footer-cta {
    justify-self: start !important;
    width: min(100%, 520px) !important;
    max-width: 520px !important;
  }
}

@media (max-width: 760px) {
  body .site-footer > .footer-cta {
    padding: 22px !important;
  }
}

/* Compact product category headers so product grids appear immediately. */
.page-hero.category-hero {
  min-height: 0 !important;
  padding: 34px clamp(18px, 4vw, 72px) 38px !important;
  background: linear-gradient(135deg, #082340, #103d68) !important;
}

.page-hero.category-hero .eyebrow {
  margin-bottom: 8px !important;
  font-size: 13px !important;
}

.page-hero.category-hero h1 {
  max-width: 860px !important;
  margin: 0 0 12px !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.06 !important;
}

.page-hero.category-hero p:not(.eyebrow) {
  max-width: 760px !important;
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

@media (max-width: 900px) {
  .page-hero.category-hero {
    padding: 24px 18px 26px !important;
  }

  .page-hero.category-hero h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
  }
}

/* Final footer treatment: keep one calm surface so the dark-blue logo stays crisp. */
.site-footer {
  background: #f7f9fc !important;
  background-image: none !important;
}

/* Final preview polish - 2026-06-03 */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 90 !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 88px) !important;
  min-height: 82px !important;
  padding: 8px clamp(36px, 4vw, 72px) !important;
  background: #fff !important;
  border-bottom: 1px solid #dde6f1 !important;
}

.brand {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}

.brand img {
  width: clamp(245px, 18vw, 320px) !important;
  max-height: 72px !important;
  object-fit: contain !important;
  filter: none !important;
}

.site-nav {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(20px, 2.4vw, 42px) !important;
  margin-left: 0 !important;
}

.site-nav > a,
.mega-trigger,
.nav-cta,
.language-select {
  font-size: 17px !important;
  font-weight: 850 !important;
}

.nav-cta {
  padding: 14px 22px !important;
  border-radius: 8px !important;
  background: #cf8a16 !important;
  color: #fff !important;
}

.language-select {
  min-width: 150px !important;
  height: 50px !important;
}

.mega-menu {
  top: 100% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  background:
    linear-gradient(112deg, rgba(255,255,255,.985) 0%, rgba(246,250,255,.97) 58%, rgba(255,247,233,.94) 100%) !important;
  border-top: 2px solid rgba(205, 137, 25, .72) !important;
  box-shadow: 0 24px 50px rgba(8, 34, 65, .16) !important;
}

.mega-item:hover .mega-menu,
.mega-item:focus-within .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.mega-links small {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.hero-poster {
  overflow: visible !important;
}

.poster-hotspot span {
  z-index: 12 !important;
  max-width: 310px !important;
}

.poster-hotspot.all-in-one span,
.poster-hotspot.split-street span,
.poster-hotspot.flood-light span {
  top: calc(100% + 16px) !important;
  bottom: auto !important;
}

.poster-hotspot.solar-fan span,
.poster-hotspot.garden-light span,
.poster-hotspot.landscape-light span {
  top: auto !important;
  bottom: calc(100% + 24px) !important;
}

.category-card img,
.featured-card img {
  object-fit: contain !important;
  background: #fff !important;
}

.factory-carousel:hover .factory-carousel-track,
.factory-carousel:hover .factory-track,
.factory-carousel-track,
.factory-track {
  animation-play-state: running !important;
  transition: none !important;
  will-change: transform !important;
}

.closing-cta {
  display: none !important;
}

.site-footer {
  display: grid !important;
  grid-template-columns: minmax(300px, .9fr) minmax(130px, .36fr) minmax(130px, .36fr) minmax(250px, .62fr) minmax(430px, 1fr) !important;
  gap: clamp(32px, 4vw, 72px) !important;
  align-items: start !important;
  min-height: 280px !important;
  padding: 46px clamp(36px, 4.2vw, 72px) 54px !important;
  background: #f6f8fb !important;
  color: #082340 !important;
  border-top: 1px solid #dfe6f1 !important;
}

.site-footer a,
.site-footer p,
.site-footer address,
.site-footer li {
  color: #0a2946 !important;
  opacity: 1 !important;
}

.site-footer strong,
.site-footer h2,
.site-footer h3 {
  color: #082340 !important;
}

.site-footer .footer-brand {
  width: 300px !important;
  display: block !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  display: block !important;
  width: 300px !important;
  max-width: 100% !important;
  filter: none !important;
  opacity: 1 !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 300px !important;
  margin: 12px 0 0 !important;
  text-align: left !important;
  line-height: 1.65 !important;
  color: #24425e !important;
}

.site-footer .footer-contact {
  display: block !important;
}

.site-footer .footer-cta {
  grid-column: 5 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: end !important;
  max-width: 430px !important;
  margin: 82px 0 0 !important;
  padding: 0 !important;
  text-align: right !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.site-footer .footer-contact .footer-cta {
  margin-top: 32px !important;
  text-align: left !important;
}

.site-footer .footer-cta h2,
.site-footer .footer-cta h3 {
  margin: 0 0 10px !important;
  font-size: clamp(22px, 1.8vw, 30px) !important;
  line-height: 1.25 !important;
}

.site-footer .footer-cta p {
  margin: 0 0 16px !important;
  color: #34516b !important;
}

.site-footer .footer-cta .btn,
.site-footer .footer-cta .nav-cta {
  background: #d5961f !important;
  color: #fff !important;
  white-space: nowrap !important;
}

@media (max-width: 900px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .site-header {
    position: relative !important;
    min-height: 82px !important;
    padding: 10px 18px !important;
    gap: 10px !important;
  }

  .brand img {
    width: min(270px, 64vw) !important;
    max-height: 64px !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    margin-left: auto !important;
    padding: 12px 18px !important;
    font-size: 18px !important;
  }

  .site-nav:not(.is-open) {
    display: none !important;
  }

  .site-nav.is-open {
    position: absolute !important;
    top: 100% !important;
    left: 14px !important;
    right: 14px !important;
    z-index: 110 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 14px !important;
    background: #fff !important;
    border: 1px solid #dde6f1 !important;
    border-radius: 12px !important;
    box-shadow: 0 24px 50px rgba(8, 34, 65, .18) !important;
  }

  .mega-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    padding: 14px !important;
    box-shadow: none !important;
  }

  .hero-poster {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #f7f9fc !important;
  }

  .hero-poster > img {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: 54% center !important;
  }

  .hero-copy {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    order: 2 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 18px !important;
    padding: 26px 20px !important;
    background: #fff !important;
    border: 1px solid #e4ebf4 !important;
    box-shadow: 0 18px 44px rgba(8, 34, 65, .08) !important;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10vw, 50px) !important;
    line-height: 1.05 !important;
    overflow-wrap: anywhere !important;
  }

  .hero-copy p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .hero-feature-overlay {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    order: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 16px 18px 0 !important;
  }

  .poster-hotspot {
    display: none !important;
  }

  .section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .section-head h2,
  .factory-hero h1 {
    overflow-wrap: anywhere !important;
  }

  .category-cards,
  .featured-grid,
  .factory-gallery-grid,
  .shop-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  .category-card,
  .featured-card,
  .factory-gallery-grid article {
    min-width: 0 !important;
  }

  .category-card img,
  .featured-card img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
  }

  .why-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 22px 18px !important;
  }

  .factory-carousel-viewport {
    overflow: hidden !important;
  }

  .factory-slide {
    width: 78vw !important;
    min-width: 78vw !important;
  }

  .factory-slide img {
    height: 210px !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 34px 24px 112px !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-brand img.footer-logo-mark,
  .site-footer .footer-brand .footer-tagline {
    width: min(300px, 100%) !important;
  }

  .site-footer .footer-cta {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
    align-self: start !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .live-chat {
    right: 14px !important;
    bottom: 18px !important;
  }

  .live-chat.is-open .chat-window,
  .chat-window {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    right: 0 !important;
  }
}

/* Final preview override: compact category hero and reliable factory carousel buttons. */
body .page-hero.category-hero {
  min-height: 0 !important;
  height: auto !important;
  padding: 30px clamp(20px, 4vw, 72px) 32px !important;
  background: linear-gradient(135deg, #082340 0%, #113b63 100%) !important;
}

body .page-hero.category-hero .eyebrow {
  margin: 0 0 8px !important;
  font-size: 13px !important;
}

body .page-hero.category-hero h1 {
  max-width: 860px !important;
  margin: 0 0 10px !important;
  font-size: clamp(30px, 3.2vw, 48px) !important;
  line-height: 1.08 !important;
}

body .page-hero.category-hero p:not(.eyebrow) {
  max-width: 780px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body .section.category-detail-grid,
body .category-detail-grid {
  padding-top: 28px !important;
}

body .factory-carousel {
  position: relative !important;
}

body .factory-nav {
  z-index: 50 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

body .factory-carousel-track.is-js-carousel,
body .factory-track.is-js-carousel {
  animation: none !important;
  transition: none !important;
  will-change: transform !important;
}

body .factory-carousel-track.is-manual-step,
body .factory-track.is-manual-step {
  transition: transform 0.42s cubic-bezier(.22, .78, .24, 1) !important;
}

@media (max-width: 900px) {
  body .page-hero.category-hero {
    padding: 24px 18px 26px !important;
  }

  body .page-hero.category-hero h1 {
    font-size: clamp(28px, 9vw, 38px) !important;
  }

  body .page-hero.category-hero p:not(.eyebrow) {
    font-size: 15px !important;
  }
}

/* 2026-06-04 preview fixes: compact category pages and keep carousel controls usable. */
body .page-hero.category-hero {
  min-height: 0 !important;
  height: auto !important;
  padding: 30px clamp(20px, 4vw, 72px) 32px !important;
  background: linear-gradient(135deg, #082340 0%, #113b63 100%) !important;
}

body .page-hero.category-hero .eyebrow {
  margin: 0 0 8px !important;
  font-size: 13px !important;
}

body .page-hero.category-hero h1 {
  max-width: 860px !important;
  margin: 0 0 10px !important;
  font-size: clamp(30px, 3.2vw, 48px) !important;
  line-height: 1.08 !important;
}

body .page-hero.category-hero p:not(.eyebrow) {
  max-width: 780px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body .section.category-detail-grid,
body .category-detail-grid {
  padding-top: 28px !important;
}

body .factory-carousel {
  position: relative !important;
}

body .factory-nav {
  z-index: 50 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

body .factory-carousel-track.is-js-carousel,
body .factory-track.is-js-carousel {
  animation: none !important;
  transition: none !important;
  will-change: transform !important;
}

body .factory-carousel-track.is-manual-step,
body .factory-track.is-manual-step {
  transition: transform 0.42s cubic-bezier(.22, .78, .24, 1) !important;
}

@media (max-width: 900px) {
  body .page-hero.category-hero {
    padding: 24px 18px 26px !important;
  }

  body .page-hero.category-hero h1 {
    font-size: clamp(28px, 9vw, 38px) !important;
  }

  body .page-hero.category-hero p:not(.eyebrow) {
    font-size: 15px !important;
  }
}

/* Final category listing layout tuning: keep the blue title band compact. */
body .page-hero.category-hero {
  min-height: 0 !important;
  height: auto !important;
  padding: 28px clamp(18px, 4vw, 72px) 30px !important;
  background: linear-gradient(135deg, #082340, #103d68) !important;
}

body .page-hero.category-hero .eyebrow {
  margin: 0 0 8px !important;
  font-size: 13px !important;
}

body .page-hero.category-hero h1 {
  max-width: 860px !important;
  margin: 0 0 8px !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
}

body .page-hero.category-hero p:not(.eyebrow) {
  max-width: 760px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body .section.category-detail-grid {
  padding-top: 32px !important;
}

@media (max-width: 900px) {
  body .page-hero.category-hero {
    padding: 24px 18px 26px !important;
  }

  body .page-hero.category-hero h1 {
    font-size: clamp(28px, 9vw, 40px) !important;
  }

  body .section.category-detail-grid {
    padding-top: 24px !important;
  }
}

/* Inner-page back navigation. Added for category/factory/contact pages so visitors do not rely on browser chrome. */
body.has-page-back .site-header {
  grid-template-columns: auto minmax(226px, 292px) minmax(720px, 1fr) !important;
}

.page-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 94px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #dce5ef;
  border-radius: 10px;
  background: #fff;
  color: #082340;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(8, 35, 64, .08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.page-back span {
  font-size: 30px;
  line-height: 1;
  margin-top: -2px;
  color: #d08a18;
}

.page-back:hover,
.page-back:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(208, 138, 24, .55);
  color: #c78212;
  box-shadow: 0 16px 38px rgba(8, 35, 64, .12);
  outline: none;
}

@media (max-width: 900px) {
  body.has-page-back .site-header {
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    column-gap: 10px !important;
  }

  body.has-page-back .page-back {
    grid-column: 1 !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border-radius: 12px !important;
  }

  body.has-page-back .page-back strong {
    display: none !important;
  }

  body.has-page-back .brand {
    grid-column: 2 !important;
    justify-self: center !important;
  }

  body.has-page-back .brand img {
    width: min(210px, 52vw) !important;
  }

  body.has-page-back .nav-toggle {
    grid-column: 3 !important;
    margin-left: 0 !important;
  }

  body.has-page-back .site-nav.is-open {
    grid-column: 1 / -1 !important;
  }
}

/* Final preview polish: keep the footer clean and align the brand mark with its tagline. */
.closing-cta {
  display: none !important;
}

.site-footer {
  background: #f7f9fc !important;
  background-image: none !important;
  color: #082340 !important;
}

.site-footer .footer-brand {
  width: 280px !important;
  max-width: 100% !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  width: 280px !important;
  height: auto !important;
  display: block !important;
  filter: none !important;
  opacity: 1 !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 280px !important;
  max-width: 280px !important;
  margin: 10px 0 0 !important;
  text-align: left !important;
}

.site-footer .footer-cta {
  align-self: center !important;
  margin: 32px 0 0 !important;
}

.site-footer .footer-cta .btn,
.site-footer .footer-cta .nav-cta {
  background: #d5961f !important;
  color: #fff !important;
}

/* Departure polish pass: local preview only. */
.site-header {
  min-height: 72px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.brand img {
  width: clamp(248px, 17.5vw, 330px) !important;
  max-height: 70px !important;
}

.site-nav {
  gap: clamp(22px, 2.8vw, 48px) !important;
}

.mega-menu {
  padding: 30px clamp(54px, 7vw, 116px) !important;
}

.poster-hotspot span {
  top: calc(100% + 28px) !important;
  bottom: auto !important;
  transform: translate(-50%, 8px) !important;
}

.poster-hotspot:hover span,
.poster-hotspot:focus span {
  transform: translate(-50%, 0) !important;
}

.site-footer {
  background: #f7f9fc !important;
  border-top: 1px solid #dfe7f0 !important;
  grid-template-columns: minmax(290px, .78fr) minmax(120px, .28fr) minmax(120px, .28fr) minmax(250px, .48fr) minmax(430px, .86fr) !important;
  align-items: center !important;
  padding-top: 40px !important;
  padding-bottom: 42px !important;
}

.site-footer .footer-brand {
  width: 290px !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  width: 290px !important;
  image-rendering: auto !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 290px !important;
  margin-top: 10px !important;
  padding-left: 0 !important;
  text-align: left !important;
}

.site-footer .footer-cta {
  grid-column: 5 !important;
  align-self: center !important;
  justify-self: end !important;
  max-width: 460px !important;
  margin: 0 !important;
  text-align: right !important;
}

.site-footer .footer-cta h3 {
  font-size: clamp(24px, 1.8vw, 32px) !important;
}

.site-footer .footer-cta .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
}

.category-card,
.featured-card {
  overflow: hidden !important;
}

.category-card img,
.featured-card img {
  width: 100% !important;
  max-width: 100% !important;
  height: clamp(210px, 15vw, 280px) !important;
  object-fit: contain !important;
  padding: 12px !important;
}

.factory-slide,
.factory-gallery-grid article {
  overflow: hidden !important;
}

.factory-gallery-grid article {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
}

.factory-gallery-grid img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  display: block !important;
}

.factory-gallery-grid h3 {
  margin: 0 !important;
  padding: 16px 18px 18px !important;
}

@media (max-width: 900px) {
  .site-header {
    position: sticky !important;
    min-height: 72px !important;
    padding: 8px 14px !important;
  }

  .brand img {
    width: min(230px, 58vw) !important;
    max-height: 58px !important;
  }

  .nav-toggle {
    min-height: 46px !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
  }

  .hero-poster {
    background: #f7f9fc !important;
  }

  .hero-poster > img {
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    object-position: 58% center !important;
  }

  .hero-copy {
    margin: 0 14px 0 !important;
    width: auto !important;
    transform: none !important;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 8.2vw, 42px) !important;
  }

  .category-card img,
  .featured-card img {
    height: 250px !important;
  }

  .factory-carousel {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }

  .factory-slide {
    width: 82vw !important;
    min-width: 82vw !important;
  }

  .factory-gallery-grid img {
    height: 230px !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 26px !important;
    padding: 30px 22px 112px !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-brand img.footer-logo-mark,
  .site-footer .footer-brand .footer-tagline {
    width: min(260px, 100%) !important;
  }

  .site-footer .footer-cta {
    grid-column: auto !important;
    max-width: 100% !important;
    justify-self: start !important;
    text-align: left !important;
  }
}

/* 2026-06-03 preview finishing pass */
:root {
  --footer-bg: #f6f8fb;
  --footer-text: #0a2747;
}

.site-header {
  min-height: 86px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}

.brand img {
  width: min(340px, 23vw);
  max-height: 72px;
  object-fit: contain;
}

.site-nav {
  justify-content: center;
  gap: 24px;
  font-size: 18px;
}

.site-nav a,
.nav-cta,
.language-select,
.mega-trigger {
  min-height: 50px;
  padding: 0 18px;
}

.mega-menu {
  background:
    linear-gradient(110deg, rgba(255,255,255,.98) 0%, rgba(246,249,253,.94) 58%, rgba(255,248,235,.9) 100%),
    var(--mega-image, none);
  background-size: cover;
  background-position: center;
}

.mega-item:not(:hover):not(:focus-within) .mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-poster {
  overflow: hidden;
}

.hotspot-card {
  z-index: 5;
}

.factory-track {
  animation-timing-function: linear;
  will-change: transform;
}

.factory-carousel:hover .factory-track,
.factory-track:hover {
  animation-play-state: running !important;
}

.factory-prev,
.factory-next {
  z-index: 4;
}

.cta-band {
  display: none !important;
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(280px, 1.15fr) .7fr .7fr minmax(360px, 1fr);
  align-items: start;
  gap: 58px;
}

.site-footer a,
.site-footer p,
.site-footer li {
  color: var(--footer-text);
}

.footer-brand {
  display: grid;
  justify-items: start;
}

.footer-brand img {
  width: 330px;
  max-width: 100%;
  filter: none;
  opacity: 1;
}

.footer-brand p {
  width: 330px;
  max-width: 100%;
  margin-top: 12px;
  color: #334b66;
}

.footer-cta {
  align-self: end;
  justify-self: end;
  display: grid;
  max-width: 520px;
  padding: 22px 0 0;
  background: transparent;
  border: 0;
}

.footer-cta h3 {
  margin: 0 0 8px;
  color: var(--footer-text);
}

.footer-cta p {
  margin: 0 0 18px;
  color: #52657a;
}

.footer-cta .button,
.footer-cta .nav-cta {
  width: max-content;
}

.site-footer .nav-cta,
a[data-whatsapp-link] {
  text-decoration: none;
}

.category-card,
.featured-card {
  cursor: pointer;
}

.category-card img,
.featured-card img {
  object-fit: contain;
  background: #fff;
}

.live-chat .chat-panel {
  border-radius: 18px;
  overflow: hidden;
}

.chat-message {
  display: grid;
  gap: 5px;
  padding: 13px 15px;
  border-radius: 16px;
}

.customer-message {
  margin-left: auto;
  background: #e9f2ff;
  border-right: 3px solid var(--gold);
}

.agent-message {
  margin-right: auto;
  background: #fff;
  border-left: 3px solid #1c6ee8;
}

.chat-message em {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff5df;
  color: #0a2747;
  font-style: normal;
  font-weight: 700;
}

.chat-tools button,
.chat-tool {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
}

.chat-submit {
  display: inline-grid;
  place-items: center;
  width: 48px;
  border-radius: 12px;
}

.favicon-preview {
  border-radius: 8px;
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 14px;
    font-size: 16px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cta {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    min-height: 88px;
    padding: 10px 18px;
  }

  .brand img {
    width: min(310px, 66vw);
    height: auto;
    max-height: 68px;
  }

  .nav-toggle,
  .mobile-menu-toggle {
    min-width: 92px;
    min-height: 54px;
    font-size: 18px;
  }

  .hero-poster {
    display: flex;
    flex-direction: column;
  }

  .hero-poster > img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / .82;
    object-fit: cover;
    object-position: 55% center;
  }

  .hero-copy {
    position: static;
    width: 100%;
    padding: 34px 22px 24px;
    background: #fff;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.05;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .hero-feature-overlay {
    position: static;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 22px 30px;
    background: #fff;
  }

  .hero-feature-overlay span {
    min-height: 58px;
    padding: 10px 8px;
    font-size: 14px;
  }

  .section,
  .categories,
  .factory-section,
  .featured-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-cards,
  .featured-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .category-card,
  .featured-card {
    width: 100%;
  }

  .category-card img,
  .featured-card img {
    height: min(72vw, 330px);
  }

  .factory-carousel {
    margin-left: -18px;
    margin-right: -18px;
  }

  .factory-slide {
    flex-basis: 78vw;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 22px 116px;
  }

  .footer-brand img,
  .footer-brand p {
    width: min(330px, 84vw);
  }

  .footer-cta {
    justify-self: start;
    max-width: 100%;
  }

  .chat-panel {
    width: min(calc(100vw - 28px), 390px);
  }
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(250px, 340px) 1fr auto;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  min-height: 78px;
  padding: 6px clamp(18px, 4.4vw, 64px);
  background: #fff;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img { width: 330px; height: 72px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 34px); font-size: 17px; font-weight: 900; }
.site-nav a, .nav-toggle { padding: 11px 14px; border-radius: 7px; color: var(--navy); }
.site-nav a:hover, .site-nav a[aria-current="page"] {
  color: var(--gold);
  background: linear-gradient(135deg, #fff8ea, #f3f7ff);
  box-shadow: inset 0 0 0 1px rgba(200,138,32,.08);
}
.nav-item { position: relative; }
.mega-trigger::after { content: ""; display: inline-block; margin-left: 8px; border: 5px solid transparent; border-top-color: currentColor; transform: translateY(3px); }
.mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 78px;
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: clamp(28px, 5vw, 80px);
  padding: 46px clamp(28px, 7vw, 110px) 52px;
  border-top: 3px solid var(--gold);
  background:
    radial-gradient(circle at 72% 18%, #f4f8ff 0, #f4f8ff 22%, transparent 46%),
    linear-gradient(115deg, #ffffff 0%, #fbfcff 52%, #fff7e9 100%);
  box-shadow: 0 28px 60px rgba(8,33,61,.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.mega-item:hover .mega-menu, .mega-item:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-panel { border-right: 1px solid rgba(8,33,61,.14); padding-right: clamp(22px, 4vw, 54px); }
.mega-panel h3 { margin-bottom: 12px; font-size: 25px; }
.mega-panel p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.mega-cta { display: inline-flex; margin-top: 18px; border: 1px solid rgba(8,33,61,.18); background: linear-gradient(135deg, #fff, #fff7e7); }
.mega-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 28px; }
.mega-links a { display: grid; gap: 5px; padding: 0; color: #6f7784; background: none !important; }
.mega-links a:hover {
  color: var(--gold);
  background: linear-gradient(135deg, rgba(255,248,234,.9), rgba(244,248,255,.9)) !important;
}
.mega-links span { color: inherit; font-size: 20px; font-weight: 800; }
.mega-links small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border-radius: 7px; color: var(--white) !important; background: var(--gold); font-size: 15px; font-weight: 900; }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--white); font: inherit; }
.language-select {
  width: auto;
  min-width: 140px;
  min-height: 46px;
  padding: 10px 36px 10px 14px;
  border-color: rgba(8,33,61,.12);
  background-color: var(--white);
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.hero-commerce {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(360px,.86fr) minmax(0,1.14fr);
  align-items: center;
  gap: 34px;
  padding: clamp(48px, 7vw, 88px) clamp(18px, 6vw, 92px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.92)),
    radial-gradient(circle at 74% 42%, rgba(228,168,58,.22), transparent 25%),
    linear-gradient(115deg, #f4f9ff 0%, #fff6e8 100%);
}

.hero-text { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1,h2,h3,p { overflow-wrap: anywhere; }
h1,h2,h3 { margin: 0; line-height: 1.08; color: var(--navy); }
h1 { max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 6vw, 74px); }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: 20px; }
p { color: var(--muted); }
.hero-text p:not(.eyebrow) { max-width: 650px; font-size: 18px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 7px; font-weight: 900; }
.btn.primary { color: var(--white); background: var(--gold); }
.btn.ghost { border-color: #cfd8e3; background: rgba(255,255,255,.78); color: var(--navy); }
.btn.disabled { pointer-events: none; opacity: .58; background: #dbe3ec; color: var(--navy); }

.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-badges li { padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--navy); font-size: 13px; font-weight: 800; }

.hero-stage {
  position: relative;
  min-height: 520px;
}
.hero-stage::before {
  content: "";
  position: absolute;
  left: 0;
  right: -8%;
  bottom: 54px;
  height: 150px;
  background: linear-gradient(90deg, rgba(8,33,61,.1), rgba(8,33,61,.02));
  clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
}
.hero-stage .p { position: absolute; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(8,33,61,.18)); }
.hero-stage .street { left: 24%; top: 0; width: 38%; height: 55%; }
.hero-stage .panel { left: 6%; top: 16%; width: 38%; height: 58%; }
.hero-stage .fan { right: 4%; top: 10%; width: 32%; height: 58%; }
.hero-stage .work { left: 42%; bottom: 48px; width: 30%; height: 30%; }

.hero-poster {
  position: relative;
  overflow: hidden;
  background: #f6fbff;
  border-bottom: 1px solid var(--line);
}
.hero-poster::before { display: none; }
.hero-poster > img {
  width: 100%;
  min-height: clamp(520px, 43.2vw, 830px);
  object-fit: cover;
  object-position: center;
}
.hero-copy {
  position: absolute;
  left: clamp(26px, 4vw, 62px);
  top: clamp(120px, 12vw, 190px);
  bottom: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(31vw, 520px);
  padding: 0;
  background: none;
  pointer-events: none;
}
.hero-copy .hero-kicker {
  margin: 0 0 18px;
  color: #1d5fae;
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-copy h1 {
  max-width: 480px;
  color: var(--navy);
  font-size: clamp(31px, 2.8vw, 48px);
}
.hero-copy p:not(.hero-kicker) {
  max-width: 475px;
  color: #39465a;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.55;
}
.poster-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 220px;
  min-height: 58px;
  margin-top: 22px;
  padding: 14px 26px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #dba64b, #c88a20);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(200,138,32,.24);
}
.hero-feature-overlay {
  position: absolute;
  left: clamp(24px, 4.2vw, 58px);
  bottom: clamp(22px, 2.5vw, 34px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(30vw, 500px);
  gap: 8px;
}
.hero-feature-overlay span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 8px 6px;
  border: 1px solid rgba(8,33,61,.1);
  border-radius: 6px;
  color: #173a78;
  background: rgba(255,255,255,.86);
  font-size: clamp(12px, .9vw, 15px);
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 28px rgba(8,33,61,.08);
}
.poster-hotspot {
  position: absolute;
  display: block;
  border-radius: 18px;
  outline: 0;
}
.poster-hotspot::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(200,138,32,.18), 0 10px 24px rgba(8,33,61,.2);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}
.poster-hotspot span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 4;
  width: min(340px, 38vw);
  max-width: calc(100vw - 32px);
  padding: 16px 18px;
  border: 1px solid rgba(8,33,61,.1);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 42px rgba(8,33,61,.18);
  font-size: 15px;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}
.poster-hotspot.all-in-one span,
.poster-hotspot.split-street span {
  top: calc(100% + 12px);
  bottom: auto;
  transform: translate(-50%, -8px);
}
.poster-hotspot.all-in-one:hover span,
.poster-hotspot.all-in-one:focus-visible span,
.poster-hotspot.split-street:hover span,
.poster-hotspot.split-street:focus-visible span {
  transform: translate(-50%, 0);
}
.poster-hotspot.garden-light span {
  left: auto;
  right: 0;
  transform: translate(0, 8px);
}
.poster-hotspot.garden-light:hover span,
.poster-hotspot.garden-light:focus-visible span {
  transform: translate(0, 0);
}
.poster-hotspot strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.2;
}
.poster-hotspot:hover,
.poster-hotspot:focus-visible {
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.32);
}
.poster-hotspot:hover::after,
.poster-hotspot:focus-visible::after,
.poster-hotspot:hover span,
.poster-hotspot:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}
.poster-hotspot:hover::after,
.poster-hotspot:focus-visible::after {
  transform: scale(1.08);
}
.poster-hotspot.garden-light:hover span,
.poster-hotspot.garden-light:focus-visible span {
  transform: translate(0, 0);
}
.poster-hotspot.all-in-one { left: 54%; top: 14%; width: 13%; height: 58%; }
.poster-hotspot.split-street { left: 43%; top: 13%; width: 15%; height: 63%; }
.poster-hotspot.flood-light { left: 30%; top: 48%; width: 20%; height: 30%; }
.poster-hotspot.solar-fan { left: 67%; top: 25%; width: 19%; height: 58%; }
.poster-hotspot.garden-light { left: 86%; top: 52%; width: 13%; height: 38%; }

.section, .page-hero { padding: clamp(62px, 8vw, 96px) clamp(18px, 5vw, 72px); }
.page-hero { color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy2)); }
.page-hero h1 { color: var(--white); }
.page-hero p:not(.eyebrow) { max-width: 820px; color: rgba(255,255,255,.75); font-size: 18px; }
.centered { max-width: 860px; margin: 0 auto 34px; text-align: center; }

.category-cards, .featured-grid, .shop-grid, .proof-grid {
  display: grid;
  gap: 22px;
}
.category-cards { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.featured-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.proof-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.category-cards a, .featured-grid article, .shop-grid article, .proof-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.category-cards a {
  padding: 12px 12px 18px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.category-cards a:hover {
  transform: translateY(-4px);
  border-color: rgba(200,138,32,.35);
  box-shadow: 0 20px 48px rgba(8,33,61,.12);
}
.category-cards img {
  width: 100%;
  height: clamp(232px, 14vw, 290px);
  object-fit: contain;
  object-position: center;
  padding: 0;
  border-radius: 6px;
  background: #fff;
}
.category-cards strong { display: block; min-height: 60px; padding: 18px 18px 4px; color: var(--navy); }
.category-cards span, .category-cards p { display: block; padding: 0 18px 18px; color: var(--gold); font-size: 13px; font-weight: 900; }
.product-list { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.why-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  padding: 26px clamp(18px, 5vw, 72px);
  background: linear-gradient(90deg, #fff, #fff8eb, #fff);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.why-strip div { text-align: center; }
.why-strip strong { display: block; color: var(--gold); font-size: 24px; }
.why-strip span { color: var(--muted); font-size: 13px; }

.factory-carousel-section {
  overflow: hidden;
  padding-top: clamp(56px, 7vw, 86px);
  background: #fff;
}
.factory-carousel-section .section-head {
  margin-bottom: 28px;
}
.factory-carousel-section .section-head p:not(.eyebrow) {
  max-width: 820px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.factory-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.factory-carousel-viewport {
  overflow: hidden;
  padding: 6px 0 16px;
  scroll-behavior: smooth;
}
.factory-carousel-track {
  display: flex;
  gap: 18px;
  align-items: stretch;
  width: max-content;
  will-change: transform;
}
.factory-slide {
  flex: 0 0 clamp(260px, 28vw, 430px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(8,33,61,.1);
}
.factory-slide img {
  width: 100%;
  aspect-ratio: 900 / 560;
  object-fit: cover;
}
.factory-slide figcaption {
  padding: 12px 14px 14px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}
.factory-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 30px rgba(8,33,61,.16);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.factory-nav:hover {
  color: #fff;
  background: var(--gold);
}
.factory-prev { left: 12px; }
.factory-next { right: 12px; }

.featured { background: var(--paper); }
.featured-grid article, .shop-grid article { padding: 16px; }
.featured-grid img, .shop-grid img { width: 100%; height: clamp(168px, 12vw, 220px); object-fit: contain; background: #fff; }
.featured-grid p, .shop-grid p { font-size: 14px; }
.featured-grid a, .shop-grid a:not(.btn) { color: var(--navy); font-weight: 900; }
.price { color: var(--gold); font-size: 22px !important; font-weight: 900; }

.cta-band {
  display: none;
}
.cta-band > div {
  max-width: 720px;
  text-align: right;
}
.cta-band h2 { font-family: Arial, Helvetica, sans-serif; font-size: 30px; }

.quote-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}
textarea { grid-column: 1 / -1; resize: vertical; }
.quote-form button { grid-column: 3; }

.site-footer {
  display: grid;
  grid-template-columns: minmax(360px, 1.35fr) .58fr .58fr .95fr minmax(360px, 1.35fr);
  gap: 30px;
  align-items: start;
  padding: 46px clamp(18px, 5vw, 72px);
  color: var(--ink);
  background: #f7f9fc;
  border-top: 1px solid var(--line);
}
.site-footer img {
  width: min(100%, 440px);
  height: 130px;
  object-fit: contain;
  object-position: left center;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}
.site-footer > div:first-child p {
  max-width: 440px;
  margin-top: 12px;
}
.site-footer p, .site-footer address { color: #4b5870; font-style: normal; }
.site-footer nav { display: grid; gap: 8px; }
.site-footer strong { color: var(--navy); }
.footer-cta {
  align-self: end;
  justify-self: end;
  max-width: 520px;
  padding-top: 12px;
  text-align: right;
}
.footer-cta h2 {
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.18;
}
.footer-cta p {
  margin: 0 0 18px;
}
.footer-cta .btn {
  display: inline-flex;
}

.live-chat { position: fixed; right: 28px; bottom: 28px; z-index: 60; }
.chat-bubble {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d83ff, #0d55d9);
  box-shadow: 0 18px 38px rgba(13,85,217,.34);
  cursor: pointer;
}
.chat-bubble span {
  width: 32px;
  height: 22px;
  border-radius: 7px;
  background: #fff;
  position: relative;
}
.chat-bubble span::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -7px;
  border: 8px solid transparent;
  border-top-color: #fff;
  border-left: 0;
}
.chat-window {
  position: absolute;
  right: 0;
  bottom: 88px;
  display: none;
  width: min(380px, calc(100vw - 32px));
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8,33,61,.26);
}
.live-chat.is-open .chat-window { display: block; }
.chat-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, #1976ff, #0b4fc8);
}
.chat-head strong { font-size: 18px; }
.chat-head p { margin: 4px 0 0; color: rgba(255,255,255,.84); font-size: 13px; }
.chat-head button { border: 0; color: #fff; background: transparent; font-size: 25px; cursor: pointer; }
.chat-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 360px;
  overflow: auto;
  padding: 18px;
  background: #f7faff;
}
.agent-row { display: flex; gap: 8px; margin-bottom: 14px; }
.agent-row span { padding: 7px 10px; border-radius: 999px; background: #e6f0ff; color: #1456bc; font-size: 12px; font-weight: 900; }
.chat-message {
  width: fit-content;
  max-width: 82%;
  padding: 13px 15px;
  border-radius: 16px 16px 16px 4px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(8,33,61,.08);
}
.chat-message p { margin: 8px 0 0; color: #506076; font-size: 14px; }
.customer-message {
  align-self: flex-end;
  border-radius: 16px 16px 4px 16px;
  color: #fff;
  background: linear-gradient(135deg, #1f7cff, #0e5bd8);
}
.customer-message strong, .customer-message p { color: #fff; }
.customer-message small, .customer-message em {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
}
.customer-message small { color: rgba(255,255,255,.78); font-weight: 800; }
.customer-message em {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--navy);
  background: #fff6e4;
  font-style: normal;
  font-weight: 800;
}
.chat-tools { display: flex; gap: 10px; padding: 12px 16px 0; }
.chat-tools button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); cursor: pointer; }
.chat-input { display: grid; grid-template-columns: 1fr 46px; gap: 8px; padding: 12px 16px 8px; }
.chat-input input { min-height: 48px; border: 2px solid #2d83ff; border-radius: 12px; }
.chat-input button { border: 0; border-radius: 12px; color: #fff; background: var(--gold); font-weight: 900; cursor: pointer; }
.chat-note { margin: 0; padding: 0 16px 16px; color: #8a95a5; font-size: 12px; text-align: center; }
.chat-whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 8px;
  padding: 0 14px;
  border-radius: 6px;
  background: #0f7a4f;
  color: #fff;
  font-weight: 800;
}

.admin-body {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
  background: #f4f7fb;
}
.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 28px 24px;
  background: var(--navy);
  color: #fff;
}
.admin-logo {
  display: block;
  padding: 10px 0 18px;
}
.admin-sidebar img {
  width: 230px;
  max-width: 100%;
  margin-bottom: 34px;
  filter: drop-shadow(0 10px 22px rgba(255,255,255,.1));
}
.admin-sidebar nav { display: grid; gap: 10px; }
.admin-sidebar a {
  padding: 13px 15px;
  border-radius: 8px;
  color: rgba(255,255,255,.84);
  font-weight: 900;
}
.admin-sidebar a:hover { color: #fff; background: rgba(255,255,255,.1); }
.admin-main { padding: 34px; }
.admin-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(8,33,61,.08);
}
.admin-top h1 { margin-bottom: 10px; font-size: 38px; }
.admin-top p { max-width: 780px; color: #607086; }
.admin-status {
  flex: none;
  padding: 12px 16px;
  border-radius: 999px;
  color: #8a5400;
  background: #fff1d6;
  font-weight: 900;
}
.admin-status.warning {
  color: #9a3412;
  background: #ffedd5;
}
.admin-status-stack {
  display: grid;
  gap: 10px;
  justify-items: end;
}
.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.admin-metrics article, .admin-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(8,33,61,.06);
}
.admin-metrics article { padding: 24px; }
.admin-metrics strong {
  display: block;
  color: var(--gold);
  font-size: 34px;
}
.admin-metrics span { color: #607086; font-weight: 800; }
.admin-login {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 22px;
  align-items: end;
  margin-bottom: 20px;
}
.admin-login.is-hidden { display: none; }
.admin-login form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.admin-login input {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
}
.admin-login button {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--gold);
  font-weight: 900;
  cursor: pointer;
}
.form-status {
  grid-column: 1 / -1;
  min-height: 20px;
  color: #607086;
  font-weight: 800;
}
.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.admin-card { padding: 28px; }
.admin-card h2 { margin-bottom: 8px; font-size: 24px; }
.admin-card p { color: #607086; }
.admin-card ul, .admin-launch ol { margin: 18px 0 0; padding-left: 20px; color: #314154; line-height: 1.8; }
.admin-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.admin-card-head button,
.admin-open-site {
  padding: 10px 14px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}
.admin-card-head button:hover,
.admin-open-site:hover {
  border-color: var(--gold);
  color: #8a5400;
}
.admin-empty {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  color: #718096;
  background: #f6f8fb;
}
.admin-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.admin-table span, .admin-table strong { padding: 14px; border-bottom: 1px solid var(--line); }
.admin-table strong { border-bottom: 0; color: var(--navy); }
.admin-inquiry-table {
  grid-template-columns: 1.1fr .8fr 1.4fr .8fr;
}
.admin-events-table,
.admin-chat-table {
  grid-template-columns: 1.2fr .9fr 1fr 2fr;
}
.admin-events-table strong,
.admin-chat-table strong,
.admin-inquiry-table strong {
  overflow-wrap: anywhere;
  font-size: 13px;
}
.admin-product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.admin-product-list label {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: #f8fafc;
  font-weight: 900;
}
.admin-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.admin-timeline span {
  position: relative;
  padding: 15px 12px;
  border-radius: 8px;
  color: var(--navy);
  background: #f7fbff;
  border: 1px solid #dbe7f4;
  font-weight: 900;
  text-align: center;
}
.admin-checks { display: grid; gap: 12px; margin-top: 18px; }
.admin-checks label { font-weight: 800; color: #314154; }
.admin-launch { margin-top: 18px; }
.admin-launch li + li { margin-top: 8px; }
.admin-toast {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  padding: 13px 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 16px 38px rgba(8,33,61,.22);
  font-weight: 900;
  transition: opacity .2s ease, transform .2s ease;
}
.admin-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1120px) {
  .category-cards, .featured-grid, .product-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-panels, .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 18px; }
}

@media (max-width: 860px) {
  .admin-body { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
  .admin-main { padding: 18px; }
  .admin-top, .admin-grid { grid-template-columns: 1fr; }
  .admin-top { display: grid; }
  .admin-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-header { min-height: 72px; padding: 10px 16px; }
  .brand img { width: 260px; height: 64px; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .hero-commerce { grid-template-columns: 1fr; min-height: auto; padding-top: 48px; }
  .hero-stage { min-height: 460px; }
  .hero-poster > img { min-height: 420px; object-position: 45% center; }
  .hero-copy {
    position: relative;
    bottom: auto;
    width: 100%;
    padding: 28px 18px;
    background: #fff;
  }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy p:not(.hero-kicker) { font-size: 17px; }
  .hero-feature-overlay {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px 18px 24px;
    background: #fff;
  }
  .poster-hotspot { display: none; }
  .category-cards, .featured-grid, .shop-grid, .proof-grid, .trust-panels, .quote-form, .site-footer { grid-template-columns: 1fr; }
  .factory-slide { flex-basis: min(82vw, 380px); }
  .why-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-form button { grid-column: 1; }
  .cta-band { display: grid; }
}

@media (max-width: 520px) {
  h1 { font-size: 41px; }
  h2 { font-size: 30px; }
  .hero-actions .btn { width: 100%; }
  .section, .page-hero { padding-left: 16px; padding-right: 16px; }
  .hero-poster > img { min-height: 340px; object-position: 43% center; }
  .hero-stage { min-height: 390px; }
  .hero-stage .street { left: 18%; width: 48%; }
  .hero-stage .panel { left: -2%; top: 24%; width: 48%; }
  .hero-stage .fan { right: -3%; top: 18%; width: 42%; }
  .hero-stage .work { left: 36%; bottom: 24px; width: 44%; }
  .why-strip { grid-template-columns: 1fr; }
}

/* Preview closeout fixes: keep online site untouched, improve local package. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.site-header {
  grid-template-columns: minmax(270px, 400px) minmax(0, 1fr);
  min-height: 74px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.brand img {
  width: min(370px, 24vw);
  min-width: 260px;
  height: 66px;
}

.site-nav {
  justify-content: center;
  gap: clamp(18px, 2.1vw, 38px);
  font-size: 18px;
}

.site-nav a,
.nav-toggle {
  padding: 12px 16px;
}

.language-select {
  min-width: 150px;
  font-size: 16px;
}

.mega-menu {
  top: 74px;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(255,255,255,.98) 0%, rgba(245,249,253,.94) 58%, rgba(255,255,255,.72) 100%),
    url("hero/homepage-clean-hero.png") center / cover no-repeat;
}

.mega-item:hover .mega-menu,
.mega-item:focus-within .mega-menu {
  pointer-events: auto;
}

.hero-copy {
  z-index: 3;
}

.poster-hotspot span {
  top: calc(100% + 12px);
  bottom: auto;
  max-width: min(340px, 28vw);
}

.poster-hotspot.split-street span,
.poster-hotspot.all-in-one span {
  top: calc(100% + 14px);
}

.poster-hotspot.garden-light span,
.poster-hotspot.solar-fan span {
  top: auto;
  bottom: calc(100% + 12px);
}

.category-cards img,
.featured-grid img {
  width: 100%;
  height: clamp(250px, 17vw, 335px);
  object-fit: contain;
  object-position: center;
  padding: 14px 20px;
  background: #fff;
}

.category-cards a,
.featured-grid article {
  overflow: hidden;
}

.cta-band {
  display: none !important;
}

.factory-carousel-section {
  overflow: hidden;
}

.factory-carousel-viewport {
  overflow: hidden;
}

.factory-carousel-track {
  width: max-content;
  gap: 18px;
  animation: gudelumaMarquee 48s linear infinite;
  will-change: transform;
}

.factory-carousel-track:hover {
  animation-play-state: running;
}

.factory-slide {
  flex: 0 0 auto;
  width: clamp(310px, 24vw, 430px);
}

.factory-slide img {
  height: clamp(215px, 16vw, 285px);
  object-fit: cover;
}

@keyframes gudelumaMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

.factory-nav {
  z-index: 5;
  border: 0;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(8,33,61,.18);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) .55fr .55fr .85fr minmax(360px, 1.25fr);
  gap: clamp(28px, 4vw, 70px);
  padding: 52px clamp(22px, 4vw, 72px);
  background: linear-gradient(135deg, #f7f9fc 0%, #edf3f8 100%);
  color: var(--navy);
}

.site-footer img {
  width: min(100%, 360px);
  height: auto;
  max-height: 118px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.site-footer > div:first-child p,
.footer-brand p {
  max-width: 360px;
  margin-top: 8px;
  color: #45566d;
}

.site-footer p,
.site-footer address,
.site-footer a {
  color: #354960;
}

.footer-cta {
  align-self: start;
  justify-self: stretch;
  display: grid;
  gap: 10px;
  padding: 26px 28px;
  border: 1px solid rgba(8,33,61,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 45px rgba(8,33,61,.08);
}

.footer-cta h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 1.8vw, 30px);
}

.footer-cta .btn {
  width: fit-content;
}

.chat-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-message {
  max-width: 88%;
}

.customer-message {
  align-self: flex-end;
  border-left: 0;
  border-right: 3px solid var(--gold);
  text-align: left;
}

.agent-message {
  align-self: flex-start;
}

.chat-input button[type="submit"] {
  cursor: pointer;
}

.page-hero.factory-hero {
  background: var(--navy);
  color: #fff;
}

.factory-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.factory-service-grid article,
.factory-gallery-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(8,33,61,.08);
}

.factory-service-grid article {
  padding: 24px;
}

.factory-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.factory-gallery-grid img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.factory-gallery-grid h3 {
  padding: 16px 18px 18px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
  }
  .brand img {
    width: min(310px, 26vw);
    min-width: 230px;
  }
  .site-nav {
    gap: 14px;
    font-size: 16px;
  }
  .site-footer {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .footer-cta {
    grid-column: 1 / -1;
  }
  .factory-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .factory-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 8px 16px;
  }
  .brand img {
    width: min(270px, 68vw);
    min-width: 0;
    height: 60px;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
  }
  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
    max-height: calc(100vh - 90px);
    overflow: auto;
    padding: 16px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(8,33,61,.12);
  }
  .site-nav.is-open {
    display: grid;
    justify-items: stretch;
    gap: 8px;
  }
  .site-nav a,
  .nav-cta,
  .language-select {
    width: 100%;
  }
  .mega-menu {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    padding: 18px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    background: #f7f9fc;
  }
  .mega-item:hover .mega-menu,
  .mega-item:focus-within .mega-menu {
    display: grid;
  }
  .mega-links {
    grid-template-columns: 1fr;
  }
  .hero-poster {
    display: grid;
    background: #f5f9fd;
  }
  .hero-poster > img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: 58% center;
  }
  .hero-copy {
    position: static;
    width: auto;
    padding: 34px 22px 24px;
    background: #fff;
  }
  .hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
  }
  .poster-hotspot {
    display: none;
  }
  .hero-feature-overlay {
    position: static;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 22px 28px;
    background: #fff;
  }
  .category-cards,
  .featured-grid,
  .shop-grid,
  .proof-grid,
  .factory-service-grid,
  .factory-gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .category-cards img,
  .featured-grid img {
    height: 285px;
  }
  .why-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer {
    grid-template-columns: 1fr;
    padding: 38px 22px 108px;
  }
  .site-footer img,
  .site-footer > div:first-child p,
  .footer-brand p {
    max-width: 320px;
  }
  .footer-cta {
    grid-column: auto;
    justify-self: start;
  }
  .live-chat {
    right: 16px;
    bottom: 16px;
  }
  .chat-window {
    width: min(calc(100vw - 28px), 390px);
    right: -4px;
  }
  .chat-bubble {
    width: 58px;
    height: 58px;
  }
}

/* 2026-06-03 final preview polish: local preview only */
html,
body {
  overflow-x: hidden;
}

.cta-band {
  display: none !important;
}

.site-header {
  min-height: 84px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.brand img {
  width: min(330px, 23vw);
  height: auto;
  object-fit: contain;
}

.site-nav {
  justify-content: center;
  gap: clamp(20px, 2.5vw, 42px);
  font-size: 18px;
}

.site-nav a,
.language-select {
  white-space: nowrap;
}

.mega-menu {
  background: linear-gradient(115deg, rgba(255,255,255,.98), rgba(244,248,253,.93) 55%, rgba(255,248,235,.9));
}

.mega-item:not(:hover):not(:focus-within) .mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.poster-hotspot span {
  z-index: 8;
  max-width: min(330px, 28vw);
  transform: translateY(22px);
}

.poster-hotspot:hover span,
.poster-hotspot:focus span {
  transform: translateY(0);
}

.factory-carousel:hover .factory-carousel-track,
.factory-carousel-track:hover {
  animation-play-state: running !important;
}

.factory-carousel-track {
  will-change: transform;
  transition: none !important;
}

.factory-slide {
  flex: 0 0 clamp(300px, 28vw, 430px);
  margin-right: 20px;
}

.factory-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.site-footer {
  background: #f6f8fb !important;
  color: var(--navy) !important;
  grid-template-columns: minmax(300px, 1.2fr) .75fr .75fr 1fr minmax(360px, 1.2fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
}

.site-footer p,
.site-footer a,
.site-footer address {
  color: #243b57 !important;
}

.footer-brand {
  align-items: flex-start;
}

.footer-brand img,
.site-footer > div:first-child img {
  width: 300px !important;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
}

.footer-brand p,
.site-footer > div:first-child p {
  width: 300px;
  max-width: 100%;
  margin-top: 14px;
  text-align: left;
}

.footer-cta {
  grid-column: auto !important;
  justify-self: end;
  max-width: 520px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.footer-cta h3,
.footer-cta h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.2;
}

.footer-cta p {
  margin: 0 0 20px;
}

.footer-cta .btn,
.footer-cta .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--gold);
  color: #fff !important;
  font-weight: 900;
}

.chat-message {
  display: grid;
  gap: 6px;
}

.customer-message {
  align-self: flex-end;
  background: #eaf2ff;
  border-right: 3px solid var(--gold);
  border-left: 0;
}

.customer-message em {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff4dc;
  color: var(--navy);
  font-style: normal;
  font-weight: 800;
}

.agent-message {
  align-self: flex-start;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px 16px;
  }

  .brand img {
    width: min(280px, 68vw);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 82px;
    display: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    padding: 18px;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 22px 45px rgba(8,33,61,.14);
    z-index: 30;
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a,
  .nav-cta,
  .language-select {
    width: 100%;
  }

  .mega-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .mega-item:hover .mega-menu,
  .mega-item:focus-within .mega-menu {
    display: grid;
  }

  .hero-poster {
    display: grid;
    background: #fff;
  }

  .hero-poster > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: 58% center;
  }

  .hero-copy {
    position: static;
    width: auto;
    padding: 34px 22px 22px;
    background: #fff;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .poster-hotspot {
    display: none;
  }

  .hero-feature-overlay {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    padding: 0 22px 28px;
    background: #fff;
  }

  .category-cards,
  .featured-grid,
  .shop-grid,
  .proof-grid,
  .factory-service-grid,
  .factory-gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .category-card img,
  .featured-card img {
    width: 100%;
    height: 285px;
    object-fit: contain;
  }

  .why-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .factory-slide {
    flex-basis: min(82vw, 360px);
  }

  .factory-slide img {
    height: 210px;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    padding: 36px 22px 110px;
  }

  .footer-cta {
    justify-self: start;
    order: 2;
  }

  .live-chat {
    right: 14px;
    bottom: 14px;
  }

  .chat-window {
    width: min(calc(100vw - 28px), 390px);
    right: -4px;
    max-height: 75vh;
  }
}

/* Final local preview polish: unified footer and clearer logo alignment. */
.site-footer {
  background: #f7f9fc !important;
  color: var(--navy) !important;
}

.footer-brand {
  align-self: start;
}

.site-footer .footer-brand img,
.site-footer > .footer-brand img,
.site-footer a.footer-brand > img {
  width: 260px !important;
  max-width: 100%;
  display: block;
}

.site-footer .footer-brand p,
.site-footer > .footer-brand p,
.site-footer a.footer-brand + p,
.site-footer .footer-brand + p {
  width: 260px;
  max-width: 100%;
  margin: 12px 0 0;
}

.footer-cta {
  align-self: start;
}

@media (max-width: 900px) {
  .footer-brand img,
  .footer-brand p {
    width: min(280px, 100%);
  }
}

/* Preview finish pass: mobile, footer, menu and hotspot polish. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (min-width: 901px) {
  .site-header {
    min-height: 84px !important;
    padding: 8px clamp(42px, 4.5vw, 76px) !important;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr) !important;
  }

  .brand img {
    width: 300px !important;
    max-height: 68px !important;
    object-fit: contain !important;
  }

  .site-nav {
    justify-content: center !important;
    gap: clamp(18px, 2vw, 32px) !important;
  }

  .site-nav a,
  .mega-trigger,
  .language-select {
    font-size: 16px !important;
  }

  .mega-menu {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98), rgba(247,250,253,.94) 48%, rgba(255,248,236,.92)),
      rgba(255,255,255,.96) !important;
  }
}

.poster-hotspot span {
  top: calc(100% + 14px) !important;
  bottom: auto !important;
  z-index: 18 !important;
}

.poster-hotspot.garden-light span,
.poster-hotspot.solar-fan span,
.poster-hotspot.landscape-light span {
  top: auto !important;
  bottom: calc(100% + 14px) !important;
}

.factory-carousel:hover .factory-track,
.factory-track:hover {
  animation-play-state: running !important;
}

.site-footer {
  grid-template-columns: minmax(260px, 1.1fr) minmax(140px, .55fr) minmax(140px, .55fr) minmax(230px, .8fr) minmax(340px, 1fr) !important;
  background: #f7f9fc !important;
  background-image: none !important;
  border-top: 1px solid var(--line) !important;
  color: var(--navy) !important;
  align-items: start !important;
}

.site-footer .footer-brand {
  align-self: start !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  width: 250px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
  display: block !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 250px !important;
  max-width: 100% !important;
  margin: 12px 0 0 !important;
  text-align: left !important;
  color: var(--muted) !important;
}

.site-footer .footer-cta {
  grid-column: 5 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: start !important;
  max-width: 420px !important;
  text-align: right !important;
  padding-top: 4px !important;
}

.site-footer .footer-cta h2,
.site-footer .footer-cta h3 {
  color: var(--navy) !important;
  font-size: clamp(24px, 1.9vw, 32px) !important;
  line-height: 1.25 !important;
}

.site-footer .footer-cta p {
  margin-left: auto !important;
}

.site-footer .footer-cta .btn,
.site-footer .footer-cta .nav-cta {
  margin-top: 12px !important;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 96px !important;
    padding: 14px 18px !important;
  }

  .brand img {
    width: min(280px, 66vw) !important;
    max-height: 72px !important;
  }

  .nav-toggle {
    min-width: 88px;
    min-height: 58px;
    font-size: 18px;
  }

  .site-nav {
    top: 96px !important;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }

  .hero-poster {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
  }

  .hero-poster > img {
    order: 1;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1.02 !important;
    object-fit: cover !important;
    object-position: 58% center !important;
  }

  .hero-copy {
    order: 2;
    width: auto !important;
    padding: 34px 22px 26px !important;
    background: linear-gradient(180deg, #fff, #f7fbff) !important;
    box-shadow: none !important;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
  }

  .hero-copy p {
    font-size: 16px !important;
  }

  .hero-feature-overlay {
    order: 3;
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: auto !important;
    padding: 0 22px 30px !important;
    background: #f7fbff !important;
  }

  .category-cards,
  .featured-grid,
  .factory-service-grid,
  .factory-gallery-grid,
  .shop-grid {
    grid-template-columns: 1fr !important;
  }

  .category-card,
  .featured-card {
    min-width: 0 !important;
  }

  .category-card img,
  .featured-card img {
    width: 100% !important;
    height: 260px !important;
    object-fit: contain !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    padding: 34px 24px 112px !important;
  }

  .site-footer .footer-brand img.footer-logo-mark,
  .site-footer .footer-brand .footer-tagline {
    width: min(270px, 100%) !important;
  }

  .site-footer .footer-cta {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
    text-align: left !important;
    max-width: 100% !important;
  }

  .live-chat {
    right: 14px !important;
    bottom: 14px !important;
  }

  .chat-window {
    width: min(calc(100vw - 28px), 390px) !important;
    right: -4px !important;
    max-height: 72vh !important;
  }
}

/* Final preview pass: keep the local package clean before the next upload. */
.mega-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
}

.mega-item:hover .mega-menu,
.mega-item:focus-within .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.factory-carousel,
.factory-carousel-track,
.factory-track {
  animation-play-state: running !important;
}

.factory-carousel:hover,
.factory-carousel:hover .factory-carousel-track,
.factory-carousel:hover .factory-track {
  animation-play-state: running !important;
}

.factory-gallery-grid {
  align-items: start !important;
}

.factory-gallery-grid article {
  min-height: 0 !important;
  overflow: hidden !important;
}

.factory-gallery-grid img {
  display: block !important;
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
}

.factory-gallery-grid h3 {
  margin: 0 !important;
  padding: 14px 16px 16px !important;
  line-height: 1.25 !important;
}

.factory-service-grid article {
  min-height: 0 !important;
}

.site-footer {
  background: #f7f9fc !important;
  background-image: none !important;
  color: var(--navy) !important;
  grid-template-columns: minmax(260px, .95fr) minmax(130px, .45fr) minmax(130px, .45fr) minmax(250px, .75fr) minmax(360px, 1fr) !important;
  gap: clamp(28px, 4vw, 76px) !important;
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.site-footer .footer-brand {
  width: 300px !important;
  max-width: 100% !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  width: 300px !important;
  max-width: 100% !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 300px !important;
  margin-top: 10px !important;
  text-align: left !important;
}

.site-footer .footer-cta {
  grid-column: 5 !important;
  justify-self: end !important;
  align-self: start !important;
  max-width: 430px !important;
  text-align: right !important;
  padding: 0 !important;
}

.site-footer .footer-cta .btn,
.site-footer .footer-cta .nav-cta {
  display: inline-flex !important;
  width: auto !important;
  justify-content: center !important;
}

@media (min-width: 901px) {
  .site-header {
    min-height: 78px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .brand img {
    width: 310px !important;
    max-height: 66px !important;
  }

  .site-nav {
    align-items: center !important;
  }
}

@media (max-width: 900px) {
  body,
  .site-shell,
  main,
  .section,
  .site-footer {
    overflow-x: hidden !important;
  }

  .site-header {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 86px !important;
    padding: 12px 18px !important;
  }

  .brand img {
    width: min(265px, 64vw) !important;
    max-height: 64px !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 82px !important;
    min-height: 54px !important;
  }

  .site-nav {
    top: 86px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    box-sizing: border-box !important;
  }

  .hero-poster > img {
    aspect-ratio: 1 / .98 !important;
    object-position: 55% center !important;
  }

  .hero-copy {
    padding: 30px 22px 22px !important;
  }

  .hero-copy h1 {
    font-size: clamp(32px, 9.6vw, 45px) !important;
  }

  .category-card img,
  .featured-card img {
    height: 240px !important;
  }

  .factory-slide {
    width: min(82vw, 360px) !important;
  }

  .factory-gallery-grid img {
    height: 230px !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    padding: 32px 22px 108px !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-brand img.footer-logo-mark,
  .site-footer .footer-brand .footer-tagline {
    width: min(290px, 100%) !important;
  }

  .site-footer .footer-cta {
    grid-column: auto !important;
    justify-self: start !important;
    text-align: left !important;
    max-width: 100% !important;
  }
}

/* Final handoff polish: preview only, ready to package after review. */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

@media (min-width: 901px) {
  .site-header {
    min-height: 76px !important;
    padding: 6px clamp(42px, 4vw, 72px) !important;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr) !important;
  }

  .brand img {
    width: 285px !important;
    max-height: 66px !important;
    object-fit: contain !important;
  }

  .site-nav {
    justify-content: center !important;
    gap: clamp(18px, 2.2vw, 34px) !important;
    font-size: 16px !important;
  }
}

.mega-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
  background:
    linear-gradient(115deg, rgba(255,255,255,.98) 0%, rgba(246,250,255,.94) 56%, rgba(255,249,238,.92) 100%) !important;
  backdrop-filter: blur(16px);
}

.mega-item:hover .mega-menu,
.mega-item:focus-within .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.poster-hotspot span {
  top: calc(100% + 18px) !important;
  bottom: auto !important;
  max-width: min(360px, 30vw) !important;
  z-index: 18 !important;
}

.poster-hotspot.garden-light span,
.poster-hotspot.solar-fan span,
.poster-hotspot.landscape-light span {
  top: auto !important;
  bottom: calc(100% + 18px) !important;
}

.factory-carousel,
.factory-carousel-track,
.factory-track,
.factory-carousel:hover,
.factory-carousel:hover .factory-carousel-track,
.factory-carousel:hover .factory-track {
  animation-play-state: running !important;
}

.factory-carousel-track {
  will-change: transform;
  transition: none !important;
}

.site-footer {
  background: #f7f9fc !important;
  background-image: none !important;
  color: var(--navy) !important;
  grid-template-columns: minmax(250px, 1fr) minmax(120px, .45fr) minmax(120px, .45fr) minmax(230px, .75fr) minmax(380px, 1.05fr) !important;
  gap: clamp(30px, 4vw, 78px) !important;
  align-items: start !important;
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.site-footer p,
.site-footer a,
.site-footer address,
.site-footer li {
  color: #243b57 !important;
}

.site-footer strong,
.site-footer h2,
.site-footer h3 {
  color: var(--navy) !important;
}

.site-footer .footer-brand {
  width: 270px !important;
  max-width: 100% !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  width: 270px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 270px !important;
  max-width: 100% !important;
  margin: 10px 0 0 !important;
  text-align: left !important;
  line-height: 1.7 !important;
}

.site-footer .footer-cta {
  grid-column: 5 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: start !important;
  max-width: 430px !important;
  text-align: right !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-footer .footer-cta p {
  margin-left: auto !important;
}

.site-footer .footer-cta .btn,
.site-footer .footer-cta .nav-cta {
  display: inline-flex !important;
  width: auto !important;
  justify-content: center !important;
  margin-top: 12px !important;
}

@media (max-width: 900px) {
  body,
  .site-shell,
  main,
  .section,
  .site-footer {
    overflow-x: hidden !important;
  }

  .site-header {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 88px !important;
    padding: 10px 16px !important;
  }

  .brand img {
    width: min(272px, 66vw) !important;
    max-height: 66px !important;
    object-fit: contain !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 78px !important;
    min-height: 52px !important;
  }

  .site-nav {
    top: 88px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    box-sizing: border-box !important;
  }

  .hero-poster {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    background: #fff !important;
  }

  .hero-poster > img {
    order: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    object-position: 52% center !important;
  }

  .hero-copy {
    order: 2 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 34px 22px 28px !important;
    background: #fff !important;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10.2vw, 46px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
  }

  .hero-copy p {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  .hero-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .poster-hotspot {
    display: none !important;
  }

  .category-cards,
  .featured-grid,
  .shop-grid,
  .proof-grid,
  .trust-panels,
  .quote-form {
    grid-template-columns: 1fr !important;
  }

  .category-card img,
  .featured-card img {
    height: 250px !important;
    width: 100% !important;
    object-fit: contain !important;
  }

  .factory-slide {
    width: min(82vw, 360px) !important;
    flex-basis: min(82vw, 360px) !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    padding: 32px 22px 112px !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-brand img.footer-logo-mark,
  .site-footer .footer-brand .footer-tagline {
    width: min(280px, 100%) !important;
  }

  .site-footer .footer-cta {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
    text-align: left !important;
    max-width: 100% !important;
  }
}

/* 2026-06-03 final preview pass: desktop polish, mobile fit, footer CTA, no sticky non-English default. */
@media (min-width: 901px) {
  .site-header {
    min-height: 82px !important;
    padding: 8px clamp(46px, 4.6vw, 84px) !important;
    display: grid !important;
    grid-template-columns: minmax(320px, 390px) minmax(760px, 1fr) !important;
    gap: clamp(28px, 4vw, 70px) !important;
  }

  .brand img {
    width: 315px !important;
    max-height: 72px !important;
  }

  .site-nav {
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(22px, 2.5vw, 44px) !important;
  }

  .site-nav a,
  .mega-trigger {
    font-size: 17px !important;
  }

  .nav-cta {
    padding: 14px 22px !important;
    font-size: 16px !important;
  }

  .language-select {
    min-width: 150px !important;
    height: 50px !important;
    font-size: 16px !important;
  }
}

.mega-menu {
  top: calc(100% + 0px) !important;
  border-top: 2px solid rgba(205, 137, 25, .72) !important;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .985) 0%, rgba(248, 251, 255, .955) 58%, rgba(255, 247, 233, .94) 100%) !important;
  box-shadow: 0 24px 50px rgba(8, 34, 65, .16) !important;
}

.mega-panel h3,
.mega-panel p {
  color: var(--navy) !important;
}

.mega-links strong,
.mega-links span {
  display: block !important;
}

.poster-hotspot span {
  top: calc(100% + 24px) !important;
  bottom: auto !important;
  z-index: 28 !important;
}

.poster-hotspot.all-in-one span,
.poster-hotspot.split-street span {
  top: calc(100% + 30px) !important;
  bottom: auto !important;
}

.poster-hotspot.solar-fan span,
.poster-hotspot.garden-light span,
.poster-hotspot.landscape-light span {
  top: auto !important;
  bottom: calc(100% + 28px) !important;
}

.factory-carousel,
.factory-carousel * {
  animation-play-state: running !important;
}

.factory-carousel-track,
.factory-track {
  transition: none !important;
  will-change: transform !important;
}

.customer-message {
  margin-left: auto !important;
  margin-right: 0 !important;
  background: linear-gradient(135deg, #1f6feb, #1056d5) !important;
  color: #fff !important;
  border-left: 0 !important;
  border-right: 4px solid #d49a28 !important;
  border-radius: 18px 18px 6px 18px !important;
  max-width: 86% !important;
}

.customer-message strong,
.customer-message p,
.customer-message small,
.customer-message em {
  color: #fff !important;
}

.customer-message em {
  display: block !important;
  margin-top: 8px !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.16) !important;
  font-style: normal !important;
}

.agent-message {
  margin-right: auto !important;
  margin-left: 0 !important;
  border-radius: 18px 18px 18px 6px !important;
}

.site-footer {
  background: #f6f8fb !important;
  border-top: 1px solid #dfe6f1 !important;
  grid-template-columns: minmax(260px, .9fr) minmax(120px, .36fr) minmax(120px, .36fr) minmax(230px, .72fr) minmax(420px, 1.05fr) !important;
  gap: clamp(34px, 4.3vw, 82px) !important;
  min-height: 280px !important;
}

.site-footer .footer-brand {
  width: 248px !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  width: 248px !important;
  filter: none !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 248px !important;
  margin-top: 12px !important;
  text-align: left !important;
}

.site-footer .footer-cta {
  grid-column: 5 !important;
  justify-self: end !important;
  align-self: end !important;
  max-width: 470px !important;
  text-align: right !important;
  margin-top: 54px !important;
}

.site-footer .footer-cta h3 {
  font-size: clamp(24px, 2vw, 32px) !important;
  line-height: 1.22 !important;
}

.site-footer .footer-cta .btn,
.site-footer .footer-cta .nav-cta {
  white-space: nowrap !important;
}

.factory-gallery-grid article,
.factory-page .factory-card,
.factory-proof-card {
  min-height: auto !important;
}

.factory-gallery-grid img,
.factory-page .factory-card img,
.factory-proof-card img {
  height: 270px !important;
  width: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 900px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .site-header {
    min-height: 94px !important;
    padding: 12px 18px !important;
  }

  .brand img {
    width: min(280px, 67vw) !important;
    max-height: 72px !important;
  }

  .site-nav:not(.is-open) {
    display: none !important;
  }

  .site-nav.is-open {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .mega-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    padding: 16px !important;
  }

  .hero-poster > img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: 48% center !important;
  }

  .hero-copy {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero-copy h1,
  .section-head h2,
  .factory-hero h1 {
    overflow-wrap: anywhere !important;
  }

  .category-cards,
  .featured-grid,
  .factory-gallery-grid,
  .shop-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  .category-card,
  .featured-card,
  .factory-gallery-grid article {
    min-width: 0 !important;
  }

  .factory-carousel-viewport {
    overflow: hidden !important;
  }

  .live-chat {
    right: 14px !important;
    bottom: 18px !important;
  }

  .live-chat.is-open .chat-window,
  .chat-window {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    right: 0 !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 34px 24px 112px !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-brand img.footer-logo-mark,
  .site-footer .footer-brand .footer-tagline {
    width: min(250px, 100%) !important;
  }

  .site-footer .footer-cta {
    grid-column: auto !important;
    justify-self: start !important;
    align-self: start !important;
    margin-top: 0 !important;
    text-align: left !important;
  }
}

/* Ultimate local-preview overrides - keep this block last. */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 90 !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 88px) !important;
  min-height: 82px !important;
  padding: 8px clamp(36px, 4vw, 72px) !important;
  background: #fff !important;
  border-bottom: 1px solid #dde6f1 !important;
}

.brand { flex: 0 0 auto !important; display: flex !important; align-items: center !important; }
.brand img { width: clamp(245px, 18vw, 320px) !important; max-height: 72px !important; object-fit: contain !important; filter: none !important; }
.site-nav { flex: 1 1 auto !important; display: flex !important; justify-content: center !important; align-items: center !important; gap: clamp(20px, 2.4vw, 42px) !important; margin-left: 0 !important; }
.site-nav > a, .mega-trigger, .nav-cta, .language-select { font-size: 17px !important; font-weight: 850 !important; }
.nav-cta { padding: 14px 22px !important; border-radius: 8px !important; background: #cf8a16 !important; color: #fff !important; }
.language-select { min-width: 150px !important; height: 50px !important; }

.mega-menu {
  top: 100% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  background: linear-gradient(112deg, rgba(255,255,255,.985) 0%, rgba(246,250,255,.97) 58%, rgba(255,247,233,.94) 100%) !important;
  border-top: 2px solid rgba(205, 137, 25, .72) !important;
  box-shadow: 0 24px 50px rgba(8, 34, 65, .16) !important;
}
.mega-item:hover .mega-menu, .mega-item:focus-within .mega-menu { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: translateY(0) !important; }
.mega-links small { font-size: 15px !important; line-height: 1.5 !important; }

.hero-poster { overflow: visible !important; }
.poster-hotspot span { z-index: 12 !important; max-width: 310px !important; }
.poster-hotspot.all-in-one span, .poster-hotspot.split-street span, .poster-hotspot.flood-light span { top: calc(100% + 16px) !important; bottom: auto !important; }
.poster-hotspot.solar-fan span, .poster-hotspot.garden-light span, .poster-hotspot.landscape-light span { top: auto !important; bottom: calc(100% + 24px) !important; }

.category-card img, .featured-card img { object-fit: contain !important; background: #fff !important; }
.factory-carousel:hover .factory-carousel-track, .factory-carousel:hover .factory-track, .factory-carousel-track, .factory-track { animation-play-state: running !important; transition: none !important; will-change: transform !important; }
.closing-cta { display: none !important; }

.site-footer {
  display: grid !important;
  grid-template-columns: minmax(300px, .9fr) minmax(130px, .36fr) minmax(130px, .36fr) minmax(250px, .62fr) minmax(430px, 1fr) !important;
  gap: clamp(32px, 4vw, 72px) !important;
  align-items: start !important;
  min-height: 280px !important;
  padding: 46px clamp(36px, 4.2vw, 72px) 54px !important;
  background: #f6f8fb !important;
  color: #082340 !important;
  border-top: 1px solid #dfe6f1 !important;
}
.site-footer a, .site-footer p, .site-footer address, .site-footer li { color: #0a2946 !important; opacity: 1 !important; }
.site-footer strong, .site-footer h2, .site-footer h3 { color: #082340 !important; }
.site-footer .footer-brand { width: 300px !important; display: block !important; }
.site-footer .footer-brand img.footer-logo-mark { display: block !important; width: 300px !important; max-width: 100% !important; filter: none !important; opacity: 1 !important; }
.site-footer .footer-brand .footer-tagline { width: 300px !important; margin: 12px 0 0 !important; text-align: left !important; line-height: 1.65 !important; color: #24425e !important; }
.site-footer .footer-contact { display: block !important; }
.site-footer .footer-cta { grid-column: 5 !important; grid-row: 1 !important; justify-self: end !important; align-self: end !important; max-width: 430px !important; margin: 82px 0 0 !important; padding: 0 !important; text-align: right !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.site-footer .footer-contact .footer-cta { margin-top: 32px !important; text-align: left !important; }
.site-footer .footer-cta h2, .site-footer .footer-cta h3 { margin: 0 0 10px !important; font-size: clamp(22px, 1.8vw, 30px) !important; line-height: 1.25 !important; }
.site-footer .footer-cta p { margin: 0 0 16px !important; color: #34516b !important; }
.site-footer .footer-cta .btn, .site-footer .footer-cta .nav-cta { background: #d5961f !important; color: #fff !important; white-space: nowrap !important; }

@media (max-width: 900px) {
  html, body { width: 100% !important; max-width: 100% !important; overflow-x: hidden !important; }
  .site-header { position: relative !important; min-height: 82px !important; padding: 10px 18px !important; gap: 10px !important; }
  .brand img { width: min(270px, 64vw) !important; max-height: 64px !important; }
  .nav-toggle { display: inline-flex !important; margin-left: auto !important; padding: 12px 18px !important; font-size: 18px !important; }
  .site-nav:not(.is-open) { display: none !important; }
  .site-nav.is-open { position: absolute !important; top: 100% !important; left: 14px !important; right: 14px !important; z-index: 110 !important; display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; padding: 14px !important; background: #fff !important; border: 1px solid #dde6f1 !important; border-radius: 12px !important; box-shadow: 0 24px 50px rgba(8, 34, 65, .18) !important; }
  .mega-menu { position: static !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: none !important; padding: 14px !important; box-shadow: none !important; }
  .hero-poster { display: flex !important; flex-direction: column !important; min-height: 0 !important; overflow: hidden !important; background: #f7f9fc !important; }
  .hero-poster > img { position: relative !important; inset: auto !important; order: 1 !important; width: 100% !important; height: auto !important; aspect-ratio: 1 / 1 !important; object-fit: cover !important; object-position: 54% center !important; }
  .hero-copy { position: relative !important; left: auto !important; top: auto !important; transform: none !important; order: 2 !important; width: auto !important; max-width: none !important; margin: 0 18px !important; padding: 26px 20px !important; background: #fff !important; border: 1px solid #e4ebf4 !important; box-shadow: 0 18px 44px rgba(8, 34, 65, .08) !important; }
  .hero-copy h1 { font-size: clamp(34px, 10vw, 50px) !important; line-height: 1.05 !important; overflow-wrap: anywhere !important; }
  .hero-copy p { font-size: 16px !important; line-height: 1.7 !important; }
  .hero-feature-overlay { position: relative !important; left: auto !important; bottom: auto !important; order: 3 !important; display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; margin: 16px 18px 0 !important; }
  .poster-hotspot { display: none !important; }
  .section { padding-left: 18px !important; padding-right: 18px !important; }
  .section-head h2, .factory-hero h1 { overflow-wrap: anywhere !important; }
  .category-cards, .featured-grid, .factory-gallery-grid, .shop-grid { width: 100% !important; max-width: 100% !important; grid-template-columns: 1fr !important; }
  .category-card, .featured-card, .factory-gallery-grid article { min-width: 0 !important; }
  .category-card img, .featured-card img { width: 100% !important; height: 240px !important; object-fit: contain !important; }
  .why-strip { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; padding: 22px 18px !important; }
  .factory-carousel-viewport { overflow: hidden !important; }
  .factory-slide { width: 78vw !important; min-width: 78vw !important; }
  .factory-slide img { height: 210px !important; }
  .site-footer { grid-template-columns: 1fr !important; min-height: 0 !important; padding: 34px 24px 112px !important; }
  .site-footer .footer-brand, .site-footer .footer-brand img.footer-logo-mark, .site-footer .footer-brand .footer-tagline { width: min(300px, 100%) !important; }
  .site-footer .footer-cta { grid-column: auto !important; grid-row: auto !important; justify-self: start !important; align-self: start !important; margin: 0 !important; text-align: left !important; }
  .live-chat { right: 14px !important; bottom: 18px !important; }
  .live-chat.is-open .chat-window, .chat-window { width: calc(100vw - 28px) !important; max-width: calc(100vw - 28px) !important; right: 0 !important; }
}

/* Final preview polish for footer, header, mobile and hero hotspots. */
.site-header {
  min-height: 76px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.brand img {
  width: clamp(230px, 17vw, 305px) !important;
  max-height: 68px !important;
}

.poster-hotspot span {
  top: calc(100% + 18px) !important;
  bottom: auto !important;
  z-index: 140 !important;
}

.site-footer {
  grid-template-columns: minmax(280px, .85fr) minmax(120px, .34fr) minmax(120px, .34fr) minmax(250px, .62fr) minmax(430px, 1fr) !important;
  background: #f7f9fc !important;
  background-image: none !important;
}

.site-footer .footer-brand {
  width: 276px !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  width: 276px !important;
  height: auto !important;
  filter: none !important;
  opacity: 1 !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 276px !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.site-footer .footer-cta {
  grid-column: 5 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: end !important;
  margin: 22px 0 0 !important;
}

.site-footer .footer-cta .btn::before,
.site-footer .footer-cta .nav-cta::before {
  content: "";
}

@media (max-width: 900px) {
  .site-header {
    min-height: 80px !important;
    padding: 10px 16px !important;
  }

  .brand img {
    width: min(250px, 62vw) !important;
    max-height: 62px !important;
  }

  .hero-poster > img {
    aspect-ratio: 16 / 11 !important;
    object-position: 57% center !important;
  }

  .hero-copy {
    margin: -1px 14px 0 !important;
    padding: 24px 18px !important;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 9vw, 44px) !important;
    max-width: 100% !important;
  }

  .hero-feature-overlay {
    grid-template-columns: 1fr 1fr !important;
    margin: 14px !important;
  }

  .site-footer {
    padding: 30px 22px 110px !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-brand img.footer-logo-mark,
  .site-footer .footer-brand .footer-tagline {
    width: min(260px, 100%) !important;
  }

  .site-footer .footer-cta {
    margin-top: 4px !important;
    justify-self: start !important;
    text-align: left !important;
  }
}

/* Handoff polish - preview site only. Keeps the online copy untouched until packaging. */
html,
body {
  overflow-x: hidden !important;
}

.site-header {
  min-height: 72px !important;
  padding: 4px clamp(36px, 4vw, 68px) !important;
  background: #fff !important;
  border-bottom: 1px solid #dde6f1 !important;
}

.brand img {
  width: clamp(226px, 16vw, 292px) !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

.site-nav {
  flex: 1 1 auto !important;
  justify-content: center !important;
  gap: clamp(20px, 2vw, 34px) !important;
}

.site-nav > a:not(.nav-cta),
.mega-trigger {
  font-size: 16px !important;
  font-weight: 850 !important;
}

.language-select {
  min-width: 150px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.mega-menu {
  background: #fff !important;
  background-image: none !important;
  border-top: 2px solid rgba(205, 137, 25, .72) !important;
}

.poster-hotspot span {
  top: calc(100% + 20px) !important;
  bottom: auto !important;
  max-width: 340px !important;
  z-index: 160 !important;
}

.poster-hotspot.solar-fan span,
.poster-hotspot.garden-light span,
.poster-hotspot.landscape-light span {
  top: auto !important;
  bottom: calc(100% + 20px) !important;
}

.closing-cta {
  display: none !important;
}

.site-footer {
  grid-template-columns: minmax(250px, .72fr) minmax(130px, .35fr) minmax(130px, .35fr) minmax(260px, .62fr) minmax(440px, 1fr) !important;
  align-items: end !important;
  gap: clamp(28px, 4vw, 74px) !important;
  background: #f7f9fc !important;
  background-image: none !important;
  color: #082340 !important;
  border-top: 1px solid #dfe7f0 !important;
}

.site-footer a,
.site-footer p,
.site-footer address,
.site-footer li {
  color: #243b57 !important;
  opacity: 1 !important;
}

.site-footer strong,
.site-footer h2,
.site-footer h3 {
  color: #082340 !important;
}

.site-footer .footer-brand {
  width: 260px !important;
}

.site-footer .footer-brand img.footer-logo-mark {
  display: block !important;
  width: 260px !important;
  max-width: 100% !important;
  height: auto !important;
  filter: none !important;
  opacity: 1 !important;
  background: transparent !important;
}

.site-footer .footer-brand .footer-tagline {
  width: 260px !important;
  margin: 12px 0 0 !important;
  text-align: left !important;
  line-height: 1.65 !important;
  color: #24425e !important;
}

.site-footer .footer-cta {
  grid-column: 5 !important;
  grid-row: 1 !important;
  align-self: end !important;
  justify-self: end !important;
  max-width: 440px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.site-footer .footer-cta h2,
.site-footer .footer-cta h3 {
  margin: 0 0 10px !important;
  font-size: clamp(22px, 1.8vw, 30px) !important;
  line-height: 1.25 !important;
}

.site-footer .footer-cta p {
  margin: 0 0 16px !important;
  color: #34516b !important;
}

.site-footer .footer-cta .btn,
.site-footer .footer-cta .nav-cta {
  background: #d5961f !important;
  color: #fff !important;
  white-space: nowrap !important;
}

@media (max-width: 900px) {
  .site-header {
    position: relative !important;
    min-height: 82px !important;
    padding: 10px 16px !important;
  }

  .brand img {
    width: min(250px, 62vw) !important;
    max-height: 62px !important;
  }

  .nav-toggle {
    display: inline-flex !important;
    margin-left: auto !important;
    padding: 12px 18px !important;
    font-size: 18px !important;
  }

  .site-nav:not(.is-open) {
    display: none !important;
  }

  .site-nav.is-open {
    position: absolute !important;
    top: 100% !important;
    left: 14px !important;
    right: 14px !important;
    z-index: 180 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 14px !important;
    background: #fff !important;
    border: 1px solid #dde6f1 !important;
    border-radius: 12px !important;
    box-shadow: 0 24px 50px rgba(8, 34, 65, .18) !important;
  }

  .mega-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    padding: 14px !important;
    box-shadow: none !important;
  }

  .hero-poster {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #f7f9fc !important;
  }

  .hero-poster > img {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 11 !important;
    object-fit: cover !important;
    object-position: 57% center !important;
  }

  .hero-copy {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    order: 2 !important;
    width: auto !important;
    max-width: none !important;
    margin: -1px 14px 0 !important;
    padding: 24px 18px !important;
    background: #fff !important;
    border: 1px solid #e4ebf4 !important;
    box-shadow: 0 18px 44px rgba(8, 34, 65, .08) !important;
  }

  .hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(30px, 9vw, 44px) !important;
    line-height: 1.05 !important;
    overflow-wrap: anywhere !important;
  }

  .poster-hotspot {
    display: none !important;
  }

  .hero-feature-overlay {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    order: 3 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 14px !important;
  }

  .category-cards,
  .featured-grid,
  .factory-gallery-grid,
  .shop-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  .category-card img,
  .featured-card img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
    background: #fff !important;
  }

  .factory-slide {
    width: 78vw !important;
    min-width: 78vw !important;
  }

  .factory-slide img {
    height: 210px !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    padding: 30px 22px 110px !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-brand img.footer-logo-mark,
  .site-footer .footer-brand .footer-tagline {
    width: min(260px, 100%) !important;
  }

  .site-footer .footer-cta {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
    text-align: left !important;
  }

  .live-chat {
    right: 14px !important;
    bottom: 18px !important;
  }

  .live-chat.is-open .chat-window,
  .chat-window {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    right: 0 !important;
  }
}
/* Final navigation behavior: keep the header available on every scroll position. */
:root {
  --site-header-height: clamp(82px, 5.8vw, 112px);
}

html {
  scroll-padding-top: calc(var(--site-header-height) + 14px);
}

body {
  padding-top: var(--site-header-height) !important;
}

body .site-header,
body.has-page-back .site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5000 !important;
  width: 100% !important;
  background: rgba(255, 255, 255, 0.98) !important;
  -webkit-backdrop-filter: saturate(140%) blur(10px) !important;
  backdrop-filter: saturate(140%) blur(10px) !important;
  box-shadow: 0 8px 28px rgba(9, 35, 64, 0.08) !important;
}

body .product-mega,
body .mega-menu {
  z-index: 5100 !important;
}

body .company-profile-card {
  align-items: center !important;
  min-height: 0 !important;
  background: #fff !important;
}

body .company-video-panel {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(20px, 2.4vw, 34px) !important;
  background: transparent !important;
}

body .company-video-shell {
  width: min(100%, 860px) !important;
  margin: 0 auto !important;
  padding: clamp(16px, 2vw, 24px) !important;
  background: #0b3156 !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 60px rgba(8, 34, 65, 0.16) !important;
}

body .company-video {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  max-height: 430px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  background: #082340 !important;
}

body .company-video-caption {
  margin: 12px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.6 !important;
}

body .profile-highlights {
  margin-top: 22px !important;
}

@media (max-width: 900px) {
  :root {
    --site-header-height: 82px;
  }

  html {
    scroll-padding-top: calc(var(--site-header-height) + 12px);
  }

  body .site-header,
  body.has-page-back .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  body .site-nav.is-open {
    z-index: 5200 !important;
  }

  body .company-profile-card {
    align-items: stretch !important;
  }

  body .company-video-panel {
    padding: 18px !important;
  }

  body .company-video-shell {
    padding: 14px !important;
  }

  body .company-video {
    max-height: none !important;
  }
}

/* Locked header guard: keep the preview navigation pinned on every page and viewport. */
:root {
  --site-header-height: clamp(78px, 5.3vw, 96px);
}

html {
  scroll-padding-top: calc(var(--site-header-height) + 14px) !important;
}

body {
  padding-top: var(--site-header-height) !important;
}

body > .site-header,
body .site-header,
body.has-page-back > .site-header,
body.has-page-back .site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
  transform: none !important;
  background: rgba(255, 255, 255, 0.99) !important;
  -webkit-backdrop-filter: saturate(140%) blur(10px) !important;
  backdrop-filter: saturate(140%) blur(10px) !important;
  box-shadow: 0 8px 28px rgba(9, 35, 64, 0.08) !important;
}

body .product-mega,
body .mega-menu,
body .site-nav.is-open {
  z-index: 100000 !important;
}

@media (max-width: 900px) {
  :root {
    --site-header-height: 82px;
  }

  body {
    padding-top: var(--site-header-height) !important;
  }

  body > .site-header,
  body .site-header,
  body.has-page-back > .site-header,
  body.has-page-back .site-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
     z-index: 99999 !important;
   }
 }

/* Preview polish: keep non-Chinese company profile text balanced beside the video. */
html:not([lang^="zh"]) body .company-profile-copy h2 {
  font-size: clamp(24px, 2.15vw, 36px) !important;
  line-height: 1.12 !important;
  max-width: 16em !important;
}

html:not([lang^="zh"]) body .company-profile-copy p {
  font-size: clamp(13px, 0.78vw, 14px) !important;
  line-height: 1.65 !important;
}

html:not([lang^="zh"]) body .profile-highlights {
  gap: 10px !important;
  margin-top: 18px !important;
}

html:not([lang^="zh"]) body .profile-highlights span {
  font-size: clamp(12px, 0.72vw, 13px) !important;
  line-height: 1.24 !important;
  padding: 9px 10px !important;
}

html:not([lang^="zh"]) body .company-video-caption {
  font-size: clamp(12px, 0.72vw, 13px) !important;
  line-height: 1.5 !important;
}

@media (max-width: 900px) {
  html:not([lang^="zh"]) body .company-profile-copy h2 {
    font-size: clamp(23px, 5.5vw, 30px) !important;
  }
}

/* 2026-06-08 header/hero cleanup: remove extra hero gap, compact CTA, bilingual selector only. */
:root {
  --site-header-height: 72px !important;
}

body {
  padding-top: 72px !important;
}

body > .site-header,
body .site-header,
body.has-page-back > .site-header,
body.has-page-back .site-header {
  min-height: 72px !important;
  height: 72px !important;
  padding: 6px clamp(36px, 4vw, 72px) !important;
  gap: clamp(20px, 3vw, 58px) !important;
}

body .brand img {
  height: 58px !important;
  max-height: 58px !important;
  width: clamp(210px, 15vw, 285px) !important;
  min-width: 210px !important;
}

body .site-nav {
  gap: clamp(16px, 2vw, 34px) !important;
}

body .site-nav > a,
body .mega-trigger {
  padding: 9px 12px !important;
  font-size: 16px !important;
}

body .nav-cta {
  min-height: 42px !important;
  padding: 9px 18px !important;
  border-radius: 7px !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

body .language-select {
  width: 132px !important;
  min-width: 132px !important;
  height: 42px !important;
  padding: 0 14px !important;
  font-size: 15px !important;
}

body .hero-poster {
  margin-top: 0 !important;
}

body .hero-poster > img {
  display: block !important;
}

@media (max-width: 900px) {
  :root {
    --site-header-height: 72px !important;
  }

  body {
    padding-top: 72px !important;
  }

  body > .site-header,
  body .site-header,
  body.has-page-back > .site-header,
  body.has-page-back .site-header {
    height: auto !important;
    min-height: 72px !important;
    padding: 9px 16px !important;
  }

  body .brand img {
    width: min(230px, 70vw) !important;
    min-width: 0 !important;
    height: 54px !important;
    max-height: 54px !important;
  }

  body .nav-cta {
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 14px !important;
  }

  body .language-select {
    width: 118px !important;
    min-width: 118px !important;
    height: 40px !important;
  }

  body .hero-poster > img {
    content: url("hero/homepage-mobile-products.jpg") !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1254 / 1114 !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #e8f4ff !important;
  }
}

/* 2026-06-08 footer compact override - must stay at file end. */
body footer.site-footer {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.15fr) minmax(110px, .45fr) minmax(110px, .45fr) minmax(230px, .8fr) minmax(300px, .95fr) !important;
  align-items: start !important;
  gap: clamp(24px, 3vw, 54px) !important;
  min-height: 0 !important;
  padding: 30px clamp(40px, 5vw, 80px) 34px !important;
  background: #f5f8fc !important;
  border-top: 1px solid #dce5ef !important;
}

body footer.site-footer .footer-brand,
body footer.site-footer nav,
body footer.site-footer address,
body footer.site-footer .footer-contact,
body footer.site-footer > .footer-cta {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  align-self: start !important;
}

body footer.site-footer .footer-brand {
  max-width: 280px !important;
}

body footer.site-footer .footer-brand img.footer-logo-mark {
  width: 230px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 12px !important;
}

body footer.site-footer .footer-brand .footer-tagline,
body footer.site-footer p,
body footer.site-footer address,
body footer.site-footer a {
  font-size: 14px !important;
  line-height: 1.62 !important;
  color: #2f485f !important;
}

body footer.site-footer nav {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

body footer.site-footer strong,
body footer.site-footer h3 {
  font-family: Inter, "Segoe UI", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  color: #08213d !important;
  margin: 0 0 8px !important;
}

body footer.site-footer > .footer-cta {
  grid-column: auto !important;
  grid-row: auto !important;
  justify-self: end !important;
  width: min(100%, 360px) !important;
  max-width: 360px !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body footer.site-footer > .footer-cta h3 {
  font-family: Inter, "Segoe UI", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: clamp(20px, 1.35vw, 26px) !important;
  line-height: 1.28 !important;
  margin: 0 0 10px !important;
  letter-spacing: 0 !important;
}

body footer.site-footer > .footer-cta p {
  margin: 0 0 12px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body footer.site-footer > .footer-cta .btn,
body footer.site-footer > .footer-cta .nav-cta {
  width: 100% !important;
  max-width: 320px !important;
  min-height: 40px !important;
  padding: 8px 14px !important;
  margin: 0 !important;
  font-size: 14px !important;
  border-radius: 7px !important;
}

body footer.site-footer .footer-contact .footer-cta {
  display: none !important;
}

@media (max-width: 1180px) {
  body footer.site-footer {
    grid-template-columns: 1.2fr .7fr .7fr 1fr !important;
  }

  body footer.site-footer > .footer-cta {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    width: min(100%, 420px) !important;
    max-width: 420px !important;
  }
}

@media (max-width: 760px) {
  body footer.site-footer {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 28px 22px 92px !important;
  }

  body footer.site-footer > .footer-cta h3 {
    font-size: 22px !important;
  }
}

/* 2026-06-08 preview-only factory page expansion. */
body .factory-hero-compact {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: clamp(28px, 4vw, 72px) !important;
  padding: 24px clamp(28px, 5vw, 72px) 22px !important;
  background: linear-gradient(135deg, #082340 0%, #123b63 100%) !important;
}

body .factory-hero-compact .eyebrow {
  margin: 0 0 8px !important;
  color: #d5961f !important;
  font-size: 13px !important;
}

body .factory-hero-compact h1 {
  max-width: 760px !important;
  margin: 0 0 8px !important;
  font-size: clamp(30px, 2.85vw, 44px) !important;
  line-height: 1.08 !important;
}

body .factory-hero-compact p:not(.eyebrow) {
  max-width: 840px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

body .factory-hero-compact .btn {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  align-self: center !important;
  white-space: nowrap !important;
  min-height: 42px !important;
  padding: 9px 18px !important;
}

body .factory-profile-video {
  padding-top: clamp(28px, 3vw, 42px) !important;
}

body .factory-photo-section {
  background: #fff !important;
}

body .factory-lightbox-grid {
  width: min(1760px, calc(100vw - 96px)) !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

body .factory-lightbox-grid article {
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(8, 35, 64, 0.08) !important;
}

body .factory-lightbox-trigger {
  width: 100% !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #08213d !important;
  text-align: left !important;
  cursor: zoom-in !important;
}

body img.image-lightbox-source {
  cursor: zoom-in !important;
}

body a img.image-lightbox-source,
body button img.image-lightbox-source {
  cursor: zoom-in !important;
}

body .factory-lightbox-trigger img {
  width: 100% !important;
  height: 280px !important;
  display: block !important;
  object-fit: cover !important;
  background: #eef3f8 !important;
  transition: transform .28s ease !important;
}

body .factory-lightbox-trigger:hover img {
  transform: scale(1.025) !important;
}

body .factory-lightbox-trigger span {
  display: block !important;
  min-height: 56px !important;
  padding: 15px 18px 17px !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

body .factory-exhibition-section {
  margin: 0 !important;
}

body .factory-service-section {
  background: #fff !important;
}

body.factory-lightbox-open {
  overflow: hidden !important;
}

body .factory-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 120000 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(18px, 3vw, 44px) !important;
  background: rgba(5, 18, 34, .88) !important;
}

body .factory-lightbox.is-open {
  display: flex !important;
}

body .factory-lightbox figure {
  width: min(1280px, 100%) !important;
  max-height: 92vh !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

body .factory-lightbox img {
  max-width: 100% !important;
  max-height: calc(92vh - 58px) !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38) !important;
}

body .factory-lightbox figcaption {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

body .factory-lightbox-close {
  position: fixed !important;
  top: 18px !important;
  right: 22px !important;
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(255,255,255,.36) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  font-size: 34px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

@media (max-width: 1180px) {
  body .factory-lightbox-grid {
    width: min(100% - 36px, 980px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* 2026-06-08 unified compact category pages and solar fan listing. */
body .page-hero.category-hero,
body .page-hero.solar-fan-hero {
  min-height: 0 !important;
  height: auto !important;
  padding: 24px clamp(28px, 5vw, 72px) 26px !important;
  background: linear-gradient(135deg, #082340 0%, #123b63 100%) !important;
}

body .page-hero.category-hero .eyebrow,
body .page-hero.solar-fan-hero .eyebrow {
  margin: 0 0 8px !important;
  font-size: 13px !important;
  letter-spacing: .12em !important;
  color: #d5961f !important;
}

body .page-hero.category-hero h1,
body .page-hero.solar-fan-hero h1 {
  max-width: 820px !important;
  margin: 0 0 8px !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
}

body .page-hero.category-hero p:not(.eyebrow),
body .page-hero.solar-fan-hero p:not(.eyebrow) {
  max-width: 820px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body .solar-fan-listing {
  padding-top: clamp(34px, 4vw, 56px) !important;
  background: #f7f9fc !important;
}

body .solar-fan-listing .section-head {
  margin-bottom: clamp(22px, 3vw, 34px) !important;
}

body .solar-fan-grid {
  width: min(1760px, calc(100vw - 96px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 24px) !important;
}

body .solar-fan-tile {
  min-width: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 430px !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #08213d !important;
  text-decoration: none !important;
  box-shadow: 0 18px 45px rgba(8, 35, 64, .08) !important;
}

body .solar-fan-tile img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #fff !important;
}

body .solar-fan-tile-media {
  position: relative !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body .fan-image-copy {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  right: 18px !important;
  display: grid !important;
  gap: 5px !important;
  color: #2a1306 !important;
  pointer-events: none !important;
}

body .fan-image-copy strong {
  font-size: clamp(22px, 1.8vw, 32px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
}

body .fan-image-copy span {
  font-size: clamp(14px, 1vw, 18px) !important;
  font-weight: 900 !important;
}

body .fan-image-copy em {
  width: fit-content !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: #4c8b0d !important;
  color: #fff !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

body .fan-image-copy.blue em {
  background: #2e6fa8 !important;
}

body .solar-fan-tile > div {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 16px 18px 18px !important;
}

body .solar-fan-tile .product-code {
  margin: 0 0 7px !important;
  color: #c5810f !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}

body .solar-fan-tile h3 {
  margin: 0 0 12px !important;
  font-size: clamp(18px, 1.1vw, 22px) !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

body .solar-fan-tile span {
  margin-top: auto !important;
  color: #c5810f !important;
  font-weight: 900 !important;
}

body .solar-fan-tile.is-empty {
  justify-content: center !important;
  min-height: 430px !important;
  border-style: dashed !important;
  background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%) !important;
}

body .solar-fan-tile.is-empty > div {
  justify-content: center !important;
}

@media (max-width: 1280px) {
  body .solar-fan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body .page-hero.category-hero,
  body .page-hero.solar-fan-hero {
    padding: 20px 18px 22px !important;
  }

  body .page-hero.category-hero h1,
  body .page-hero.solar-fan-hero h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
  }

  body .page-hero.category-hero p:not(.eyebrow),
  body .page-hero.solar-fan-hero p:not(.eyebrow) {
    font-size: 15px !important;
  }

  body .solar-fan-listing {
    padding-top: 30px !important;
  }

  body .solar-fan-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body .solar-fan-tile,
  body .solar-fan-tile.is-empty {
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  body .factory-hero-compact {
    display: block !important;
    padding: 22px 18px 24px !important;
  }

  body .factory-hero-compact h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.08 !important;
    margin-bottom: 10px !important;
  }

  body .factory-hero-compact p:not(.eyebrow) {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
  }

  body .factory-hero-compact .btn {
    display: inline-flex !important;
    width: auto !important;
  }

  body .factory-profile-video {
    padding: 24px 16px 28px !important;
  }

  body .factory-profile-video .company-profile-card {
    border-radius: 8px !important;
  }

  body .factory-profile-video .company-profile-copy {
    padding: 24px 18px !important;
  }

  body .factory-profile-video .company-profile-copy h2 {
    max-width: none !important;
    font-size: clamp(24px, 7vw, 32px) !important;
    line-height: 1.12 !important;
  }

  body .factory-profile-video .company-profile-copy p {
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  body .factory-profile-video .profile-highlights {
    grid-template-columns: 1fr !important;
  }

  body .factory-profile-video .company-video-panel {
    padding: 14px !important;
  }

  body .factory-profile-video .company-video-shell {
    padding: 12px !important;
  }

  body .factory-photo-section,
  body .factory-exhibition-section,
  body .factory-service-section {
    padding-top: 32px !important;
    padding-bottom: 38px !important;
  }

  body .factory-photo-section .section-head,
  body .factory-service-section .section-head,
  body .factory-exhibition-section .section-head {
    padding: 0 18px !important;
    margin-bottom: 20px !important;
  }

  body .factory-photo-section .section-head h2,
  body .factory-service-section .section-head h2,
  body .factory-exhibition-section .section-head h2 {
    font-size: clamp(26px, 8vw, 36px) !important;
    line-height: 1.14 !important;
  }

  body .factory-lightbox-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body .factory-lightbox-trigger img {
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

  body .factory-lightbox-trigger span {
    min-height: 48px !important;
    padding: 13px 15px 15px !important;
    font-size: 18px !important;
  }

  body .factory-exhibition-section .exhibition-grid {
    width: calc(100% - 32px) !important;
  }

  body .factory-exhibition-section .exhibition-item img {
    aspect-ratio: 4 / 3 !important;
  }

  body .factory-service-section .factory-service-grid {
    width: calc(100% - 32px) !important;
    margin: 0 auto !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body .factory-service-section .factory-service-grid article {
    padding: 20px 18px !important;
  }

  body .factory-lightbox {
    padding: 14px !important;
    align-items: center !important;
  }

  body .factory-lightbox figure {
    max-height: 88vh !important;
  }

  body .factory-lightbox img {
    max-height: calc(88vh - 52px) !important;
  }

  body .factory-lightbox-close {
    top: 12px !important;
    right: 12px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 30px !important;
  }
}

/* 2026-06-08 product detail final polish: compact listing, true image ratio, zoomable preview. */
body .solar-fan-listing {
  padding-top: clamp(20px, 2.4vw, 32px) !important;
}

body .product-main-image {
  position: relative !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .product-image-overlay {
  position: absolute !important;
  top: clamp(20px, 3vw, 42px) !important;
  right: clamp(20px, 3vw, 42px) !important;
  width: min(45%, 420px) !important;
  display: grid !important;
  gap: 12px !important;
  color: #251104 !important;
  pointer-events: none !important;
}

body .product-image-overlay strong {
  font-size: clamp(34px, 4vw, 66px) !important;
  line-height: .98 !important;
  font-weight: 950 !important;
}

body .product-image-overlay span {
  font-size: clamp(20px, 2vw, 34px) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
}

body .product-image-overlay em {
  width: fit-content !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: #4c8b0d !important;
  color: #fff !important;
  font-style: normal !important;
  font-weight: 950 !important;
  font-size: clamp(15px, 1.2vw, 21px) !important;
}

body .product-image-overlay ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body .product-image-overlay li {
  padding: 8px 11px !important;
  border: 1px solid rgba(64, 91, 19, .4) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.68) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

@media (max-width: 980px) {
  body .product-image-overlay {
    width: auto !important;
    left: 18px !important;
    right: 18px !important;
  }
}

@media (max-width: 760px) {
  body .product-image-overlay strong {
    font-size: clamp(26px, 8vw, 40px) !important;
  }

  body .product-image-overlay span {
    font-size: clamp(16px, 5vw, 24px) !important;
  }

  body .product-image-overlay ul {
    display: none !important;
  }
}

body .product-main-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 8px !important;
}

body .factory-lightbox figure {
  width: auto !important;
  max-width: min(96vw, 1500px) !important;
  max-height: 92vh !important;
  align-items: center !important;
  overflow: auto !important;
}

body .factory-lightbox img {
  width: auto !important;
  height: auto !important;
  max-width: 96vw !important;
  max-height: calc(92vh - 48px) !important;
  object-fit: contain !important;
  background: transparent !important;
  box-shadow: none !important;
  transform-origin: center center !important;
  transition: transform .12s ease !important;
}

body .factory-lightbox figcaption {
  text-shadow: 0 2px 10px rgba(0,0,0,.35) !important;
}

@media (max-width: 760px) {
  body .solar-fan-listing {
    padding-top: 18px !important;
  }
}

/* 2026-06-08 final solar fan content-image pass and site font unification. */
body,
button,
input,
select,
textarea,
.site-nav,
.btn,
.product-card,
.solar-fan-tile,
.product-detail-info,
.site-footer {
  font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif !important;
}

h1,
h2,
.hero-text h1,
.section-head h2,
.page-hero h1,
.factory-hero-compact h1,
.company-profile-copy h2,
.footer-cta h2,
.footer-cta h3 {
  font-family: SimSun, "Songti SC", "Noto Serif SC", Georgia, serif !important;
  font-weight: 700 !important;
}

h3,
h4,
.site-nav a,
.product-card h3,
.solar-fan-tile h3,
.product-detail-info h1,
.product-detail-info dt,
.product-code {
  font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif !important;
}

body .page-hero.category-hero,
body .page-hero.solar-fan-hero {
  padding: 22px clamp(24px, 4vw, 72px) 24px !important;
}

body .page-hero.category-hero h1,
body .page-hero.solar-fan-hero h1 {
  font-size: clamp(30px, 2.8vw, 42px) !important;
}

body .solar-fan-listing {
  padding-top: 32px !important;
}

body .solar-fan-tile img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body .product-detail-page {
  padding: clamp(28px, 3vw, 44px) clamp(20px, 4vw, 72px) !important;
  background: #f7f9fc !important;
}

body .product-detail-layout {
  width: min(1540px, 100%) !important;
  grid-template-columns: 88px minmax(420px, 760px) minmax(360px, 620px) !important;
  gap: clamp(22px, 2.2vw, 38px) !important;
  align-items: start !important;
}

body .product-thumbs {
  gap: 10px !important;
}

body .product-thumbs button {
  width: 86px !important;
  aspect-ratio: 1 / 1 !important;
}

body .product-main-image {
  width: 100% !important;
  max-width: 760px !important;
  align-self: start !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

body .product-main-image img {
  width: 100% !important;
  height: auto !important;
  max-height: min(74vh, 760px) !important;
  object-fit: contain !important;
}

body .product-detail-info {
  min-height: 0 !important;
  padding: clamp(28px, 3vw, 48px) !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 45px rgba(8, 35, 64, .08) !important;
}

body .product-detail-info h1 {
  font-size: clamp(28px, 2vw, 38px) !important;
  line-height: 1.18 !important;
}

@media (max-width: 1180px) {
  body .product-detail-layout {
    grid-template-columns: 80px minmax(0, 1fr) !important;
  }

  body .product-detail-info {
    grid-column: 2 !important;
  }
}

@media (max-width: 760px) {
  body .page-hero.category-hero,
  body .page-hero.solar-fan-hero {
    padding: 18px 18px 20px !important;
  }

  body .product-detail-page {
    padding: 18px 16px 28px !important;
  }

  body .product-detail-layout {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body .product-thumbs {
    order: 2 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body .product-thumbs button {
    width: 100% !important;
  }

  body .product-main-image {
    order: 1 !important;
    max-width: none !important;
  }

  body .product-detail-info {
    order: 3 !important;
    grid-column: auto !important;
    padding: 22px 18px !important;
  }
}

/* 2026-06-08 detail page proportion cleanup. */
body .product-detail-layout {
  width: min(1420px, 100%) !important;
  grid-template-columns: 88px minmax(420px, 704px) minmax(420px, 620px) !important;
  column-gap: clamp(24px, 2vw, 34px) !important;
  justify-content: center !important;
}

body .product-main-image {
  max-width: 704px !important;
  border-radius: 12px !important;
  background: #fff !important;
}

body .product-main-image img {
  max-height: min(72vh, 704px) !important;
  border-radius: 12px !important;
}

body .product-thumbs button,
body .product-thumbs img {
  border-radius: 9px !important;
}

body .product-detail-info {
  width: 100% !important;
  max-width: 620px !important;
  justify-self: start !important;
  padding: clamp(32px, 3.2vw, 56px) clamp(34px, 3.2vw, 48px) !important;
}

@media (max-width: 1180px) {
  body .product-detail-layout {
    width: min(920px, 100%) !important;
    grid-template-columns: 80px minmax(0, 1fr) !important;
  }

  body .product-detail-info {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 760px) {
  body .product-detail-layout {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }
}

/* 2026-06-08 balanced product detail layout: make both desktop panels feel like one set. */
@media (min-width: 1181px) {
  body .product-detail-page {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
  }

  body .product-detail-layout {
    width: min(1500px, calc(100vw - 128px)) !important;
    grid-template-columns: 86px minmax(0, 680px) minmax(0, 620px) !important;
    gap: 34px !important;
    align-items: stretch !important;
  }

  body .product-thumbs {
    align-content: start !important;
  }

  body .product-main-image,
  body .product-detail-info {
    height: min(70vh, 680px) !important;
    min-height: 600px !important;
    max-height: 680px !important;
  }

  body .product-main-image {
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid #dfe7ef !important;
    box-shadow: 0 18px 45px rgba(8, 35, 64, .08) !important;
  }

  body .product-main-image img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body .product-detail-info {
    max-width: none !important;
    justify-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 44px 48px !important;
  }

  body .product-detail-info .product-price-placeholder {
    margin: 22px 0 !important;
  }

  body .product-detail-info dl {
    margin-top: 18px !important;
  }
}

/* 2026-06-08 detail card audit fix: keep content inside the card and prevent stretched buttons. */
body .product-detail-info .product-code {
  position: static !important;
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  transform: none !important;
  color: #5b6e84 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: .02em !important;
}

body .product-detail-info .btn,
body .product-detail-info .nav-cta {
  width: fit-content !important;
  min-width: 140px !important;
  max-width: none !important;
  align-self: flex-start !important;
  margin-top: 6px !important;
  padding: 13px 22px !important;
  border-radius: 7px !important;
  white-space: nowrap !important;
}

@media (min-width: 1181px) {
  body .product-detail-info {
    justify-content: flex-start !important;
    padding-top: 46px !important;
    padding-bottom: 42px !important;
  }

  body .product-detail-info h1 {
    margin-bottom: 18px !important;
  }

  body .product-detail-info .product-summary {
    margin: 0 0 22px !important;
  }

  body .product-detail-info ul {
    margin: 20px 0 20px !important;
  }

  body .product-detail-info dl {
    margin: 0 0 22px !important;
  }
}

/* 2026-06-08 restore original product-detail template proportions. */
@media (min-width: 1181px) {
  body .product-detail-page {
    padding: 44px 72px 54px !important;
    background: #f7f9fc !important;
  }

  body .product-detail-layout {
    width: min(1680px, 100%) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 88px minmax(560px, 720px) minmax(520px, 696px) !important;
    gap: 36px !important;
    align-items: start !important;
    justify-content: center !important;
  }

  body .product-thumbs {
    display: grid !important;
    gap: 10px !important;
    align-content: start !important;
  }

  body .product-thumbs button {
    width: 86px !important;
    height: 86px !important;
    aspect-ratio: auto !important;
    border-radius: 8px !important;
  }

  body .product-thumbs img {
    border-radius: 7px !important;
    object-fit: cover !important;
  }

  body .product-main-image {
    width: 100% !important;
    max-width: 720px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    border: 1px solid #dfe7ef !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body .product-main-image img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 8px !important;
  }

  body .product-detail-info {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    justify-self: stretch !important;
    display: block !important;
    padding: 34px 56px 32px !important;
    overflow: hidden !important;
    border: 1px solid #dfe7ef !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(8, 35, 64, .08) !important;
  }

  body .product-detail-info .product-code {
    margin: 0 0 10px !important;
  }

  body .product-detail-info h1 {
    margin: 0 0 14px !important;
    font-size: clamp(30px, 2vw, 38px) !important;
    line-height: 1.18 !important;
  }

  body .product-detail-info .product-summary {
    margin: 0 0 18px !important;
  }

  body .product-detail-info .product-price-placeholder {
    margin: 0 0 20px !important;
    padding: 16px 18px !important;
  }

  body .product-detail-info ul {
    margin: 0 0 18px 22px !important;
    padding: 0 !important;
  }

  body .product-detail-info dl {
    margin: 0 0 18px !important;
  }

body .product-detail-info .btn,
  body .product-detail-info .nav-cta {
    width: auto !important;
    min-width: 126px !important;
    max-width: max-content !important;
    display: inline-flex !important;
    margin: 0 !important;
    padding: 13px 22px !important;
  }
}

@media (min-width: 1181px) {
  body .product-detail-page.compact-sku-thumbs .product-detail-layout {
    grid-template-columns: 184px minmax(520px, 720px) minmax(500px, 660px) !important;
    gap: 28px !important;
  }

  body .product-detail-page.compact-sku-thumbs .product-thumbs {
    grid-template-columns: repeat(2, 86px) !important;
  }
}

/* 2026-06-08 preview-only navigation fix: keep product menu hoverable and opaque. */
@media (min-width: 901px) {
  body .mega-item {
    position: relative !important;
  }

  body .mega-item::after {
    content: "" !important;
    position: absolute !important;
    left: -18px !important;
    right: -18px !important;
    top: 100% !important;
    height: 16px !important;
    display: block !important;
  }

  body .mega-menu {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(0) !important;
    background: #fff !important;
    background-image: none !important;
    border-top: 2px solid #d5961f !important;
    box-shadow: 0 26px 55px rgba(8, 35, 64, .14) !important;
  }

  body .mega-item:hover .mega-menu,
  body .mega-item:focus-within .mega-menu,
  body .mega-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}

/* 2026-06-08 final preview nav typography: match left-panel depth on desktop and mobile. */
body .mega-menu {
  color: #08213d !important;
}

body .mega-panel .eyebrow {
  color: #08213d !important;
  font-weight: 950 !important;
}

body .mega-panel h3 {
  color: #08213d !important;
  font-size: clamp(23px, 1.35vw, 29px) !important;
  line-height: 1.16 !important;
  font-weight: 950 !important;
}

body .mega-panel p:not(.eyebrow) {
  color: #08213d !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
}

body .mega-links {
  gap: 28px clamp(30px, 4vw, 58px) !important;
}

body .mega-links a {
  gap: 8px !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  color: #08213d !important;
  outline: 0 !important;
}

body .mega-links span {
  color: #08213d !important;
  font-size: clamp(20px, 1.18vw, 24px) !important;
  line-height: 1.22 !important;
  font-weight: 950 !important;
}

body .mega-links small {
  color: #203854 !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  font-weight: 800 !important;
}

body .mega-links a:hover,
body .mega-links a:focus-visible {
  color: #08213d !important;
  background: #f7f9fc !important;
  box-shadow: inset 0 0 0 1px #dde6f1 !important;
}

body .mega-links a:hover span,
body .mega-links a:focus-visible span {
  color: #b9780d !important;
}

body .mega-links a:focus-visible {
  outline: 2px solid rgba(213, 150, 31, .55) !important;
  outline-offset: 2px !important;
}

body .mega-cta {
  color: #08213d !important;
  font-weight: 950 !important;
}

body .hero-poster > img.no-lightbox {
  cursor: default !important;
}

@media (min-width: 901px) {
  body .mega-menu {
    padding: 30px clamp(48px, 6vw, 116px) !important;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr) !important;
    gap: clamp(38px, 5vw, 86px) !important;
    align-items: stretch !important;
  }

  body .mega-panel {
    padding-right: clamp(30px, 4vw, 58px) !important;
  }
}

@media (max-width: 900px) {
  body .site-nav.is-open {
    background: #fff !important;
    border: 1px solid #dce5ef !important;
    box-shadow: 0 24px 50px rgba(8, 34, 65, .16) !important;
  }

  body .mega-menu {
    background: #fff !important;
    background-image: none !important;
    border: 1px solid #e1e8f0 !important;
    border-radius: 8px !important;
  }

  body .mega-panel {
    padding: 0 0 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e4ebf3 !important;
  }

  body .mega-panel h3 {
    font-size: 22px !important;
  }

  body .mega-panel p:not(.eyebrow) {
    font-size: 14px !important;
  }

  body .mega-links {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding-top: 10px !important;
  }

  body .mega-links a {
    padding: 12px 10px !important;
    border: 1px solid #edf2f7 !important;
    background: #fbfcfe !important;
  }

  body .mega-links span {
    font-size: 18px !important;
  }

  body .mega-links small {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* 2026-06-08 solar fan listing: seven real models, arranged 5 + 2 on desktop. */
body .solar-fan-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

body .solar-fan-tile {
  min-height: 0 !important;
  border-radius: 8px !important;
}

body .solar-fan-tile img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body .solar-fan-tile > div {
  min-height: 150px !important;
  padding: 15px 18px 18px !important;
}

body .solar-fan-tile h3 {
  font-size: clamp(17px, 1.05vw, 21px) !important;
  line-height: 1.22 !important;
}

body .solar-fan-tile .product-code {
  color: #b9780d !important;
}

@media (max-width: 1380px) {
  body .solar-fan-grid {
    width: min(1180px, calc(100vw - 64px)) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body .solar-fan-grid {
    width: calc(100% - 36px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 560px) {
  body .solar-fan-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
  }

  body .solar-fan-tile > div {
    min-height: 0 !important;
  }
}

/* 2026-06-08 product code readability: keep model numbers strong and neutral. */
body .solar-fan-tile .product-code,
body .product-detail-info .product-code {
  color: #08213d !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
}

body .product-detail-info .product-code {
  font-size: 16px !important;
  margin-bottom: 12px !important;
}

/* 2026-06-09 home page layout: product grids together, export shipment section, restored headline tone. */
body.home-page .hero-copy h1,
body.home-page .section-head h2,
body.home-page .company-profile-copy h2,
body.home-page .factory-carousel-section .section-head h2,
body.home-page .exhibition-head h2,
body.home-page .shipment-experience .section-head h2,
body.home-page .footer-cta h3 {
  font-family: Georgia, "Times New Roman", "Noto Serif", serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

@media (min-width: 901px) {
  body.home-page .hero-copy {
    top: clamp(82px, 13vh, 132px) !important;
    transform: none !important;
  }

  body.home-page .hero-copy h1 {
    max-width: 650px !important;
    font-size: clamp(42px, 3.9vw, 68px) !important;
    line-height: 1.05 !important;
  }

  body.home-page .hero-copy p:not(.hero-kicker) {
    max-width: 560px !important;
  }
}

body.home-page .categories {
  padding-bottom: clamp(22px, 2.4vw, 38px) !important;
}

body.home-page .home-featured-products {
  padding-top: clamp(16px, 2.2vw, 34px) !important;
  background: #f7f9fc !important;
}

body.home-page .categories + .home-featured-products {
  margin-top: 0 !important;
}

body.home-page .home-featured-products + .why-strip {
  margin-top: 0 !important;
}

body.home-page .home-featured-products .section-head {
  margin-bottom: clamp(20px, 2.4vw, 32px) !important;
}

body.home-page .shipment-experience {
  padding-top: clamp(46px, 5vw, 78px) !important;
  padding-bottom: clamp(54px, 6vw, 88px) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%) !important;
}

body.home-page .shipment-experience .section-head {
  max-width: 980px !important;
  margin: 0 auto clamp(28px, 4vw, 46px) !important;
  padding: 0 18px !important;
}

body.home-page .shipment-experience .section-head h2 {
  max-width: 960px !important;
  margin-inline: auto !important;
  color: #08213d !important;
  font-size: clamp(34px, 4.2vw, 62px) !important;
  line-height: 1.08 !important;
}

body.home-page .shipment-experience .section-head p:not(.eyebrow) {
  max-width: 860px !important;
  margin: 16px auto 0 !important;
  color: #52647a !important;
  font-size: clamp(16px, 1.08vw, 19px) !important;
  line-height: 1.72 !important;
}

body.home-page .shipment-grid {
  width: min(1760px, calc(100vw - 96px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.2vw, 20px) !important;
}

body.home-page .shipment-item {
  overflow: hidden !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 45px rgba(8, 35, 64, .08) !important;
}

body.home-page .shipment-item img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
}

@media (max-width: 1180px) {
  body.home-page .shipment-grid {
    width: min(100% - 40px, 960px) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.home-page .hero-copy {
    margin-top: -12px !important;
  }

  body.home-page .hero-copy h1,
  body.home-page .section-head h2,
  body.home-page .shipment-experience .section-head h2 {
    font-size: clamp(30px, 8vw, 42px) !important;
    line-height: 1.12 !important;
  }

  body.home-page .home-featured-products {
    padding-top: 24px !important;
  }

  body.home-page .shipment-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

/* 2026-06-09 home visual consistency pass. */
body.home-page .categories,
body.home-page .home-featured-products,
body.home-page .why-strip,
body.home-page .company-profile-video,
body.home-page .factory-carousel-section,
body.home-page .exhibition-experience,
body.home-page .shipment-experience {
  background: #f7f9fc !important;
  background-image: none !important;
}

body.home-page .section,
body.home-page .categories,
body.home-page .home-featured-products,
body.home-page .company-profile-video,
body.home-page .factory-carousel-section,
body.home-page .exhibition-experience,
body.home-page .shipment-experience {
  padding-top: clamp(34px, 3.6vw, 58px) !important;
  padding-bottom: clamp(38px, 4vw, 64px) !important;
}

body.home-page .categories {
  padding-top: clamp(36px, 3.8vw, 62px) !important;
}

body.home-page .section-head,
body.home-page .exhibition-head,
body.home-page .shipment-experience .section-head {
  margin-bottom: clamp(22px, 2.6vw, 36px) !important;
}

body.home-page .section-head h2,
body.home-page .company-profile-copy h2,
body.home-page .factory-carousel-section .section-head h2,
body.home-page .exhibition-head h2,
body.home-page .shipment-experience .section-head h2 {
  font-size: clamp(36px, 3.1vw, 50px) !important;
  line-height: 1.12 !important;
}

body.home-page .eyebrow,
body.home-page .hero-kicker,
body.home-page .section-head .eyebrow,
body.home-page .company-profile-copy .eyebrow,
body.home-page .exhibition-head .eyebrow,
body.home-page .shipment-experience .section-head .eyebrow {
  font-size: clamp(18px, 1.05vw, 22px) !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
}

body.home-page .why-strip {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: clamp(20px, 2.2vw, 34px) !important;
  padding-bottom: clamp(22px, 2.4vw, 36px) !important;
}

body.home-page .factory-track,
body.home-page .exhibition-grid,
body.home-page .shipment-grid {
  margin-top: 0 !important;
}

@media (min-width: 901px) {
  body.home-page .hero-copy h1 {
    font-size: clamp(42px, 3.6vw, 62px) !important;
  }
}

@media (max-width: 760px) {
  body.home-page .section,
  body.home-page .categories,
  body.home-page .home-featured-products,
  body.home-page .company-profile-video,
  body.home-page .factory-carousel-section,
  body.home-page .exhibition-experience,
  body.home-page .shipment-experience {
    padding-top: 30px !important;
    padding-bottom: 34px !important;
  }

  body.home-page .eyebrow,
  body.home-page .hero-kicker,
  body.home-page .section-head .eyebrow,
  body.home-page .company-profile-copy .eyebrow,
  body.home-page .exhibition-head .eyebrow,
  body.home-page .shipment-experience .section-head .eyebrow {
    font-size: 16px !important;
  }

  body.home-page .section-head h2,
  body.home-page .company-profile-copy h2,
  body.home-page .factory-carousel-section .section-head h2,
  body.home-page .exhibition-head h2,
  body.home-page .shipment-experience .section-head h2 {
    font-size: clamp(30px, 7.6vw, 40px) !important;
  }
}

/* 2026-06-09 home spacing refinement: keep product flow tighter and restore the metrics band depth. */
body.home-page .categories {
  padding-bottom: clamp(12px, 1.4vw, 22px) !important;
}

body.home-page .home-featured-products {
  padding-top: clamp(18px, 2vw, 30px) !important;
}

body.home-page .categories + .home-featured-products {
  margin-top: clamp(-18px, -1.2vw, -10px) !important;
}

body.home-page .categories .section-head h2 {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-wrap: balance !important;
}

body.home-page .categories {
  padding-bottom: clamp(8px, 1vw, 16px) !important;
}

body.home-page .home-featured-products {
  padding-top: clamp(10px, 1.2vw, 18px) !important;
}

body.home-page .categories + .home-featured-products {
  margin-top: -6px !important;
}

body.home-page .categories .section-head {
  margin-bottom: clamp(24px, 2.5vw, 36px) !important;
  overflow: visible !important;
}

body.home-page .categories .section-head .eyebrow {
  white-space: nowrap !important;
}

body.home-page .categories .section-head h2 {
  white-space: nowrap !important;
  width: min(100%, 1380px) !important;
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
  text-align: center !important;
  font-size: clamp(32px, 2.55vw, 44px) !important;
  line-height: 1.14 !important;
}

html[lang="en"] body.home-page .categories .section-head h2,
body.home-page:has(.language-select option[value="en"]:checked) .categories .section-head h2 {
  max-width: 1500px !important;
  white-space: normal !important;
  text-wrap: balance !important;
  font-size: clamp(22px, 1.55vw, 30px) !important;
  line-height: 1.18 !important;
}

body.home-page .category-card,
body.home-page .featured-card {
  text-decoration: none !important;
}

body.home-page .featured-grid {
  align-items: stretch !important;
}

body.home-page .category-card,
body.home-page .featured-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
}

body.home-page .category-card img,
body.home-page .featured-card img {
  width: 100% !important;
  height: clamp(230px, 17vw, 310px) !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  padding: clamp(20px, 1.6vw, 30px) !important;
  background: #fff !important;
}

body.home-page .featured-card {
  padding: 0 !important;
}

body.home-page .featured-card h3,
body.home-page .featured-card p,
body.home-page .featured-card div {
  margin-left: clamp(18px, 1.6vw, 28px) !important;
  margin-right: clamp(18px, 1.6vw, 28px) !important;
}

body.home-page .featured-card h3 {
  margin-top: clamp(16px, 1.3vw, 22px) !important;
}

body.home-page .featured-card div {
  margin-bottom: clamp(18px, 1.6vw, 28px) !important;
}

/* 2026-06-09 home product cards: make the second row match the first row card proportion. */
body.home-page .category-cards,
body.home-page .featured-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(18px, 1.6vw, 24px) !important;
}

body.home-page .category-card,
body.home-page .featured-card {
  min-height: clamp(480px, 36vw, 560px) !important;
  height: auto !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  border: 1px solid #dbe5ef !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(8, 35, 64, .06) !important;
}

body.home-page .category-card img,
body.home-page .featured-card img {
  height: clamp(260px, 20vw, 340px) !important;
  padding: clamp(18px, 1.8vw, 30px) !important;
}

body.home-page .category-card strong,
body.home-page .category-card p,
body.home-page .category-card span,
body.home-page .featured-card h3,
body.home-page .featured-card p,
body.home-page .featured-card div {
  margin-left: clamp(20px, 1.7vw, 30px) !important;
  margin-right: clamp(20px, 1.7vw, 30px) !important;
}

body.home-page .category-card strong,
body.home-page .featured-card h3 {
  margin-top: clamp(16px, 1.4vw, 22px) !important;
}

body.home-page .category-card span,
body.home-page .featured-card div {
  margin-bottom: clamp(20px, 1.7vw, 30px) !important;
}

@media (max-width: 1180px) {
  body.home-page .category-cards,
  body.home-page .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.home-page .category-cards,
  body.home-page .featured-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page .category-card,
  body.home-page .featured-card {
    min-height: 0 !important;
  }
}

body.home-page .category-card strong,
body.home-page .featured-card h3 {
  color: #08213d !important;
  font-size: clamp(18px, 1.08vw, 22px) !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
}

body.home-page .category-card p,
body.home-page .featured-card p {
  color: #c5810f !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
}

body.home-page .category-card span,
body.home-page .featured-card div,
body.home-page .featured-card div span {
  color: #c5810f !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
}

body.home-page .featured-card div {
  margin-top: 14px !important;
}

@media (max-width: 1180px) {
  body.home-page .categories .section-head h2 {
    font-size: clamp(24px, 3.1vw, 36px) !important;
  }
}

body.home-page .why-strip {
  background:
    radial-gradient(ellipse at center, rgba(221, 157, 39, .10) 0%, transparent 62%),
    linear-gradient(90deg, #fff8e9 0%, #fff1d3 22%, #fff7e7 50%, #fff1d3 78%, #fff8e9 100%) !important;
  border-top: 1px solid rgba(214, 226, 238, .72) !important;
  border-bottom: 1px solid rgba(214, 226, 238, .72) !important;
}

body footer.site-footer .footer-brand {
  width: 340px !important;
}

body footer.site-footer .footer-brand img.footer-logo-mark {
  width: 330px !important;
}

body footer.site-footer .footer-brand .footer-tagline {
  width: 330px !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

@media (max-width: 760px) {
  body.home-page .categories {
    padding-bottom: 16px !important;
  }

  body.home-page .home-featured-products {
    padding-top: 18px !important;
  }

  body.home-page .categories + .home-featured-products {
    margin-top: -8px !important;
  }

  body footer.site-footer .footer-brand,
  body footer.site-footer .footer-brand img.footer-logo-mark,
  body footer.site-footer .footer-brand .footer-tagline {
    width: min(330px, 100%) !important;
  }
}

/* 2026-06-09 factory heading spacing: keep the headline on one line on desktop. */
@media (min-width: 1024px) {
  body.home-page .company-profile-video {
    padding-bottom: clamp(18px, 2vw, 32px) !important;
  }

  body.home-page .factory-carousel-section {
    padding-top: clamp(22px, 2.4vw, 38px) !important;
  }

  body.home-page .factory-carousel-section .section-head {
    margin-bottom: clamp(22px, 2.4vw, 34px) !important;
  }

  body.home-page .factory-carousel-section .section-head h2 {
    max-width: min(100%, 1320px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    text-align: center !important;
    font-size: clamp(28px, 2.2vw, 38px) !important;
    line-height: 1.08 !important;
  }
}

html[lang="en"] body.home-page .factory-carousel-section .section-head h2,
html[lang="en"] body.home-page .exhibition-head h2,
html[lang="en"] body.home-page .shipment-experience .section-head h2 {
  max-width: min(100%, 1320px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
  font-size: clamp(28px, 2.15vw, 38px) !important;
  line-height: 1.1 !important;
}

/* 2026-06-09 category hero refinement: shorter blue band with left-to-right depth. */
body .page-hero.category-hero,
body .page-hero.solar-fan-hero {
  min-height: 0 !important;
  padding-top: clamp(24px, 2.1vw, 34px) !important;
  padding-bottom: clamp(24px, 2.1vw, 34px) !important;
  background: linear-gradient(90deg, #06213b 0%, #0b3559 42%, #1e5b84 72%, #4384aa 100%) !important;
}

body .page-hero.category-hero h1,
body .page-hero.solar-fan-hero h1 {
  margin: 8px 0 0 !important;
  font-size: clamp(32px, 2.9vw, 46px) !important;
  line-height: 1.04 !important;
}

body .page-hero.category-hero p:not(.eyebrow),
body .page-hero.solar-fan-hero p:not(.eyebrow) {
  margin-top: 10px !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.45 !important;
}

body .solar-fan-tile h3.multi-line-title {
  line-height: 1.18 !important;
}

body footer.site-footer > .footer-cta h2,
body footer.site-footer > .footer-cta h3 {
  font-family: Georgia, "Times New Roman", "Noto Serif", serif !important;
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  body .page-hero.category-hero,
  body .page-hero.solar-fan-hero {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }
}

/* 2026-06-09 final category banner height: match the marked compact band. */
body .page-hero.category-hero,
body .page-hero.solar-fan-hero {
  min-height: 76px !important;
  height: 76px !important;
  max-height: 76px !important;
  padding: 0 clamp(18px, 5vw, 72px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: linear-gradient(90deg, #061f38 0%, #0b3458 40%, #1f5f89 72%, #4b91b9 100%) !important;
}

body .page-hero.category-hero .eyebrow,
body .page-hero.solar-fan-hero .eyebrow {
  margin: 0 0 4px !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
}

body .page-hero.category-hero h1,
body .page-hero.solar-fan-hero h1 {
  margin: 0 !important;
  font-size: clamp(28px, 2.35vw, 38px) !important;
  line-height: 1 !important;
}

body .page-hero.category-hero p:not(.eyebrow),
body .page-hero.solar-fan-hero p:not(.eyebrow) {
  display: none !important;
}

@media (max-width: 760px) {
  body .page-hero.category-hero,
  body .page-hero.solar-fan-hero {
    min-height: 68px !important;
    height: 68px !important;
    max-height: 68px !important;
  }

  body .page-hero.category-hero h1,
  body .page-hero.solar-fan-hero h1 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }
}

body .page-hero.category-hero + .section,
body .page-hero.solar-fan-hero + .section {
  padding-top: clamp(10px, 1.1vw, 18px) !important;
}

body .page-hero.category-hero + .solar-fan-listing,
body .page-hero.solar-fan-hero + .solar-fan-listing {
  padding-top: 10px !important;
}

/* 2026-06-09 mobile conversion navigation: top language/WhatsApp, bottom main nav. */
.mobile-header-actions,
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 760px) {
  :root {
    --mobile-bottom-nav-height: 74px;
  }

  body {
    padding-bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px)) !important;
  }

  body > .site-header,
  body .site-header,
  body.has-page-back > .site-header,
  body.has-page-back .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 78px !important;
    padding: 10px 14px !important;
  }

  body .site-header .brand {
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  body .site-header .brand img {
    width: min(230px, 48vw) !important;
    height: auto !important;
    max-height: 54px !important;
    object-fit: contain !important;
  }

  body .nav-toggle,
  body .mobile-menu-toggle,
  body .site-nav,
  body .site-nav.is-open,
  body .site-nav:not(.is-open) {
    display: none !important;
  }

  body .mobile-header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-width: 0 !important;
  }

  body .mobile-whatsapp-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    background: #d28a09 !important;
    color: #ffffff !important;
    border: 1px solid rgba(178, 113, 5, .4) !important;
    box-shadow: 0 8px 18px rgba(194, 123, 7, .18) !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body .mobile-language-switch,
  body .language-select.mobile-language-switch {
    display: inline-flex !important;
    width: 76px !important;
    min-width: 76px !important;
    height: 42px !important;
    padding: 0 22px 0 9px !important;
    border: 1px solid #dce5ef !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    color: #08213d !important;
    font-size: 13px !important;
    line-height: 42px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 18px rgba(8, 35, 64, .06) !important;
  }

  body.has-page-back .page-back {
    display: none !important;
  }

  body .mobile-bottom-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 220 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    min-height: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px)) !important;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    background: rgba(255, 255, 255, .96) !important;
    border-top: 1px solid rgba(216, 226, 238, .95) !important;
    box-shadow: 0 -14px 34px rgba(8, 35, 64, .12) !important;
    backdrop-filter: blur(14px) !important;
  }

  body .mobile-bottom-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 4px 2px !important;
    border-radius: 8px !important;
    color: #09233f !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body .mobile-bottom-nav a[aria-current="page"] {
    color: #ffffff !important;
    background: #0e4f7a !important;
  }

  body .live-chat {
    bottom: calc(var(--mobile-bottom-nav-height) + 18px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 380px) {
  body .site-header .brand img {
    width: min(205px, 44vw) !important;
  }

  body .mobile-header-actions {
    gap: 6px !important;
  }

  body .mobile-whatsapp-link {
    min-height: 40px !important;
    padding: 0 9px !important;
    font-size: 12px !important;
  }

  body .mobile-language-switch,
  body .language-select.mobile-language-switch {
    width: 68px !important;
    min-width: 68px !important;
    height: 40px !important;
    padding-left: 7px !important;
    font-size: 12px !important;
  }
}

/* 2026-06-11 logo restore + grouped product gallery thumbnails. */
html body header.site-header a.brand img,
html body .site-header .brand img {
  width: clamp(170px, 12vw, 215px) !important;
  height: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

html body .site-footer .footer-logo-mark,
html body footer .footer-logo-mark {
  width: 240px !important;
  height: 76px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
}

html body .product-thumbs.has-sku-thumbs {
  gap: 10px !important;
}

html body .product-thumbs .thumb-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 901px) {
  html body .product-thumbs.has-many-thumbs {
    width: 116px !important;
    min-width: 116px !important;
  }

  html body .product-thumbs.has-many-thumbs .thumb-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body .product-thumbs.has-many-thumbs .thumb-group-main {
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(12, 43, 72, 0.12) !important;
  }

  html body .product-thumbs.has-many-thumbs button {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    padding: 2px !important;
    border-radius: 8px !important;
  }

  html body .product-thumbs.has-many-thumbs img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
  }
}

@media (max-width: 760px) {
  html body header.site-header a.brand img,
  html body .site-header .brand img {
    width: min(184px, 42vw) !important;
    height: 42px !important;
    max-height: 42px !important;
  }

  html body .category-cards,
  html body .featured-grid,
  html body .solar-fan-grid,
  html body .all-in-one-light-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body .product-detail-page {
    padding: 10px 10px calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  }

  html body .product-detail-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .product-detail-layout .product-main-image {
    order: 1 !important;
    width: 100% !important;
  }

  html body .product-detail-layout .product-main-image img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border-radius: 10px !important;
  }

  html body .product-detail-layout .product-thumbs {
    order: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    display: grid !important;
    gap: 6px !important;
    padding: 0 !important;
  }

  html body .product-thumbs .thumb-group,
  html body .product-thumbs.has-many-thumbs .thumb-group {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  html body .product-thumbs.has-sku-thumbs .thumb-group-main {
    padding-bottom: 6px !important;
    border-bottom: 1px solid rgba(12, 43, 72, 0.1) !important;
  }

  html body .product-thumbs button,
  html body .product-thumbs.has-many-thumbs button {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 1 !important;
    padding: 2px !important;
    border-radius: 8px !important;
  }

  html body .product-thumbs img,
  html body .product-thumbs.has-many-thumbs img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
  }

  html body .product-detail-layout .product-detail-info {
    order: 3 !important;
    padding: 14px !important;
  }

  html body .product-detail-info h1 {
    font-size: clamp(24px, 6.2vw, 30px) !important;
    line-height: 1.15 !important;
  }
}

/* 2026-06-10 desktop header compression and global product mega menu. */
@media (min-width: 761px) {
  :root {
    --site-header-height: 58px !important;
  }

  body {
    padding-top: var(--site-header-height) !important;
  }

  body > .site-header,
  body .site-header,
  body.has-page-back > .site-header,
  body.has-page-back .site-header {
    min-height: var(--site-header-height) !important;
    height: var(--site-header-height) !important;
    padding: 6px clamp(28px, 4vw, 72px) !important;
    gap: clamp(18px, 2vw, 34px) !important;
  }

  body .site-header .brand img {
    width: 200px !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  body .site-nav {
    gap: clamp(16px, 2vw, 34px) !important;
  }

  body .site-nav > a:not(.nav-cta),
  body .mega-trigger {
    min-height: 34px !important;
    padding: 8px 10px !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  body .nav-cta {
    min-height: 38px !important;
    padding: 9px 15px !important;
    font-size: 15px !important;
    border-radius: 7px !important;
  }

  body .language-select {
    height: 38px !important;
    min-height: 38px !important;
    min-width: 132px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px !important;
    border-radius: 7px !important;
  }

  body .page-back {
    min-height: 38px !important;
    padding: 8px 16px !important;
    border-radius: 7px !important;
  }

  body .mega-menu {
    top: calc(100% - 1px) !important;
  }
}

/* 2026-06-10 restore desktop header, compact only the Products dropdown panel. */
@media (min-width: 761px) {
  :root {
    --site-header-height: 72px !important;
  }

  body > .site-header,
  body .site-header,
  body.has-page-back > .site-header,
  body.has-page-back .site-header {
    min-height: var(--site-header-height) !important;
    height: var(--site-header-height) !important;
    padding: 10px clamp(32px, 4vw, 72px) !important;
    gap: clamp(22px, 2.4vw, 42px) !important;
  }

  body .site-header .brand img {
    width: 220px !important;
    max-height: 52px !important;
  }

  body .site-nav > a:not(.nav-cta),
  body .mega-trigger {
    min-height: 42px !important;
    padding: 11px 14px !important;
    font-size: 17px !important;
  }

  body .nav-cta {
    min-height: 42px !important;
    padding: 11px 17px !important;
    font-size: 16px !important;
  }

  body .language-select {
    height: 46px !important;
    min-height: 46px !important;
    min-width: 145px !important;
    font-size: 15px !important;
  }

  body .page-back {
    min-height: 46px !important;
    padding: 10px 18px !important;
  }

  body .mega-menu {
    padding: 18px clamp(44px, 6vw, 92px) 20px !important;
    min-height: 0 !important;
    gap: clamp(28px, 4vw, 64px) !important;
  }

  body .mega-panel {
    padding-right: clamp(20px, 3vw, 44px) !important;
  }

  body .mega-panel .eyebrow {
    margin-bottom: 6px !important;
  }

  body .mega-panel h3 {
    margin-bottom: 8px !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  body .mega-panel p:not(.eyebrow) {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 0 !important;
  }

  body .mega-cta {
    margin-top: 14px !important;
    min-height: 40px !important;
    padding: 10px 14px !important;
  }

  body .mega-links {
    gap: 18px 26px !important;
    align-content: start !important;
  }

  body .mega-links a {
    gap: 3px !important;
  }

  body .mega-links span {
    font-size: 20px !important;
    line-height: 1.18 !important;
  }

  body .mega-links small {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
}

/* 2026-06-09 hard fix: center the home category headline across its full content band. */
body.home-page .categories .section-head {
  width: 100% !important;
  max-width: none !important;
  text-align: center !important;
}

body.home-page .categories .section-head h2,
html[lang="zh-CN"] body.home-page .categories .section-head h2,
html[lang="en"] body.home-page .categories .section-head h2,
body.home-page:has(.language-select option[value="en"]:checked) .categories .section-head h2 {
  display: block !important;
  width: min(100% - 32px, 1320px) !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  white-space: normal !important;
  text-wrap: balance !important;
  overflow: visible !important;
}

/* 2026-06-09 desktop nav alignment: keep Products trigger centered with sibling links. */
@media (min-width: 761px) {
  body .site-nav {
    align-items: center !important;
  }

  body .site-nav > a,
  body .mega-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }

  body .mega-trigger::after {
    flex: 0 0 auto !important;
    margin-left: 8px !important;
    transform: none !important;
    translate: 0 1px !important;
  }
}

/* 2026-06-09 mobile category headline: wrap cleanly instead of overflowing. */
@media (max-width: 760px) {
  body.home-page .categories .section-head h2,
  html[lang="zh-CN"] body.home-page .categories .section-head h2,
  html[lang="en"] body.home-page .categories .section-head h2,
  body.home-page:has(.language-select option[value="en"]:checked) .categories .section-head h2 {
    width: min(100% - 32px, 520px) !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-wrap: balance !important;
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.18 !important;
  }
}

/* 2026-06-09 mobile chrome compression: reduce header/footer nav whitespace. */
@media (max-width: 760px) {
  :root {
    --site-header-height: 56px !important;
    --mobile-bottom-nav-height: 40px !important;
  }

  body {
    padding-top: var(--site-header-height) !important;
    padding-bottom: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px)) !important;
  }

  body > .site-header,
  body .site-header,
  body.has-page-back > .site-header,
  body.has-page-back .site-header {
    min-height: var(--site-header-height) !important;
    height: var(--site-header-height) !important;
    padding: 5px 12px !important;
    gap: 8px !important;
  }

  body .site-header .brand img {
    width: min(205px, 45vw) !important;
    max-height: 42px !important;
  }

  body .mobile-header-actions {
    gap: 7px !important;
  }

  body .mobile-whatsapp-link {
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 11px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }

  body .mobile-language-switch,
  body .language-select.mobile-language-switch {
    width: 66px !important;
    min-width: 64px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 18px 0 8px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 34px !important;
  }

  body .mobile-bottom-nav {
    min-height: calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px)) !important;
    padding: 4px 8px calc(4px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body .mobile-bottom-nav a {
    min-height: 32px !important;
    padding: 2px 2px !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  body .live-chat {
    bottom: calc(var(--mobile-bottom-nav-height) + 12px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 380px) {
  body .site-header .brand img {
    width: min(188px, 42vw) !important;
    max-height: 40px !important;
  }

  body .mobile-whatsapp-link {
    padding: 0 9px !important;
    font-size: 11px !important;
  }

  body .mobile-language-switch,
  body .language-select.mobile-language-switch {
    width: 60px !important;
    min-width: 60px !important;
    padding-left: 7px !important;
    font-size: 11px !important;
  }
}

/* 2026-06-11 social links: desktop header icons + footer contact presence. */
body .header-social,
body .footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

body .header-social {
  flex: 0 0 auto;
  margin-left: clamp(10px, 1.2vw, 18px);
  margin-right: clamp(18px, 2.4vw, 42px);
}

body .social-link {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(11, 39, 68, 0.13);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

body .social-link svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body .social-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(11, 39, 68, 0.2);
  opacity: 0.94;
}

body .social-facebook {
  background: #1877f2;
}

body .social-facebook svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

body .social-instagram {
  background: radial-gradient(circle at 30% 105%, #feda75 0 16%, #fa7e1e 34%, #d62976 58%, #962fbf 76%, #4f5bd5 100%);
}

body .social-instagram svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

body .social-tiktok {
  background: #101318;
}

body .social-tiktok svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: none;
}

body .social-tiktok .tiktok-cyan {
  fill: #25f4ee;
  transform: translate(-0.75px, 0.45px);
}

body .social-tiktok .tiktok-red {
  fill: #fe2c55;
  transform: translate(0.75px, -0.45px);
}

body .social-tiktok .tiktok-white {
  fill: #fff;
}

body footer.site-footer .footer-social {
  margin-top: 14px;
  flex-wrap: wrap;
}

body footer.site-footer .footer-social > span {
  color: #0b2744;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin-right: 2px;
}

body footer.site-footer .footer-social .social-link {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 8px;
}

body footer.site-footer .footer-social .social-facebook {
  font-size: 18px;
}

body footer.site-footer .footer-social .social-instagram {
  font-size: 10px;
}

@media (max-width: 900px) {
  body .header-social {
    display: none !important;
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  body > .site-header,
  body .site-header,
  body.has-page-back > .site-header,
  body.has-page-back .site-header {
    padding-left: clamp(24px, 3vw, 44px) !important;
    padding-right: clamp(24px, 3vw, 44px) !important;
    gap: 12px !important;
  }

  body .site-header .brand img,
  body .brand img {
    width: clamp(174px, 15vw, 205px) !important;
  }

  body .header-social {
    margin-left: 8px !important;
    margin-right: 14px !important;
    gap: 6px !important;
  }

  body .header-social .social-link {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  body .header-social .social-facebook {
    font-size: 17px !important;
  }

  body .header-social .social-instagram {
    font-size: 10px !important;
  }

  body .site-header .site-nav,
  body .site-nav {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-content: flex-end !important;
    gap: clamp(12px, 1.25vw, 18px) !important;
  }

  body .site-nav > a,
  body .site-nav .mega-trigger,
  body .site-nav select {
    font-size: 14px !important;
  }

  body .site-nav .nav-cta,
  body .site-nav a.nav-cta {
    padding-left: 14px !important;
    padding-right: 14px !important;
    min-width: 0 !important;
  }

  body .site-nav .language-select {
    width: 128px !important;
    min-width: 128px !important;
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  html body > header.site-header,
  html body header.site-header {
    padding: 8px clamp(22px, 2.6vw, 40px) !important;
    gap: 10px !important;
  }

  html body header.site-header a.brand img {
    width: clamp(168px, 14vw, 196px) !important;
    max-height: 48px !important;
  }

  html body header.site-header .header-social {
    margin-left: 6px !important;
    margin-right: 10px !important;
    gap: 6px !important;
  }

  html body header.site-header .header-social .social-link {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  html body header.site-header nav.site-nav {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
    gap: clamp(10px, 1vw, 16px) !important;
  }

  html body header.site-header nav.site-nav > a,
  html body header.site-header nav.site-nav .mega-trigger {
    font-size: 14px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  html body header.site-header nav.site-nav a.nav-cta {
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: nowrap !important;
  }

  html body header.site-header nav.site-nav .language-select {
    width: 118px !important;
    min-width: 118px !important;
    padding-left: 14px !important;
    padding-right: 28px !important;
  }
}

/* 2026-06-11 desktop nav order/right shift + mobile compact browsing layout. */
@media (min-width: 901px) {
  html body header.site-header nav.site-nav {
    justify-content: flex-end !important;
    margin-left: auto !important;
    padding-right: clamp(26px, 4vw, 76px) !important;
  }

  html body header.site-header nav.site-nav .language-select {
    order: 20 !important;
  }

  html body header.site-header nav.site-nav a.nav-cta {
    order: 30 !important;
  }
}

@media (max-width: 760px) {
  :root {
    --site-header-height: 50px !important;
  }

  html body {
    padding-top: var(--site-header-height) !important;
  }

  html body > header.site-header,
  html body header.site-header,
  html body.has-page-back > header.site-header,
  html body.has-page-back header.site-header {
    min-height: var(--site-header-height) !important;
    height: var(--site-header-height) !important;
    padding: 3px 10px !important;
    gap: 6px !important;
  }

  html body header.site-header a.brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  html body header.site-header a.brand img,
  html body .site-header .brand img {
    width: min(178px, 40vw) !important;
    height: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  html body .mobile-header-actions {
    flex: 0 0 auto !important;
    gap: 6px !important;
  }

  html body .mobile-language-switch,
  html body .language-select.mobile-language-switch {
    order: 1 !important;
    width: 74px !important;
    min-width: 70px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 18px 0 8px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    line-height: 32px !important;
  }

  html body .mobile-whatsapp-link {
    order: 2 !important;
    min-height: 32px !important;
    height: 32px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  html body.home-page .categories,
  html body.home-page .home-featured-products,
  html body .solar-fan-listing {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
  }

  html body.home-page .categories .section-head,
  html body.home-page .home-featured-products .section-head,
  html body .section-head.centered {
    margin-bottom: 16px !important;
  }

  html body.home-page .categories .section-head .eyebrow,
  html body.home-page .home-featured-products .eyebrow,
  html body .section-head .eyebrow {
    font-size: 13px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 8px !important;
  }

  html body.home-page .categories .section-head h2,
  html body.home-page .home-featured-products .section-head h2,
  html body.home-page:has(.language-select option[value="en"]:checked) .categories .section-head h2 {
    width: min(100% - 28px, 420px) !important;
    max-width: 420px !important;
    font-size: clamp(24px, 6.2vw, 30px) !important;
    line-height: 1.12 !important;
    text-align: center !important;
    text-wrap: balance !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body .featured-grid,
  html body .solar-fan-grid,
  html body .all-in-one-light-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html body .featured-card,
  html body .solar-fan-tile,
  html body .all-in-one-light-tile {
    min-height: 0 !important;
    border-radius: 8px !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 8px 20px rgba(8, 34, 65, 0.08) !important;
  }

  html body .featured-card img,
  html body .solar-fan-tile img,
  html body .all-in-one-light-tile img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    padding: 8px !important;
    background: #fff !important;
  }

  html body .featured-card h3,
  html body .solar-fan-tile h3,
  html body .all-in-one-light-tile h3 {
    font-size: 13px !important;
    line-height: 1.25 !important;
    margin: 8px 10px 5px !important;
    min-height: 32px !important;
    overflow-wrap: anywhere !important;
  }

  html body .featured-card p,
  html body .solar-fan-tile .product-code,
  html body .all-in-one-light-tile .product-code {
    font-size: 11px !important;
    line-height: 1.25 !important;
    margin: 0 10px 6px !important;
  }

  html body .featured-card div,
  html body .solar-fan-tile div,
  html body .all-in-one-light-tile div {
    padding: 0 0 10px !important;
  }

  html body .featured-card span,
  html body .solar-fan-tile span,
  html body .all-in-one-light-tile span {
    display: inline-block !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin: 0 10px !important;
  }
}

@media (max-width: 380px) {
  html body header.site-header a.brand img,
  html body .site-header .brand img {
    width: min(160px, 38vw) !important;
    height: 40px !important;
    max-height: 40px !important;
  }

  html body .mobile-language-switch,
  html body .language-select.mobile-language-switch {
    width: 66px !important;
    min-width: 64px !important;
  }

  html body .mobile-whatsapp-link {
    padding: 0 8px !important;
  }

  html body .featured-grid,
  html body .solar-fan-grid,
  html body .all-in-one-light-grid {
    gap: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}


/* 2026-06-11 consolidated final overrides: header, hero hotspots, chat, footer and thumbnails. */
html body .social-link.social-facebook,
html body .header-social .social-link.social-facebook,
html body footer.site-footer .footer-social a.social-link.social-facebook,
html body .footer-social a.social-link.social-facebook {
  background: #2387f5 !important;
}

@media (min-width: 901px) {
  html body,
  html body.has-page-back {
    --site-header-height: 60px !important;
  }

  html body > header.site-header,
  html body header.site-header,
  html body.has-page-back > header.site-header,
  html body.has-page-back header.site-header {
    min-height: 60px !important;
    height: 60px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    align-items: center !important;
  }

  html body header.site-header a.brand img,
  html body .site-header .brand img,
  html body .brand img {
    width: clamp(205px, 12.5vw, 245px) !important;
    height: 50px !important;
    max-height: 50px !important;
    object-fit: contain !important;
    object-position: left center !important;
    background: transparent !important;
  }

  html body header.site-header .header-social .social-link {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  html body header.site-header nav.site-nav > a,
  html body header.site-header nav.site-nav .mega-trigger,
  html body header.site-header nav.site-nav a.nav-cta,
  html body header.site-header nav.site-nav .language-select {
    min-height: 40px !important;
    height: 40px !important;
  }

  html body.home-page .hero-poster {
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  html body.home-page .hero-poster > img.no-lightbox {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1983 / 793 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  html body .poster-hotspot {
    z-index: 90 !important;
    pointer-events: auto !important;
    display: block !important;
  }

  html body .poster-hotspot.all-in-one { left: 54.1% !important; top: 12.7% !important; width: 9.7% !important; height: 33.5% !important; }
  html body .poster-hotspot.split-street { left: 43% !important; top: 14.8% !important; width: 11.1% !important; height: 28.2% !important; }
  html body .poster-hotspot.flat-flood { left: 29.9% !important; top: 64.1% !important; width: 7.8% !important; height: 16.6% !important; }
  html body .poster-hotspot.flood-light { left: 39.8% !important; top: 74.1% !important; width: 6.6% !important; height: 17.4% !important; }
  html body .poster-hotspot.work-light { left: 58.8% !important; top: 74% !important; width: 7.9% !important; height: 21.2% !important; }
  html body .poster-hotspot.solar-fan { left: 67.3% !important; top: 24.6% !important; width: 7.6% !important; height: 34.3% !important; }
  html body .poster-hotspot.compact-fan { left: 77.1% !important; top: 64.2% !important; width: 7.9% !important; height: 18.7% !important; }
  html body .poster-hotspot.garden-light { left: 87% !important; top: 58.1% !important; width: 11% !important; height: 29% !important; }

  html body .poster-hotspot span {
    z-index: 240 !important;
    width: 300px !important;
    max-width: min(300px, 24vw) !important;
    pointer-events: none !important;
  }

  html body .poster-hotspot.flood-light span,
  html body .poster-hotspot.flat-flood span,
  html body .poster-hotspot.work-light span,
  html body .poster-hotspot.compact-fan span,
  html body .poster-hotspot.garden-light span {
    top: auto !important;
    bottom: calc(100% + 14px) !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 8px) !important;
  }

  html body .poster-hotspot:hover span,
  html body .poster-hotspot:focus-visible span {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
  }

  html body .live-chat { right: 28px !important; bottom: 28px !important; z-index: 160 !important; }

  html body .live-chat.is-open .chat-window,
  html body .live-chat.is-open .chat-window.chat-panel {
    width: 382px !important;
    max-width: calc(100vw - 28px) !important;
    height: clamp(500px, 72vh, 630px) !important;
    max-height: calc(100vh - 112px) !important;
    bottom: 88px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  html body .chat-head { flex: 0 0 auto !important; min-height: 0 !important; padding: 14px 20px 10px !important; }
  html body .chat-head p { margin: 4px 0 0 !important; }

  html body .chat-head [data-chat-close] {
    position: relative !important;
    z-index: 30 !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  html body .chat-body.chat-stream { flex: 1 1 auto !important; min-height: 0 !important; overflow-y: auto !important; padding: 14px 16px 10px !important; }
  html body .chat-tools { flex: 0 0 auto !important; margin-top: 0 !important; padding: 8px 16px 4px !important; }
  html body form.chat-input-row.chat-input { flex: 0 0 auto !important; margin: 0 !important; padding: 6px 14px 3px !important; }
  html body form.chat-input-row.chat-input input { min-height: 48px !important; }
  html body .chat-note { flex: 0 0 auto !important; margin: 0 !important; padding: 0 18px 10px !important; }

  html body footer.site-footer,
  html body .site-footer {
    align-items: start !important;
    padding-top: 34px !important;
  }

  html body footer.site-footer .footer-brand,
  html body .site-footer .footer-brand {
    display: grid !important;
    align-content: start !important;
    justify-items: start !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  html body footer.site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-logo-mark {
    display: block !important;
    width: 292px !important;
    height: 72px !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  html body footer.site-footer .footer-brand .footer-tagline,
  html body .site-footer .footer-brand .footer-tagline {
    margin-top: 0 !important;
  }

  html body .product-thumbs.has-many-thumbs.has-sku-thumbs {
    width: 126px !important;
    min-width: 126px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 58px)) !important;
    align-content: start !important;
    gap: 8px !important;
  }

  html body .product-thumbs.has-many-thumbs.has-sku-thumbs .thumb-group {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    align-content: start !important;
  }

  html body .product-thumbs.has-many-thumbs.has-sku-thumbs .thumb-group-main {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  html body .product-thumbs.has-many-thumbs.has-sku-thumbs button {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
  }
}

html body .customer-message {
  width: fit-content !important;
  max-width: 78% !important;
  margin-left: auto !important;
  padding: 12px 14px !important;
  border-radius: 16px 16px 4px 16px !important;
}

html body .customer-message p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

html body .customer-message small,
html body .customer-message em,
html body .customer-message strong {
  display: none !important;
}

html body .agent-message {
  max-width: 86% !important;
  border-radius: 16px 16px 16px 4px !important;
}

@media (max-width: 760px) {
  html body,
  html body.has-page-back {
    --site-header-height: 48px !important;
  }

  html body > header.site-header,
  html body header.site-header,
  html body.has-page-back > header.site-header,
  html body.has-page-back header.site-header {
    min-height: 48px !important;
    height: 48px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  html body header.site-header a.brand img,
  html body .site-header .brand img,
  html body .brand img {
    width: min(188px, 43vw) !important;
    height: 40px !important;
    max-height: 40px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  html body footer.site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-brand img.footer-logo-mark,
  html body .site-footer .footer-logo-mark {
    width: 230px !important;
    height: 58px !important;
    margin: 0 0 12px !important;
    background: transparent !important;
  }

  html body .live-chat { right: 10px !important; bottom: 14px !important; z-index: 160 !important; }

  html body .live-chat.is-open .chat-window,
  html body .live-chat.is-open .chat-window.chat-panel {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    height: min(66vh, 560px) !important;
    max-height: calc(100vh - 118px) !important;
    bottom: 78px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  html body .chat-head { padding: 12px 16px 9px !important; min-height: 0 !important; }
  html body .chat-body.chat-stream { flex: 1 1 auto !important; min-height: 0 !important; overflow-y: auto !important; padding: 12px 14px 8px !important; }
  html body .chat-tools { margin-top: 0 !important; padding: 7px 14px 3px !important; }
  html body form.chat-input-row.chat-input { padding: 6px 12px 3px !important; }
  html body .chat-note { padding: 0 14px 8px !important; }
}

/* 2026-06-12 final mobile product layout override. */
@media (max-width: 760px) {
  html body .home-page .categories,
  html body .home-page .home-featured-products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body .home-page .category-cards,
  html body .home-page .featured-grid,
  html body .solar-fan-grid,
  html body .all-in-one-light-grid {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body .home-page .category-card,
  html body .home-page .featured-card,
  html body .solar-fan-tile,
  html body .all-in-one-light-tile {
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 8px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body .home-page .category-card img,
  html body .home-page .featured-card img,
  html body .solar-fan-tile img,
  html body .all-in-one-light-tile img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
    object-fit: contain !important;
    padding: 8px !important;
  }

  html body .home-page .category-card strong,
  html body .home-page .featured-card h3,
  html body .solar-fan-tile h3,
  html body .all-in-one-light-tile h3 {
    display: block !important;
    font-size: clamp(13px, 3.35vw, 15px) !important;
    line-height: 1.28 !important;
    min-height: 38px !important;
    margin: 8px 10px 5px !important;
    overflow-wrap: anywhere !important;
  }

  html body .home-page .category-card p,
  html body .home-page .featured-card p,
  html body .solar-fan-tile .product-code,
  html body .all-in-one-light-tile .product-code {
    font-size: clamp(11px, 3vw, 13px) !important;
    line-height: 1.25 !important;
    margin: 0 10px 6px !important;
  }

  html body .home-page .category-card span,
  html body .home-page .featured-card span,
  html body .solar-fan-tile span,
  html body .all-in-one-light-tile span {
    display: inline-block !important;
    font-size: clamp(11px, 3vw, 13px) !important;
    line-height: 1.2 !important;
    margin: 0 10px 12px !important;
  }

  html body .product-detail-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body .product-detail-layout {
    gap: 8px !important;
  }

  html body .product-main-image {
    border-radius: 8px !important;
  }

  html body .product-thumbs {
    width: 100% !important;
    max-width: none !important;
    order: 2 !important;
    display: grid !important;
    gap: 7px !important;
    padding: 0 6px 8px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body .product-thumbs .thumb-group {
    display: contents !important;
  }

  html body .product-thumbs button {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 3px !important;
    border-radius: 8px !important;
  }

  html body .product-thumbs img {
    border-radius: 6px !important;
    object-fit: cover !important;
  }

  html body .product-thumbs.thumb-count-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; }
  html body .product-thumbs.has-many-thumbs,
  html body .product-thumbs.thumb-count-9,
  html body .product-thumbs.thumb-count-10,
  html body .product-thumbs.thumb-count-11,
  html body .product-thumbs.thumb-count-12 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 380px) {
  html body .home-page .category-cards,
  html body .home-page .featured-grid,
  html body .solar-fan-grid,
  html body .all-in-one-light-grid {
    gap: 6px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  html body .product-thumbs {
    gap: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

/* 2026-06-12 keep mobile chat above bottom navigation. */
@media (max-width: 760px) {
  html body .live-chat {
    right: 10px !important;
    bottom: 92px !important;
    z-index: 140 !important;
  }

  html body .live-chat .chat-bubble,
  html body .chat-bubble {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 26px rgba(18, 80, 158, .24) !important;
  }

  html body .chat-bubble span {
    width: 28px !important;
    height: 20px !important;
    border-radius: 10px 10px 8px 8px !important;
  }

  html body .live-chat.is-open .chat-window,
  html body .live-chat.is-open .chat-window.chat-panel {
    bottom: 154px !important;
    max-height: calc(100vh - 198px) !important;
  }
}

@media (max-width: 380px) {
  html body .live-chat {
    right: 8px !important;
    bottom: 88px !important;
  }

  html body .live-chat .chat-bubble,
  html body .chat-bubble {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
}
/* 2026-06-12 final mobile controls: clean header, chat and product thumbs. */
@media (max-width: 760px) {
  :root {
    --site-header-height: 42px !important;
  }

  html body,
  html body.has-page-back {
    padding-top: var(--site-header-height) !important;
  }

  html body > header.site-header,
  html body header.site-header,
  html body.has-page-back > header.site-header,
  html body.has-page-back header.site-header {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 4px !important;
    min-height: var(--site-header-height) !important;
    height: var(--site-header-height) !important;
    padding: 3px 6px !important;
    overflow: visible !important;
  }

  html body.has-page-back .page-back,
  html body .page-back {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body header.site-header a.brand,
  html body .site-header .brand {
    grid-column: 1 !important;
    order: 1 !important;
  }

  html body header.site-header .header-social,
  html body .site-header .header-social {
    grid-column: 2 !important;
    order: 2 !important;
  }

  html body .mobile-header-actions {
    grid-column: 3 !important;
    order: 3 !important;
    justify-self: end !important;
  }
  html body header.site-header a.brand,
  html body .site-header .brand {
    justify-self: start !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  html body header.site-header a.brand img,
  html body .site-header .brand img {
    width: min(108px, 26vw) !important;
    height: 30px !important;
    max-height: 30px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  html body header.site-header .header-social,
  html body .site-header .header-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body header.site-header .header-social .social-link,
  html body .site-header .header-social .social-link {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(8, 33, 61, .12) !important;
  }

  html body header.site-header .header-social .social-link svg,
  html body .site-header .header-social .social-link svg {
    width: 16px !important;
    height: 16px !important;
  }

  html body .mobile-header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body .mobile-language-switch,
  html body .language-select.mobile-language-switch {
    width: 62px !important;
    min-width: 62px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 5px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 30px !important;
  }

  html body .mobile-whatsapp-link {
    min-width: 70px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 8px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 30px !important;
    white-space: nowrap !important;
  }

  html body:not(.home-page) main > .page-hero {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 14px 14px 13px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  html body:not(.home-page) main > .page-hero .eyebrow {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    letter-spacing: .06em !important;
  }

  html body:not(.home-page) main > .page-hero h1 {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(23px, 6.1vw, 29px) !important;
    line-height: 1.06 !important;
    overflow-wrap: anywhere !important;
  }

  html body:not(.home-page) main > .page-hero p:not(.eyebrow) {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
  }

  html body:not(.home-page) main > .page-hero .btn,
  html body:not(.home-page) main > .page-hero .nav-cta {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 30px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    border-radius: 7px !important;
  }

  html body .live-chat {
    right: 12px !important;
    bottom: 92px !important;
    z-index: 140 !important;
  }

  html body .live-chat .chat-bubble,
  html body .chat-bubble {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }

  html body .live-chat.is-open .chat-window,
  html body .live-chat.is-open .chat-window.chat-panel {
    left: 10px !important;
    right: 10px !important;
    bottom: 90px !important;
    width: auto !important;
    max-width: none !important;
    height: min(58vh, 520px) !important;
    max-height: calc(100vh - 170px) !important;
  }

  html body .product-detail-layout .product-thumbs,
  html body .product-thumbs,
  html body .product-thumbs.has-many-thumbs,
  html body .product-thumbs.has-sku-thumbs,
  html body .product-thumbs.has-many-thumbs.has-sku-thumbs {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 6px !important;
    padding: 6px 8px 10px !important;
    margin: 0 !important;
    order: 2 !important;
    overflow: visible !important;
  }

  html body .product-thumbs .thumb-group,
  html body .product-thumbs.has-many-thumbs .thumb-group,
  html body .product-thumbs.has-sku-thumbs .thumb-group {
    display: contents !important;
  }

  html body .product-thumbs button,
  html body .product-thumbs.has-many-thumbs button,
  html body .product-thumbs.has-sku-thumbs button,
  html body .product-thumbs.has-many-thumbs.has-sku-thumbs button {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 3px !important;
    border-radius: 8px !important;
  }

  html body .product-thumbs img,
  html body .product-thumbs.has-many-thumbs img,
  html body .product-thumbs.has-sku-thumbs img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
  }

  html body .product-thumbs.thumb-count-1 { grid-template-columns: repeat(1, minmax(0, 48px)) !important; }
  html body .product-thumbs.thumb-count-2 { grid-template-columns: repeat(2, minmax(0, 48px)) !important; }
  html body .product-thumbs.thumb-count-3 { grid-template-columns: repeat(3, minmax(0, 48px)) !important; }
  html body .product-thumbs.thumb-count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-7,
  html body .product-thumbs.thumb-count-8 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
  html body .product-thumbs.thumb-count-9,
  html body .product-thumbs.thumb-count-10,
  html body .product-thumbs.thumb-count-11,
  html body .product-thumbs.thumb-count-12 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
}

@media (max-width: 380px) {
  :root {
    --site-header-height: 40px !important;
  }

  html body > header.site-header,
  html body header.site-header,
  html body.has-page-back > header.site-header,
  html body.has-page-back header.site-header {
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    column-gap: 3px !important;
    padding: 3px 5px !important;
  }

  html body header.site-header a.brand img,
  html body .site-header .brand img {
    width: min(96px, 24vw) !important;
    height: 28px !important;
    max-height: 28px !important;
  }

  html body header.site-header .header-social,
  html body .site-header .header-social,
  html body .mobile-header-actions {
    gap: 3px !important;
  }

  html body header.site-header .header-social .social-link,
  html body .site-header .header-social .social-link,
  html body .mobile-language-switch,
  html body .language-select.mobile-language-switch,
  html body .mobile-whatsapp-link {
    height: 28px !important;
    min-height: 28px !important;
  }

  html body header.site-header .header-social .social-link,
  html body .site-header .header-social .social-link {
    width: 28px !important;
    min-width: 28px !important;
  }

  html body .mobile-language-switch,
  html body .language-select.mobile-language-switch {
    width: 58px !important;
    min-width: 58px !important;
    font-size: 11px !important;
  }

  html body .mobile-whatsapp-link {
    min-width: 64px !important;
    padding: 0 7px !important;
    font-size: 11px !important;
  }

  html body:not(.home-page) main > .page-hero {
    padding: 12px 12px 11px !important;
    gap: 5px !important;
  }

  html body:not(.home-page) main > .page-hero h1 {
    font-size: clamp(21px, 5.8vw, 26px) !important;
  }

  html body:not(.home-page) main > .page-hero p:not(.eyebrow) {
    font-size: 11px !important;
    line-height: 1.28 !important;
  }
}
/* 2026-06-12 mobile chat open panel fix: keep panel full-width above bottom nav. */
@media (max-width: 760px) {
  html body .live-chat {
    right: 12px !important;
    bottom: 92px !important;
    z-index: 160 !important;
  }

  html body .live-chat .chat-bubble,
  html body .chat-bubble {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }

  html body .live-chat.is-open .chat-window,
  html body .live-chat.is-open .chat-window.chat-panel {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 146px !important;
    top: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: min(54vh, 500px) !important;
    max-height: calc(100vh - 210px) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    transform: none !important;
  }

  html body .chat-head {
    flex: 0 0 auto !important;
    padding: 12px 16px 9px !important;
    min-height: 0 !important;
  }

  html body .chat-body.chat-stream {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    padding: 12px 14px 8px !important;
  }

  html body .chat-tools {
    flex: 0 0 auto !important;
    padding: 8px 14px 4px !important;
    margin: 0 !important;
  }

  html body form.chat-input-row.chat-input {
    flex: 0 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    gap: 8px !important;
    padding: 6px 14px 3px !important;
    margin: 0 !important;
  }

  html body form.chat-input-row.chat-input input {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 44px !important;
  }

  html body .chat-note {
    flex: 0 0 auto !important;
    padding: 0 16px 10px !important;
    margin: 0 !important;
    white-space: normal !important;
  }
}

@media (max-width: 380px) {
  html body .live-chat.is-open .chat-window,
  html body .live-chat.is-open .chat-window.chat-panel {
    left: 10px !important;
    right: 10px !important;
    bottom: 140px !important;
    height: min(52vh, 470px) !important;
    max-height: calc(100vh - 200px) !important;
  }
}

/* 2026-06-12 mobile home products: first five left, second five right. */
@media (max-width: 760px) {
  html body.home-page .categories {
    padding: 16px 5px 18px !important;
  }

  html body.home-page .categories .section-head {
    margin: 0 8px 12px !important;
  }

  html body.home-page .home-mobile-products-combo {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.home-page .home-mobile-products-column,
  html body.home-page .home-mobile-products-combo .category-cards,
  html body.home-page .home-mobile-products-combo .featured-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.home-page .home-featured-products-mobile-merged {
    display: none !important;
  }

  html body.home-page .home-mobile-products-combo .category-card,
  html body.home-page .home-mobile-products-combo .featured-card {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 0 10px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 18px rgba(8, 34, 65, .08) !important;
  }

  html body.home-page .home-mobile-products-combo .category-card img,
  html body.home-page .home-mobile-products-combo .featured-card img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
    padding: 6px !important;
    object-fit: contain !important;
    background: #fff !important;
  }

  html body.home-page .home-mobile-products-combo .category-card strong,
  html body.home-page .home-mobile-products-combo .featured-card h3 {
    display: block !important;
    min-height: 34px !important;
    margin: 7px 9px 5px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
  }

  html body.home-page .home-mobile-products-combo .category-card p,
  html body.home-page .home-mobile-products-combo .featured-card p {
    margin: 0 9px 6px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  html body.home-page .home-mobile-products-combo .category-card span,
  html body.home-page .home-mobile-products-combo .featured-card span {
    display: inline-block !important;
    margin: 0 9px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  html body.home-page .home-mobile-products-combo .featured-card div {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 380px) {
  html body.home-page .categories {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  html body.home-page .home-mobile-products-combo {
    gap: 6px !important;
  }

  html body.home-page .home-mobile-products-column,
  html body.home-page .home-mobile-products-combo .category-cards,
  html body.home-page .home-mobile-products-combo .featured-grid {
    gap: 7px !important;
  }
}

/* 2026-06-12 mobile header/content seam cleanup across every page. */
@media (max-width: 760px) {
  html body,
  html body.has-page-back {
    --site-header-height: 42px !important;
    padding-top: var(--site-header-height) !important;
  }

  html body > header.site-header,
  html body header.site-header,
  html body.has-page-back > header.site-header,
  html body.has-page-back header.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 180 !important;
    min-height: var(--site-header-height) !important;
    height: var(--site-header-height) !important;
    margin: 0 !important;
    border-bottom: 1px solid #dde6f1 !important;
  }

  html body main,
  html body .site-main,
  html body .page-main,
  html body .product-detail-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body main > :first-child,
  html body .site-main > :first-child,
  html body .page-main > :first-child,
  html body .product-detail-page > :first-child,
  html body .hero-poster,
  html body .page-hero,
  html body .product-detail-layout,
  html body .product-media {
    margin-top: 0 !important;
  }

  html body .hero-poster,
  html body main > .hero-poster,
  html body main > .page-hero,
  html body main > .product-detail-layout,
  html body main > .product-media {
    padding-top: 0 !important;
  }
}

@media (max-width: 380px) {
  html body,
  html body.has-page-back {
    --site-header-height: 40px !important;
  }
}

html body .solar-fan-grid a[id^="product-"],
html body .product-list a[id^="product-"] {
  scroll-margin-top: calc(var(--site-header-height, 72px) + 14px);
}

html body .solar-fan-grid a.is-jump-target,
html body .product-list a.is-jump-target {
  position: relative !important;
  border-color: rgba(207, 138, 22, .92) !important;
  box-shadow: 0 0 0 4px rgba(207, 138, 22, .28), 0 18px 42px rgba(8, 34, 65, .18) !important;
  transform: translateY(-4px) !important;
  transition: box-shadow .24s ease, border-color .24s ease, transform .24s ease !important;
}

html body.home-page .category-cards a,
html body.home-page .featured-grid a.featured-card {
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease, border-color .22s ease !important;
  will-change: transform;
}

html body .solar-fan-tile {
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease, border-color .22s ease !important;
  will-change: transform;
}

html body.home-page .category-cards a:hover,
html body.home-page .category-cards a:focus-visible,
html body.home-page .featured-grid a.featured-card:hover,
html body.home-page .featured-grid a.featured-card:focus-visible {
  border-color: rgba(207, 138, 22, .48) !important;
  box-shadow: 0 20px 44px rgba(8, 34, 65, .16) !important;
  transform: translateY(-8px) scale(1.012) !important;
}

html body .solar-fan-tile:hover,
html body .solar-fan-tile:focus-visible {
  border-color: rgba(207, 138, 22, .48) !important;
  box-shadow: 0 20px 44px rgba(8, 34, 65, .16) !important;
  transform: translateY(-8px) scale(1.012) !important;
}

html body .grouped-sku-product:not(.old-detail-sku-product) {
  background: #f4f8fc;
  padding: 34px clamp(20px, 4vw, 72px) 56px;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-product-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1500px;
  margin: 0 auto 22px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 34, 65, .08);
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-product-hero h1 {
  margin: 6px 0 10px;
  color: #09213d;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-product-hero p {
  max-width: 820px;
  margin: 0;
  color: #53667e;
  font-size: 17px;
  line-height: 1.65;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1500px;
  margin: 0 auto;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-column {
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(8, 34, 65, .08);
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-column h2 {
  margin: 0 0 6px;
  color: #09213d;
  font-size: 22px;
  line-height: 1.2;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-column p {
  min-height: 44px;
  margin: 0 0 14px;
  color: #5b6e84;
  font-size: 15px;
  line-height: 1.45;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-main .sku-gallery-grid {
  grid-template-columns: 1fr;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid #dce7f2;
  border-radius: 8px;
  background: #fff;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  transition: transform .22s ease;
}

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-grid a:hover img,
html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-grid a:focus-visible img {
  transform: scale(1.025);
}

@media (max-width: 760px) {
  html body .grouped-sku-product:not(.old-detail-sku-product) {
    padding: 12px 8px 86px !important;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-product-hero {
    display: block;
    margin: 0 0 10px;
    padding: 16px;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-product-hero h1 {
    font-size: 26px;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-product-hero p {
    font-size: 14px;
    line-height: 1.55;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-product-hero .btn {
    width: 100%;
    margin-top: 14px;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-column {
    padding: 10px;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-column h2 {
    font-size: 18px;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-column p {
    min-height: 0;
    font-size: 13px;
  }

  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-grid,
  html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-main .sku-gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

html body .grouped-sku-product:not(.old-detail-sku-product) .sku-gallery-grid img {
  aspect-ratio: 1 / 1;
  }
}

html body .live-chat .chat-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

html body .live-chat [data-chat-close] {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.18) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

html body .live-chat form.chat-input-row.chat-input {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 74px !important;
  align-items: stretch !important;
  gap: 8px !important;
}

html body .live-chat form.chat-input-row.chat-input input.chat-input {
  width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 16px !important;
  white-space: nowrap !important;
}

html body .live-chat form.chat-input-row.chat-input .chat-submit {
  width: 74px !important;
  min-width: 74px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  writing-mode: horizontal-tb !important;
  white-space: nowrap !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  html body .live-chat form.chat-input-row.chat-input {
    grid-template-columns: minmax(0, 1fr) 64px !important;
  }

html body .live-chat form.chat-input-row.chat-input .chat-submit {
    width: 64px !important;
    min-width: 64px !important;
  }
}

/* 2026-06-12 final: chat panel must stay readable and close cleanly. */
html body .live-chat .chat-window,
html body .live-chat .chat-window.chat-panel {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

html body .live-chat .chat-head {
  min-height: 66px !important;
}

html body .live-chat [data-chat-close] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Arial, sans-serif !important;
}

html body .live-chat form.chat-input-row.chat-input {
  width: 100% !important;
  box-sizing: border-box !important;
}

html body .live-chat form.chat-input-row.chat-input input.chat-input,
html body .live-chat form.chat-input-row.chat-input .chat-submit {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

/* 2026-06-13: simplified online chat window and clearer message bubble icon. */
html body .live-chat .agent-row,
html body .live-chat .chat-tools {
  display: none !important;
}

/* Final mobile chat launcher: simple SMS icon, no decorative dots. */
html body .live-chat .chat-bubble,
html body .chat-bubble {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, #1f8cff, #0c5ed7) !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(12, 94, 215, 0.34) !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

html body .chat-bubble span {
  display: block !important;
  width: 28px !important;
  height: 20px !important;
  border: 3px solid #ffffff !important;
  border-radius: 7px !important;
  background: transparent !important;
  box-shadow: none !important;
  position: relative !important;
}

html body .chat-bubble span::before {
  content: "" !important;
  position: absolute !important;
  left: 4px !important;
  bottom: -8px !important;
  width: 9px !important;
  height: 9px !important;
  background: #ffffff !important;
  clip-path: polygon(0 0, 100% 0, 0 100%) !important;
  border-radius: 0 0 0 2px !important;
}

html body .chat-bubble span::after {
  content: none !important;
}

html body .live-chat .chat-body.chat-stream {
  padding-top: 10px !important;
}

html body .live-chat .chat-message.agent-message {
  padding: 14px 16px !important;
  margin: 0 0 8px !important;
  border-radius: 16px !important;
}

html body .live-chat .chat-message.agent-message strong {
  display: block !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  margin: 0 0 6px !important;
}

html body .live-chat .chat-message.agent-message p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

html body .live-chat .chat-bubble {
  width: 68px !important;
  height: 68px !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, #1f86ff, #075ed8) !important;
  box-shadow: 0 18px 38px rgba(7, 94, 216, .34) !important;
  position: relative !important;
}

html body .live-chat .chat-bubble span {
  width: 34px !important;
  height: 24px !important;
  border-radius: 11px !important;
  background: #fff !important;
  position: relative !important;
}

html body .live-chat .chat-bubble span::before {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  bottom: -5px !important;
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  transform: rotate(45deg) !important;
  border-radius: 2px !important;
}

html body .live-chat .chat-bubble span::after {
  content: "" !important;
  position: absolute !important;
  left: 9px !important;
  top: 10px !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #1677f2 !important;
  box-shadow: 8px 0 0 #1677f2, 16px 0 0 #1677f2 !important;
}

/* 2026-06-12: shared hover lift for every full-category product card. */
html body .solar-fan-listing .solar-fan-tile,
html body .split-flood-light-listing .split-flood-light-tile {
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s ease, border-color .22s ease !important;
  will-change: transform;
}

html body .solar-fan-listing .solar-fan-tile:hover,
html body .solar-fan-listing .solar-fan-tile:focus-visible,
html body .split-flood-light-listing .split-flood-light-tile:hover,
html body .split-flood-light-listing .split-flood-light-tile:focus-visible {
  border-color: rgba(207, 138, 22, .48) !important;
  box-shadow: 0 20px 44px rgba(8, 34, 65, .16) !important;
  transform: translateY(-8px) scale(1.012) !important;
}

/* 2026-06-13 final override: keep the chat launcher as a clean SMS icon. */
html body .live-chat .chat-bubble,
html body .chat-bubble {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, #1f8cff, #0b63db) !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(11, 99, 219, .34) !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

html body .live-chat .chat-bubble span,
html body .chat-bubble span {
  display: block !important;
  width: 28px !important;
  height: 20px !important;
  border: 3px solid #fff !important;
  border-radius: 7px !important;
  background: transparent !important;
  box-shadow: none !important;
  position: relative !important;
  transform: none !important;
}

html body .live-chat .chat-bubble span::before,
html body .chat-bubble span::before {
  content: "" !important;
  position: absolute !important;
  left: 3px !important;
  bottom: -8px !important;
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  clip-path: polygon(0 0, 100% 0, 0 100%) !important;
  transform: none !important;
  border-radius: 0 !important;
}

html body .live-chat .chat-bubble span::after,
html body .chat-bubble span::after {
  content: none !important;
}


/* 2026-06-13: 4-item mobile navigation. */
@media (max-width: 760px) {
  html body .mobile-bottom-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}


/* 2026-06-16 home product cards: tighten only the homepage product image whitespace. */
html body.home-page .category-card,
html body.home-page .featured-card {
  min-height: clamp(430px, 31vw, 500px) !important;
}

html body.home-page .category-card img,
html body.home-page .featured-card img {
  height: clamp(235px, 17vw, 300px) !important;
  padding: clamp(8px, .9vw, 14px) !important;
  object-fit: contain !important;
  transform: scale(1.08);
  transform-origin: center center;
}

html body.home-page .category-card strong,
html body.home-page .featured-card h3 {
  margin-top: clamp(8px, .75vw, 14px) !important;
}

html body.home-page .category-card span,
html body.home-page .featured-card div {
  margin-bottom: clamp(12px, 1vw, 18px) !important;
}

@media (max-width: 760px) {
  html body.home-page .category-card,
  html body.home-page .featured-card {
    min-height: 0 !important;
  }

  html body.home-page .category-card img,
  html body.home-page .featured-card img {
    height: 220px !important;
    padding: 8px !important;
    transform: scale(1.08);
  }
}

/* 2026-06-16 detail thumbnails: separate main images and SKU images without affecting other pages. */
@media (min-width: 761px) {
  html body main.product-detail-page.old-detail-sku-product {
    padding-left: clamp(28px, 4vw, 72px) !important;
    padding-right: clamp(28px, 4vw, 72px) !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-detail-layout {
    display: grid !important;
    grid-template-columns: 142px minmax(560px, 720px) minmax(400px, 620px) !important;
    column-gap: 12px !important;
    row-gap: 24px !important;
    width: min(1560px, 100%) !important;
    max-width: 1560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: start !important;
    justify-content: center !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-thumbs.has-many-thumbs.has-sku-thumbs {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: grid !important;
    grid-template-columns: repeat(2, 66px) !important;
    gap: 10px !important;
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;
    justify-self: end !important;
    align-self: start !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 2 !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-thumbs.has-many-thumbs.has-sku-thumbs .thumb-group {
    display: grid !important;
    grid-template-columns: 66px !important;
    gap: 10px !important;
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-thumbs.has-many-thumbs.has-sku-thumbs .thumb-group-main {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-thumbs.has-many-thumbs.has-sku-thumbs .thumb-group-sku {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-thumbs.has-many-thumbs.has-sku-thumbs button {
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    max-width: 66px !important;
    max-height: 66px !important;
    padding: 2px !important;
    box-sizing: border-box !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-main-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 720px !important;
    min-width: 0 !important;
    justify-self: start !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-detail-info {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 620px !important;
    min-width: 0 !important;
    justify-self: start !important;
    margin: 0 !important;
  }
}

@media (max-width: 760px) {
  html body main.product-detail-page.old-detail-sku-product .product-thumbs.has-many-thumbs.has-sku-thumbs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: none !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-thumbs.has-many-thumbs.has-sku-thumbs .thumb-group {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: none !important;
  }

  html body main.product-detail-page.old-detail-sku-product .product-thumbs.has-many-thumbs.has-sku-thumbs button {
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* 2026-06-16 preview polish: product menu text wrapping and refined factory carousel controls. */
@media (min-width: 901px) {
  html body .mega-menu {
    grid-template-columns: minmax(270px, 370px) minmax(0, 1fr) !important;
    gap: clamp(28px, 4vw, 64px) !important;
    padding: 24px clamp(44px, 5vw, 92px) !important;
    overflow: hidden !important;
  }

  html body .mega-links {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
    gap: 28px clamp(28px, 3vw, 44px) !important;
    align-items: start !important;
    min-width: 0 !important;
  }

  html body .mega-links a {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 8px 10px !important;
  }

  html body .mega-links span,
  html body .mega-links small {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  html body .mega-links span {
    font-size: clamp(18px, 1.05vw, 21px) !important;
    line-height: 1.22 !important;
  }

  html body .mega-links small {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}

html body.home-page .factory-carousel {
  overflow: visible !important;
}

html body.home-page .factory-nav {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 250, 253, .88)) !important;
  color: #08213d !important;
  box-shadow: 0 16px 36px rgba(8, 33, 61, .18), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  display: grid !important;
  place-items: center !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

html body.home-page .factory-nav::before {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 3px solid currentColor !important;
  border-left: 3px solid currentColor !important;
  display: block !important;
}

html body.home-page .factory-prev::before {
  transform: translateX(2px) rotate(-45deg) !important;
}

html body.home-page .factory-next::before {
  transform: translateX(-2px) rotate(135deg) !important;
}

html body.home-page .factory-nav:hover,
html body.home-page .factory-nav:focus-visible {
  background: linear-gradient(180deg, #ffffff, #fff8ea) !important;
  color: #c27b0b !important;
  box-shadow: 0 20px 42px rgba(8, 33, 61, .22), 0 0 0 4px rgba(214, 151, 31, .14) !important;
  transform: translateY(-50%) scale(1.04) !important;
}

html body.home-page .factory-prev {
  left: 22px !important;
}

html body.home-page .factory-next {
  right: 22px !important;
}

@media (max-width: 760px) {
  html body.home-page .factory-nav {
    width: 42px !important;
    height: 42px !important;
  }

  html body.home-page .factory-prev {
    left: 10px !important;
  }

  html body.home-page .factory-next {
    right: 10px !important;
  }
}

/* 2026-06-16 preview: add the solar monitoring category without disturbing existing product cards. */
html body main.products-page .category-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

html body main.products-page .category-card img {
  height: clamp(220px, 16vw, 280px) !important;
  object-fit: contain !important;
}

@media (max-width: 1180px) {
  html body main.products-page .category-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html body main.products-page .category-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  html body main.products-page .category-card img {
    height: 210px !important;
  }
}
