/*
 * Four-document final calibration
 * Brighter evidence-led system for Home, Solutions, Sourcing and About.
 */

:root {
  --lbr-ink: #14212b;
  --lbr-slate: #53636f;
  --lbr-line: rgba(20, 33, 43, .14);
  --lbr-paper: #fffdf9;
  --lbr-sand: #f3eee5;
  --lbr-wash: #f7f4ee;
  --lbr-orange: #b94a16;
  --lbr-blue: #153d57;
}

/* Compact four-field enquiry modal. */
.lbr-inquiry-dialog {
  width: min(560px, 100%);
  padding: 34px;
}

.lbr-inquiry-fields {
  margin-top: 22px;
}

.lbr-inquiry-fields textarea {
  min-height: 126px;
}

.lbr-inquiry-actions {
  margin-top: 14px;
}

/* Category and product FAQs share one restrained layout: one heading followed
 * by two columns of four page-specific buyer questions. */
.lbr-category-faq {
  padding: clamp(68px, 8vw, 104px) 0;
  color: var(--lbr-ink);
  background: #fffdf9;
  border-top: 1px solid var(--lbr-line);
}

.lbr-category-faq__layout {
  display: block;
}

.lbr-category-faq__heading {
  position: static;
  max-width: 920px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.lbr-category-faq__heading h2 {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.lbr-category-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(34px, 5vw, 68px);
  width: 100%;
  margin: 0;
}

.lbr-category-faq__column {
  min-width: 0;
}

.lbr-category-faq__list details {
  border-top: 1px solid var(--lbr-line);
}

.lbr-category-faq__column details:last-child {
  border-bottom: 1px solid var(--lbr-line);
}

.lbr-category-faq__list summary {
  padding: 22px 44px 22px 0;
  color: var(--lbr-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  position: relative;
}

.lbr-category-faq__list summary::-webkit-details-marker {
  display: none;
}

.lbr-category-faq__list summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--lbr-orange);
  font-size: 26px;
  font-weight: 400;
}

.lbr-category-faq__list details[open] summary::after {
  content: "–";
}

.lbr-category-faq__list p {
  max-width: 720px;
  margin: 0;
  padding: 0 38px 22px 0;
  color: var(--lbr-slate);
  font-size: 14px;
  line-height: 1.72;
}

.lbr-product-faq {
  background: #fffdf9;
}

.lbr-product-faq__list {
  width: 100%;
  margin: 0;
}

.lbr-product-faq__list summary {
  padding: 20px 42px 20px 0;
  font-size: clamp(15px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -.005em;
}

.lbr-product-faq__list summary::after {
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  font-size: 22px;
}

@media (max-width: 800px) {
  .lbr-category-faq__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 700px) {
  .lbr-inquiry-dialog {
    padding: 28px 20px calc(24px + env(safe-area-inset-bottom));
  }
}

#siteHome.site-home .hero-copy h1 {
  max-width: 920px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: .99;
  letter-spacing: -.045em;
}

/* Homepage hero: one real product scene, rendered as an HTML image so the
 * browser can discover and prioritize it immediately. The natural light wall
 * remains the reading area; no gradient, tint or artificial mask is added. */
body.lbr-design-runtime #siteHome.site-home .hero {
  min-height: clamp(650px, 78svh, 790px) !important;
  color: var(--lbr-ink) !important;
  background-color: #efe7dc !important;
  background-image: none !important;
  overflow: hidden;
}

.lbr-home-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  pointer-events: none;
}

.lbr-home-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

body.lbr-design-runtime #siteHome.site-home .hero::before,
body.lbr-design-runtime #siteHome.site-home .hero::after {
  display: none !important;
}

body.lbr-design-runtime #siteHome.site-home .hero-shell {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 700px) !important;
  align-content: center;
  min-height: clamp(650px, 78svh, 790px) !important;
  padding-block: clamp(62px, 9svh, 108px) !important;
}

body.lbr-design-runtime #siteHome.site-home .hero-copy {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

body.lbr-design-runtime #siteHome.site-home .hero-kicker,
body.lbr-design-runtime #siteHome.site-home .hero h1,
body.lbr-design-runtime #siteHome.site-home .hero-lead {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .58);
}

body.lbr-design-runtime #siteHome.site-home .hero h1 {
  max-width: 700px !important;
  color: var(--lbr-ink) !important;
}

