/*
Theme Name: Baifei Lighting Product Experience Child
Theme URI: https://baifeilighting.com/
Description: Enhanced product experiences layered safely over the Baifei Lighting parent theme.
Author: Baifei Lighting
Template: baifei-lighting
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: baifei-b02-child
*/

.sy5862-live {
  --b02-orange: #ffd000;
  --b02-cyan: #2f87ff;
  --b02-blue: #07182d;
  --b02-blue-2: #030b16;
  --b02-paper: #f5f7f9;
}

.sy5862-hero { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 720px; background: #04101f; color: #fff; }
.sy5862-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px, 8vw, 140px) clamp(32px, 7vw, 112px); }
.sy5862-hero-copy h1 { max-width: 760px; margin: 18px 0 26px; font-size: clamp(48px, 6.1vw, 98px); line-height: .93; }
.sy5862-hero-copy > p:not(.b02-eyebrow) { max-width: 660px; color: #d5dfeb; font-size: clamp(17px, 1.35vw, 22px); }
.sy5862-hero-copy small { max-width: 650px; margin-top: 26px; color: #92a0b2; }
.sy5862-hero .b02-text-link { color: #fff; }
.sy5862-hero-media { min-height: 720px; overflow: hidden; }
.sy5862-hero-media img { height: 100%; object-fit: cover; object-position: center; }

.sy5862-skus, .sy5862-scenes { padding: clamp(78px, 9vw, 145px) clamp(28px, 7vw, 120px); }
.sy5862-sku-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sy5862-sku-grid article { overflow: hidden; background: #fff; box-shadow: 0 18px 50px rgba(4,16,31,.08); }
.sy5862-sku-grid article > img { aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.sy5862-sku-grid article > div { display: grid; grid-template-columns: auto 1fr; gap: 2px 14px; align-items: center; padding: 24px 28px 30px; }
.sy5862-sku-grid h3 { margin: 0; font-size: 28px; }
.sy5862-sku-grid p { grid-column: 2; color: var(--b02-muted); }
.sy5862-swatch { width: 20px; height: 20px; border: 1px solid rgba(21,32,42,.2); border-radius: 50%; }
.sy5862-swatch-yellow { background: #ffd000; }
.sy5862-swatch-blue { background: #1d5ed9; }

.sy5862-beams { padding: clamp(78px, 9vw, 145px) clamp(28px, 7vw, 120px); background: #061426; color: #fff; }
.sy5862-beams > img { max-width: 1500px; margin: 52px auto 0; border: 1px solid rgba(255,208,0,.35); }
.sy5862-modes { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 7vw, 120px); padding: clamp(78px, 9vw, 145px) clamp(28px, 7vw, 120px); background: #020912; color: #fff; }
.sy5862-mode-copy h2 { margin: 18px 0 24px; font-size: clamp(42px, 5.5vw, 78px); line-height: .98; }
.sy5862-mode-copy > p:not(.b02-eyebrow) { color: #aeb9c7; font-size: 18px; }
.sy5862-mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }
.sy5862-mode-grid article { min-height: 180px; padding: 30px; background: #07182d; }
.sy5862-mode-grid article:last-child { grid-column: 1 / -1; }
.sy5862-mode-grid span { display: block; margin-bottom: 32px; color: #ffd000; font-weight: 800; letter-spacing: .14em; }
.sy5862-mode-grid strong { display: block; margin-bottom: 10px; font-size: 24px; }
.sy5862-mode-grid small { color: #aeb9c7; }

.sy5862-feature-pair { padding: clamp(78px, 9vw, 145px) clamp(28px, 7vw, 120px); background: #eef1f4; }
.sy5862-feature-pair article { display: grid; grid-template-columns: 1fr 1fr; align-items: center; max-width: 1500px; margin: 0 auto 36px; background: #fff; }
.sy5862-feature-pair article:nth-child(even) img { order: 2; }
.sy5862-feature-pair article > img { height: 100%; max-height: 760px; object-fit: cover; }
.sy5862-feature-pair article > div { padding: clamp(38px, 6vw, 94px); }
.sy5862-feature-pair h2 { font-size: clamp(38px, 4.6vw, 68px); }

.sy5862-scenes { background: #f5f7f9; }
.sy5862-scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sy5862-scene-grid figure { margin: 0; overflow: hidden; background: #07182d; color: #fff; }
.sy5862-scene-grid img { aspect-ratio: 4 / 5; height: 100%; max-height: 660px; object-fit: cover; }
.sy5862-scene-grid figcaption { padding: 20px 22px; font-weight: 700; }

@media (max-width: 900px) {
  .sy5862-hero, .sy5862-modes, .sy5862-feature-pair article { grid-template-columns: 1fr; }
  .sy5862-hero { min-height: auto; }
  .sy5862-hero-copy { min-height: 610px; }
  .sy5862-hero-media { min-height: 520px; }
  .sy5862-feature-pair article:nth-child(even) img { order: 0; }
  .sy5862-scene-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .sy5862-hero-copy { min-height: auto; padding: 58px 24px; }
  .sy5862-hero-copy h1 { font-size: 46px; }
  .sy5862-hero-media { min-height: 440px; }
  .sy5862-sku-grid, .sy5862-mode-grid, .sy5862-scene-grid { grid-template-columns: 1fr; }
  .sy5862-mode-grid article:last-child { grid-column: auto; }
  .sy5862-feature-pair article > div { padding: 34px 24px 42px; }
}

.b02-live {
  --b02-paper: #f7f4ed;
  --b02-paper-2: #ece9e1;
  --b02-ink: #15202a;
  --b02-muted: #66717a;
  --b02-blue: #10263c;
  --b02-blue-2: #081722;
  --b02-orange: #f47722;
  --b02-cyan: #2ecae9;
  --b02-line: rgba(21, 32, 42, .16);
  background: var(--b02-paper);
  color: var(--b02-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.b02-live *, .b02-live *::before, .b02-live *::after { box-sizing: border-box; }
.b02-live img { display: block; width: 100%; height: auto; }
.b02-live p { margin: 0; font-size: 15px; line-height: 1.72; }
.b02-live small { font-size: 12px; line-height: 1.55; }
.b02-live h1, .b02-live h2, .b02-live h3 { margin-top: 0; color: inherit; }
.b02-live h1, .b02-live h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.b02-live h2 { margin-bottom: 24px; font-size: clamp(36px, 5vw, 68px); line-height: .98; }
.b02-live a { color: inherit; }

.b05-live {
  --b02-orange: #c9773f;
  --b02-cyan: #e9c79b;
}
.b01-live {
  --b02-orange: #d27a32;
  --b02-cyan: #e4c58f;
  --b02-blue: #0d1c31;
  --b02-blue-2: #071322;
}
.b01-live .b02-hero-media > img { object-position: 60% center; }
.whatsapp-float .whatsapp-float-icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.b06-live {
  --b02-orange: #c98a52;
  --b02-cyan: #e7cf9c;
  --b02-blue: #101f34;
  --b02-blue-2: #081321;
}
.b06-live .b02-hero-media > img { object-position: 58% center; }
.b05-live .b02-hero-media > img { object-position: 68% center; }
.b01-skus, .b05-skus, .b06-skus { padding: clamp(74px, 9vw, 140px) clamp(30px, 7vw, 120px); background: #ece9e1; }
.b01-sku-grid, .b05-sku-grid, .b06-sku-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.b01-sku-grid article, .b05-sku-grid article, .b06-sku-grid article { padding: 24px; background: #fff; }
.b01-sku-grid article > div, .b05-sku-grid article > div, .b06-sku-grid article > div { aspect-ratio: 1; overflow: hidden; background: #f7f4ed; }
.b01-sku-grid img, .b05-sku-grid img, .b06-sku-grid img { height: 100%; object-fit: contain; }
.b01-sku-grid article > p, .b05-sku-grid article > p, .b06-sku-grid article > p { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.b01-sku-grid article > small, .b05-sku-grid article > small, .b06-sku-grid article > small { display: block; margin: 8px 0 4px 30px; color: var(--b02-muted); }
.b05-swatch { width: 18px; height: 18px; border: 1px solid rgba(21,32,42,.2); border-radius: 50%; }
.b05-swatch-blue { background: #13233d; }
.b05-swatch-khaki { background: #d7c49f; }
.b05-performance-visual, .b06-performance-visual { max-width: 860px; margin: 0 auto; overflow: hidden; background: #07141d; }
.b05-performance-visual img, .b06-performance-visual img { aspect-ratio: 1; object-fit: cover; }

.b02-subnav {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 42px);
  padding: 0 3vw;
  border-bottom: 1px solid var(--b02-line);
  background: rgba(247, 244, 237, .96);
  backdrop-filter: blur(12px);
}
.b02-subnav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.b02-subnav-cta { margin-left: 12px; padding: 14px 20px; background: var(--b02-orange); color: #fff !important; }

.b02-hero { display: grid; min-height: 720px; grid-template-columns: .92fr 1.08fr; background: var(--b02-blue); color: #fff; }
.b02-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 150px) clamp(36px, 6vw, 105px); }
.b02-eyebrow { margin-bottom: 26px !important; color: var(--b02-orange); font-size: 12px !important; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.b02-eyebrow::before { display: inline-block; width: 30px; height: 1px; margin-right: 12px; background: currentColor; content: ""; vertical-align: middle; }
.b02-eyebrow-light { color: var(--b02-cyan); }
.b02-hero h1 { max-width: 700px; margin-bottom: 30px; font-size: clamp(54px, 6vw, 92px); line-height: .94; }
.b02-lead { max-width: 610px; color: #c9d1d8; font-size: 17px !important; }
.b02-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 42px; }
.b02-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 26px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.b02-button:hover { transform: translateY(-2px); }
.b02-button-primary { background: var(--b02-orange); color: #fff !important; }
.b02-text-link { padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none; }
.b02-text-link span { margin-left: 18px; }
.b02-hero-media { position: relative; min-height: 720px; overflow: hidden; background: #07141d; }
.b02-hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.b02-model { position: absolute; z-index: 2; top: 44px; left: 44px; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.b02-hero-stats { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,1fr); background: rgba(4,15,23,.76); backdrop-filter: blur(8px); }
.b02-hero-stats div { padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.16); }
.b02-hero-stats strong { display: block; font-family: Georgia,serif; font-size: 34px; font-weight: 400; }
.b02-hero-stats span { color: #c3ccd2; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.b02-value-strip { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--b02-line); }
.b02-value-strip article { min-height: 210px; padding: 34px; border-right: 1px solid var(--b02-line); }
.b02-value-strip article > span { color: var(--b02-orange); font-size: 11px; font-weight: 800; }
.b02-value-strip strong { display: block; margin: 34px 0 12px; font-size: 17px; }
.b02-value-strip p { color: var(--b02-muted); }

.b02-split, .b02-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.b02-media { min-height: 590px; overflow: hidden; background: var(--b02-paper-2); }
.b02-media img { width: 100%; height: 100%; object-fit: cover; }
.b02-square img { object-fit: contain; }
.b02-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 7vw, 115px); }
.b02-copy > p:not(.b02-eyebrow) { max-width: 620px; color: var(--b02-muted); }
.b02-line-list { margin: 34px 0 0; }
.b02-line-list div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; padding: 15px 0; border-top: 1px solid var(--b02-line); }
.b02-line-list dt { font-size: 13px; font-weight: 800; }
.b02-line-list dd { margin: 0; color: var(--b02-muted); font-size: 13px; }
.b02-placement { background: #eeebe4; }
.b02-number-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 38px; background: var(--b02-line); }
.b02-number-grid div { min-height: 100px; padding: 22px; background: var(--b02-paper); }
.b02-number-grid span { display: block; margin-bottom: 18px; color: var(--b02-orange); font-size: 11px; font-weight: 800; }
.b02-number-grid strong { font-size: 14px; }

.b02-scenes { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--b02-blue-2); color: #fff; }
.b02-scenes-copy { padding: clamp(70px, 8vw, 130px); }
.b02-scenes-copy > p:not(.b02-eyebrow) { max-width: 580px; color: #bdc8cf; }
.b02-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.b02-tags span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); font-size: 12px; }
.b02-scenes-media { min-height: 700px; }
.b02-scenes-media img { width: 100%; height: 100%; object-fit: cover; }

.b02-performance { padding: clamp(72px, 9vw, 145px) clamp(30px, 6vw, 100px); background: var(--b02-blue); color: #fff; }
.b02-section-heading { max-width: 860px; margin-bottom: 55px; }
.b02-section-heading > p:not(.b02-eyebrow), .b02-heading-light > p:not(.b02-eyebrow) { max-width: 650px; color: var(--b02-muted); }
.b02-heading-light > p:not(.b02-eyebrow) { color: #bdc8cf; }
.b02-modes { position: relative; overflow: hidden; background: #07141d; }
.b02-modes img { aspect-ratio: 16/8; object-fit: cover; }
.b02-modes > div { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,1fr); padding: 18px; background: rgba(5,18,28,.7); }
.b02-modes span { text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.b02-metrics { display: grid; grid-template-columns: .75fr .75fr 1.5fr; margin-top: 1px; gap: 1px; background: rgba(255,255,255,.16); }
.b02-metrics > article { padding: 34px; background: #0b2032; }
.b02-metrics > article > span { color: #aebbc5; font-size: 12px; text-transform: uppercase; }
.b02-metrics > article > strong { display: block; margin: 28px 0 20px; font-family: Georgia,serif; font-size: clamp(42px,4vw,70px); font-weight: 400; }
.b02-metrics p { color: #b8c3ca; }
.b02-runtime > div { display: flex; justify-content: space-between; margin-bottom: 22px; }
.b02-runtime p { display: grid; grid-template-columns: 110px 1fr 45px; align-items: center; gap: 14px; margin: 12px 0; }
.b02-runtime i { position: relative; height: 5px; background: rgba(255,255,255,.12); }
.b02-runtime i::after { position: absolute; inset: 0 auto 0 0; width: var(--bar); background: var(--b02-cyan); content: ""; }
.b02-runtime > small { display: block; margin-top: 24px; color: #9cabb5; }

.b02-feature-stack { background: var(--b02-paper); }
.b02-feature-reverse .b02-media { order: 2; }
.b02-feature-reverse .b02-copy { order: 1; }
.b02-feature .b02-copy small { margin-top: 22px; color: var(--b02-muted); }

.b02-engineering, .b02-specs, .b02-documents, .b02-faq { padding: clamp(74px, 9vw, 140px) clamp(30px, 7vw, 120px); }
.b02-engineering-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.b02-engineering-grid article { padding: 22px; background: #eeebe4; }
.b02-engineering-grid article > div { aspect-ratio: 1; overflow: hidden; background: #fff; }
.b02-engineering-grid img { height: 100%; object-fit: contain; }
.b02-engineering-grid h3 { margin: 26px 0 10px; font-size: 20px; }
.b02-engineering-grid p { color: var(--b02-muted); }

.b02-cooling { display: grid; grid-template-columns: .88fr 1.12fr; background: #080b0d; color: #fff; }
.b02-cooling .b02-copy > p:not(.b02-eyebrow) { color: #c2c7ca; }
.b02-cooling ul { margin: 30px 0 0; padding: 0; list-style: none; }
.b02-cooling li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.b02-cooling .b02-media { min-height: 760px; background: #080b0d; }
.b02-cooling .b02-media img { object-fit: contain; }
.b02-actual { background: #eeebe4; }

.b02-spec-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--b02-line); }
.b02-spec-grid div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 16px; padding: 20px 22px; border-right: 1px solid var(--b02-line); border-bottom: 1px solid var(--b02-line); }
.b02-spec-grid span { color: var(--b02-muted); font-size: 13px; }
.b02-spec-grid strong { font-size: 13px; }

.b02-custom { padding: clamp(74px, 9vw, 140px) clamp(30px, 7vw, 120px); background: var(--b02-blue-2); color: #fff; }
.b02-custom-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: rgba(255,255,255,.16); }
.b02-custom-grid article { min-height: 260px; padding: 28px 24px; background: #0d2232; }
.b02-custom-grid article > span { color: var(--b02-cyan); font-size: 11px; font-weight: 800; }
.b02-custom-grid h3 { margin: 36px 0 14px; font-size: 18px; }
.b02-custom-grid p, .b02-custom-grid small { color: #b7c2c9; }
.b02-custom-grid small, .b02-custom-grid article > strong { display: block; margin-top: 20px; }
.b02-custom-grid article > strong { color: var(--b02-cyan); font-size: 12px; }
.b02-lead-time { display: grid; grid-template-columns: 1fr 1fr 2fr; margin-top: 22px; border: 1px solid rgba(255,255,255,.16); }
.b02-lead-time > * { padding: 24px; }
.b02-lead-time div { border-right: 1px solid rgba(255,255,255,.16); }
.b02-lead-time span, .b02-lead-time strong { display: block; }
.b02-lead-time span { margin-bottom: 8px; color: #aebbc5; font-size: 11px; }
.b02-lead-time p { color: #aebbc5; }

.b02-factory { display: grid; grid-template-columns: .78fr 1.22fr; background: var(--b02-blue); color: #fff; }
.b02-factory-copy { padding: clamp(65px, 7vw, 110px); }
.b02-factory-copy > p:not(.b02-eyebrow) { color: #bdc8cf; }
.b02-factory-copy ol { margin: 38px 0 0; padding: 0; list-style: none; }
.b02-factory-copy li { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.b02-factory-copy li span { margin-right: 20px; color: var(--b02-cyan); }
.b02-factory-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; min-height: 760px; }
.b02-factory-gallery figure { position: relative; grid-row: 1/3; margin: 0; overflow: hidden; }
.b02-factory-gallery img { width: 100%; height: 100%; object-fit: cover; }
.b02-factory-gallery > img { min-height: 0; }
.b02-factory-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 25px; background: rgba(4,15,23,.8); }
.b02-factory-gallery figcaption strong, .b02-factory-gallery figcaption span { display: block; }
.b02-factory-gallery figcaption span { margin-top: 8px; color: #c2ccd3; font-size: 12px; }

.b02-shipping { display: grid; grid-template-columns: .9fr 1.1fr; }
.b02-shipping-media { min-height: 980px; }
.b02-shipping-media img { height: 100%; object-fit: cover; }
.b02-shipping-copy { padding: clamp(60px, 6vw, 100px); }
.b02-shipping-copy > p:not(.b02-eyebrow), .b02-shipping-copy > small { color: var(--b02-muted); }
.b02-container { margin-top: 38px; padding-top: 28px; border-top: 2px solid var(--b02-ink); }
.b02-container-heading { display: flex; justify-content: space-between; gap: 20px; }
.b02-container-heading span { font-size: 13px; font-weight: 800; text-transform: uppercase; }
.b02-container-heading strong { color: var(--b02-orange); }
.b02-container-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 22px 0; background: var(--b02-line); }
.b02-container-cards article { padding: 20px; background: #eeebe4; }
.b02-container-cards article > span { font-size: 11px; font-weight: 800; }
.b02-container-cards article > strong { display: block; margin: 20px 0 10px; font-family: Georgia,serif; font-size: 31px; font-weight: 400; }
.b02-container-cards b { color: var(--b02-orange); font-size: 13px; }
.b02-container > p { color: var(--b02-muted); font-size: 12px; }

.b02-document-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.b02-document-grid article { padding: 14px; border: 1px solid var(--b02-line); background: #fff; }
.b02-document-grid article > div { aspect-ratio: 4/5; overflow: hidden; background: #eeebe4; }
.b02-document-grid img { height: 100%; object-fit: cover; object-position: top; }
.b02-document-grid strong, .b02-document-grid span, .b02-document-grid small { display: block; }
.b02-document-grid strong { margin-top: 18px; font-size: 20px; }
.b02-document-grid span { min-height: 38px; margin: 8px 0; color: var(--b02-muted); font-size: 12px; }
.b02-document-grid small { color: var(--b02-orange); }

.b02-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; background: #eeebe4; }
.b02-faq-list details { border-top: 1px solid var(--b02-line); }
.b02-faq-list details:last-child { border-bottom: 1px solid var(--b02-line); }
.b02-faq-list summary { padding: 22px 36px 22px 0; font-size: 17px; font-weight: 800; cursor: pointer; }
.b02-faq-list p { padding: 0 36px 24px 0; color: var(--b02-muted); }

.b02-inquiry { padding: clamp(80px, 10vw, 160px) clamp(30px, 15vw, 240px); background: var(--b02-blue); color: #fff; text-align: center; }
.b02-inquiry .b02-eyebrow::before { display: none; }
.b02-inquiry h2 { max-width: 900px; margin-right: auto; margin-left: auto; }
.b02-inquiry > p:not(.b02-eyebrow) { max-width: 700px; margin: 0 auto; color: #bdc8cf; }
.b02-inquiry > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 34px 0; }
.b02-inquiry > div span { padding: 10px 18px; border: 1px solid rgba(255,255,255,.2); font-size: 12px; }
.b02-button-light { background: #fff; color: var(--b02-blue) !important; }

@media (max-width: 1100px) {
  .b02-subnav a:not(.b02-subnav-cta) { display: none; }
  .b02-subnav { justify-content: flex-end; }
  .b02-hero, .b02-split, .b02-feature, .b02-scenes, .b02-cooling, .b02-factory, .b02-shipping { grid-template-columns: 1fr; }
  .b02-hero-media { min-height: 620px; }
  .b02-feature-reverse .b02-media, .b02-feature-reverse .b02-copy { order: initial; }
  .b02-scenes-media { min-height: 560px; }
  .b02-metrics { grid-template-columns: 1fr 1fr; }
  .b02-runtime { grid-column: 1/3; }
  .b02-custom-grid { grid-template-columns: repeat(2,1fr); }
  .b02-document-grid { grid-template-columns: repeat(3,1fr); }
  .b02-shipping-media { min-height: 720px; }
}

@media (max-width: 720px) {
  .b02-live p { font-size: 15.5px; }
  .b02-live small { font-size: 12.5px; }
  .b02-live h2 { font-size: 40px; }
  .b02-subnav { min-height: 58px; }
  .b02-subnav-cta { margin: 0; padding: 11px 16px; }
  .b02-hero { min-height: auto; }
  .b02-hero-copy { padding: 72px 22px; }
  .b02-hero h1 { font-size: 49px; }
  .b02-hero-media { min-height: 520px; }
  .b02-model { top: 24px; left: 22px; }
  .b02-hero-stats strong { font-size: 24px; }
  .b02-hero-stats div { padding: 17px 12px; }
  .b02-value-strip { grid-template-columns: 1fr 1fr; }
  .b02-value-strip article { min-height: 190px; padding: 24px 20px; }
  .b02-copy, .b02-scenes-copy, .b02-factory-copy, .b02-shipping-copy { padding: 62px 22px; }
  .b02-media { min-height: 420px; }
  .b02-number-grid, .b02-engineering-grid, .b02-spec-grid, .b02-metrics, .b02-custom-grid, .b02-document-grid, .b02-faq { grid-template-columns: 1fr; }
  .b02-runtime { grid-column: auto; }
  .b02-performance, .b02-engineering, .b02-specs, .b02-documents, .b02-faq, .b02-custom { padding: 72px 22px; }
  .b02-modes img { aspect-ratio: 4/3; }
  .b02-cooling .b02-media { min-height: 600px; }
  .b02-lead-time { grid-template-columns: 1fr; }
  .b02-lead-time div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .b02-factory-gallery { grid-template-columns: 1fr; grid-template-rows: auto; min-height: auto; }
  .b02-factory-gallery figure { grid-row: auto; height: 540px; }
  .b02-factory-gallery > img { height: 300px; }
  .b02-shipping-media { min-height: 540px; }
  .b02-container-cards { grid-template-columns: 1fr; }
  .b02-faq { gap: 20px; }
  .b02-inquiry { padding: 84px 22px; }
  .b01-skus, .b05-skus, .b06-skus { padding: 72px 22px; }
  .b01-sku-grid, .b05-sku-grid, .b06-sku-grid { grid-template-columns: 1fr; }
  .b01-live .b02-hero-media > img { object-position: 62% center; }
  .b05-live .b02-hero-media > img { object-position: 72% center; }
  .b06-live .b02-hero-media > img { object-position: 66% center; }
}

/* High-capacity 2,900 lm platform */
.hc2900-live { --hc-green: #6f7447; --hc-khaki: #d7bd8a; --hc-black: #17191a; }
.hc2900-hero { background: #11191d; }
.hc2900-hero .b02-hero-copy { background: linear-gradient(145deg, #11191d 0%, #19211f 58%, #22281f 100%); }
.hc2900-hero .b02-hero-media { background: #11191d; }
.hc2900-hero .b02-hero-media > img { box-sizing: border-box; width: 100%; height: calc(100% - 124px); min-height: 0; padding: 18px 18px 0; object-fit: contain; object-position: center; background: #11191d; }
.hc2900-hero .b02-model { background: rgba(12, 18, 21, .76); color: #fff; backdrop-filter: blur(10px); }

.hc2900-sku-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1240px; margin: 0 auto; }
.hc2900-sku-grid article { background: #fff; border: 1px solid var(--b02-line); border-radius: 22px; overflow: hidden; box-shadow: 0 16px 38px rgba(20, 27, 31, .08); }
.hc2900-sku-grid article > div { aspect-ratio: 1 / 1; background: #f4f2ec; overflow: hidden; }
.hc2900-sku-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hc2900-sku-grid article:hover img { transform: scale(1.025); }
.hc2900-sku-grid p { display: flex; align-items: center; gap: 10px; padding: 20px 22px 7px; font-size: 18px; }
.hc2900-sku-grid small { display: block; min-height: 62px; padding: 0 22px 20px; color: var(--b02-muted); font-size: 14px; line-height: 1.5; }
.hc2900-swatch { width: 17px; height: 17px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(21,32,42,.22); }
.hc2900-swatch-green { background: var(--hc-green); }
.hc2900-swatch-black { background: var(--hc-black); }
.hc2900-swatch-khaki { background: var(--hc-khaki); }

.hc2900-lighting { padding: 92px max(5vw, 24px); background: #10181d; color: #fff; }
.hc2900-mode-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: 1240px; margin: 0 auto; }
.hc2900-mode-grid article { min-height: 320px; padding: 30px; border-radius: 24px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; isolation: isolate; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.hc2900-mode-grid article::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 24%, var(--mode-glow), transparent 58%), linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.7)); }
.hc2900-mode-grid article::after { content: ""; position: absolute; width: 132px; height: 132px; border-radius: 28px; top: 45px; left: 50%; transform: translateX(-50%); background: var(--mode-panel); box-shadow: 0 0 60px var(--mode-glow); z-index: -1; }
.hc2900-mode-grid .mode-warm { --mode-panel: #ffe39b; --mode-glow: rgba(255,184,72,.78); }
.hc2900-mode-grid .mode-natural { --mode-panel: #f6f3dc; --mode-glow: rgba(218,237,209,.65); }
.hc2900-mode-grid .mode-white { --mode-panel: #e8f6ff; --mode-glow: rgba(145,213,255,.7); }
.hc2900-mode-grid .mode-red { --mode-panel: #ff3b32; --mode-glow: rgba(255,46,37,.72); }
.hc2900-mode-grid span { font-size: 12px; letter-spacing: .16em; font-weight: 800; opacity: .82; }
.hc2900-mode-grid strong { margin-top: 8px; font-size: 24px; }
.hc2900-mode-grid p { margin-top: 8px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; }
.hc2900-legal { max-width: 1240px; margin: 20px auto 0 !important; color: rgba(255,255,255,.55); font-size: 12px !important; }
.hc2900-translated-feature { padding: 64px max(5vw, 24px); background: #c3a086; }
.hc2900-translated-feature img { width: min(100%, 1080px); margin: 0 auto; border-radius: 24px; box-shadow: 0 18px 48px rgba(34,24,18,.2); }
.hc2900-source-infographic { max-width: 900px; margin: 40px auto 0; padding: 14px; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.hc2900-source-infographic img { width: 100%; height: auto; border-radius: 15px; }

.hc2900-performance-visual { max-width: 1180px; margin: 0 auto 38px; border-radius: 28px; overflow: hidden; background: #f6f3ec; }
.hc2900-performance-visual img { max-height: 620px; object-fit: contain; }
.hc2900-detail-visual { height: 100%; min-height: 520px; background: #f4f2ec; overflow: hidden; }
.hc2900-detail-visual img { width: 100%; height: 100%; object-fit: cover; }
.hc2900-structure-infographic { padding: 84px max(5vw, 24px); background: #eef0f0; }
.hc2900-structure-infographic img { width: min(100%, 900px); margin: 0 auto; border-radius: 24px; box-shadow: 0 18px 48px rgba(20,27,31,.12); }
.hc2900-scenes .b02-scenes-media img { height: 100%; min-height: 520px; object-fit: cover; object-position: center; }

.hc2900-engineering-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; max-width: 1240px; margin: 0 auto; }
.hc2900-engineering-grid article { background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid var(--b02-line); box-shadow: 0 18px 42px rgba(21,32,42,.07); }
.hc2900-engineering-grid h3 { margin: 22px 24px 7px; font-size: 24px; }
.hc2900-engineering-grid p, .hc2900-engineering-grid small { display: block; margin: 0 24px 24px; color: var(--b02-muted); }
.hc2900-dimension-product { position: relative; aspect-ratio: 16 / 10; background: #f4f2ec; overflow: hidden; }
.hc2900-dimension-product img { width: 100%; height: 100%; object-fit: contain; }
.hc2900-dimension-lines { position: relative; height: 78px; margin: -24px 34px 0; background: #13202a; border-radius: 16px; color: #fff; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; z-index: 2; }
.hc2900-dimension-lines span { text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.hc2900-dimension-lines span + span { border-left: 1px solid rgba(255,255,255,.2); }
.hc2900-kit-card > div { aspect-ratio: 16 / 10; background: #f4f2ec; overflow: hidden; }
.hc2900-kit-card img { width: 100%; height: 100%; object-fit: cover; }
.hc2900-kit-card ul { margin: 8px 24px 14px; padding-left: 20px; color: var(--b02-muted); line-height: 1.8; }
.hc2900-kit-localized > div { aspect-ratio: auto; padding: 12px; background: #fff; }
.hc2900-kit-localized img { height: auto; object-fit: contain; border-radius: 14px; }
.hc2900-spec-visual { max-width: 900px; margin: 0 auto 38px; padding: 14px; border-radius: 26px; background: #fff; border: 1px solid var(--b02-line); box-shadow: 0 18px 44px rgba(21,32,42,.08); }
.hc2900-spec-visual img { width: 100%; height: auto; border-radius: 16px; }

.hc2900-spotlight { width: min(1320px, calc(100% - 40px)); margin: 70px auto; border-radius: 28px; overflow: hidden; background: #11191e; box-shadow: 0 24px 70px rgba(9,18,24,.18); }
.hc2900-spotlight > a { color: #fff; text-decoration: none; display: grid; grid-template-columns: 1.12fr .88fr; align-items: stretch; }
.hc2900-spotlight-media { min-height: 430px; background: #101418; }
.hc2900-spotlight-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hc2900-spotlight-copy { padding: clamp(34px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.hc2900-spotlight-copy span { color: #f47722; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.hc2900-spotlight-copy h2 { color: #fff; margin: 16px 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.04; }
.hc2900-spotlight-copy p { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }
.hc2900-spotlight-copy strong { margin-top: 28px; color: #fff; font-size: 15px; }

@media (max-width: 980px) {
  .hc2900-hero .b02-hero-media > img { height: calc(100% - 110px); min-height: 0; padding: 14px 14px 0; }
  .hc2900-sku-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc2900-sku-grid article:last-child { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; }
  .hc2900-mode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc2900-engineering-grid, .hc2900-spotlight > a { grid-template-columns: 1fr; }
  .hc2900-spotlight-media { min-height: 360px; }
}

@media (max-width: 640px) {
  .hc2900-hero .b02-hero-media > img { height: calc(100% - 92px); min-height: 0; padding: 10px 10px 0; }
  .hc2900-sku-grid, .hc2900-mode-grid { grid-template-columns: 1fr; }
  .hc2900-sku-grid article:last-child { grid-column: auto; width: auto; }
  .hc2900-mode-grid article { min-height: 290px; }
  .hc2900-detail-visual { min-height: 330px; }
  .hc2900-dimension-lines { margin: -14px 16px 0; }
  .hc2900-spotlight { width: calc(100% - 24px); margin: 42px auto; border-radius: 20px; }
  .hc2900-spotlight-media { min-height: 250px; }
  .hc2900-spotlight-copy { padding: 30px 24px 34px; }
  .hc2900-translated-feature, .hc2900-structure-infographic { padding: 48px 16px; }
  .hc2900-translated-feature img, .hc2900-structure-infographic img { border-radius: 16px; }
  .hc2900-source-infographic, .hc2900-spec-visual { padding: 8px; border-radius: 18px; }
}

/* L52 compact COB camping and emergency light */
.l52-live { --l52-carbon: #11171c; --l52-graphite: #222b31; --l52-amber: #eaa44c; }
.l52-hero { background: var(--l52-carbon); }
.l52-hero .b02-hero-copy { background: linear-gradient(145deg, #10161a 0%, #172126 58%, #222a2d 100%); }
.l52-hero .b02-hero-media { background: var(--l52-carbon); }
.l52-hero .b02-hero-media > img { box-sizing: border-box; width: 100%; height: calc(100% - 124px); min-height: 0; object-fit: cover; object-position: 70% center; background: var(--l52-carbon); }
.l52-hero .b02-model { background: rgba(10, 15, 18, .78); color: #fff; backdrop-filter: blur(10px); }
.l52-mode-grid .mode-white { --mode-panel: #e8f6ff; --mode-glow: rgba(145,213,255,.7); }
.l52-mode-grid .mode-natural { --mode-panel: #fff4d6; --mode-glow: rgba(255,222,164,.65); }
.l52-mode-grid .mode-warm { --mode-panel: #ffcb72; --mode-glow: rgba(255,165,44,.75); }
.l52-mode-grid .mode-red { --mode-panel: #f5322c; --mode-glow: rgba(255,42,34,.72); }
.l52-source-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1240px; margin: 38px auto 0; }
.l52-source-gallery figure { margin: 0; padding: 14px; border-radius: 24px; background: #fff; overflow: hidden; box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.l52-source-gallery img { width: 100%; height: 680px; object-fit: contain; border-radius: 15px; background: #0c1114; }
.l52-source-gallery figcaption { padding: 16px 8px 8px; color: #4f5c64; font-size: 13px; line-height: 1.55; }
.l52-detail-visual { min-height: 540px; background: #f6f6f5; display: flex; align-items: center; justify-content: center; padding: 28px; }
.l52-detail-visual img { max-height: 590px; object-fit: contain; }
.l52-control-visual { min-height: 540px; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: #11191e; overflow: hidden; }
.l52-control-product { padding: 26px; min-height: 0; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 44%, #2a353a 0%, #12191d 68%); }
.l52-control-product img { width: min(92%, 580px); height: min(100%, 500px); object-fit: contain; border-radius: 22px; }
.l52-control-callouts { display: grid; grid-template-columns: repeat(3, 1fr); background: #0d1317; border-top: 1px solid rgba(255,255,255,.12); }
.l52-control-callouts span { color: #fff; padding: 20px 12px; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.l52-control-callouts span + span { border-left: 1px solid rgba(255,255,255,.12); }
.l52-scenes .b02-scenes-media img { height: 100%; min-height: 520px; object-fit: cover; object-position: 72% center; }
.l52-kit { padding: 92px max(5vw, 24px); background: #f0ede5; }
.l52-kit-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; max-width: 1240px; margin: 0 auto; align-items: stretch; }
.l52-kit-media { min-height: 620px; border-radius: 26px; overflow: hidden; background: #ece9e2; box-shadow: 0 18px 46px rgba(19,28,34,.08); }
.l52-kit-media img { width: 100%; height: 100%; object-fit: cover; }
.l52-kit-grid article { border-radius: 26px; padding: clamp(34px, 5vw, 70px); background: #11191e; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.l52-kit-grid article > span { color: var(--b02-orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.l52-kit-grid h3 { margin: 15px 0 20px; color: #fff; font-size: clamp(28px, 3vw, 43px); line-height: 1.08; }
.l52-kit-grid ul { margin: 0 0 20px; padding-left: 20px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.95; }
.l52-kit-grid small { color: rgba(255,255,255,.55); }
.l52-confirm-note { max-width: 1240px; margin: 24px auto 0; padding: 22px; border: 1px solid var(--b02-line); border-radius: 18px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; background: rgba(255,255,255,.56); }
.l52-confirm-note strong { margin-right: 8px; font-size: 14px; }
.l52-confirm-note span { padding: 8px 12px; border-radius: 999px; background: #fff; color: var(--b02-muted); font-size: 12px; font-weight: 700; }
.l52-spec-visual { max-width: 900px; margin: 0 auto 38px; padding: 16px; border-radius: 26px; background: #fff; border: 1px solid var(--b02-line); box-shadow: 0 18px 44px rgba(21,32,42,.08); }
.l52-spec-visual img { width: 100%; height: auto; border-radius: 16px; }
.l52-spotlight { margin-top: -30px; background: #151b1f; }
.l52-spotlight .hc2900-spotlight-media img { object-position: 70% center; }

@media (max-width: 980px) {
  .l52-hero .b02-hero-media > img { height: calc(100% - 110px); object-position: 68% center; }
  .l52-kit-grid { grid-template-columns: 1fr; }
  .l52-kit-media { min-height: 480px; }
  .l52-source-gallery img { height: 540px; }
  .l52-spotlight { margin-top: -20px; }
}

@media (max-width: 640px) {
  .l52-hero .b02-hero-media > img { height: calc(100% - 92px); object-position: 66% center; }
  .l52-detail-visual, .l52-control-visual { min-height: 360px; }
  .l52-control-callouts { grid-template-columns: 1fr; }
  .l52-control-callouts span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .l52-kit { padding: 64px 16px; }
  .l52-kit-media { min-height: 330px; }
  .l52-kit-grid article { padding: 34px 26px; }
  .l52-source-gallery { grid-template-columns: 1fr; gap: 16px; }
  .l52-source-gallery img { height: auto; max-height: none; }
  .l52-spec-visual { padding: 8px; border-radius: 18px; }
  .l52-confirm-note { align-items: flex-start; }
  .l52-confirm-note strong { width: 100%; }
  .l52-spotlight { margin-top: -16px; }
}

/* JSK-L26 RGB camping lantern with retractable string light */
.jskl26-live { --jsk-orange: #f36d18; --jsk-cyan: #20d6e9; --jsk-violet: #8f3ff2; --jsk-ink: #0d1219; }
.jskl26-hero { background: var(--jsk-ink); }
.jskl26-hero .b02-hero-copy { background: radial-gradient(circle at 15% 18%, rgba(143,63,242,.24), transparent 36%), linear-gradient(145deg, #0a1119 0%, #121a25 55%, #211328 100%); }
.jskl26-hero .b02-hero-media { background: #09111c; }
.jskl26-hero .b02-hero-media > img { box-sizing: border-box; width: 100%; height: calc(100% - 124px); min-height: 0; padding: 10px; object-fit: contain; object-position: center; background: #09111c; }
.jskl26-hero .b02-model { background: rgba(8,15,24,.78); color: #fff; backdrop-filter: blur(10px); }

.jskl26-skus { padding: 92px max(5vw, 24px); background: #f5f2eb; }
.jskl26-sku-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1240px; margin: 0 auto; }
.jskl26-sku-grid article { overflow: hidden; background: #fff; border: 1px solid var(--b02-line); border-radius: 24px; box-shadow: 0 16px 38px rgba(20,27,31,.08); }
.jskl26-sku-grid article > div { aspect-ratio: 1 / 1; overflow: hidden; background: #fff; }
.jskl26-sku-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.jskl26-sku-grid article:hover img { transform: scale(1.02); }
.jskl26-sku-grid h3 { margin: 20px 22px 8px; font-size: 21px; }
.jskl26-sku-grid p { min-height: 64px; margin: 0 22px 22px; color: var(--b02-muted); font-size: 14px; line-height: 1.55; }

.jskl26-effects { padding: 92px max(5vw, 24px); color: #fff; background: radial-gradient(circle at 50% 0, rgba(32,214,233,.16), transparent 36%), #090d13; }
.jskl26-wide-visual { max-width: 1120px; margin: 38px auto 0; padding: 12px; border-radius: 28px; background: rgba(255,255,255,.08); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.jskl26-wide-visual img { width: 100%; height: auto; border-radius: 18px; }
.jskl26-feature-visual { min-height: 620px; padding: 18px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #0b1017; }
.jskl26-feature-visual img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; border-radius: 18px; }

.jskl26-controls { padding: 92px max(5vw, 24px); background: #f3f0e9; }
.jskl26-control-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; max-width: 1240px; margin: 0 auto; align-items: stretch; }
.jskl26-control-image, .jskl26-app-card { border-radius: 26px; overflow: hidden; box-shadow: 0 18px 46px rgba(16,23,31,.1); }
.jskl26-control-image { padding: 12px; background: #11151b; }
.jskl26-control-image img { width: 100%; height: 100%; object-fit: contain; border-radius: 16px; }
.jskl26-app-card { padding: clamp(34px, 5vw, 64px); color: #fff; background: radial-gradient(circle at 70% 10%, rgba(32,214,233,.28), transparent 34%), linear-gradient(145deg, #121824, #21142d); }
.jskl26-app-card h3 { margin: 14px 0 16px; color: #fff; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; }
.jskl26-app-card > p:not(.b02-eyebrow), .jskl26-app-card li { color: rgba(255,255,255,.76); line-height: 1.7; }
.jskl26-app-card ul { margin: 22px 0; padding-left: 20px; }
.jskl26-app-card small { color: rgba(255,255,255,.52); }
.jskl26-phone { width: 116px; height: 176px; margin: 0 0 28px auto; padding: 12px; position: relative; border: 2px solid rgba(255,255,255,.72); border-radius: 24px; background: linear-gradient(160deg, rgba(32,214,233,.5), rgba(143,63,242,.66)); box-shadow: 0 16px 42px rgba(32,214,233,.18); }
.jskl26-phone::before { content: "APP"; position: absolute; inset: 46px 12px auto; color: #fff; font-size: 24px; font-weight: 900; text-align: center; letter-spacing: .12em; }
.jskl26-phone span, .jskl26-phone i, .jskl26-phone b { position: absolute; display: block; border-radius: 50%; background: rgba(255,255,255,.8); }
.jskl26-phone span { width: 34px; height: 34px; left: 18px; bottom: 25px; background: #ff584d; }
.jskl26-phone i { width: 34px; height: 34px; right: 18px; bottom: 25px; background: #31de91; }
.jskl26-phone b { width: 28px; height: 4px; left: 50%; top: 10px; transform: translateX(-50%); border-radius: 999px; }

.jskl26-scene { display: grid; grid-template-columns: 1.15fr .85fr; background: #090e15; color: #fff; }
.jskl26-scene-media { min-height: 740px; padding: 18px; display: flex; align-items: center; justify-content: center; }
.jskl26-scene-media img { width: 100%; height: 100%; max-height: 820px; object-fit: contain; border-radius: 24px; }
.jskl26-scene-copy { padding: clamp(42px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.jskl26-scene-copy h2 { margin: 12px 0 20px; color: #fff; font-size: clamp(36px, 5vw, 68px); line-height: 1.03; }
.jskl26-scene-copy > p:not(.b02-eyebrow) { color: rgba(255,255,255,.7); line-height: 1.7; }

.jskl26-real { padding: 92px max(5vw, 24px); background: #ece9e1; }
.jskl26-real-image { max-width: 980px; margin: 0 auto; padding: 12px; border-radius: 28px; background: #fff; box-shadow: 0 18px 50px rgba(20,27,31,.1); }
.jskl26-real-image img { width: 100%; height: auto; border-radius: 18px; }
.jskl26-spec-image { max-width: 900px; margin: 0 auto 40px; padding: 12px; border: 1px solid var(--b02-line); border-radius: 28px; background: #fff; box-shadow: 0 18px 44px rgba(21,32,42,.08); }
.jskl26-spec-image img { width: 100%; height: auto; border-radius: 18px; }
.jskl26-spotlight { background: linear-gradient(135deg, #0c121b, #22132d); }
.jskl26-spotlight .hc2900-spotlight-media img { object-position: center; }

@media (max-width: 980px) {
  .jskl26-hero .b02-hero-media > img { height: calc(100% - 110px); }
  .jskl26-sku-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jskl26-control-grid, .jskl26-scene { grid-template-columns: 1fr; }
  .jskl26-scene-media { min-height: 600px; }
}

@media (max-width: 640px) {
  .jskl26-hero .b02-hero-media > img { height: calc(100% - 92px); padding: 6px; }
  .jskl26-skus, .jskl26-effects, .jskl26-controls, .jskl26-real { padding: 64px 16px; }
  .jskl26-sku-grid { grid-template-columns: 1fr; gap: 16px; }
  .jskl26-sku-grid p { min-height: 0; }
  .jskl26-wide-visual, .jskl26-real-image, .jskl26-spec-image { padding: 7px; border-radius: 18px; }
  .jskl26-feature-visual { min-height: 360px; padding: 10px; }
  .jskl26-control-grid { gap: 16px; }
  .jskl26-app-card { padding: 32px 24px; }
  .jskl26-phone { margin-left: 0; }
  .jskl26-scene-media { min-height: 430px; padding: 10px; }
  .jskl26-scene-copy { padding: 44px 24px 56px; }
}

/* LY-M07S warm-white camping string-light lantern */
.lym07s-live { --m07-field: #6f7552; --m07-sand: #d6bd78; --m07-amber: #f2ad48; --m07-night: #101611; }
.lym07s-hero { background: var(--m07-night); }
.lym07s-hero .b02-hero-copy { background: radial-gradient(circle at 18% 16%, rgba(242,173,72,.18), transparent 34%), linear-gradient(145deg, #101610 0%, #1d281d 58%, #2d3326 100%); }
.lym07s-hero .b02-hero-media { background: #eef0eb; }
.lym07s-hero .b02-hero-media > img { box-sizing: border-box; width: 100%; height: calc(100% - 124px); min-height: 0; padding: 12px; object-fit: contain; object-position: center; background: #eef0eb; }
.lym07s-hero .b02-model { background: rgba(23,30,22,.78); color: #fff; backdrop-filter: blur(10px); }
.lym07s-skus { padding: 92px max(5vw, 24px); background: #efede5; }
.lym07s-sku-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1240px; margin: 0 auto; }
.lym07s-sku-grid article { overflow: hidden; border-radius: 26px; background: #fff; box-shadow: 0 18px 48px rgba(24,31,22,.1); }
.lym07s-sku-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.lym07s-sku-grid article > div { padding: 24px 28px 28px; }
.lym07s-sku-grid span { color: var(--b02-orange); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.lym07s-sku-grid h3 { margin: 9px 0 8px; font-size: 26px; }
.lym07s-sku-grid p { margin: 0; color: var(--b02-muted); line-height: 1.65; }
.lym07s-feature-visual { min-height: 620px; padding: 16px; display: flex; align-items: center; justify-content: center; background: #111712; }
.lym07s-feature-visual img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; border-radius: 18px; }
.lym07s-scene-feature .lym07s-feature-visual img { object-fit: cover; }
.lym07s-reel { padding: 92px max(5vw, 24px); color: #fff; background: #101611; }
.lym07s-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1240px; margin: 0 auto; }
.lym07s-detail-grid figure { margin: 0; overflow: hidden; border-radius: 25px; background: #fff; box-shadow: 0 20px 56px rgba(0,0,0,.26); }
.lym07s-detail-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.lym07s-detail-grid figcaption { display: grid; gap: 7px; padding: 22px 24px 25px; color: var(--b02-ink); }
.lym07s-detail-grid figcaption strong { font-size: 20px; }
.lym07s-detail-grid figcaption span { color: var(--b02-muted); font-size: 14px; line-height: 1.6; }
.lym07s-product-reference { padding: 92px max(5vw, 24px); background: #eeece5; }
.lym07s-reference-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1120px; margin: 0 auto; }
.lym07s-reference-grid img { width: 100%; height: 520px; padding: 24px; box-sizing: border-box; object-fit: contain; border-radius: 26px; background: #fff; box-shadow: 0 16px 40px rgba(21,29,20,.08); }
.lym07s-custom-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; max-width: 1240px; margin: 0 auto 28px; align-items: start; }
.lym07s-custom-layout > img { width: 100%; height: auto; border-radius: 26px; background: #fff; }
.lym07s-custom-layout .b02-custom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lym07s-spotlight { background: linear-gradient(135deg, #111811, #303523); }
.lym07s-spotlight .hc2900-spotlight-media img { object-position: center; }

@media (max-width: 980px) {
  .lym07s-hero .b02-hero-media > img { height: calc(100% - 110px); }
  .lym07s-custom-layout { grid-template-columns: 1fr; }
  .lym07s-reference-grid img { height: 420px; }
}

@media (max-width: 640px) {
  .lym07s-hero .b02-hero-media > img { height: calc(100% - 92px); padding: 6px; }
  .lym07s-skus, .lym07s-reel, .lym07s-product-reference { padding: 64px 16px; }
  .lym07s-sku-grid, .lym07s-detail-grid, .lym07s-reference-grid { grid-template-columns: 1fr; }
  .lym07s-feature-visual { min-height: 360px; padding: 10px; }
  .lym07s-reference-grid img { height: 340px; padding: 14px; }
  .lym07s-custom-layout .b02-custom-grid { grid-template-columns: 1fr; }
}

/* Y06 remote-control camping and emergency light */
.y06-live { --y06-blue: #163a78; --y06-blue-2: #0d1d38; --y06-khaki: #c9b089; --y06-red: #e3181d; }
.y06-hero { background: var(--y06-blue-2); }
.y06-hero .b02-hero-copy { background: radial-gradient(circle at 18% 16%, rgba(64,108,255,.28), transparent 35%), linear-gradient(145deg, #0b1426 0%, #122a51 58%, #1d3c70 100%); }
.y06-hero .b02-hero-media { background: #07101f; }
.y06-hero .b02-hero-media > img { box-sizing: border-box; width: 100%; height: calc(100% - 124px); min-height: 0; padding: 10px; object-fit: contain; object-position: center; background: #07101f; }
.y06-hero .b02-model { background: rgba(6,14,28,.8); color: #fff; backdrop-filter: blur(10px); }
.y06-skus { padding: 92px max(5vw, 24px); background: #f1eee7; }
.y06-sku-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1240px; margin: 0 auto; }
.y06-sku-grid article { overflow: hidden; border-radius: 26px; background: #fff; box-shadow: 0 18px 48px rgba(14,28,50,.1); }
.y06-sku-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.y06-sku-grid article > div { padding: 24px 28px 28px; }
.y06-sku-grid span { color: var(--b02-orange); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.y06-sku-grid h3 { margin: 9px 0 8px; font-size: 26px; }
.y06-sku-grid p { margin: 0; color: var(--b02-muted); line-height: 1.65; }
.y06-controls { padding: 92px max(5vw, 24px); color: #fff; background: linear-gradient(145deg, #091321, #102b53); }
.y06-control-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; max-width: 1240px; margin: 0 auto; }
.y06-control-image, .y06-mode-panel { min-height: 620px; border-radius: 26px; overflow: hidden; box-shadow: 0 22px 54px rgba(0,0,0,.28); }
.y06-control-image img { width: 100%; height: 100%; object-fit: cover; }
.y06-mode-panel { padding: clamp(34px, 5vw, 64px); box-sizing: border-box; background: radial-gradient(circle at 74% 8%, rgba(69,116,255,.35), transparent 30%), #0c172a; }
.y06-mode-panel h3 { margin: 13px 0 26px; color: #fff; font-size: clamp(30px, 3.4vw, 48px); line-height: 1.08; }
.y06-mode-panel small { display: block; margin-top: 24px; color: rgba(255,255,255,.56); line-height: 1.6; }
.y06-remote { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; width: 230px; margin: 0 0 30px auto; padding: 18px; border-radius: 22px; background: #f6f5f0; box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.y06-remote span { display: grid; place-items: center; aspect-ratio: 1 / 1; border-radius: 50%; background: #e8e8e5; color: #28313c; font-size: 9px; font-weight: 900; }
.y06-remote span:first-child { color: #fff; background: #d82b2f; }
.y06-remote span:nth-child(2) { color: #fff; background: #21945d; }
.y06-mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.y06-mode-grid article { padding: 18px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.06); text-align: center; }
.y06-mode-grid i { display: block; width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 50%; background: #eaf5ff; box-shadow: 0 0 24px #b9ddff; }
.y06-mode-grid .mode-warm i { background: #ffc55c; box-shadow: 0 0 24px #ffab35; }
.y06-mode-grid .mode-natural i { background: #fff0ce; box-shadow: 0 0 24px #ffe0a8; }
.y06-mode-grid strong, .y06-mode-grid span { display: block; }
.y06-mode-grid strong { color: #fff; font-size: 14px; }
.y06-mode-grid span { margin-top: 5px; color: rgba(255,255,255,.57); font-size: 11px; line-height: 1.4; }
.y06-feature-visual { min-height: 650px; padding: 16px; display: flex; align-items: center; justify-content: center; background: #0a111d; }
.y06-feature-visual img { width: 100%; height: 100%; max-height: 820px; object-fit: contain; border-radius: 18px; }
.y06-cooling-visual { background: #050505; }
.y06-battery { padding: 92px max(5vw, 24px); color: #fff; background: #111; }
.y06-battery-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 24px; max-width: 1180px; margin: 0 auto; align-items: stretch; }
.y06-battery-grid > div, .y06-battery-grid > article { overflow: hidden; border-radius: 26px; background: #191919; box-shadow: 0 22px 55px rgba(0,0,0,.35); }
.y06-battery-grid img { width: 100%; height: 100%; max-height: 820px; object-fit: contain; }
.y06-battery-grid article { padding: clamp(34px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 80% 10%, rgba(227,24,29,.23), transparent 32%), #181818; }
.y06-battery-grid h3 { margin: 14px 0 28px; color: #fff; font-size: clamp(30px, 4vw, 50px); line-height: 1.08; }
.y06-battery-grid dl { margin: 0 0 24px; }
.y06-battery-grid dl div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); }
.y06-battery-grid dt { color: rgba(255,255,255,.68); }
.y06-battery-grid dd { margin: 0; color: #fff; font-size: 22px; font-weight: 900; }
.y06-battery-grid small { color: rgba(255,255,255,.52); line-height: 1.6; }
.y06-powerbank { display: grid; grid-template-columns: 1.1fr .9fr; background: #ece8de; }
.y06-powerbank-media { min-height: 660px; padding: 18px; display: flex; align-items: center; justify-content: center; }
.y06-powerbank-media img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; border-radius: 24px; }
.y06-powerbank-copy { padding: clamp(42px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.y06-powerbank-copy h2 { margin: 12px 0 20px; font-size: clamp(36px, 5vw, 66px); line-height: 1.03; }
.y06-powerbank-copy > p:not(.b02-eyebrow) { color: var(--b02-muted); line-height: 1.75; }
.y06-real { padding: 92px max(5vw, 24px); background: #f5f3ed; }
.y06-real-image { max-width: 780px; margin: 0 auto; padding: 18px; border-radius: 26px; background: #fff; box-shadow: 0 18px 48px rgba(21,33,48,.09); }
.y06-real-image img { width: 100%; height: auto; border-radius: 16px; }
.y06-spotlight { background: linear-gradient(135deg, #0b1425, #183c75); }
.y06-spotlight .hc2900-spotlight-media img { object-position: center; }

@media (max-width: 980px) {
  .y06-hero .b02-hero-media > img { height: calc(100% - 110px); }
  .y06-control-layout, .y06-battery-grid, .y06-powerbank { grid-template-columns: 1fr; }
  .y06-control-image, .y06-mode-panel { min-height: 540px; }
  .y06-powerbank-media { min-height: 520px; }
}

@media (max-width: 640px) {
  .y06-hero .b02-hero-media > img { height: calc(100% - 92px); padding: 6px; }
  .y06-skus, .y06-controls, .y06-battery, .y06-real { padding: 64px 16px; }
  .y06-sku-grid { grid-template-columns: 1fr; gap: 16px; }
  .y06-control-image, .y06-mode-panel { min-height: 0; }
  .y06-control-image { aspect-ratio: 1 / 1; }
  .y06-mode-panel { padding: 32px 22px; }
  .y06-remote { margin-left: 0; width: min(230px, 100%); box-sizing: border-box; }
  .y06-mode-grid { grid-template-columns: 1fr; }
  .y06-feature-visual { min-height: 380px; padding: 10px; }
  .y06-battery-grid article { padding: 34px 24px; }
  .y06-powerbank-media { min-height: 400px; padding: 10px; }
  .y06-powerbank-copy { padding: 44px 24px 58px; }
}
