/*
Theme Name: LBS AudioCable
Theme URI: https://lbscable.com/
Author: LBS AudioCable Factory
Description: Lightweight bilingual B2B catalog theme for LBS AudioCable Factory.
Version: 1.8.1
Text Domain: lbs-audiocable
*/

:root {
  --lbs-ink: #111827;
  --lbs-muted: #64748b;
  --lbs-line: #dbe3ee;
  --lbs-paper: #f5f7fb;
  --lbs-white: #ffffff;
  --lbs-brand: #111b35;
  --lbs-brand-2: #1d4ed8;
  --lbs-copper: #f97346;
  --lbs-max: 1180px;
  --lbs-radius: 10px;
  --lbs-shadow: 0 18px 48px rgba(16, 23, 25, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lbs-ink);
  background: var(--lbs-white);
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(189, 107, 60, .5); outline-offset: 3px; }

.lbs-container { width: min(calc(100% - 40px), var(--lbs-max)); margin-inline: auto; }
.lbs-section { padding: 84px 0; }
.lbs-section--soft { background: var(--lbs-paper); }
.lbs-eyebrow { margin: 0 0 10px; color: var(--lbs-copper); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lbs-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.lbs-section-head h2, .lbs-page-hero h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.035em; }
.lbs-section-head p { max-width: 590px; margin: 0; color: var(--lbs-muted); }

.lbs-topbar { background: #070b18; color: rgba(255,255,255,.82); font-size: .74rem; }
.lbs-topbar__inner { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.lbs-topbar__tagline { color: rgba(255,255,255,.65); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.lbs-topbar__right { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.lbs-topbar__links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.lbs-topbar__email { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.92); font-size: .82rem; font-weight: 700; letter-spacing: .01em; }
.lbs-topbar__email svg { width: 18px; height: 18px; fill: #f97346; }
.lbs-topbar__email:hover { color: white; }
.lbs-topbar__whatsapp { display: none; }
.lbs-topbar__socials { display: flex; align-items: center; gap: 8px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.18); }
.lbs-social--compact { justify-content: center; width: 25px; min-height: 25px; padding: 0; border-radius: 6px; }
.lbs-social--compact svg { width: 14px; height: 14px; }
.lbs-social--compact span { display: none; }
.lbs-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--lbs-line); backdrop-filter: blur(12px); }
.lbs-header__inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.lbs-brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.lbs-brand__mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lbs-brand); color: white; font-size: .78rem; font-weight: 900; letter-spacing: .04em; }
.lbs-brand__text strong, .lbs-brand__text span { display: block; }
.lbs-brand__text strong { font-size: .92rem; letter-spacing: .02em; }
.lbs-brand__text span { color: var(--lbs-muted); font-size: .68rem; }
.lbs-nav { margin-left: auto; }
.lbs-nav ul { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.lbs-nav a { font-size: .84rem; font-weight: 700; white-space: nowrap; }
.lbs-nav a:hover { color: var(--lbs-copper); }
.lbs-language-picker { position: relative; z-index: 30; }
.lbs-language-picker summary { display: flex; align-items: center; gap: 6px; min-height: 37px; padding: 0 10px; list-style: none; cursor: pointer; border: 1px solid var(--lbs-line); border-radius: 8px; color: var(--lbs-ink); background: white; font-size: .76rem; font-weight: 900; }
.lbs-language-picker summary::-webkit-details-marker { display: none; }
.lbs-language-picker[open] summary { border-color: var(--lbs-brand); box-shadow: 0 0 0 3px rgba(249,115,70,.12); }
.lbs-language-picker__current { white-space: nowrap; }
.lbs-language-picker__caret { color: var(--lbs-muted); font-size: 1rem; line-height: 1; transition: transform .18s ease; }
.lbs-language-picker[open] .lbs-language-picker__caret { transform: rotate(180deg); }
.lbs-language-picker__menu { position: absolute; top: calc(100% + 9px); right: 0; width: 454px; padding: 8px; border: 1px solid var(--lbs-line); border-radius: 10px; background: white; box-shadow: 0 18px 40px rgba(10,16,32,.18); }
.lbs-language-picker__menu p { margin: 4px 8px 7px; color: var(--lbs-muted); font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.lbs-language-picker__choices { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2px; }
.lbs-language-picker__menu a { display: flex; align-items: center; gap: 10px; padding: 9px 8px; border-radius: 7px; color: var(--lbs-ink); }
.lbs-language-picker__menu a:hover, .lbs-language-picker__menu a[aria-current="true"] { color: var(--lbs-ink); background: #fff3ee; }
.lbs-language-picker__menu strong, .lbs-language-picker__menu small { display: block; }
.lbs-language-picker__menu strong { font-size: .79rem; }
.lbs-language-picker__menu small { margin-top: 2px; color: var(--lbs-muted); font-size: .66rem; font-weight: 700; }
.lbs-language-picker__flag { font-size: 1.3rem; line-height: 1; }
.lbs-language-picker__menu a, .lbs-language-picker__menu small, .lbs-product-card h2, .lbs-product-summary h1, .lbs-info-card h3, .lbs-info-card p, .lbs-step h3, .lbs-step p, .lbs-page-hero h1, .lbs-page-hero p { overflow-wrap: anywhere; }
.lbs-menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--lbs-line); border-radius: 8px; background: white; }

.lbs-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--lbs-brand); border-radius: 6px; background: var(--lbs-brand); color: white; font-weight: 800; transition: .2s ease; }
.lbs-btn:hover { background: var(--lbs-brand-2); transform: translateY(-1px); }
.lbs-btn--ghost { color: var(--lbs-brand); background: transparent; }
.lbs-btn--light { border-color: white; color: var(--lbs-brand); background: white; }