body.lbr-design-runtime #siteHome.site-home .hero-lead {
  max-width: 590px;
  color: #3f4e59 !important;
}

body.lbr-design-runtime #siteHome.site-home .hero .btn-light {
  color: var(--lbr-ink);
  background: rgba(255, 253, 249, .94);
  border-color: rgba(20, 33, 43, .24);
  backdrop-filter: none;
}

#siteHome.site-home .hero-proof .proof-item b,
#siteHome.site-home .hero-proof .proof-item span {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

#siteHome.site-home .hero-proof .proof-item span {
  display: block;
  -webkit-line-clamp: unset;
}

@media (max-width: 1100px) {
  body.lbr-design-runtime #siteHome.site-home .hero-shell {
    grid-template-columns: minmax(0, 620px) !important;
  }
}

@media (max-width: 640px) {
  body.lbr-design-runtime #siteHome.site-home .hero {
    min-height: 0 !important;
  }

  .lbr-home-hero-media img {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
  }

  body.lbr-design-runtime #siteHome.site-home .hero-shell {
    min-height: 0 !important;
    align-content: start;
    padding-top: 36px !important;
    padding-bottom: min(64vw, 250px) !important;
  }

  body.lbr-design-runtime #siteHome.site-home .hero h1 {
    font-size: clamp(38px, 10.2vw, 50px) !important;
  }

  body.lbr-design-runtime #siteHome.site-home .hero-proof {
    display: none !important;
  }
}

#siteHome.site-home .section-heading h2,
#siteHome.site-home .workflow-copy h2,
#siteHome.site-home .quality-copy h2,
#siteHome.site-home .market-brief h2,
#siteHome.site-home .faq-intro h2,
#siteHome.site-home .closing-copy h2,
#siteHome.site-home .home2-export-copy h2 {
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -.038em;
}

