.lpmc-jjj-home {
  --jjj-blue: #273ca6;
  --jjj-green: #66dc17;
  --jjj-navy: #061f4d;
  --jjj-ink: #202124;
  --jjj-muted: #65676c;
  --jjj-line: #dedfe3;
  --jjj-wash: #f3f4f6;
  --jjj-paper: #fff;
  --jjj-shell: min(1500px, calc(100vw - 76px));
  overflow: hidden;
  color: var(--jjj-ink);
  background: var(--jjj-paper);
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.lpmc-jjj-home * { box-sizing: border-box; }
.lpmc-jjj-home a { color: inherit; text-decoration: none; }
.lpmc-jjj-home img { display: block; max-width: 100%; height: auto; }
.lpmc-jjj-home [hidden] { display: none !important; }
[id$="__lpmc_jjj_home_v1"] .custom-sline__inner { min-width: 0; }
[id$="__lpmc_jjj_home_v1"] .rte { width: 100vw; max-width: 100vw; min-width: 0; flex: 0 0 100vw; }
body.lpmc-retail-v3[data-page-type="index"] .lpmc-system-bar,
body.lpmc-retail-v3[data-page-type="index"] .lpmc-system-bar::before,
body.lpmc-retail-v3[data-page-type="index"] .lpmc-system-bar::after { background: var(--jjj-blue, #273ca6); }

.lpmc-jjj-hero { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr); min-height: clamp(580px, 68vh, 690px); background: var(--jjj-navy); }
.lpmc-jjj-hero__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(64px, 7vw, 112px) clamp(38px, 6vw, 92px); color: #fff; }
.lpmc-jjj-kicker,
.lpmc-jjj-label { margin: 0 0 18px; color: var(--jjj-blue); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.lpmc-jjj-hero .lpmc-jjj-kicker { color: var(--jjj-green); }
.lpmc-jjj-hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 4.7vw, 72px); font-weight: 780; line-height: .99; letter-spacing: -.045em; text-wrap: balance; }
.lpmc-jjj-hero__copy > p:not(.lpmc-jjj-kicker) { width: min(490px, 100%); margin: 25px 0 29px; color: #cbd3e2; font-size: 15px; line-height: 1.65; }
.lpmc-jjj-button { min-height: 52px; display: inline-flex; align-items: center; gap: 20px; padding: 0 22px; border: 1px solid currentColor; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.lpmc-jjj-button:hover { transform: translateY(-2px); }
.lpmc-jjj-button--light { border-color: #fff; background: #fff; color: var(--jjj-ink) !important; }
.lpmc-jjj-button--light:hover { border-color: var(--jjj-green); background: var(--jjj-green); }
.lpmc-jjj-hero__media { min-width: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: #d8d5d0; }
.lpmc-jjj-hero__media .lpmc-jjj-hero__image { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center 49%; }
.lpmc-jjj-hero__product { min-height: 78px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 16px 24px; border-top: 1px solid var(--jjj-line); background: #fff; color: var(--jjj-ink); }
.lpmc-jjj-hero__product span { color: var(--jjj-blue); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lpmc-jjj-hero__product b { min-width: 0; font-size: 14px; line-height: 1.4; }
.lpmc-jjj-hero__product i { font-size: 10px; font-style: normal; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }

.lpmc-jjj-ticker { overflow: hidden; border-bottom: 1px solid var(--jjj-line); background: #f7f7f7; }
.lpmc-jjj-ticker__track { width: max-content; min-height: 70px; display: flex; align-items: center; animation: lpmc-jjj-scroll 32s linear infinite; }
.lpmc-jjj-ticker span { display: flex; align-items: center; gap: 10px; padding-inline: 46px; font-size: clamp(16px, 1.4vw, 21px); font-weight: 730; white-space: nowrap; }
.lpmc-jjj-ticker i { color: var(--jjj-blue); font-style: normal; }
@keyframes lpmc-jjj-scroll { to { transform: translateX(-50%); } }

.lpmc-jjj-story { width: var(--jjj-shell); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(46px, 7vw, 108px); padding-block: clamp(82px, 8vw, 128px); }
.lpmc-jjj-story__media { min-height: 590px; overflow: hidden; background: #ddd; }
.lpmc-jjj-story__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2, .65, .2, 1); }
.lpmc-jjj-story__media:hover img { transform: scale(1.025); }
.lpmc-jjj-story__copy { max-width: 610px; }
.lpmc-jjj-story h2,
.lpmc-jjj-collection h2,
.lpmc-jjj-clarity h2 { margin: 0; font-size: clamp(40px, 3.8vw, 58px); font-weight: 700; line-height: 1.06; letter-spacing: -.04em; text-wrap: balance; }
.lpmc-jjj-story .lpmc-jjj-lead { margin: 30px 0 16px; font-size: 20px; font-weight: 700; line-height: 1.42; }
.lpmc-jjj-story__copy > p:not(.lpmc-jjj-label):not(.lpmc-jjj-lead) { max-width: 600px; margin: 0; color: var(--jjj-muted); font-size: 14px; line-height: 1.75; }
.lpmc-jjj-text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; border-bottom: 2px solid currentColor; padding-bottom: 5px; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.lpmc-jjj-collection { padding: clamp(78px, 7vw, 112px) max(38px, calc((100vw - 1500px) / 2)); background: var(--jjj-wash); }
.lpmc-jjj-section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 70px; padding-bottom: 38px; border-bottom: 1px solid #d5d7dc; }
.lpmc-jjj-section-heading > div { min-width: 0; }
.lpmc-jjj-section-heading h2 { max-width: 760px; }
.lpmc-jjj-section-heading > p { max-width: 390px; margin: 0; color: var(--jjj-muted); font-size: 13px; line-height: 1.7; }
.lpmc-jjj-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 38px; }
.lpmc-jjj-product-card { min-width: 0; overflow: hidden; border: 1px solid #e1e3e7; background: #fff; }
.lpmc-jjj-product-card__image { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #e8e8e8; }
.lpmc-jjj-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2, .65, .2, 1); }
.lpmc-jjj-product-card__image:hover img { transform: scale(1.035); }
.lpmc-jjj-product-card__meta { display: grid; grid-template-rows: auto 1fr auto; min-height: 148px; padding: 18px 19px 20px; }
.lpmc-jjj-product-card__meta p { margin: 0 0 9px; color: var(--jjj-blue); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lpmc-jjj-product-card__meta h3 { margin: 0; font-size: 16px; font-weight: 650; line-height: 1.4; }
.lpmc-jjj-product-card__meta strong { display: block; margin-top: 14px; font-size: 13px; }
.lpmc-jjj-all-products { width: max-content; display: flex; align-items: center; gap: 24px; margin: 46px auto 0; padding: 15px 22px; border: 1px solid var(--jjj-ink); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.lpmc-jjj-all-products:hover { color: #fff; background: var(--jjj-ink); }

.lpmc-jjj-clarity { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(56px, 7vw, 108px); padding: clamp(84px, 8vw, 120px) max(38px, calc((100vw - 1500px) / 2)); color: #fff; background: var(--jjj-navy); }
.lpmc-jjj-clarity .lpmc-jjj-label { color: var(--jjj-green); }
.lpmc-jjj-clarity__intro { min-width: 0; align-self: start; padding-top: 4px; }
.lpmc-jjj-clarity__intro > p:not(.lpmc-jjj-label) { max-width: 460px; margin: 25px 0 0; color: #c4cce0; font-size: 14px; line-height: 1.7; }
.lpmc-jjj-clarity__intro .lpmc-jjj-text-link { color: #fff; }
.lpmc-jjj-check-list { align-self: center; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lpmc-jjj-check-list article { min-height: 188px; padding: 23px; border: 1px solid rgba(255, 255, 255, .2); background: transparent; }
.lpmc-jjj-check-list article > span { display: block; margin-bottom: 30px; color: var(--jjj-green); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.lpmc-jjj-check-list b { display: block; font-size: 15px; line-height: 1.4; }
.lpmc-jjj-check-list p { margin: 9px 0 0; color: #c4cce0; font-size: 12px; line-height: 1.65; }

.lpmc-jjj-faqs { width: min(1500px, calc(100vw - 76px)); margin: 0 auto; padding-block: clamp(90px, 8vw, 140px); }
.lpmc-jjj-faqs > .lpmc-jjj-label { text-align: center; }
.lpmc-jjj-faqs h2 { margin: 0 0 48px; font-size: clamp(48px, 5vw, 76px); text-align: center; }
.lpmc-jjj-faq-list { border-top: 1px solid var(--jjj-line); }
.lpmc-jjj-faq-item { border-bottom: 1px solid var(--jjj-line); }
.lpmc-jjj-faq-item h3 { margin: 0; }
.lpmc-jjj-faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 24px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.lpmc-jjj-faq-item button span { font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; }
.lpmc-jjj-faq-item button i { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border: 1px solid var(--jjj-line); border-radius: 50%; font-size: 20px; font-style: normal; font-weight: 300; transition: transform .2s, background .2s; }
.lpmc-jjj-faq-item button[aria-expanded="true"] i { background: var(--jjj-ink); color: #fff; transform: rotate(45deg); }
.lpmc-jjj-faq-answer { max-width: 900px; padding: 0 60px 28px 0; color: var(--jjj-muted); font-size: 14px; line-height: 1.7; }
.lpmc-jjj-faq-answer p { margin: 0; }
.lpmc-jjj-faq-answer a { color: var(--jjj-blue); text-decoration: underline; }

.lpmc-jjj-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(38px, calc((100vw - 1500px) / 2)) 80px; }
.lpmc-jjj-service-grid > a,
.lpmc-jjj-service-grid > div { min-height: 112px; display: flex; align-items: center; gap: 17px; padding: 20px 30px; border-right: 1px solid var(--jjj-line); }
.lpmc-jjj-service-grid > *:first-child { border-left: 1px solid var(--jjj-line); }
.lpmc-jjj-service-grid svg { flex: 0 0 auto; width: 32px; height: 32px; fill: none; stroke: var(--jjj-ink); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.lpmc-jjj-service-grid p { display: grid; gap: 7px; margin: 0; }
.lpmc-jjj-service-grid b { font-size: 12px; }
.lpmc-jjj-service-grid span { color: var(--jjj-muted); font-size: 11px; line-height: 1.4; }

@media (max-width: 1100px) {
  .lpmc-jjj-home { --jjj-shell: calc(100vw - 44px); }
  .lpmc-jjj-hero { grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); }
  .lpmc-jjj-story { gap: 55px; }
  .lpmc-jjj-story__media { min-height: 520px; }
  .lpmc-jjj-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .lpmc-jjj-section-heading > p { max-width: 620px; }
  .lpmc-jjj-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lpmc-jjj-service-grid { grid-template-columns: repeat(2, 1fr); padding-inline: 38px; }
  .lpmc-jjj-service-grid > *:nth-child(3) { border-left: 1px solid var(--jjj-line); border-top: 1px solid var(--jjj-line); }
  .lpmc-jjj-service-grid > *:nth-child(4) { border-top: 1px solid var(--jjj-line); }
}

@media (max-width: 820px) {
  .lpmc-jjj-home { --jjj-shell: calc(100vw - 30px); }
  .lpmc-jjj-hero { grid-template-columns: 1fr; min-height: 0; }
  .lpmc-jjj-hero__copy { min-height: 460px; padding: 62px 20px 58px; }
  .lpmc-jjj-hero h1 { max-width: 620px; font-size: clamp(42px, 11.5vw, 58px); line-height: 1; }
  .lpmc-jjj-hero__copy > p:not(.lpmc-jjj-kicker) { margin: 20px 0 24px; font-size: 13px; }
  .lpmc-jjj-hero__media .lpmc-jjj-hero__image { height: auto; aspect-ratio: 4 / 3; object-position: 60% center; }
  .lpmc-jjj-hero__product { min-height: 74px; gap: 12px; padding: 15px 18px; }
  .lpmc-jjj-hero__product b { font-size: 13px; }
  .lpmc-jjj-ticker__track { min-height: 62px; }
  .lpmc-jjj-ticker span { padding-inline: 25px; font-size: 16px; }
  .lpmc-jjj-story { grid-template-columns: 1fr; gap: 40px; padding-block: 70px; }
  .lpmc-jjj-story__media { min-height: 460px; }
  .lpmc-jjj-story h2,
  .lpmc-jjj-collection h2,
  .lpmc-jjj-clarity h2 { font-size: clamp(34px, 9.2vw, 47px); line-height: 1.07; }
  .lpmc-jjj-story .lpmc-jjj-lead { font-size: 18px; }
  .lpmc-jjj-collection { padding: 70px 15px; }
  .lpmc-jjj-section-heading { gap: 18px; padding-bottom: 30px; }
  .lpmc-jjj-product-grid { gap: 14px; margin-top: 30px; }
  .lpmc-jjj-product-card__meta { min-height: 142px; padding: 15px 14px 16px; }
  .lpmc-jjj-product-card__meta h3 { font-size: 13px; }
  .lpmc-jjj-product-card__meta strong { font-size: 11px; }
  .lpmc-jjj-clarity { grid-template-columns: 1fr; gap: 42px; padding: 70px 20px; }
  .lpmc-jjj-clarity__intro { padding-top: 0; }
  .lpmc-jjj-faqs { width: calc(100vw - 30px); }
  .lpmc-jjj-service-grid { padding: 0 15px 60px; }
  .lpmc-jjj-service-grid > a,
  .lpmc-jjj-service-grid > div { padding: 16px; }
}

@media (max-width: 520px) {
  .lpmc-jjj-button { width: 100%; justify-content: space-between; }
  .lpmc-jjj-hero__copy { min-height: 420px; }
  .lpmc-jjj-hero__product { grid-template-columns: 1fr auto; }
  .lpmc-jjj-hero__product span { grid-column: 1 / -1; }
  .lpmc-jjj-story__media { min-height: 410px; }
  .lpmc-jjj-product-grid { grid-template-columns: 1fr; }
  .lpmc-jjj-product-card__image { aspect-ratio: 1 / .94; }
  .lpmc-jjj-product-card__meta { min-height: 126px; }
  .lpmc-jjj-check-list { grid-template-columns: 1fr; }
  .lpmc-jjj-check-list article { min-height: 0; }
  .lpmc-jjj-service-grid { grid-template-columns: 1fr; }
  .lpmc-jjj-service-grid > * { border: 0 !important; border-top: 1px solid var(--jjj-line) !important; }
  .lpmc-jjj-service-grid > *:last-child { border-bottom: 1px solid var(--jjj-line) !important; }
}

html:lang(zh-hans-cn) .lpmc-jjj-home,
html:lang(zh-hant-tw) .lpmc-jjj-home,
html:lang(ja) .lpmc-jjj-home,
html:lang(ko) .lpmc-jjj-home { font-family: "Noto Sans CJK SC", "Microsoft YaHei", "PingFang SC", "Segoe UI", sans-serif; }
.lpmc-jjj-home :is(h1, h2, h3, b, p, a, span) { overflow-wrap: anywhere; }
.lpmc-jjj-home :is(h1, h2) { text-wrap: balance; }
@media (min-width: 821px) {
  html:lang(zh-hans-cn) .lpmc-jjj-hero h1,
  html:lang(zh-hant-tw) .lpmc-jjj-hero h1,
  html:lang(ja) .lpmc-jjj-hero h1,
  html:lang(ko) .lpmc-jjj-hero h1 { font-size: clamp(43px, 4.1vw, 62px); line-height: 1.1; letter-spacing: -.025em; }
  html:lang(zh-hans-cn) .lpmc-jjj-home h2,
  html:lang(zh-hant-tw) .lpmc-jjj-home h2,
  html:lang(ja) .lpmc-jjj-home h2,
  html:lang(ko) .lpmc-jjj-home h2 { font-size: clamp(36px, 3.25vw, 50px); line-height: 1.14; letter-spacing: -.02em; }
}

@media (prefers-reduced-motion: reduce) {
  .lpmc-jjj-ticker__track { animation: none; }
  .lpmc-jjj-ticker__track span:nth-child(n + 5) { display: none; }
  .lpmc-jjj-product-card__image img,
  .lpmc-jjj-story__media img,
  .lpmc-jjj-button,
  .lpmc-jjj-faq-item button i { transition: none; }
}