.lbs-hero { position: relative; overflow: hidden; color: white; background-color: #070b18; background-image: linear-gradient(90deg,rgba(7,11,24,.68) 0%,rgba(7,11,24,.4) 48%,rgba(7,11,24,.2) 100%),url("./assets/images/lbs-stage-hero-v1.png"); background-size: cover; background-position: center; }
.lbs-hero::before { content: ""; position: absolute; inset: -20% -10%; pointer-events: none; background: linear-gradient(112deg,transparent 22%,rgba(37,99,235,.04) 34%,rgba(37,99,235,.34) 42%,transparent 52%),linear-gradient(70deg,transparent 44%,rgba(124,58,237,.3) 54%,transparent 64%),radial-gradient(circle at 82% 23%,rgba(34,211,238,.34),transparent 16%),radial-gradient(circle at 64% 14%,rgba(168,85,247,.24),transparent 18%); filter: blur(3px); }
.lbs-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(7,11,24,.12),transparent 55%,rgba(0,0,0,.18)); }
.lbs-hero__grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.lbs-hero__location { display: inline-flex; margin: 0 0 14px; padding: 7px 12px; border-left: 3px solid var(--lbs-copper); color: #ffc6ae; background: rgba(7,11,24,.58); font-size: clamp(.98rem, 1.45vw, 1.18rem); font-weight: 900; letter-spacing: .06em; }
.lbs-hero h1 { max-width: 820px; margin: 0 0 18px; font-size: clamp(2.75rem, 5.8vw, 5.7rem); line-height: .98; letter-spacing: -.055em; }
.lbs-hero__company { max-width: 880px; margin: 0 0 9px; color: rgba(255,255,255,.96); font-size: clamp(1rem, 1.55vw, 1.2rem); font-weight: 850; line-height: 1.42; letter-spacing: .005em; }
.lbs-hero__lead { max-width: 760px; margin: 0 0 30px; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.55vw, 1.18rem); font-weight: 600; line-height: 1.65; }
.lbs-hero-art { min-height: 440px; }
.lbs-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lbs-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 42px; background: rgba(255,255,255,.2); }
.lbs-proof div { padding: 18px 16px; background: rgba(11,20,45,.9); }
.lbs-proof strong { display: block; font-size: 1.15rem; }
.lbs-proof span { color: rgba(255,255,255,.65); font-size: .75rem; }