.site-home .section {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.site-home .section-heading {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.lbr-whatsapp-float {
  width: auto;
  min-width: 142px;
  height: 50px;
  padding: 0 16px;
  color: #fff;
  background: var(--lbr-blue);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(21, 61, 87, .24);
}

.lbr-whatsapp-float svg {
  width: 20px;
  height: 20px;
}

.lbr-whatsapp-float span {
  display: inline;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 850;
}

/* Homepage: replace the two visually heavy blocks with light evidence cards. */
.home-evidence-section {
  color: var(--lbr-ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(185, 74, 22, .08), transparent 25%),
    var(--lbr-wash);
}

.home-evidence-section .section-heading h2,
.home-evidence-section .section-heading p {
  color: var(--lbr-ink);
}

.home-evidence-section .section-heading p {
  opacity: 1;
  color: var(--lbr-slate);
}

.home-evidence-section .micro-label,
.home-evidence-copy > span {
  color: var(--lbr-orange);
}

.home-evidence-grid {
  gap: 22px;
}

.home-evidence-card {
  overflow: hidden;
  color: var(--lbr-ink);
  background: var(--lbr-paper);
  border: 1px solid var(--lbr-line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(20, 33, 43, .07);
}

.home-evidence-image {
  background: #e7e1d8;
}

.home-evidence-copy h3 {
  color: var(--lbr-ink);
  font-size: clamp(23px, 2vw, 29px);
}

.home-evidence-copy p {
  color: var(--lbr-slate);
}

.home-evidence-copy a {
  color: #923a14;
}

.home-buyer-verification {
  display: grid;
  grid-template-columns: minmax(170px, .3fr) minmax(250px, .6fr) minmax(300px, 1.1fr) auto;
  gap: 26px;
  align-items: center;
  margin-top: 22px;
  padding: 28px 30px;
  background: #e8eef1;
  border: 1px solid rgba(21, 61, 87, .15);
  border-radius: 16px;
}

.home-buyer-verification h3,
.home-buyer-verification p {
  margin: 0;
}

.home-buyer-verification h3 {
  color: var(--lbr-blue);
  font-size: 22px;
  line-height: 1.15;
}

.home-buyer-verification p {
  color: #4c5e6b;
  font-size: 14px;
  line-height: 1.65;
}

.home-buyer-verification a {
  color: var(--lbr-blue);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.home2-factory-section {
  background: #f1ede5;
}

.home2-factory-section .home-metric {
  color: var(--lbr-ink);
  background: var(--lbr-paper);
  border: 1px solid var(--lbr-line);
  box-shadow: 0 12px 30px rgba(20, 33, 43, .05);
}

.home2-factory-section .home-metric strong {
  color: var(--lbr-orange);
}

.home2-factory-section .home-metric b {
  color: var(--lbr-ink);
}

.home2-factory-section .home-metric span {
  color: var(--lbr-slate);
}

.home2-export-section {
  color: var(--lbr-ink);
  background:
    linear-gradient(120deg, rgba(21, 61, 87, .07), transparent 55%),
    #edf1f2;
}

.home2-export-copy h2 {
  color: var(--lbr-ink);
}

.home2-export-copy > p {
  color: var(--lbr-slate);
}

.home2-compliance-marks span {
  background: rgba(255, 255, 255, .72);
  border-color: rgba(21, 61, 87, .14);
}

.home2-compliance-marks b {
  color: var(--lbr-blue);
}

.home2-compliance-marks small {
  color: #5f707b;
}

.home2-export-map img {
  border-color: rgba(21, 61, 87, .18);
  box-shadow: 0 24px 60px rgba(21, 61, 87, .12);
}

.home2-export-map figcaption {
  color: #657580;
}

/* Collection and solution cards use one quiet visual language. */
.site-home .collection-panel,
.site-home .collection-panel.dark-2,
.site-home .collection-panel.warm,
.site-home .collection-panel.light {
  color: var(--lbr-ink);
  background: var(--lbr-paper);
  border: 1px solid var(--lbr-line);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(20, 33, 43, .06);
}

.site-home .collection-panel h3,
.site-home .collection-panel p,
.site-home .collection-panel .collection-open,
.site-home .collection-panel .collection-no {
  color: inherit;
}

.site-home .collection-panel p {
  color: var(--lbr-slate);
}

.site-home .collection-panel .collection-open {
  color: #923a14;
}

.site-home .collection-panel .home2-oem-badge {
  color: #8e3b18;
}

.archive-solutions-page .collection-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.archive-solutions-page .collection-panel {
  display: grid !important;
  grid-template-columns: minmax(200px, .84fr) minmax(0, 1.16fr);
  min-height: 330px;
  overflow: hidden;
}

.archive-solutions-page .collection-panel:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
}

.archive-solutions-page .collection-visual {
  min-height: 100%;
}

.archive-solutions-page .collection-visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.archive-solutions-page .collection-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
}

.archive-solutions-page .collection-content h3 {
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.05;
}

.archive-solutions-page .collection-open {
  margin-top: auto;
  padding-top: 24px;
}

/* Avoid isolated black FAQ blocks on otherwise light pages. */
.site-home .faq-section {
  color: var(--lbr-ink);
  background: var(--lbr-wash);
}

.site-home .faq-section h2,
.site-home .faq-question,
.site-home .faq-answer {
  color: var(--lbr-ink);
}

.site-home .faq-item {
  background: rgba(255, 255, 255, .7);
  border-color: var(--lbr-line);
}

/* Reframed About page: company first, distributor program second. */
.about2-page--reframed {
  color: var(--lbr-ink);
  background: var(--lbr-paper);
}

.about2-page--reframed .about2-hero {
  padding: clamp(64px, 8vw, 116px) 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(185, 74, 22, .1), transparent 27%),
    linear-gradient(135deg, #fbf8f2 0%, #ece7de 100%);
}

.about2-page--reframed .about2-hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: clamp(44px, 7vw, 104px);
}

.about2-page--reframed .about2-hero-copy h1 {
  max-width: 860px;
  margin: 20px 0 24px;
  font-size: clamp(46px, 5.4vw, 74px);
  line-height: .99;
  letter-spacing: -.048em;
}

.about2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about2-page--reframed .btn-light {
  color: var(--lbr-blue);
  background: transparent;
  border: 1px solid rgba(21, 61, 87, .25);
}

.about2-fact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid var(--lbr-line);
}

.about2-fact-row > div {
  padding: 22px 18px 0 0;
}

.about2-fact-row strong,
.about2-fact-row span {
  display: block;
}

.about2-fact-row strong {
  color: var(--lbr-orange);
  font-size: 30px;
  line-height: 1;
}

.about2-fact-row span {
  margin-top: 8px;
  color: var(--lbr-slate);
  font-size: 12px;
  line-height: 1.45;
}

.about2-page--reframed .about2-image-frame {
  min-height: 380px;
  border-radius: 18px;
  box-shadow: 0 24px 62px rgba(20, 33, 43, .14);
}

