:root {
  --bcfy-focus: #e8c977;
  --bcfy-soft: #f4efe5;
  --bcfy-border: rgba(11, 40, 34, 0.18);
}

html {
  scroll-padding-top: 110px;
}

body {
  font-size: 16px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  color: #fff;
  background: #071c18;
  border: 2px solid var(--bcfy-focus);
  border-radius: 4px;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--bcfy-focus) !important;
  outline-offset: 3px;
}

.topbar {
  min-height: 38px;
  height: auto;
  font-size: 13px;
}

nav {
  font-size: 15px;
}

nav a[aria-current="page"] {
  font-weight: 700;
}

nav a[aria-current="page"]::after {
  right: 0;
  height: 2px;
}

.lang {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 44px;
  padding: 0 9px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}

.cart {
  min-height: 44px;
  font-size: 14px;
}

.menu {
  min-width: 44px;
  min-height: 44px;
}

.hero-content p,
.page-hero p,
.gateway-panel p,
.heritage-copy > p,
.oem-feature p,
.hk-contact p,
.about-intro p,
.oem-intro > p,
.contact-form > div > p,
.enquiry-section > div > p,
.film-section p {
  font-size: 17px;
  line-height: 1.85;
}

.hero-content small,
.page-hero small,
.gateway-panel small,
.vertical-title small,
.heritage-copy > small,
.oem-feature small,
.hk-contact small,
.about-intro small,
.quality-story small,
.film-section small,
.oem-intro small,
.oem-capability small,
.enquiry-section small,
.contact-form small {
  color: #ead9aa;
  font-size: 12px;
}

.btn {
  min-height: 48px;
  font-size: 15px;
}

.text-link,
.gateway-panel span,
.dual-route a,
.plans article > a,
.category-note a {
  font-size: 14px;
}

.timeline p,
.mini-steps span,
.dual-route p,
.product-card p,
.plans p,
.plans li,
.quality-list p,
.capability-list span,
.contact-options span,
.cart-layout aside p,
.category-note p {
  font-size: 15px;
}

.timeline b,
.quality-list b {
  font-size: 16px;
}

.proof-ledger span,
.product-meta small,
.product-meta b,
.scene,
.product-card label,
.price span,
.product-actions button,
.product-actions a,
.catalog-top small,
.category-tabs button,
.contact-options small,
.enquiry-form label,
.footer-grid p,
.footer-grid a,
.footer-grid b,
.footer-bottom {
  font-size: 13px;
}

.product-card {
  position: relative;
}

.product-card h3 {
  font-size: 27px;
}

.product-card p {
  min-height: 76px;
}

.product-actions button,
.product-actions a {
  min-height: 46px;
}

.catalog .product-actions a.retail-wholesale-action {
  display: none;
}

.image-disclosure {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 9px;
  color: #fff;
  background: rgba(7, 28, 24, 0.88);
  border-radius: 3px;
  font-size: 12px;
}

.bcfy-route-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.bcfy-section {
  padding: 88px 7vw;
  background: #fff;
}

.bcfy-section--soft {
  background: var(--bcfy-soft);
}

.bcfy-section--dark {
  color: #fff;
  background: #071c18;
}

.bcfy-section__head {
  max-width: 790px;
  margin-bottom: 38px;
}

.bcfy-eyebrow {
  margin-bottom: 14px;
  color: #8d6d34;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.bcfy-section--dark .bcfy-eyebrow {
  color: #dbc896;
}

.bcfy-section__head h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.25;
}

.bcfy-section__head p {
  color: #52605b;
  font-size: 17px;
  line-height: 1.8;
}

.bcfy-section--dark .bcfy-section__head p {
  color: #c4d0ca;
}

.bcfy-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bcfy-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bcfy-info-card {
  min-height: 220px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--bcfy-border);
}

.bcfy-section--dark .bcfy-info-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.bcfy-info-card small {
  color: #8d6d34;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.bcfy-section--dark .bcfy-info-card small {
  color: #dbc896;
}