/* Right-to-left layout for Arabic while preserving technical model/spec values. */
html[lang^="ar"] body { direction: rtl; font-family: Tahoma, Arial, sans-serif; }
html[lang^="ar"] .lbs-topbar__inner, html[lang^="ar"] .lbs-header__inner, html[lang^="ar"] .lbs-hero__grid, html[lang^="ar"] .lbs-section-head, html[lang^="ar"] .lbs-product-detail { direction: rtl; }
html[lang^="ar"] .lbs-nav { margin-left: 0; margin-right: auto; }
html[lang^="ar"] .lbs-language-picker { margin-left: 0; margin-right: 0; }
html[lang^="ar"] .lbs-language-picker__menu { right: auto; left: 0; text-align: right; }
html[lang^="ar"] .lbs-language-picker__menu a, html[lang^="ar"] .lbs-topbar__right, html[lang^="ar"] .lbs-topbar__links, html[lang^="ar"] .lbs-actions { direction: rtl; }
html[lang^="ar"] .lbs-language-picker__flag, html[lang^="ar"] .lbs-topbar__email svg { flex: 0 0 auto; }
html[lang^="ar"] .lbs-hero__location { border-left: 0; border-right: 3px solid var(--lbs-copper); }
html[lang^="ar"] .lbs-specs th { text-align: right; }
html[lang^="ar"] .lbs-model, html[lang^="ar"] .lbs-specs td, html[lang^="ar"] .lbs-proof strong { direction: ltr; unicode-bidi: isolate; }

.lbs-media-placeholder { position: relative; display: grid; place-items: center; min-height: 260px; border: 1px dashed #aab7b5; border-radius: var(--lbs-radius); color: #6d7b7a; background: linear-gradient(135deg,#edf1f0,#fafbfb); text-align: center; overflow: hidden; }
.lbs-media-placeholder::before { content: "LBS"; position: absolute; font-size: clamp(4rem,12vw,8rem); font-weight: 900; color: rgba(24,63,61,.045); }
.lbs-media-placeholder span { position: relative; padding: 18px; font-size: .82rem; font-weight: 800; letter-spacing: .04em; }
.lbs-hero .lbs-media-placeholder { min-height: 440px; border-color: rgba(255,255,255,.35); color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); }