.about2-page--reframed .about2-image-frame img {
  min-height: 380px;
}

.about2-page--reframed .about2-image-frame::after {
  background: linear-gradient(180deg, transparent 68%, rgba(20, 33, 43, .16));
}

.about2-responsibility,
.about2-verification {
  padding: clamp(72px, 8vw, 112px) 0;
}

.about2-responsibility {
  background: #eef2f3;
}

.about2-page--reframed .about2-section-head {
  margin-bottom: 38px;
}

.about2-page--reframed .about2-section-head h2,
.about2-page--reframed .about2-company-copy h2,
.about2-page--reframed .about2-steps h2,
.about2-page--reframed .about2-verification h2,
.about2-page--reframed .about2-retail-card h2 {
  margin-top: 15px;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -.038em;
}

.about2-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about2-role-grid article {
  min-height: 230px;
  padding: 28px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(21, 61, 87, .13);
  border-radius: 14px;
}

.about2-role-grid article > span,
.about2-benefit-card > span {
  color: var(--lbr-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.about2-role-grid h3 {
  margin: 54px 0 12px;
  font-size: 23px;
  line-height: 1.1;
}

.about2-role-grid p {
  margin: 0;
  color: var(--lbr-slate);
  font-size: 14px;
  line-height: 1.65;
}

.about2-page--reframed .about2-company {
  background: var(--lbr-paper);
}

.about2-page--reframed .about2-company-grid {
  grid-template-columns: minmax(190px, .36fr) minmax(0, 1fr);
}

.about2-company-label strong {
  display: block;
  margin-top: 22px;
  color: rgba(185, 74, 22, .18);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .9;
  letter-spacing: -.05em;
}

.about2-page--reframed .about2-company-copy p {
  font-size: clamp(16px, 1.3vw, 19px);
}

.about2-page--reframed .about2-company-copy .about2-company-record {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--lbr-orange);
  background: #fff;
  color: #43545e;
  font-size: 14px;
  line-height: 1.65;
}

.about2-company-record strong,
.about2-company-record a {
  color: var(--lbr-ink);
}

.about2-company-record a {
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.about2-company-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.about2-company-links a {
  padding: 20px;
  color: var(--lbr-ink);
  background: var(--lbr-wash);
  border: 1px solid var(--lbr-line);
  border-radius: 12px;
  text-decoration: none;
}

.about2-company-links b,
.about2-company-links span {
  display: block;
}

.about2-company-links span {
  margin-top: 9px;
  color: var(--lbr-slate);
  font-size: 12px;
  line-height: 1.5;
}

.about2-page--reframed .about2-benefits {
  background: #f2ede4;
}

.about2-page--reframed .about2-benefit-grid {
  gap: 14px;
  border: 0;
}

.about2-page--reframed .about2-benefit-card {
  min-height: 290px;
  background: rgba(255, 253, 249, .9);
  border: 1px solid var(--lbr-line);
  border-radius: 14px;
}

.about2-page--reframed .about2-benefit-card h3 {
  margin: 55px 0 16px;
}

.about2-page--reframed .about2-steps {
  background: var(--lbr-paper);
}

.about2-page--reframed .about2-step-list li {
  border-color: var(--lbr-line);
}

.about2-verification {
  background: #e8eef1;
}

.about2-verification-grid {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: center;
}

.about2-verification-grid p {
  margin: 0 0 26px;
  color: #4d606c;
  font-size: 17px;
  line-height: 1.75;
}

.about2-verification-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about2-verification-actions .btn {
  margin: 0;
}

.about2-page--reframed .about2-retail-note {
  background: #f4efe7;
}

.about2-page--reframed .about2-retail-card {
  border-color: var(--lbr-line);
}

@media (max-width: 1080px) {
  .home-buyer-verification {
    grid-template-columns: 1fr 1fr;
  }

  .archive-solutions-page .collection-layout {
    grid-template-columns: 1fr;
  }

  .archive-solutions-page .collection-panel:first-child {
    grid-column: auto;
  }

  .about2-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about2-company-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #siteHome.site-home .hero-copy h1 {
    font-size: clamp(39px, 11.5vw, 52px);
    line-height: 1;
    letter-spacing: -.04em;
  }

  #siteHome.site-home .section-heading h2,
  #siteHome.site-home .workflow-copy h2,
  #siteHome.site-home .quality-copy h2,
  #siteHome.site-home .market-brief h2,
  #siteHome.site-home .faq-intro h2,
  #siteHome.site-home .closing-copy h2,
  #siteHome.site-home .home2-export-copy h2 {
    font-size: clamp(31px, 9.2vw, 40px);
    line-height: 1.05;
  }

  .home-evidence-grid,
  .home-buyer-verification,
  .archive-solutions-page .collection-panel,
  .archive-solutions-page .collection-panel:first-child,
  .about2-page--reframed .about2-hero-grid,
  .about2-page--reframed .about2-company-grid,
  .about2-verification-grid {
    grid-template-columns: 1fr;
  }

  .home-buyer-verification {
    padding: 24px;
  }

  .archive-solutions-page .collection-visual {
    min-height: 230px;
  }

  .about2-page--reframed .about2-hero-copy h1 {
    font-size: clamp(40px, 11.8vw, 54px);
  }

  .about2-page--reframed .about2-hero-copy {
    order: 0;
  }

  .about2-page--reframed .about2-workspace-visual {
    order: 1;
  }

  .about2-fact-row,
  .about2-role-grid {
    grid-template-columns: 1fr;
  }

  .about2-role-grid article {
    min-height: 0;
  }

  .about2-role-grid h3 {
    margin-top: 30px;
  }

  .about2-page--reframed .about2-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }
}