.bcfy-info-card h3 {
  margin: 18px 0 10px;
  font-size: 25px;
  line-height: 1.35;
}

.bcfy-info-card p,
.bcfy-info-card li {
  color: #52605b;
  font-size: 15px;
  line-height: 1.75;
}

.bcfy-section--dark .bcfy-info-card p,
.bcfy-section--dark .bcfy-info-card li {
  color: #c4d0ca;
}

.bcfy-info-card ul {
  margin: 0;
  padding-left: 20px;
}

.bcfy-card-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.bcfy-disclaimer {
  max-width: 900px;
  margin: 26px 0 0;
  padding: 16px 18px;
  color: #59645f;
  background: rgba(255, 255, 255, 0.65);
  border-left: 3px solid #b89b63;
  font-size: 14px;
  line-height: 1.7;
}

.bcfy-section--dark .bcfy-disclaimer {
  color: #d1dbd6;
  background: rgba(255, 255, 255, 0.06);
}

.professional-supply[hidden],
.catalog[hidden] {
  display: none !important;
}

.bcfy-audience-tabs {
  position: sticky;
  top: 86px;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 5vw;
  background: rgba(250, 248, 243, 0.96);
  border-bottom: 1px solid var(--bcfy-border);
  backdrop-filter: blur(10px);
}

.bcfy-audience-tabs button {
  min-height: 44px;
  padding: 0 22px;
  color: #071c18;
  background: transparent;
  border: 1px solid #071c18;
  font-size: 15px;
  font-weight: 700;
}

.bcfy-audience-tabs button[aria-selected="true"] {
  color: #fff;
  background: #071c18;
}

.bcfy-load-more {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
}

.bcfy-load-more button {
  min-height: 48px;
  padding: 0 26px;
  color: #fff;
  background: #071c18;
  border: 0;
  font-size: 15px;
  font-weight: 700;
}

.bcfy-hidden-card {
  display: none !important;
}

.bcfy-form-note {
  margin: 14px 0 0;
  color: #52605b;
  font-size: 14px;
  line-height: 1.7;
}

.bcfy-form-note a {
  font-weight: 700;
  text-decoration: underline;
}

.bcfy-map-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 8px;
  font-weight: 700;
  text-decoration: underline;
}

.bcfy-proof-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #dbc896;
}

.footer-grid p,
.footer-grid a {
  line-height: 1.75;
}

.wa-float {
  min-width: 64px;
  min-height: 64px;
  height: 64px;
  gap: 11px;
  padding: 0 25px;
  border-radius: 32px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.wa-float svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
}

.wa-float span {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .bcfy-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .bcfy-audience-tabs {
    top: 76px;
  }

  .bcfy-card-grid {
    grid-template-columns: 1fr;
  }

  .bcfy-card-grid--four {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .topbar {
    min-height: 34px;
  }

  .header-tools {
    gap: 6px;
  }

  .lang {
    min-width: 52px;
    padding: 0 6px;
    font-size: 13px;
  }

  .hero-content p,
  .page-hero p,
  .gateway-panel p,
  .heritage-copy > p,
  .oem-feature p,
  .hk-contact p,
  .about-intro p,
  .oem-intro > p,
  .contact-form > div > p,
  .enquiry-section > div > p,
  .film-section p {
    font-size: 16px;
  }

  .bcfy-section {
    padding: 66px 6vw;
  }

  .bcfy-card-grid--four {
    grid-template-columns: 1fr;
  }

  .bcfy-audience-tabs {
    top: 76px;
    justify-content: stretch;
  }

  .bcfy-audience-tabs button {
    flex: 1;
    padding: 0 10px;
  }

  .product-card p {
    min-height: auto;
  }

  .wa-float {
    right: 16px;
    bottom: 16px;
    width: auto;
    max-width: calc(100vw - 32px);
    min-height: 60px;
    height: 60px;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 16px;
  }

  .wa-float svg {
    width: 26px;
    height: 26px;
  }

  .wa-float span {
    display: inline;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