.lbs-category-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.lbs-category { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: end; padding: 26px; border-radius: var(--lbs-radius); color: white; background: radial-gradient(circle at 82% 18%,rgba(34,211,238,.3),transparent 24%),linear-gradient(150deg,#1d4ed8,#111b35 72%); box-shadow: var(--lbs-shadow); overflow: hidden; }
.lbs-category:nth-child(even) { background: radial-gradient(circle at 82% 18%,rgba(244,114,182,.26),transparent 24%),linear-gradient(150deg,#6d28d9,#17152f 72%); }
.lbs-category small { color: rgba(255,255,255,.58); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.lbs-category h3 { margin: 8px 0 6px; font-size: 1.35rem; line-height: 1.2; }
.lbs-category p { margin: 0; color: rgba(255,255,255,.72); font-size: .86rem; }
.lbs-category b { margin-top: 18px; color: rgba(255,255,255,.9); font-size: .78rem; }
.lbs-category:hover { transform: translateY(-4px); }

.lbs-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.lbs-product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--lbs-line); border-radius: var(--lbs-radius); background: white; overflow: hidden; transition: .2s ease; }
.lbs-product-card:hover { transform: translateY(-4px); box-shadow: var(--lbs-shadow); }
.lbs-product-card__media { aspect-ratio: 4/3; display: grid; place-items: center; background: #f3f5f4; overflow: hidden; }
.lbs-product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.lbs-product-card__media .lbs-media-placeholder { width: 100%; min-height: 100%; border: 0; border-radius: 0; }
.lbs-product-card__body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.lbs-model { color: var(--lbs-copper); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lbs-product-card h2, .lbs-product-card h3 { margin: 8px 0 8px; font-size: 1.25rem; line-height: 1.25; }
.lbs-product-card p { margin: 0 0 18px; color: var(--lbs-muted); font-size: .9rem; }
.lbs-text-link { margin-top: auto; color: var(--lbs-brand); font-weight: 900; }

.lbs-capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--lbs-line); border: 1px solid var(--lbs-line); }
.lbs-capability { min-height: 210px; padding: 30px; background: white; }
.lbs-capability b { display: block; width: 42px; height: 4px; margin-bottom: 24px; background: var(--lbs-copper); }
.lbs-capability h3 { margin: 0 0 10px; }
.lbs-capability p { margin: 0; color: var(--lbs-muted); }

.lbs-page-hero { padding: 88px 0 68px; color: white; background: var(--lbs-brand); }
.lbs-page-hero p { max-width: 700px; margin: 18px 0 0; color: rgba(255,255,255,.75); }
.lbs-product-detail { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.85fr); gap: 58px; align-items: start; }
.lbs-product-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.lbs-product-gallery__main { grid-column: 1/-1; }
.lbs-product-gallery .lbs-media-placeholder { min-height: 150px; }
.lbs-product-gallery__main .lbs-media-placeholder { min-height: 440px; }
.lbs-product-gallery__main img, .lbs-product-gallery__item img { width: 100%; aspect-ratio: 4/3; object-fit: contain; border: 1px solid var(--lbs-line); border-radius: var(--lbs-radius); background: white; }
.lbs-product-gallery__item img { aspect-ratio: 1/1; }
.lbs-product-summary { position: sticky; top: 110px; }
.lbs-product-summary h1 { margin: 8px 0 16px; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.05; }
.lbs-product-summary__intro { color: var(--lbs-muted); font-size: 1.04rem; }
.lbs-specs { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: .9rem; }
.lbs-specs th, .lbs-specs td { padding: 11px 12px; border-bottom: 1px solid var(--lbs-line); text-align: left; vertical-align: top; }
.lbs-specs th { width: 38%; color: var(--lbs-muted); font-weight: 700; }
.lbs-gallery-note { margin-top: 10px; color: var(--lbs-muted); font-size: .78rem; }

.lbs-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.lbs-info-card { min-height: 230px; padding: 28px; border: 1px solid var(--lbs-line); border-radius: var(--lbs-radius); background: white; box-shadow: 0 8px 28px rgba(16,23,25,.045); }
.lbs-info-card span { display: block; width: 38px; height: 4px; margin-bottom: 24px; background: linear-gradient(90deg,var(--lbs-copper),#fbbf24); }
.lbs-info-card h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.25; }
.lbs-info-card p { margin: 0; color: var(--lbs-muted); font-size: .92rem; }
.lbs-steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border: 1px solid var(--lbs-line); background: var(--lbs-line); }
.lbs-step { min-height: 230px; padding: 28px; background: white; }
.lbs-step strong { display: block; margin-bottom: 28px; color: var(--lbs-copper); font-size: 1.75rem; line-height: 1; }
.lbs-step h3 { margin: 0 0 10px; }
.lbs-step p { margin: 0; color: var(--lbs-muted); font-size: .9rem; }
.lbs-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lbs-prose { max-width: 880px; }

.lbs-inquiry-panel { scroll-margin-top: 110px; margin-top: 42px; padding: 36px; border: 1px solid var(--lbs-line); border-radius: var(--lbs-radius); background: white; box-shadow: var(--lbs-shadow); }
.lbs-inquiry-panel__intro { max-width: 760px; margin-bottom: 28px; }
.lbs-inquiry-panel__intro h2 { margin: 0 0 10px; font-size: clamp(1.8rem,3.4vw,3rem); line-height: 1.1; }
.lbs-inquiry-panel__intro p:last-child { margin: 0; color: var(--lbs-muted); }
.lbs-inquiry-form { position: relative; }
.lbs-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.lbs-inquiry-form label { display: block; margin-bottom: 18px; font-weight: 800; font-size: .84rem; }
.lbs-inquiry-form label > span { display: block; margin-bottom: 6px; }
.lbs-inquiry-form input[type="text"], .lbs-inquiry-form textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 6px; color: var(--lbs-ink); background: white; }
.lbs-inquiry-form input[type="text"] { min-height: 48px; padding: 0 13px; }
.lbs-inquiry-form textarea { min-height: 150px; padding: 12px 13px; resize: vertical; }
.lbs-inquiry-form input:focus, .lbs-inquiry-form textarea:focus { border-color: var(--lbs-brand-2); outline: 3px solid rgba(37,99,235,.14); }
.lbs-consent { display: flex !important; align-items: flex-start; gap: 10px; color: var(--lbs-muted); font-weight: 500 !important; }
.lbs-consent input { flex: 0 0 auto; margin-top: 5px; }
.lbs-consent span { margin: 0 !important; }
.lbs-consent a { color: var(--lbs-brand-2); text-decoration: underline; }
.lbs-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lbs-form-notice { margin-bottom: 22px; padding: 13px 15px; border-radius: 6px; font-weight: 800; }
.lbs-form-notice--success { color: #166534; background: #dcfce7; }
.lbs-form-notice--error { color: #991b1b; background: #fee2e2; }
.lbs-floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: inline-flex; align-items: center; min-height: 46px; padding: 0 17px; border: 2px solid white; border-radius: 999px; color: #052e16; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .78rem; font-weight: 900; }
.lbs-floating-whatsapp:hover { transform: translateY(-2px); }
.lbs-floating-quote { position: fixed; right: 20px; bottom: 76px; z-index: 59; display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: white; background: #1d4ed8; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .72rem; font-weight: 900; }
.lbs-floating-quote:hover { color: white; transform: translateY(-2px); background: #1e40af; }

.lbs-cta { color: white; background: radial-gradient(circle at 78% 30%,rgba(124,58,237,.34),transparent 25%),linear-gradient(120deg,#070b18,#111b35); }
.lbs-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.lbs-cta h2 { margin: 0 0 8px; font-size: clamp(2rem,4vw,3.4rem); }
.lbs-cta p { margin: 0; color: rgba(255,255,255,.7); }
.lbs-footer { padding: 64px 0 28px; color: rgba(255,255,255,.74); background: #050812; }
.lbs-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 54px; }
.lbs-footer h3, .lbs-footer h4 { color: white; }
.lbs-footer ul { margin: 0; padding: 0; list-style: none; }
.lbs-footer li + li { margin-top: 8px; }
.lbs-socials { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.lbs-social { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 10px; border: 1px solid transparent; border-radius: 7px; color: white; font-size: .76rem; font-weight: 900; transition: transform .2s ease,filter .2s ease; }
.lbs-social:hover { color: white; filter: brightness(1.08); transform: translateY(-2px); }
.lbs-social svg { width: 17px; height: 17px; fill: currentColor; }
.lbs-social--whatsapp { color: #062b18; background: #25d366; }
.lbs-social--facebook { background: #1877f2; }
.lbs-social--linkedin { background: #0a66c2; }
.lbs-social--tiktok { background: linear-gradient(135deg,#00f2ea 0 12%,#111 12% 84%,#fe2c55 84%); }
.lbs-social.lbs-social--compact { justify-content: center; width: 34px; min-height: 34px; padding: 0; border-radius: 8px; }
.lbs-social.lbs-social--compact svg { width: 18px; height: 18px; }
.lbs-social.lbs-social--compact span { display: none; }
.lbs-copyright { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.lbs-cookie-consent { position: fixed; right: 20px; bottom: 20px; z-index: 80; width: min(440px,calc(100% - 32px)); padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: white; background: #111827; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.lbs-cookie-consent[hidden] { display: none; }
.lbs-cookie-consent p { margin: 0 0 14px; color: rgba(255,255,255,.82); font-size: .84rem; line-height: 1.55; }
.lbs-cookie-consent a { color: white; text-decoration: underline; }
.lbs-cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.lbs-cookie-consent__actions .lbs-btn { min-height: 38px; padding: 0 13px; font-size: .72rem; }
.lbs-cookie-consent__actions .lbs-btn--ghost { color: white; border-color: rgba(255,255,255,.5); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.trp-floating-switcher { display: none !important; }

@media (max-width: 980px) {
  .lbs-hero__grid, .lbs-product-detail { grid-template-columns: 1fr; }
  .lbs-hero__grid { padding: 76px 0; }
  .lbs-hero-art { display: none; }
  .lbs-product-summary { position: static; }
  .lbs-category-grid { grid-template-columns: repeat(2,1fr); }
  .lbs-product-grid { grid-template-columns: repeat(2,1fr); }
  .lbs-capability-grid { grid-template-columns: repeat(2,1fr); }
  .lbs-info-grid { grid-template-columns: repeat(2,1fr); }
  .lbs-steps-grid { grid-template-columns: repeat(2,1fr); }
  .lbs-menu-toggle { display: block; }
  .lbs-nav { position: absolute; inset: 76px 0 auto; display: none; padding: 20px; border-bottom: 1px solid var(--lbs-line); background: white; }
  .lbs-nav.is-open { display: block; }
  .lbs-nav ul { width: min(calc(100% - 40px),var(--lbs-max)); margin: auto; align-items: stretch; flex-direction: column; gap: 4px; }
  .lbs-nav a { display: block; padding: 10px 0; }
}

@media (max-width: 420px) {
  .lbs-header__inner { gap: 6px; }
  .lbs-brand { gap: 7px; }
  .lbs-brand__mark { width: 34px; height: 34px; }
  .lbs-brand__text strong { max-width: 98px; font-size: 0; line-height: 1.1; }
  .lbs-brand__text strong::after { content: "LBS AudioCable"; font-size: .76rem; }
  .lbs-language-picker summary { min-height: 33px; padding: 0 8px; font-size: .7rem; }
  .lbs-language-picker__menu { width: min(314px, calc(100vw - 28px)); }
  .lbs-language-picker__choices { grid-template-columns: 1fr; }
  .lbs-menu-toggle { width: 36px; height: 36px; }
}

@media (max-width: 680px) {
  .lbs-container { width: min(calc(100% - 28px),var(--lbs-max)); }
  .lbs-section { padding: 64px 0; }
  .lbs-topbar__inner { justify-content: center; }
  .lbs-topbar__email span { display: none; }
  .lbs-topbar__inner { min-height: 46px; }
  .lbs-topbar__tagline { display: none; }
  .lbs-topbar__right { width: 100%; justify-content: space-between; gap: 8px; }
  .lbs-topbar__links { gap: 8px; font-size: .7rem; }
  .lbs-topbar__socials { gap: 6px; padding-left: 10px; }
  .lbs-social.lbs-social--compact { width: 31px; min-height: 31px; }
  .lbs-header__inner { min-height: 68px; gap: 10px; }
  .lbs-brand__text span { display: none; }
  .lbs-language-picker { margin-left: auto; }
  .lbs-menu-toggle { margin-left: 0; }
  .lbs-nav { inset-block-start: 68px; }
  .lbs-hero__grid { min-height: auto; padding: 64px 0; }
  .lbs-hero h1 { font-size: clamp(2.45rem,13vw,4.2rem); }
  .lbs-proof { grid-template-columns: 1fr; }
  .lbs-category-grid, .lbs-product-grid, .lbs-capability-grid, .lbs-info-grid, .lbs-steps-grid, .lbs-footer__grid { grid-template-columns: 1fr; }
  .lbs-form-grid { grid-template-columns: 1fr; gap: 0; }
  .lbs-inquiry-panel { padding: 24px 18px; }
  .lbs-floating-whatsapp { right: 14px; bottom: 14px; min-height: 42px; padding: 0 14px; }
  .lbs-floating-quote { right: 14px; bottom: 66px; min-height: 40px; padding: 0 13px; }
  .lbs-cookie-consent { right: 14px; bottom: 14px; }
  .lbs-section-head, .lbs-cta__inner { align-items: flex-start; flex-direction: column; }
  .lbs-product-gallery__main .lbs-media-placeholder { min-height: 300px; }
  .lbs-page-hero { padding: 64px 0 52px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