.site-home #collections .collection-image-caption {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  max-width: calc(100% - 28px);
}

.site-home #collections .collection-image-caption b {
  color: inherit;
  font: inherit;
  font-weight: 750;
}

.site-home #collections .collection-image-caption small {
  color: inherit;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  line-height: 1.25;
  opacity: 0.86;
}

/* Issue 08: keep the global legal/entity line readable despite legacy footer link rules. */
.footer-bottom {
  flex-wrap: wrap;
  gap: 10px 24px;
}

.footer-bottom a {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--orange-dark, #b9450e) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*
 * Header navigation parity:
 * Collections is a button because it controls a mega menu, but it must render
 * exactly like the adjacent text links instead of using browser button chrome.
 */
.main-nav .lbr-collections-trigger {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink, #111820);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  text-align: left;
  cursor: pointer;
}

.main-nav .lbr-collections-trigger:hover,
.main-nav .lbr-collections-trigger:focus,
.main-nav .lbr-collections-trigger[aria-expanded="true"] {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink, #111820);
}

.main-nav .lbr-collections-trigger:focus {
  outline: none;
}

.main-nav .lbr-collections-trigger:focus-visible::after {
  transform: scaleX(1);
}

/* Use the recognizable WhatsApp brand green for the persistent contact entry. */
.lbr-whatsapp-float,
.lbr-mobile-whatsapp {
  background: #25d366;
}

.lbr-whatsapp-float {
  box-shadow: 0 18px 46px rgba(37, 211, 102, .3);
}

.lbr-whatsapp-float:hover,
.lbr-whatsapp-float:focus-visible,
.lbr-mobile-whatsapp:hover,
.lbr-mobile-whatsapp:focus-visible {
  background: #1ebe5d;
}

/*
 * 2026-08-04 content-quality pass:
 * readable secondary text, accessible mobile contact color and a clear,
 * category-specific decision section on leaf collection pages.
 */
.footer-bottom,
.footer-brand .brand-copy span,
.footer .brand-copy.brand-copy-tagline span {
  color: #53616d !important;
}

.lbr-mobile-whatsapp {
  background: #0d7137 !important;
}

.lbr-collection-inquiry .lbr-collection-eyebrow {
  color: #ffad82 !important;
}

.lbr-leaf-products,
.lbr-leaf-buying-guide {
  padding: clamp(44px, 6vw, 78px) 0;
}

.lbr-leaf-buying-guide {
  border-top: 1px solid rgba(17, 24, 32, .12);
  background: #f3eee5;
}

.lbr-leaf-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 28px 56px;
  align-items: end;
  margin-bottom: 30px;
}

.lbr-leaf-section-heading h2 {
  max-width: 780px;
  margin: 0;
  color: #17232c;
  font-size: clamp(28px, 3.4vw, 43px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.lbr-leaf-section-heading p,
.lbr-leaf-products__empty {
  margin: 0;
  color: #52616c;
  font-size: 14px;
  line-height: 1.72;
}

.lbr-leaf-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #d8d0c4;
  background: #d8d0c4;
}

.lbr-collection-buying-notes .lbr-leaf-decision-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lbr-leaf-decision-card {
  min-height: 250px;
  padding: 28px;
  background: #fff;
}

.lbr-leaf-decision-card small {
  color: #9d3509;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lbr-leaf-decision-card h3 {
  margin: 20px 0 12px;
  color: #17232c;
  font-size: 21px;
  line-height: 1.2;
}

.lbr-leaf-decision-card p {
  margin: 0;
  color: #52616c;
  font-size: 14px;
  line-height: 1.72;
}

@media (max-width: 820px) {
  .lbr-leaf-section-heading,
  .lbr-leaf-decision-grid,
  .lbr-collection-buying-notes .lbr-leaf-decision-grid {
    grid-template-columns: 1fr;
  }

  .lbr-leaf-decision-card {
    min-height: 0;
  }
}

/*
 * 2026-08-05 Collections navigation:
 * desktop users can reveal both the mega menu and its category groups by
 * hovering. Buttons remain in the markup as keyboard/touch fallbacks, but they
 * are styled as quiet navigation labels instead of native form controls.
 */
@media (min-width: 981px) {
  .main-nav .lbr-collections-nav > .mega {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .main-nav .lbr-collections-nav:hover > .mega,
  .main-nav .lbr-collections-nav:has(.lbr-collections-trigger:focus-visible) > .mega,
  .main-nav .lbr-collections-nav:has(.mega :focus-visible) > .mega {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .mega-collections {
    width: min(calc(100vw - 48px), 1148px);
    max-height: calc(100vh - 104px);
    border: 1px solid rgba(20, 33, 43, .14);
    background: #fffdf9;
    box-shadow: 0 24px 60px rgba(20, 33, 43, .16);
  }

  .mega-collections::before,
  .mega-collections::after {
    display: none;
  }

  .mega-collections .mega-inner {
    grid-template-columns: 1.16fr 1.16fr .88fr;
    min-height: 0;
  }

  .mega-collections .mega-block {
    padding: 18px 16px 16px;
    border-right-color: rgba(20, 33, 43, .1);
    background: #fffdf9;
  }

  .mega-collections .mega-topline {
    margin-bottom: 8px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(20, 33, 43, .16);
  }

  .mega-collections .mega-hub {
    min-height: 0;
    margin: 0;
    color: #17232c;
    font-size: 15px;
    font-weight: 760;
    line-height: 1.25;
  }

  .mega-collections .mega-section {
    border-top: 1px solid rgba(20, 33, 43, .09);
    background: transparent;
  }

  .mega-collections .mega-topline + .mega-section {
    border-top: 0;
  }

  .mega-collections .lbr-mega-group-toggle {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 9px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #354655;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    cursor: default;
  }

  .mega-collections .lbr-mega-group-toggle:hover,
  .mega-collections .lbr-mega-group-toggle:focus,
  .mega-collections .mega-section.is-open .lbr-mega-group-toggle {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #9d3509;
  }

  .mega-collections .lbr-mega-group-toggle:focus-visible {
    outline: 2px solid #c04b0f;
    outline-offset: 2px;
  }

  .mega-collections .lbr-mega-group-toggle > span {
    display: none !important;
  }

  .mega-collections .mega-section .mega-list {
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 0 11px;
    border-left: 2px solid transparent;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: max-height .18s ease, opacity .14s ease, margin .14s ease;
  }

  .mega-collections .mega-section:hover .mega-list,
  .mega-collections .mega-section:focus-within .mega-list,
  .mega-collections .mega-section.is-open .mega-list,
  .mega-collections .mega-section.is-open:hover .mega-list,
  .mega-collections .mega-section.is-open:focus-within .mega-list {
    max-height: 310px !important;
    margin: 0 0 7px !important;
    border-left-color: #c04b0f;
    opacity: 1 !important;
  }

  .mega-collections .mega-list a {
    min-height: 0;
    padding: 5px 0 5px 9px;
    border-bottom: 0;
    color: #52616c;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
  }

  .mega-collections .mega-list a:hover,
  .mega-collections .mega-list a:focus-visible {
    color: #9d3509;
  }

  .mega-collections .mega-list a > span:last-child {
    display: none;
  }

  /*
   * Solutions and Sourcing use the same secondary-navigation typography as
   * the Collections group labels. The uppercase kickers remain section labels.
   */
  .main-nav .mega:not(.mega-collections) .mega-hub {
    min-height: 0;
    margin: 0 0 6px;
    color: #354655;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
  }

  .main-nav .mega:not(.mega-collections) .mega-hub:hover,
  .main-nav .mega:not(.mega-collections) .mega-hub:focus-visible {
    color: #9d3509;
  }

  .main-nav .mega:not(.mega-collections) .mega-list a {
    color: #52616c;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42;
  }
}

/*
 * Global real-image rule:
 * product and factory photography is shown at its natural brightness. No
 * gradient veil, dark tint, translucent mask or site-wide texture may sit over
 * an image. Copy that previously depended on a veil is moved to a solid content
 * surface instead.
 */
body.lbr-design-runtime::before {
  display: none !important;
}

.home2-factory-visual::after,
.about2-image-frame::after,
.quality08-photo::after,
.sourcing09-photo::after,
.about10-photo::after,
.market06-product-card::after,
.custom07-material-main::after,
.collection-panel::after,
.collection-panel.light::after,
.collection-panel.large::after,
.collection-panel.large.light::after,
.collection-visual::before,
.hub-hero::after,
.product-collection-hero::before,
.solution-hero::before {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

.product-photo,
.custom07-blob img,
.custom07-material-main img,
.custom07-pack-card img,
.quality08-photo img,
.sourcing09-photo img,
.about10-photo img,
.article13-feature-card img {
  opacity: 1 !important;
  filter: none !important;
}

.contact-page-image {
  background-image: url("https://lanboruidecor.com/wp-content/uploads/2026/07/lanborui-sourcing-partner-concept.webp") !important;
}

/* Factory caption sits below the photo instead of on top of it. */
.home2-factory-visual {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #fff;
}

.home2-factory-visual img {
  min-height: 0;
}

.home2-factory-visual figcaption {
  position: static !important;
  padding: 12px 16px;
  color: var(--lbr-slate, #52616c);
  background: #fff;
  letter-spacing: .055em;
}

/* Homepage collection photos and text are two independent surfaces. */
.site-home #collections .collection-panel,
.site-home #collections .collection-panel.large,
.site-home #collections .collection-panel.large.light {
  display: grid !important;
  grid-template-rows: 240px auto !important;
  min-height: 0 !important;
}

.site-home #collections .collection-visual {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  min-height: 240px;
  padding: 0 !important;
  background: #e7e0d5 !important;
}

.site-home #collections .product-photo {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.site-home #collections .collection-content {
  position: relative !important;
  z-index: 1;
  min-height: 250px;
  background: #fff;
}

.site-home #collections .collection-image-caption {
  position: static !important;
  display: none !important;
}

/* The same separation applies to the solution archive cards. */
.archive-solutions-page .collection-visual {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  padding: 0 !important;
}

.archive-solutions-page .collection-visual .product-photo {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.archive-solutions-page .collection-content {
  position: relative !important;
  z-index: 1;
  max-width: none !important;
  background: #fff;
}

.archive-solutions-page .collection-image-caption {
  display: none !important;
}

/* Legacy image-led cards: photo first, copy on an opaque panel below. */
.market06-product-card {
  display: grid;
  grid-template-rows: 290px auto;
  min-height: 0;
  color: var(--lbr-ink, #14212b);
  background: #fff;
}

.market06-product-card img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.market06-product-card div {
  position: relative;
  z-index: 1;
  padding: 26px 28px 30px;
  background: #fff;
}

.market06-product-card h3 {
  color: var(--lbr-ink, #14212b);
}

.market06-product-card p {
  color: var(--lbr-slate, #52616c);
}

.custom07-material-main {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
  min-height: 0;
  color: var(--lbr-ink, #14212b);
  background: #fff;
}

.custom07-material-main img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.custom07-material-main div {
  position: relative;
  z-index: 1;
  inset: auto;
  padding: 30px 34px 34px;
  background: #fff;
}

.custom07-material-main h3 {
  color: var(--lbr-ink, #14212b);
}

.custom07-material-main p {
  color: var(--lbr-slate, #52616c);
}

/*
 * Collection-hub and solution hero photos remain completely unmasked. Their
 * copy uses opaque cards, so legibility does not depend on darkening the image.
 */
.hub-hero,
.product-collection-hero,
.solution-hero {
  color: var(--lbr-ink, #14212b);
  background: #e9e2d7;
}

.hub-hero-inner > div:first-child,
.product-collection-hero-inner > div:first-child,
.solution-hero-inner > div:first-child,
.hub-quick-panel,
.product-collection-spec-card,
.solution-brief-card {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(20, 33, 43, .14);
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 20px 55px rgba(20, 33, 43, .12);
}

.hub-hero h1,
.product-collection-hero h1,
.solution-hero h1,
.hub-quick-panel h2,
.product-collection-spec-card h2,
.solution-brief-card h2 {
  color: var(--lbr-ink, #14212b);
}

.hub-hero-copy,
.product-collection-lead,
.solution-lead {
  color: var(--lbr-slate, #52616c);
}

.hub-breadcrumb,
.product-collection-breadcrumb,
.solution-breadcrumb,
.hub-breadcrumb a,
.product-collection-breadcrumb a,
.solution-breadcrumb a,
.hub-quick-list li,
.product-collection-proof li,
.solution-proof li {
  color: var(--lbr-slate, #52616c);
}

.hub-quick-list span,
.product-collection-proof span,
.solution-proof span {
  border-color: rgba(20, 33, 43, .18);
}

.hub-hero .btn-light,
.product-collection-hero .btn-light,
.solution-hero .btn-light {
  color: var(--lbr-ink, #14212b);
  background: #fff;
  border-color: rgba(20, 33, 43, .2);
  backdrop-filter: none;
}

@media (max-width: 640px) {
  .site-home #collections .collection-panel,
  .site-home #collections .collection-panel.large,
  .site-home #collections .collection-panel.large.light {
    grid-template-rows: 220px auto !important;
  }

  .site-home #collections .collection-visual {
    min-height: 220px;
  }

  .site-home #collections .product-photo {
    height: 220px;
  }
}

/*
 * Solutions archive:
 * this is a decision hub, not another product grid. Each card leads with the
 * buyer situation and the decisions covered by the detailed solution page.
 */
.archive-solutions-page .lbr-solution-route-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px;
  background: transparent;
}

.archive-solutions-page .lbr-solution-route-card {
  grid-column: span 2;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 390px;
  padding: 28px;
  border: 1px solid rgba(20, 33, 43, .14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(20, 33, 43, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.archive-solutions-page .lbr-solution-route-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.archive-solutions-page .lbr-solution-route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(192, 75, 15, .42);
  box-shadow: 0 22px 48px rgba(20, 33, 43, .1);
}

.lbr-solution-route-card__head > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(192, 75, 15, .4);
  color: #9d3509;
  font-size: 11px;
  font-weight: 800;
}

.lbr-solution-route-card__head small {
  display: block;
  margin-top: 20px;
  color: #9d3509;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lbr-solution-route-card__head h3 {
  margin: 11px 0 0;
  color: #17232c;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.lbr-solution-route-card__head p {
  margin: 13px 0 0;
  color: #52616c;
  font-size: 13px;
  line-height: 1.62;
}

.lbr-solution-route-card__body {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(20, 33, 43, .12);
}

.lbr-solution-route-card__body b {
  display: block;
  color: #273744;
  font-size: 12px;
  line-height: 1.45;
}

.lbr-solution-route-card__body ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.lbr-solution-route-card__body li {
  position: relative;
  padding-left: 16px;
  color: #52616c;
  font-size: 12px;
  line-height: 1.52;
}

.lbr-solution-route-card__body li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c04b0f;
}

.lbr-solution-route-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
  color: #9d3509;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.lbr-solution-route-card__link span {
  transition: transform .18s ease;
}

.lbr-solution-route-card__link:hover span,
.lbr-solution-route-card__link:focus-visible span {
  transform: translateX(3px);
}

@media (max-width: 980px) {
  .archive-solutions-page .lbr-solution-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .archive-solutions-page .lbr-solution-route-card,
  .archive-solutions-page .lbr-solution-route-card:nth-last-child(-n + 2) {
    grid-column: auto;
  }

  .archive-solutions-page .lbr-solution-route-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .archive-solutions-page .lbr-solution-route-grid {
    grid-template-columns: 1fr !important;
  }

  .archive-solutions-page .lbr-solution-route-card,
  .archive-solutions-page .lbr-solution-route-card:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: 0;
    padding: 24px 22px;
  }
}
