/* JISULIFE Bangladesh: targeted header, hero and footer enhancements. */

:root {
  --jl-blue: #2563eb;
  --jl-blue-bright: #60a5fa;
  --jl-blue-soft: #bfdbfe;
  --jl-night: #05070f;
  --jl-night-soft: #0a1122;
  --sds-contact-messenger-bg: #0877e8;
  --sds-contact-messenger-bg-hover: #0064cc;
  --sds-contact-on-brand: #ffffff;
  --sds-contact-focus: #0b4fb3;
  --sds-contact-tooltip-bg: #101828;
}

/* V48: consistently framed admin product media */
.jl-standard-product-image.is-preparing {
  opacity: 0;
}

.jl-standard-product-image.is-ready {
  opacity: 1;
}

/* Floating Messenger companion for the existing WhatsApp contact action. */
.jl-floating-messenger {
  position: fixed;
  right: 1.25rem;
  bottom: 6rem;
  z-index: 151;
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border-radius: 50%;
  color: var(--sds-contact-on-brand);
  background: var(--sds-contact-messenger-bg);
  box-shadow: 0 10px 30px rgba(8, 119, 232, .42);
  transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.jl-floating-messenger:hover {
  color: var(--sds-contact-on-brand);
  background: var(--sds-contact-messenger-bg-hover);
  box-shadow: 0 14px 34px rgba(8, 119, 232, .5);
  transform: translateY(-2px) scale(1.06);
}

.jl-floating-messenger:active { transform: translateY(0) scale(.97); }

.jl-floating-messenger:focus-visible {
  outline: 2px solid var(--sds-contact-focus);
  outline-offset: 2px;
}

.jl-floating-messenger-icon,
.jl-floating-messenger-icon svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.jl-floating-messenger-icon svg { fill: currentColor; }

.jl-floating-contact-label {
  position: absolute;
  right: 4.25rem;
  width: max-content;
  max-width: 12rem;
  padding: .5rem .75rem;
  border-radius: 999px;
  color: var(--sds-contact-on-brand);
  background: var(--sds-contact-tooltip-bg);
  box-shadow: 0 8px 24px rgba(16, 24, 40, .18);
  font-size: .72rem;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateX(.5rem);
  transition: opacity .15s ease, transform .15s ease;
}

.jl-floating-messenger:hover .jl-floating-contact-label,
.jl-floating-messenger:focus-visible .jl-floating-contact-label {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 640px) {
  .jl-floating-messenger {
    right: 1.25rem;
    bottom: 5.75rem;
    width: 3.25rem;
    height: 3.25rem;
  }

  .jl-floating-messenger-icon,
  .jl-floating-messenger-icon svg {
    width: 1.65rem;
    height: 1.65rem;
  }

  .jl-floating-contact-label { display: none; }
}

/* Cart, checkout and video blog — premium commerce layer */
.jl-cart-count {
  position: absolute;
  top: -0.35rem;
  right: -0.4rem;
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #2563eb;
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
}

.jl-cart-toast {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 260;
  display: grid;
  width: min(27rem, calc(100vw - 2rem));
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem;
  border: 1px solid rgba(191, 219, 254, 0.85);
  border-radius: 1.15rem;
  color: #0b1739;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 64px rgba(9, 30, 66, 0.22);
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.jl-cart-toast.is-visible { opacity: 1; transform: translateY(0); }
.jl-cart-toast-check { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; color: #fff; background: #155eef; font-weight: 900; }
.jl-cart-toast div { display: grid; min-width: 0; gap: 0.12rem; }
.jl-cart-toast small { color: #2563eb; font-size: 0.58rem; font-weight: 900; letter-spacing: 0.16em; }
.jl-cart-toast strong { overflow: hidden; font-size: 0.78rem; text-overflow: ellipsis; white-space: nowrap; }
.jl-cart-toast a { padding: 0.62rem 0.8rem; border-radius: 999px; color: #fff; background: #0b1739; font-size: 0.68rem; font-weight: 800; }

.jl-cart-page,
.jl-checkout-page { min-height: 100vh; color: #101828; background: linear-gradient(180deg, #f5f8ff 0, #fff 32rem); }

.jl-cart-hero,
.jl-checkout-hero { padding: 9.5rem 0 4.2rem; color: #fff; background: radial-gradient(circle at 78% 35%, rgba(49, 118, 255, 0.6), transparent 25rem), linear-gradient(135deg, #061126, #0b2f74); }
.jl-cart-hero nav,
.jl-checkout-hero nav { display: flex; margin-bottom: 2.4rem; gap: 0.55rem; color: #b9cff6; font-size: 0.72rem; font-weight: 700; }
.jl-cart-hero .container-x > span,
.jl-checkout-hero .container-x > span { color: #81b2ff; font-size: 0.66rem; font-weight: 900; letter-spacing: 0.2em; }
.jl-cart-hero h1,
.jl-checkout-hero h1 { margin: 0.45rem 0 0.65rem; font-family: var(--font-display), system-ui, sans-serif; font-size: clamp(2.6rem, 6vw, 5.5rem); font-weight: 850; letter-spacing: -0.055em; line-height: 0.98; }
.jl-cart-hero p,
.jl-checkout-hero p { max-width: 42rem; margin: 0; color: #c5d5ed; font-size: 1rem; }

.jl-cart-workspace { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem); gap: 2rem; padding-top: 4rem; padding-bottom: 6rem; }
.jl-cart-lines { display: grid; align-content: start; gap: 1rem; }
.jl-cart-line { display: grid; grid-template-columns: 8.5rem minmax(0, 1fr) auto; align-items: center; gap: 1.3rem; padding: 1rem; border: 1px solid #e2e9f4; border-radius: 1.6rem; background: rgba(255, 255, 255, 0.94); box-shadow: 0 14px 40px rgba(30, 64, 120, 0.07); }
.jl-cart-line-media { display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; border-radius: 1.15rem; background: linear-gradient(145deg, #eef5ff, #fff); }
.jl-cart-line-media img { width: 82%; height: 82%; object-fit: contain; }
.jl-cart-line-copy { min-width: 0; }
.jl-cart-line-copy > span,
.jl-cart-summary > span,
.jl-checkout-card > span,
.jl-checkout-review > span { color: #2563eb; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.17em; text-transform: uppercase; }
.jl-cart-line-copy h2 { margin: 0.32rem 0 0.28rem; font-family: var(--font-display), system-ui, sans-serif; font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 750; letter-spacing: -0.025em; line-height: 1.2; }
.jl-cart-line-copy p { margin: 0; color: #667085; font-size: 0.78rem; }
.jl-cart-line-copy button { margin-top: 0.65rem; padding: 0; border: 0; color: #b42318; background: none; font-size: 0.7rem; font-weight: 800; }
.jl-cart-line-controls { display: grid; justify-items: end; gap: 1rem; }
.jl-cart-line-controls > strong { color: #0b1739; font-size: 1rem; }
.jl-cart-qty { display: grid; grid-template-columns: 2rem 2rem 2rem; min-height: 2.2rem; overflow: hidden; border: 1px solid #d7e0ee; border-radius: 999px; background: #fff; }
.jl-cart-qty > * { display: grid; place-items: center; }
.jl-cart-qty button { border: 0; color: #175cd3; background: #f5f8ff; font-size: 1rem; }
.jl-cart-qty span { font-size: 0.76rem; font-weight: 850; }
.jl-cart-summary { position: sticky; top: 7rem; display: grid; align-self: start; padding: 1.65rem; border: 1px solid #dae5f5; border-radius: 1.7rem; background: linear-gradient(145deg, #fff, #f5f9ff); box-shadow: 0 24px 58px rgba(27, 61, 115, 0.1); }
.jl-cart-summary h2 { margin: 0.45rem 0 1.4rem; font-family: var(--font-display), system-ui, sans-serif; font-size: 1.55rem; letter-spacing: -0.04em; }
.jl-cart-summary > div { display: grid; gap: 0.8rem; padding: 1rem 0; border-block: 1px solid #e0e7f1; }
.jl-cart-summary p { display: flex; justify-content: space-between; gap: 1rem; margin: 0; color: #667085; font-size: 0.78rem; }
.jl-cart-summary p strong { color: #101828; text-align: right; }
.jl-cart-checkout,
.jl-checkout-review > button { display: flex; min-height: 3.5rem; margin-top: 1.25rem; align-items: center; justify-content: center; gap: 0.6rem; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #3478ff, #155eef); box-shadow: 0 16px 32px rgba(21, 94, 239, 0.23); font-size: 0.8rem; font-weight: 850; }
.jl-cart-continue { margin-top: 0.75rem; text-align: center; color: #344054; font-size: 0.72rem; font-weight: 800; }
.jl-cart-summary > small { margin-top: 1.2rem; color: #7b879b; font-size: 0.63rem; text-align: center; }
.jl-cart-empty,
.jl-checkout-empty { display: grid; grid-column: 1 / -1; max-width: 46rem; min-height: 24rem; margin: 3rem auto 6rem; place-content: center; justify-items: center; padding: 2rem; border: 1px solid #dce6f4; border-radius: 2rem; background: #fff; box-shadow: 0 24px 64px rgba(27, 61, 115, 0.08); text-align: center; }
.jl-cart-empty > span,
.jl-checkout-empty > span { display: grid; width: 4.5rem; height: 4.5rem; place-items: center; border-radius: 50%; color: #2563eb; background: #eaf2ff; font-size: 2rem; }
.jl-cart-empty h2,
.jl-checkout-empty h2 { margin: 1.3rem 0 0.55rem; font-size: clamp(1.45rem, 4vw, 2.2rem); }
.jl-cart-empty p,
.jl-checkout-empty p { margin: 0; color: #667085; }
.jl-cart-empty a,
.jl-checkout-empty a { margin-top: 1.4rem; padding: 0.85rem 1.2rem; border-radius: 999px; color: #fff; background: #155eef; font-size: 0.76rem; font-weight: 850; }

.jl-checkout-main { padding-top: 4rem; padding-bottom: 6rem; }
.jl-premium-checkout-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, 27rem); align-items: start; gap: 2rem; }
.jl-checkout-fields { display: grid; gap: 1.2rem; }
.jl-checkout-card,
.jl-checkout-review { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid #dfe7f2; border-radius: 1.7rem; background: rgba(255, 255, 255, 0.96); box-shadow: 0 18px 50px rgba(27, 61, 115, 0.07); }
.jl-checkout-card h2,
.jl-checkout-review h2 { margin: 0.42rem 0 1.35rem; font-family: var(--font-display), system-ui, sans-serif; font-size: 1.5rem; letter-spacing: -0.035em; }
.jl-checkout-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.jl-checkout-field-grid label { display: grid; gap: 0.42rem; }
.jl-checkout-field-grid label > span { color: #475467; font-size: 0.7rem; font-weight: 800; }
.jl-checkout-field-grid input { width: 100%; min-height: 3.3rem; padding: 0 1rem; border: 1px solid #cfdaea; border-radius: 0.95rem; color: #101828; background: #fbfdff; outline: 0; }
.jl-checkout-field-grid input:focus { border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1); }
.jl-field-wide { grid-column: 1 / -1; }
.jl-payment-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.65rem; }
.jl-payment-options label { position: relative; cursor: pointer; }
.jl-payment-options input { position: absolute; opacity: 0; }
.jl-payment-options label > span { display: grid; min-height: 5rem; align-content: center; gap: 0.15rem; padding: 0.9rem; border: 1px solid #d8e2f0; border-radius: 1rem; background: #fbfdff; }
.jl-payment-options input:checked + span { border-color: #2563eb; background: #edf4ff; box-shadow: inset 0 0 0 1px #2563eb; }
.jl-payment-options b { font-size: 0.8rem; }
.jl-payment-options small { color: #667085; font-size: 0.62rem; }
.jl-checkout-review { position: sticky; top: 7rem; }
.jl-checkout-products { display: grid; gap: 0.75rem; max-height: 21rem; overflow: auto; }
.jl-checkout-product { display: grid; grid-template-columns: 3.75rem minmax(0, 1fr) auto; align-items: center; gap: 0.75rem; padding: 0.65rem; border-radius: 1rem; background: #f6f9fe; }
.jl-checkout-product img { width: 3.75rem; height: 3.75rem; object-fit: contain; border-radius: 0.75rem; background: #fff; }
.jl-checkout-product div { display: grid; min-width: 0; gap: 0.08rem; }
.jl-checkout-product strong { overflow: hidden; font-size: 0.72rem; text-overflow: ellipsis; white-space: nowrap; }
.jl-checkout-product span,
.jl-checkout-product small { color: #667085; font-size: 0.6rem; }
.jl-checkout-product > b { font-size: 0.72rem; }
.jl-checkout-totals { display: grid; gap: 0.65rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #e2e8f1; }
.jl-checkout-totals p { display: flex; justify-content: space-between; gap: 1rem; margin: 0; color: #667085; font-size: 0.76rem; }
.jl-checkout-totals p:last-child { margin-top: 0.25rem; color: #101828; font-size: 0.92rem; }
.jl-checkout-review > button { width: 100%; cursor: pointer; }
.jl-checkout-review > button:disabled { cursor: not-allowed; filter: grayscale(0.7); opacity: 0.58; }
.jl-checkout-submit-error {
  margin-top: 1rem;
  padding: .75rem .85rem;
  border: 1px solid #fecaca;
  border-radius: .8rem;
  color: #991b1b;
  background: #fff1f2;
  font-size: .75rem;
  font-weight: 650;
  line-height: 1.55;
}
.jl-checkout-review > small { display: block; margin-top: 0.85rem; color: #7b879b; font-size: 0.62rem; line-height: 1.5; text-align: center; }

.jl-live-pdp-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jl-live-pdp-actions .jl-live-pdp-buy { border-color: #0b1739; background: #0b1739; box-shadow: 0 14px 28px rgba(11, 23, 57, 0.2); }

.jl-video-blog { position: relative; overflow: hidden; padding: clamp(4.5rem, 8vw, 7rem) 0; color: #fff; background: radial-gradient(circle at 80% 0%, rgba(45, 112, 255, 0.38), transparent 30rem), #071226; }
.jl-video-blog-head { display: flex; margin-bottom: 2rem; align-items: end; justify-content: space-between; gap: 2rem; }
.jl-video-blog-head span { color: #75a9ff; font-size: 0.65rem; font-weight: 900; letter-spacing: 0.2em; }
.jl-video-blog-head h2 { margin: 0.45rem 0 0.5rem; font-family: var(--font-display), system-ui, sans-serif; font-size: clamp(2rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.055em; line-height: 1; }
.jl-video-blog-head p { max-width: 42rem; margin: 0; color: #9fb0cb; font-size: 0.88rem; line-height: 1.6; }
.jl-video-nav { display: flex; gap: 0.55rem; }
.jl-video-nav button { display: grid; width: 2.9rem; height: 2.9rem; place-items: center; border: 1px solid rgba(169, 197, 240, 0.28); border-radius: 50%; color: #fff; background: rgba(255, 255, 255, 0.07); font-size: 1.1rem; }
.jl-video-track { display: grid; grid-auto-columns: minmax(17rem, 26rem); grid-auto-flow: column; gap: 1rem; overflow-x: auto; padding: 0.2rem 0 1rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
.jl-video-track::-webkit-scrollbar { display: none; }
.jl-video-card { overflow: hidden; border: 1px solid rgba(158, 190, 236, 0.2); border-radius: 1.35rem; background: rgba(255, 255, 255, 0.065); scroll-snap-align: start; }
.jl-video-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0d1d38; }
.jl-video-media video { width: 100%; height: 100%; object-fit: cover; background: #050a13; }
.jl-video-placeholder { display: grid; width: 100%; height: 100%; place-content: center; justify-items: center; gap: 0.6rem; color: #aec5e8; }
.jl-video-placeholder img { width: 7rem; height: 7rem; object-fit: contain; filter: drop-shadow(0 12px 28px rgba(55, 117, 255, 0.24)); }
.jl-video-placeholder span { font-size: 0.68rem; font-weight: 800; }
.jl-video-card > div:last-child { display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; padding: 1rem; }
.jl-video-card > div:last-child > span { color: #75a9ff; font-family: ui-monospace, monospace; font-size: 0.65rem; }
.jl-video-card h3 { margin: 0 0 0.2rem; font-size: 0.9rem; font-weight: 750; letter-spacing: -0.02em; }
.jl-video-card p { margin: 0; color: #91a3bf; font-size: 0.66rem; }
.jl-video-all { display: inline-flex; margin-top: 1.2rem; align-items: center; gap: 0.55rem; color: #fff; font-size: 0.76rem; font-weight: 850; }
.jl-video-all b { color: #75a9ff; }

@media (max-width: 900px) {
  .jl-cart-workspace,
  .jl-premium-checkout-form { grid-template-columns: 1fr; }
  .jl-cart-summary,
  .jl-checkout-review { position: static; }
}

@media (max-width: 640px) {
  .jl-cart-toast { right: 0.75rem; bottom: 0.75rem; width: calc(100vw - 1.5rem); }
  .jl-cart-hero,
  .jl-checkout-hero { padding: 7.5rem 0 3rem; }
  .jl-cart-workspace,
  .jl-checkout-main { padding-top: 1.5rem; padding-bottom: 4rem; }
  .jl-cart-line { grid-template-columns: 5.5rem minmax(0, 1fr); align-items: start; gap: 0.8rem; border-radius: 1.2rem; }
  .jl-cart-line-controls { grid-column: 1 / -1; grid-template-columns: 1fr auto; align-items: center; justify-items: start; width: 100%; }
  .jl-cart-line-controls .jl-cart-qty { justify-self: end; }
  .jl-cart-summary,
  .jl-checkout-card,
  .jl-checkout-review { border-radius: 1.3rem; }
  .jl-checkout-field-grid,
  .jl-payment-options { grid-template-columns: 1fr; }
  .jl-field-wide { grid-column: auto; }
  .jl-live-pdp-actions { grid-template-columns: 1fr; }
  .jl-video-blog-head { align-items: start; }
  .jl-video-blog-head p { font-size: 0.78rem; }
  .jl-video-nav { display: none; }
  .jl-video-track { grid-auto-columns: 84%; }
}

/* V39 — compact, premium four-column category showcase on every viewport */
#categories.jl-home-category-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem) max(.65rem, calc((100vw - 1320px) / 2)) !important;
  border-top: 1px solid rgba(37, 99, 235, .1);
  border-bottom: 1px solid rgba(37, 99, 235, .1);
  background:
    radial-gradient(circle at 52% 8%, rgba(96, 165, 250, .16), transparent 35%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

#categories .jl-home-category-heading {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin-bottom: clamp(.9rem, 2vw, 1.35rem) !important;
}

#categories .jl-home-category-heading .kicker {
  margin-bottom: .3rem !important;
  color: #1365e8 !important;
  font-size: clamp(.48rem, .75vw, .64rem) !important;
  font-weight: 850 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

#categories .jl-home-category-heading h2 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(1.25rem, 2.7vw, 2.25rem) !important;
  font-weight: 850 !important;
  letter-spacing: -.045em !important;
  line-height: 1 !important;
}

#categories .jl-home-category-copy {
  max-width: 38rem;
  margin: .45rem 0 0;
  color: #697386;
  font-size: clamp(.62rem, .9vw, .78rem);
  line-height: 1.45;
}

#categories .jl-home-category-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(.42rem, 1.15vw, .9rem) !important;
}

#categories .jl-home-category-card {
  position: relative !important;
  display: grid !important;
  min-width: 0 !important;
  min-height: clamp(11rem, 17vw, 14.25rem) !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  align-content: stretch !important;
  padding: clamp(.65rem, 1.25vw, 1rem) !important;
  border: 1px solid rgba(30, 64, 175, .1) !important;
  border-radius: clamp(.75rem, 1.35vw, 1.1rem) !important;
  box-shadow: 0 16px 34px -26px rgba(15, 46, 104, .48) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

#categories .jl-home-category-card.tone-blue { background: linear-gradient(145deg, #f7fbff 0%, #e8f3ff 100%) !important; }
#categories .jl-home-category-card.tone-mint { background: linear-gradient(145deg, #f7fffc 0%, #e4f9f0 100%) !important; }
#categories .jl-home-category-card.tone-violet { background: linear-gradient(145deg, #fbfaff 0%, #eeeaff 100%) !important; }
#categories .jl-home-category-card.tone-peach { background: linear-gradient(145deg, #fffdf9 0%, #fff0e3 100%) !important; }

#categories .jl-home-category-card:hover {
  z-index: 1;
  transform: translateY(-4px) !important;
  border-color: rgba(37, 99, 235, .23) !important;
  box-shadow: 0 20px 42px -25px rgba(15, 73, 170, .5) !important;
}

#categories .jl-home-category-image {
  align-self: center !important;
  justify-self: center !important;
  width: clamp(4.8rem, 9.5vw, 8.25rem) !important;
  height: clamp(4.8rem, 9.5vw, 8.25rem) !important;
  margin: .25rem auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 13px 14px rgba(29, 66, 128, .13));
  transition: transform .25s ease !important;
}

#categories .jl-home-category-card:hover .jl-home-category-image { transform: scale(1.04) !important; }

#categories .jl-home-category-card h3 {
  margin: 0 0 .2rem !important;
  color: #111827 !important;
  font-size: clamp(.68rem, 1.35vw, 1.05rem) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
  line-height: 1.15 !important;
}

#categories .jl-home-category-card p {
  display: -webkit-box !important;
  overflow: hidden !important;
  margin: 0 !important;
  color: #667085 !important;
  font-size: clamp(.5rem, .85vw, .72rem) !important;
  line-height: 1.38 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

#categories .jl-home-category-arrow {
  position: absolute !important;
  top: clamp(.55rem, 1.2vw, .9rem) !important;
  right: clamp(.55rem, 1.2vw, .9rem) !important;
  width: clamp(1.6rem, 3vw, 2.15rem) !important;
  height: clamp(1.6rem, 3vw, 2.15rem) !important;
  border: 1px solid rgba(37, 99, 235, .13) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .78) !important;
  color: #111827 !important;
  box-shadow: 0 7px 18px -12px rgba(15, 46, 104, .65) !important;
}

@media (max-width: 640px) {
  #categories.jl-home-category-showcase { padding: 1.45rem .45rem !important; }
  #categories .jl-home-category-heading { margin-bottom: .7rem !important; }
  #categories .jl-home-category-copy { max-width: 19rem; font-size: .56rem; }
  #categories .jl-home-category-grid { gap: .3rem !important; }
  #categories .jl-home-category-card {
    min-height: 8.6rem !important;
    padding: .4rem !important;
    border-radius: .65rem !important;
  }
  #categories .jl-home-category-image {
    width: clamp(3.1rem, 17vw, 4.2rem) !important;
    height: clamp(3.1rem, 17vw, 4.2rem) !important;
    margin-top: .85rem !important;
  }
  #categories .jl-home-category-card h3 { font-size: clamp(.52rem, 2.5vw, .68rem) !important; }
  #categories .jl-home-category-card p { font-size: clamp(.39rem, 1.75vw, .5rem) !important; }
  #categories .jl-home-category-arrow {
    top: .35rem !important;
    right: .35rem !important;
    width: 1.35rem !important;
    height: 1.35rem !important;
  }
}

/* V42 — responsive storefront alignment and compact mobile content grids */
@media (min-width: 641px) {
  #categories .jl-home-category-card > div:last-child {
    width: 100%;
    justify-self: center;
    text-align: center;
  }

  #categories .jl-home-category-card h3,
  #categories .jl-home-category-card p {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .jl-live-quick-view {
    align-items: center !important;
    justify-items: center !important;
    padding: max(.75rem, env(safe-area-inset-top)) .75rem max(.75rem, env(safe-area-inset-bottom)) !important;
  }

  .jl-live-qv-panel {
    max-height: min(calc(100dvh - 1.5rem), 43rem) !important;
    transform-origin: 50% 50% !important;
  }

  .jl-category-scroller {
    width: calc(100% - 1rem) !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .jl-rail-segment {
    gap: .5rem !important;
  }

  .jl-rail-segment + .jl-rail-segment {
    margin-left: .5rem !important;
  }

  .jl-rail-product {
    width: calc((100vw - 2rem) / 2) !important;
    min-width: calc((100vw - 2rem) / 2) !important;
    flex-basis: calc((100vw - 2rem) / 2) !important;
  }

  .jl-customer-stories-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .5rem !important;
  }

  .jl-customer-stories-grid > figure {
    min-width: 0;
    min-height: 14rem;
    padding: .75rem !important;
    border-radius: 1rem !important;
  }

  .jl-customer-stories-grid blockquote {
    font-size: .7rem !important;
    line-height: 1.45 !important;
  }

  .jl-customer-stories-grid figcaption {
    gap: .5rem !important;
    margin-top: .75rem !important;
  }

  .jl-customer-stories-grid figcaption > span:first-child {
    width: 2rem !important;
    height: 2rem !important;
    flex: 0 0 2rem;
    font-size: .72rem !important;
  }

  .jl-customer-stories-grid figcaption b {
    font-size: .72rem !important;
  }

  .jl-customer-stories-grid figcaption span span {
    font-size: .62rem !important;
  }

  #footer.jl-premium-footer .jl-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 1rem !important;
    row-gap: 2rem !important;
  }

  #footer.jl-premium-footer .jl-footer-brand {
    grid-column: 1 / -1;
  }

  #footer.jl-premium-footer .jl-footer-column {
    min-width: 0;
  }

  #footer.jl-premium-footer .jl-footer-column h3 {
    font-size: .62rem !important;
    letter-spacing: .12em !important;
  }

  #footer.jl-premium-footer .jl-footer-column a {
    font-size: .7rem !important;
    overflow-wrap: anywhere;
  }
}

/* The legacy React splash can remain at 0 when hosting blocks a framework chunk. */
.jl-pre {
  display: none !important;
}

/* Supplied JISULIFE Bangladesh logo */
header a[aria-label*="Home"] img {
  width: auto !important;
  height: 3rem !important;
  filter: none !important;
}

header a[aria-label*="Home"] > span,
#footer .grid > div:first-child .flex > span,
.jl-pre-word > span {
  display: none !important;
}

.jl-pre-word img {
  width: auto !important;
  height: clamp(3rem, 7vw, 5.25rem) !important;
  filter: none !important;
}

/* Premium floating header */
header[class*="fixed"] {
  top: 0.75rem !important;
  right: 0 !important;
  left: 0 !important;
  color: #0b1220 !important;
  background: transparent !important;
  animation: jl-header-enter 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

header > .container-x {
  position: relative;
  isolation: isolate;
  width: calc(100% - 2rem);
  max-width: 1500px;
  min-height: 4.25rem;
  padding: 0.48rem 0.65rem 0.48rem 1.1rem !important;
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.52);
  border-radius: 1.35rem;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.87)) !important;
  box-shadow:
    0 18px 48px rgba(5, 15, 40, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
}

header > .container-x::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32%;
  z-index: -1;
  width: 24%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  transform: skewX(-18deg);
  animation: jl-header-sheen 8s ease-in-out infinite;
  pointer-events: none;
}

header > .container-x::after {
  position: absolute;
  right: 4.9rem;
  bottom: -2rem;
  z-index: -2;
  width: 8rem;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.2), transparent 68%);
  pointer-events: none;
}

header > .container-x > * {
  position: relative;
  z-index: 1;
}

header nav {
  gap: 0.25rem !important;
  padding: 0.25rem;
  border: 1px solid rgba(37, 99, 235, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

header nav a {
  padding: 0.58rem 0.82rem;
  border-radius: 999px;
  color: #18233a;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

header nav a:hover,
header nav a:focus-visible {
  color: var(--jl-blue);
  background: rgba(37, 99, 235, 0.08);
  transform: translateY(-1px);
}

header nav a::after {
  right: 0.82rem !important;
  bottom: 0.32rem !important;
  left: 0.82rem !important;
  width: auto !important;
  height: 2px !important;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jl-blue), var(--jl-blue-bright)) !important;
}

header #cart-icon {
  display: grid;
  width: 2.85rem;
  height: 2.85rem;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 50%;
  color: var(--jl-blue);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.12);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

header #cart-icon:hover,
header #cart-icon:focus-visible {
  color: #ffffff;
  background: var(--jl-blue);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.34);
  transform: translateY(-2px) rotate(-3deg);
}

header button[aria-label="Menu"] {
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.68);
}

header button[aria-label="Menu"] span {
  background: var(--jl-blue) !important;
}

/* Hero product image and animated specification rail */
.jl-hero-fan {
  width: min(31vw, 440px) !important;
  height: auto;
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.jl-hero-stage {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 11.5rem);
  gap: clamp(0.35rem, 1vw, 1rem);
  align-items: center;
  justify-content: stretch !important;
}

.jl-hero-stage > .relative:not(.hero-glow) {
  min-width: 0;
}

.jl-hero-specs {
  position: relative;
  z-index: 4;
  display: flex;
  width: 100%;
  max-width: 11.5rem;
  flex-direction: column;
  gap: 0.58rem;
  align-self: center;
  perspective: 700px;
}

.jl-hero-specs-title {
  margin: 0 0 0.15rem;
  color: #ffffff;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.15vw, 1.08rem);
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
  animation: jl-spec-title-drop 700ms 240ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.jl-hero-spec-card {
  --jl-spec-delay: 420ms;
  position: relative;
  display: grid;
  min-height: 6.3rem;
  place-items: center;
  padding: 0.72rem 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.26);
  border-radius: 1.15rem;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(37, 99, 235, 0.075)),
    rgba(4, 8, 18, 0.44);
  box-shadow:
    0 15px 34px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(13px) saturate(130%);
  -webkit-backdrop-filter: blur(13px) saturate(130%);
  transform-origin: 50% 0;
  animation-name: jl-spec-drop, jl-spec-float;
  animation-duration: 800ms, 4.8s;
  animation-delay: var(--jl-spec-delay), calc(var(--jl-spec-delay) + 950ms);
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1), ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, both;
}

.jl-hero-spec-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(147, 197, 253, 0.78), transparent);
}

.jl-spec-symbol {
  display: grid;
  min-width: 3rem;
  height: 2rem;
  place-items: center;
  color: #ffffff;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1.55rem;
  font-weight: 750;
  line-height: 1;
  text-shadow: 0 0 20px rgba(96, 165, 250, 0.65);
}

.jl-spec-symbol[data-symbol="h11"] {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.jl-spec-symbol[data-symbol="turbo"] {
  position: relative;
  width: 2.75rem;
  min-width: 2.75rem;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-12deg) scaleY(0.48);
}

.jl-spec-symbol[data-symbol="turbo"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  aspect-ratio: 1;
  content: "";
  border: 2px solid var(--jl-blue-soft);
  border-left-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) scaleY(1.45);
}

.jl-spec-copy {
  max-width: 14ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.23;
  text-align: center;
  text-wrap: balance;
}

/* Rebuilt premium footer */
#footer {
  position: relative;
  isolation: isolate;
  padding-top: 6rem !important;
  overflow: hidden;
  border-top: 1px solid rgba(96, 165, 250, 0.18);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.28), transparent 31rem),
    radial-gradient(circle at 96% 60%, rgba(59, 130, 246, 0.22), transparent 34rem),
    linear-gradient(165deg, #071020 0%, #040711 48%, #07101f 100%) !important;
}

#footer::before {
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -1;
  width: 30%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #60a5fa, #ffffff, transparent);
  box-shadow: 0 0 24px rgba(96, 165, 250, 0.92);
  animation: jl-footer-sweep 7.5s linear infinite;
}

#footer::after {
  position: absolute;
  right: -13rem;
  bottom: -17rem;
  z-index: -2;
  width: min(48vw, 44rem);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(96, 165, 250, 0.17);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 66%);
  box-shadow:
    0 0 0 4.5rem rgba(37, 99, 235, 0.032),
    0 0 0 9rem rgba(37, 99, 235, 0.02);
  animation: jl-footer-breathe 9s ease-in-out infinite;
  pointer-events: none;
}

#footer > .container-x {
  position: relative;
  z-index: 1;
  max-width: 1400px;
}

#footer > .container-x:first-child > div {
  position: relative;
  min-height: 11rem;
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.32);
  border-radius: 2rem !important;
  background:
    linear-gradient(112deg, rgba(37, 99, 235, 0.62), rgba(14, 30, 63, 0.9) 52%, rgba(8, 15, 32, 0.88)) !important;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

#footer > .container-x:first-child > div::before {
  position: absolute;
  top: -11.5rem;
  right: -3rem;
  width: 28rem;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.6rem rgba(96, 165, 250, 0.08),
    0 0 0 5.2rem rgba(96, 165, 250, 0.04);
  animation: jl-footer-orbit 11s ease-in-out infinite;
  pointer-events: none;
}

#footer > .container-x:first-child > div::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.085) 50%, transparent 64%);
  background-size: 220% 100%;
  animation: jl-footer-card-sheen 9s ease-in-out infinite;
  pointer-events: none;
}

#footer > .container-x:first-child > div > div {
  position: relative;
  z-index: 1;
}

#footer > .container-x:first-child h3 {
  color: #ffffff;
  font-size: clamp(2rem, 3.7vw, 3.3rem) !important;
  letter-spacing: -0.045em;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
}

#footer > .container-x:first-child p {
  max-width: 46ch;
  font-size: 0.98rem;
  line-height: 1.6;
}

#footer form {
  flex-wrap: wrap;
  padding: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(2, 7, 18, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#footer form input {
  min-width: 0;
  flex: 1 1 14rem;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#footer form input:focus {
  border-color: #bfdbfe !important;
  box-shadow: 0 0 0 4px rgba(191, 219, 254, 0.2), 0 10px 34px rgba(0, 0, 0, 0.18);
}

#footer form button {
  min-width: 7.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #050914 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

#footer form button:hover,
#footer form button:focus-visible {
  color: #0b1220;
  background: #ffffff !important;
  transform: translateY(-1px);
}

#footer > .container-x + .container-x {
  width: calc(100% - 2.5rem);
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.75rem) !important;
  border: 1px solid rgba(147, 197, 253, 0.16);
  border-radius: 2rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(3, 8, 19, 0.58);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#footer > .container-x + .container-x > .grid {
  gap: clamp(1.75rem, 3vw, 3.25rem);
  padding-bottom: 2.2rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#footer > .container-x + .container-x > .grid > div:first-child {
  padding-right: clamp(0rem, 4vw, 3rem);
}

#footer > .container-x + .container-x > .grid > div:first-child img {
  width: auto !important;
  height: 4.35rem !important;
  filter: none !important;
}

#footer > .container-x + .container-x > .grid > div:first-child p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.67) !important;
  font-size: 0.92rem;
  line-height: 1.65;
}

#footer > .container-x + .container-x > .grid h4 {
  margin-bottom: 1.05rem !important;
  color: rgba(147, 197, 253, 0.9) !important;
  font-size: 0.78rem !important;
}

#footer > .container-x + .container-x > .grid a {
  width: fit-content;
  padding: 0.28rem 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.9rem !important;
  transition: color 180ms ease, transform 180ms ease;
}

#footer > .container-x + .container-x > .grid a::after {
  display: inline-block;
  margin-left: 0.38rem;
  content: "\2192";
  color: var(--jl-blue-bright);
  opacity: 0;
  transform: translateX(-0.3rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

#footer > .container-x + .container-x > .grid a:hover,
#footer > .container-x + .container-x > .grid a:focus-visible {
  color: #ffffff !important;
  transform: translateX(0.25rem);
}

#footer > .container-x + .container-x > .grid a:hover::after,
#footer > .container-x + .container-x > .grid a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

#footer > .container-x + .container-x > .grid p {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.9rem !important;
  line-height: 1.6;
}

#footer > .container-x + .container-x > .select-none {
  margin-top: 1.4rem;
  padding-top: 0.08em;
  color: transparent !important;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.12), rgba(96, 165, 250, 0.68), rgba(255, 255, 255, 0.18), rgba(96, 165, 250, 0.68));
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(4rem, 13.2vw, 11rem) !important;
  line-height: 0.78 !important;
  letter-spacing: -0.07em;
  animation: jl-footer-word 10s ease-in-out infinite;
}

#footer .select-none + div {
  gap: 0.55rem;
  padding-top: 1.45rem;
}

#footer .select-none + div > span {
  padding: 0.42rem 0.72rem !important;
  border: 1px solid rgba(147, 197, 253, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.065) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

#footer .select-none + div + div {
  padding-bottom: 0 !important;
  border-top: 0;
}

@media (min-width: 768px) {
  #footer > .container-x + .container-x > .grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.72fr) minmax(0, 0.72fr) minmax(0, 1fr);
  }
}

@media (min-width: 1200px) {
  .jl-hero-stage {
    grid-template-columns: minmax(0, 1fr) 11.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .jl-hero-stage {
    grid-template-columns: minmax(0, 1fr) 7.25rem;
    gap: 0.25rem;
  }

  .jl-hero-fan {
    width: min(27vw, 19rem) !important;
  }

  .jl-hero-specs {
    max-width: 7.25rem;
    gap: 0.38rem;
  }

  .jl-hero-specs-title {
    font-size: 0.72rem;
  }

  .jl-hero-spec-card {
    min-height: 4.65rem;
    padding: 0.45rem 0.35rem;
    border-radius: 0.8rem;
  }

  .jl-spec-symbol {
    height: 1.55rem;
    font-size: 1.12rem;
  }

  .jl-spec-symbol[data-symbol="h11"] {
    font-size: 0.9rem;
  }

  .jl-spec-symbol[data-symbol="turbo"] {
    width: 2.15rem;
    min-width: 2.15rem;
  }

  .jl-spec-copy {
    font-size: 0.59rem;
    line-height: 1.16;
  }
}

@media (max-width: 767px) {
  header[class*="fixed"] {
    top: 0.5rem !important;
  }

  header > .container-x {
    width: calc(100% - 1rem);
    min-height: 3.75rem;
    padding: 0.38rem 0.45rem 0.38rem 0.8rem !important;
    border-radius: 1.1rem;
  }

  header a[aria-label*="Home"] img {
    height: 2.45rem !important;
  }

  header #cart-icon,
  header button[aria-label="Menu"] {
    width: 2.45rem;
    height: 2.45rem;
  }

  .jl-hero-stage {
    display: flex !important;
    flex-direction: column;
    gap: 0.9rem;
  }

  .jl-hero-fan {
    width: min(72vw, 23rem) !important;
  }

  .jl-hero-specs {
    display: grid;
    width: min(100%, 35rem);
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .jl-hero-specs-title {
    grid-column: 1 / -1;
    max-width: 24ch;
    margin: 0 auto 0.15rem;
    font-size: 0.92rem;
  }

  .jl-hero-spec-card {
    min-height: 5.75rem;
    padding: 0.58rem 0.35rem;
    border-radius: 0.9rem;
  }

  .jl-spec-symbol {
    height: 1.6rem;
    font-size: 1.2rem;
  }

  .jl-spec-symbol[data-symbol="h11"] {
    font-size: 0.92rem;
  }

  .jl-spec-symbol[data-symbol="turbo"] {
    width: 2.2rem;
    min-width: 2.2rem;
  }

  .jl-spec-copy {
    font-size: 0.62rem;
  }

  #footer {
    padding-top: 4.5rem !important;
  }

  #footer > .container-x:first-child > div {
    min-height: 0;
    padding: 1.8rem !important;
    border-radius: 1.5rem !important;
  }

  #footer > .container-x:first-child > div::before {
    top: -8rem;
    right: -10rem;
    width: 21rem;
  }

  #footer > .container-x:first-child h3 {
    font-size: 2rem !important;
  }

  #footer form {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  #footer form input {
    flex-basis: 100%;
  }

  #footer form button {
    width: 100%;
    justify-content: center;
  }

  #footer > .container-x + .container-x {
    width: calc(100% - 1rem);
    margin-top: 2.5rem;
    padding: 1.35rem !important;
    border-radius: 1.5rem;
  }

  #footer > .container-x + .container-x > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #footer > .container-x + .container-x > .grid > div:first-child {
    grid-column: 1 / -1;
  }

  #footer > .container-x + .container-x > .grid > div:first-child img {
    height: 3.8rem !important;
  }

  #footer > .container-x + .container-x > .select-none {
    margin-top: 1rem;
    font-size: clamp(3.1rem, 18vw, 6rem) !important;
  }

  #footer .select-none + div + div {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .jl-hero-specs {
    grid-template-columns: 1fr;
  }

  .jl-hero-spec-card {
    min-height: 4.7rem;
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .jl-spec-copy {
    max-width: none;
    text-align: left;
  }

  #footer > .container-x + .container-x > .grid {
    grid-template-columns: 1fr;
  }

  #footer > .container-x + .container-x > .grid > div:first-child {
    grid-column: auto;
  }
}

@media (min-width: 641px) {
  .jl-live-pdp-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  header[class*="fixed"],
  header > .container-x::before,
  .jl-hero-specs-title,
  .jl-hero-spec-card,
  #footer::before,
  #footer::after,
  #footer > .container-x:first-child > div::before,
  #footer > .container-x:first-child > div::after,
  #footer > .container-x + .container-x > .select-none {
    animation: none !important;
  }

  header nav a,
  header #cart-icon,
  #footer a {
    transition: none !important;
  }
}

@keyframes jl-header-enter {
  from { opacity: 0; transform: translateY(-1.25rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes jl-header-sheen {
  0%, 55% { transform: translateX(0) skewX(-18deg); opacity: 0; }
  65% { opacity: 0.8; }
  82%, 100% { transform: translateX(580%) skewX(-18deg); opacity: 0; }
}

@keyframes jl-spec-title-drop {
  from { opacity: 0; transform: translateY(-1rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes jl-spec-drop {
  from { opacity: 0; transform: translateY(-1.4rem) rotateX(-12deg) scale(0.96); }
  to { opacity: 1; transform: translateY(0) rotateX(0) scale(1); }
}

@keyframes jl-spec-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-0.35rem); }
}

@keyframes jl-footer-sweep {
  0% { transform: translateX(0); opacity: 0; }
  12% { opacity: 1; }
  82% { opacity: 1; }
  100% { transform: translateX(435%); opacity: 0; }
}

@keyframes jl-footer-breathe {
  0%, 100% { transform: translate3d(0, 0, 0) scale(0.96); opacity: 0.72; }
  50% { transform: translate3d(-1.5rem, -1rem, 0) scale(1.04); opacity: 1; }
}

@keyframes jl-footer-orbit {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-1.4rem, 1rem, 0) rotate(10deg); }
}

@keyframes jl-footer-card-sheen {
  0%, 58% { background-position: 180% 0; }
  82%, 100% { background-position: -80% 0; }
}

@keyframes jl-footer-word {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Premium product search and left-weighted navigation */
.jl-header-layout {
  justify-content: flex-start !important;
  gap: clamp(0.55rem, 0.9vw, 0.9rem);
}

.jl-header-layout > a[aria-label*="Home"] {
  flex: 0 0 auto;
}

.jl-header-layout > nav {
  min-width: 0;
  flex: 0 1 40%;
  justify-content: center;
  margin-left: clamp(0.15rem, 0.8vw, 0.8rem);
}

.jl-header-layout > div:last-child {
  flex: 0 0 auto;
  gap: 0.55rem !important;
}

.jl-site-search {
  position: relative;
  width: auto;
  min-width: 0;
  max-width: 31rem;
  flex: 1 1 34%;
  margin-left: auto;
}

.jl-search-field {
  position: relative;
  display: flex;
  width: 100%;
  height: 3rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96)) padding-box,
    linear-gradient(110deg, rgba(96, 165, 250, 0.78), rgba(255, 255, 255, 0.9), rgba(37, 99, 235, 0.46)) border-box;
  box-shadow:
    0 10px 28px rgba(37, 99, 235, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jl-search-field:focus-within {
  border-color: transparent;
  background:
    linear-gradient(100deg, #ffffff, #f8fbff) padding-box,
    linear-gradient(110deg, var(--jl-blue), #93c5fd, var(--jl-blue)) border-box;
  box-shadow:
    0 0 0 4px rgba(37, 99, 235, 0.09),
    0 14px 34px rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
}

.jl-search-field-icon,
.jl-search-mobile-trigger {
  color: var(--jl-blue);
}

.jl-search-field-icon {
  display: grid;
  width: 2.7rem;
  flex: 0 0 2.7rem;
  place-items: center;
}

.jl-search-field svg,
.jl-search-mobile-trigger svg {
  width: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.jl-search-field input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  color: #111827;
  background: transparent;
  font-size: 0.88rem;
  font-weight: 650;
}

.jl-search-field input::placeholder {
  color: #79869d;
}

.jl-search-field input::-webkit-search-cancel-button {
  display: none;
}

.jl-search-shortcut {
  flex: 0 0 auto;
  margin-right: 0.52rem;
  padding: 0.26rem 0.42rem;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 0.48rem;
  color: #667085;
  background: rgba(239, 246, 255, 0.9);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.jl-search-submit {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  place-items: center;
  margin-right: 0.28rem;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #3b82f6, #1d4ed8);
  box-shadow: 0 7px 17px rgba(37, 99, 235, 0.3);
  font-size: 1rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.jl-search-submit:hover,
.jl-search-submit:focus-visible {
  outline: 0;
  box-shadow: 0 9px 22px rgba(37, 99, 235, 0.38);
  transform: translateX(2px);
}

.jl-search-mobile-trigger {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.1);
}

.jl-header-articles {
  display: inline-flex;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 0.78rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  color: #24436f;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.09);
  font-size: 0.75rem;
  font-weight: 800;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.jl-header-articles svg {
  width: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jl-header-articles:hover,
.jl-header-articles:focus-visible {
  color: #ffffff;
  outline: 0;
  background: var(--jl-blue);
  box-shadow: 0 11px 25px rgba(37, 99, 235, 0.28);
  transform: translateY(-1px);
}

.jl-header-home-shortcut {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 50%;
  color: var(--jl-blue);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.1);
  touch-action: manipulation;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.jl-header-home-shortcut svg {
  width: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jl-header-home-shortcut:hover,
.jl-header-home-shortcut:focus-visible {
  color: #ffffff;
  outline: 0;
  background: var(--jl-blue);
  box-shadow: 0 11px 25px rgba(37, 99, 235, 0.28);
  transform: translateY(-1px);
}

/* Checkout: automatic delivery calculation and progressive payment details */
.jl-delivery-area-hidden {
  display: none !important;
}

.jl-delivery-auto-status {
  display: grid;
  min-height: 4.25rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 1rem;
  color: #1e3a8a;
  background: linear-gradient(115deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.jl-delivery-auto-status[data-area="inside"],
.jl-delivery-auto-status[data-area="outside"] {
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.jl-delivery-status-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 0.8rem;
  color: #ffffff;
  background: linear-gradient(145deg, #3b82f6, #1d4ed8);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.jl-delivery-status-icon svg {
  width: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jl-delivery-status-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.15rem;
}

.jl-delivery-status-copy small {
  color: #64748b;
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.jl-delivery-status-copy strong {
  color: #111827;
  font-size: 0.92rem;
}

.jl-delivery-status-price {
  color: var(--jl-blue);
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1.05rem;
  white-space: nowrap;
}

.jl-payment-details {
  margin-top: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 1.15rem;
  background: linear-gradient(145deg, #f8fbff, #ffffff);
  box-shadow: 0 16px 42px rgba(37, 99, 235, 0.08);
}

.jl-payment-details[hidden] {
  display: none !important;
}

.jl-payment-instruction {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(37, 99, 235, 0.1);
}

.jl-payment-logo {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  place-items: center;
  border-radius: 1rem;
  color: #ffffff;
  background: linear-gradient(145deg, #e2136e, #b80b55);
  box-shadow: 0 10px 24px rgba(226, 19, 110, 0.25);
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
}

.jl-payment-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.jl-payment-copy small,
.jl-payment-number-row small {
  color: #64748b;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.jl-payment-copy strong {
  margin-top: 0.12rem;
  color: #111827;
  font-size: 1rem;
}

.jl-payment-copy p {
  margin-top: 0.18rem;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.45;
}

.jl-payment-copy p b {
  color: #111827;
}

.jl-payment-number-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px dashed rgba(37, 99, 235, 0.35);
  border-radius: 0.9rem;
  background: rgba(239, 246, 255, 0.78);
}

.jl-payment-number-row > span {
  display: flex;
  flex-direction: column;
}

.jl-payment-number-row b {
  margin-top: 0.1rem;
  color: #0f172a;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
}

.jl-copy-payment-number {
  min-width: 4.4rem;
  min-height: 2.6rem;
  padding: 0.55rem 0.9rem;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: var(--jl-blue);
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
}

.jl-copy-payment-number:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.25);
  outline-offset: 2px;
}

.jl-transaction-field {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  padding: 0 1rem 1rem;
  color: #1f2937;
  font-size: 0.82rem;
  font-weight: 750;
}

.jl-transaction-field > span b {
  color: #dc2626;
}

.jl-transaction-field input {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #d8e2f1;
  border-radius: 0.85rem;
  color: #111827;
  background: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.jl-transaction-field input:focus {
  border-color: var(--jl-blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.jl-transaction-field > small {
  color: #718096;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.45;
}

.jl-payment-details.is-unavailable {
  border-color: rgba(245, 158, 11, 0.34);
  background: #fffbeb;
}

.jl-payment-unavailable {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
}

.jl-payment-unavailable > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #d97706;
  font-weight: 900;
}

.jl-payment-unavailable strong {
  color: #92400e;
}

.jl-payment-unavailable p {
  margin-top: 0.18rem;
  color: #a16207;
  font-size: 0.82rem;
  line-height: 1.45;
}

form[data-jl-checkout-enhanced="true"] button[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  filter: grayscale(0.2);
}

.jl-checkout-confirmation {
  width: min(100%, 48rem);
  margin: 1rem auto 3rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid rgba(147, 197, 253, 0.5);
  border-radius: 2rem;
  text-align: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.92));
  box-shadow: 0 25px 70px -30px rgba(37, 99, 235, 0.5);
}

.jl-checkout-confirmation-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #3b82f6, #1d4ed8);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28);
  font-size: 1.75rem;
}
.jl-checkout-confirmation-icon svg { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.jl-confirmation-kicker { display: block; margin-top: 1.1rem; color: var(--jl-blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; font-weight: 850; letter-spacing: .18em; }

.jl-checkout-confirmation h2 {
  margin-top: 1.25rem;
  color: #0f172a;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(1.6rem, 5vw, 2.25rem);
  font-weight: 800;
}

.jl-checkout-confirmation p {
  margin-top: 0.65rem;
  color: #64748b;
}
.jl-confirmation-lead { max-width: 38rem; margin-right: auto; margin-left: auto; line-height: 1.7; }

.jl-checkout-order-id {
  display: block;
  margin: 0.4rem 0;
  color: var(--jl-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.45rem;
}
.jl-confirmation-summary { display: grid; margin-top: 1.6rem; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid #d9e5f7; border-radius: 1rem; background: rgba(255,255,255,.78); }
.jl-confirmation-summary > div { min-width: 0; padding: 1rem; border-right: 1px solid #d9e5f7; }
.jl-confirmation-summary > div:last-child { border-right: 0; }
.jl-confirmation-summary span { display: block; color: #74829a; font-size: .68rem; }
.jl-confirmation-summary strong { display: block; margin-top: .3rem; overflow-wrap: anywhere; color: #111827; font-size: .85rem; }
.jl-confirmation-summary .jl-checkout-order-id { margin: .3rem 0 0; color: var(--jl-blue); font-size: .92rem; }
.jl-confirmation-progress { position: relative; display: grid; margin-top: 1.75rem; grid-template-columns: repeat(3, 1fr); }
.jl-confirmation-progress::before { position: absolute; top: .85rem; left: 16.5%; right: 16.5%; height: 1px; background: #cbd8ea; content: ""; }
.jl-confirmation-progress span { position: relative; z-index: 1; display: grid; justify-items: center; gap: .45rem; color: #7b879b; }
.jl-confirmation-progress i { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; border: 1px solid #cbd8ea; border-radius: 50%; background: #f8fbff; font-size: .65rem; font-style: normal; font-weight: 800; }
.jl-confirmation-progress b { font-size: .68rem; font-weight: 700; }
.jl-confirmation-progress .is-done { color: var(--jl-blue); }
.jl-confirmation-progress .is-done i { border-color: var(--jl-blue); color: #fff; background: var(--jl-blue); }
.jl-confirmation-note { font-size: .72rem; }

.jl-checkout-confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (max-width: 620px) {
  .jl-checkout-confirmation { padding: 1.5rem 1rem; border-radius: 1.35rem; }
  .jl-confirmation-summary { grid-template-columns: 1fr; text-align: left; }
  .jl-confirmation-summary > div { padding: .75rem .9rem; border-right: 0; border-bottom: 1px solid #d9e5f7; }
  .jl-confirmation-summary > div:last-child { border-bottom: 0; }
  .jl-confirmation-progress b { font-size: .58rem; }
  .jl-checkout-confirmation-actions { display: grid; }
}

.jl-search-results {
  position: fixed;
  z-index: 120;
  max-height: min(31rem, calc(100vh - 7rem));
  padding: 0.5rem;
  overflow-y: auto;
  border: 1px solid rgba(147, 197, 253, 0.5);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 70px rgba(8, 18, 43, 0.24);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  animation: jl-search-pop 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.jl-search-result {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: center;
  padding: 0.52rem;
  border-radius: 0.92rem;
  color: #101828;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.jl-search-result:hover,
.jl-search-result:focus-visible {
  color: var(--jl-blue);
  outline: 0;
  background: linear-gradient(100deg, rgba(219, 234, 254, 0.66), rgba(239, 246, 255, 0.86));
  transform: translateX(2px);
}

.jl-search-result-image {
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 0.75rem;
  background: linear-gradient(145deg, #f8fafc, #eff6ff);
}

.jl-search-result-image img {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.jl-search-result-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.16rem;
}

.jl-search-result-info strong {
  overflow: hidden;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jl-search-result-info > span {
  overflow: hidden;
  color: #667085;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jl-search-result-arrow {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: #eff6ff;
  font-size: 0.9rem;
}

.jl-search-state {
  padding: 1.15rem;
  color: #667085;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.5;
  text-align: center;
}

.jl-search-state.is-loading::before {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.45rem;
  content: "";
  border: 2px solid #bfdbfe;
  border-top-color: var(--jl-blue);
  border-radius: 50%;
  animation: jl-spin 700ms linear infinite;
}

/* Four single-row, bidirectional product collections */
.jl-product-collections {
  position: relative;
  isolation: isolate;
  padding: clamp(4.5rem, 7vw, 7.5rem) 0;
  overflow: hidden;
  border-top: 1px solid rgba(37, 99, 235, 0.08);
  border-bottom: 1px solid rgba(37, 99, 235, 0.1);
  background:
    radial-gradient(circle at 8% 10%, rgba(96, 165, 250, 0.15), transparent 27rem),
    radial-gradient(circle at 94% 80%, rgba(37, 99, 235, 0.11), transparent 31rem),
    linear-gradient(180deg, #fbfdff, #f5f9ff 48%, #ffffff);
}

.jl-product-collections::before {
  position: absolute;
  top: 8rem;
  right: -7rem;
  z-index: -1;
  width: 20rem;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(37, 99, 235, 0.025), 0 0 0 6rem rgba(37, 99, 235, 0.015);
}

.jl-product-collections-intro {
  margin-bottom: clamp(2.7rem, 5vw, 5rem);
  text-align: center;
}

.jl-product-collections-intro .h-display {
  margin-top: 0.7rem;
  font-size: clamp(2rem, 5vw, 3.7rem);
  letter-spacing: -0.045em;
}

.jl-category-rail + .jl-category-rail {
  margin-top: clamp(4.3rem, 7vw, 7rem);
}

.jl-category-rail-heading {
  display: flex;
  width: min(calc(100% - 2.5rem), 1320px);
  margin: 0 auto 1.4rem;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.jl-rail-eyebrow {
  color: var(--jl-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jl-category-rail h2 {
  margin-top: 0.45rem;
  color: #0f172a;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 750;
  letter-spacing: -0.035em;
}

.jl-rail-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.jl-rail-meta > span {
  color: #7b879d;
  font-size: 0.7rem;
  font-weight: 650;
}

.jl-rail-meta a {
  padding: 0.58rem 0.82rem;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  color: var(--jl-blue);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.jl-rail-meta a:hover,
.jl-rail-meta a:focus-visible {
  color: #ffffff;
  outline: 0;
  background: var(--jl-blue);
  transform: translateY(-1px);
}

.jl-category-scroller {
  display: flex;
  width: min(calc(100% - 2.5rem), 1320px);
  margin-right: auto;
  margin-left: auto;
  padding: 0.75rem 0 1.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  scroll-behavior: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.12) 0.8rem, #000 4.75rem, #000 calc(100% - 4.75rem), rgba(0, 0, 0, 0.12) calc(100% - 0.8rem), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.12) 0.8rem, #000 4.75rem, #000 calc(100% - 4.75rem), rgba(0, 0, 0, 0.12) calc(100% - 0.8rem), transparent 100%);
}

.jl-category-scroller::-webkit-scrollbar {
  display: none;
}

.jl-category-scroller.is-dragging {
  cursor: grabbing;
}

.jl-rail-segment {
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
}

.jl-rail-segment + .jl-rail-segment {
  margin-left: 1rem;
}

.jl-rail-product {
  width: clamp(15rem, 22vw, 19rem);
  min-width: clamp(15rem, 22vw, 19rem);
  flex: 0 0 clamp(15rem, 22vw, 19rem) !important;
  cursor: pointer;
  user-select: none;
}

.jl-rail-product img {
  pointer-events: none;
  -webkit-user-drag: none;
}

.jl-rail-product a,
.jl-live-card-media {
  -webkit-tap-highlight-color: transparent;
}

.jl-live-product-card {
  position: relative;
}

.jl-live-card-media {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.jl-live-card-quick {
  position: absolute;
  bottom: 0.85rem;
  left: 50%;
  z-index: 3;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(9, 18, 40, 0.88);
  box-shadow: 0 8px 22px rgba(10, 23, 52, 0.22);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translate(-50%, 0.6rem);
  transition: opacity 200ms ease, transform 200ms ease;
  white-space: nowrap;
}

.jl-live-card-media:hover .jl-live-card-quick,
.jl-live-card-media:focus-visible .jl-live-card-quick {
  opacity: 1;
  transform: translate(-50%, 0);
}

.jl-live-card-media:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: -3px;
}

.jl-live-card-short {
  display: -webkit-box;
  min-height: 2.6rem;
  margin-top: 0.45rem;
  overflow: hidden;
  color: #7b879d;
  font-size: 0.7rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jl-live-card-stock {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 800;
}

html.jl-qv-open {
  overflow: hidden;
}

.jl-live-quick-view {
  position: fixed;
  inset: 0;
  z-index: 410;
  display: grid;
  padding: clamp(0.75rem, 3vw, 2rem);
  place-items: center;
  animation: jl-qv-in 220ms ease both;
}

.jl-live-quick-view.is-closing {
  animation: jl-qv-out 180ms ease both;
}

.jl-live-qv-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(4, 9, 21, 0.7);
  backdrop-filter: blur(9px) saturate(110%);
  -webkit-backdrop-filter: blur(9px) saturate(110%);
}

.jl-live-qv-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 65rem);
  max-height: min(90vh, 46rem);
  overflow: hidden;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: clamp(1.4rem, 3vw, 2.4rem);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 40px 100px rgba(1, 8, 24, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transform-origin: 50% 55%;
  animation: jl-qv-panel-in 430ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.is-closing .jl-live-qv-panel {
  animation: jl-qv-panel-out 160ms ease both;
}

.jl-live-qv-close {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  z-index: 4;
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: 50%;
  place-items: center;
  color: #526078;
  background: rgba(15, 23, 42, 0.055);
  font-size: 1.55rem;
  line-height: 1;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.jl-live-qv-close:hover,
.jl-live-qv-close:focus-visible {
  color: #0f172a;
  outline: 0;
  background: rgba(15, 23, 42, 0.1);
  transform: rotate(6deg);
}

.jl-live-qv-media {
  position: relative;
  display: grid;
  min-height: 37rem;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 42% 37%, rgba(255, 255, 255, 0.98) 0 14%, transparent 42%),
    linear-gradient(145deg, #eef5ff, #f8fbff 60%, #e7f0ff);
}

.jl-live-qv-media::before,
.jl-live-qv-media::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.jl-live-qv-media::before {
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(37, 99, 235, 0.09);
  box-shadow: 0 0 0 3rem rgba(37, 99, 235, 0.025), 0 0 0 6rem rgba(37, 99, 235, 0.017);
}

.jl-live-qv-media::after {
  bottom: 8%;
  width: 56%;
  height: 1.15rem;
  background: rgba(33, 63, 116, 0.13);
  filter: blur(11px);
}

.jl-live-qv-media img {
  position: relative;
  z-index: 2;
  width: min(100%, 27rem);
  max-height: 28rem;
  object-fit: contain;
  filter: drop-shadow(0 24px 20px rgba(36, 62, 103, 0.18));
  animation: jl-qv-float 4.8s ease-in-out infinite;
}

.jl-live-qv-sale {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 3;
  padding: 0.48rem 0.76rem;
  border-radius: 999px;
  color: #ffffff;
  background: var(--jl-blue);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.26);
  font-size: 0.76rem;
  font-weight: 900;
}

.jl-live-qv-content {
  display: flex;
  min-width: 0;
  padding: clamp(2.2rem, 4vw, 3.4rem) clamp(1.5rem, 4vw, 3rem);
  overflow-y: auto;
  flex-direction: column;
  background:
    radial-gradient(circle at 100% 0, rgba(37, 99, 235, 0.07), transparent 18rem),
    rgba(255, 255, 255, 0.95);
}

.jl-live-qv-kicker {
  padding-right: 3.3rem;
  color: var(--jl-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jl-live-qv-content h2 {
  margin-top: 1rem;
  color: #090f1d;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.jl-live-qv-summary {
  margin-top: 1.15rem;
  color: #667085;
  font-size: 0.94rem;
  line-height: 1.65;
}

.jl-live-qv-chips {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.jl-live-qv-chips span {
  padding: 0.42rem 0.68rem;
  border: 1px solid #e3e9f2;
  border-radius: 999px;
  color: #5c687d;
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.7rem;
}

.jl-live-qv-price {
  display: flex;
  margin-top: 1.45rem;
  align-items: baseline;
  gap: 0.75rem;
}

.jl-live-qv-price strong {
  color: #0b1120;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.55rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.jl-live-qv-price del {
  color: #98a2b3;
  font-size: 0.95rem;
}

.jl-live-qv-fields {
  display: grid;
  margin-top: 1.55rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.jl-live-qv-fields .jlqo-select {
  height: 3.5rem;
  border-color: #dde4ee;
  border-radius: 1rem;
  font-size: 0.88rem;
}

.jl-live-qv-actions {
  display: grid;
  margin-top: auto;
  padding-top: 1.1rem;
  gap: 0.7rem;
}

.jl-live-qv-add,
.jl-live-qv-whatsapp {
  display: flex;
  min-height: 3.5rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.91rem;
  font-weight: 850;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.jl-live-qv-add {
  border: 1px solid var(--jl-blue);
  color: #ffffff;
  background: linear-gradient(135deg, #3478ff, #1756df);
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.25);
}

.jl-live-qv-add:hover:not(:disabled),
.jl-live-qv-add:focus-visible:not(:disabled) {
  outline: 0;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.34);
}

.jl-live-qv-add.is-added {
  border-color: #059669;
  background: #059669;
  box-shadow: 0 15px 30px rgba(5, 150, 105, 0.22);
}

.jl-live-qv-add:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.jl-live-qv-whatsapp {
  border: 1.5px solid #dfe6f0;
  color: #172033;
  background: #ffffff;
}

.jl-live-qv-whatsapp:hover,
.jl-live-qv-whatsapp:focus-visible {
  border-color: #16a46b;
  color: #087a4e;
  outline: 0;
  background: #f4fff9;
  transform: translateY(-1px);
}

.jl-live-qv-whatsapp.is-disabled,
.jl-live-pdp-actions a.is-disabled {
  pointer-events: none;
  border-color: #e4e7ec;
  color: #98a2b3;
  background: #f7f8fa;
  box-shadow: none;
  transform: none;
}

.jl-live-qv-price.is-unavailable strong {
  color: #b42318;
  font-size: 1.35rem;
  letter-spacing: -.02em;
}

@keyframes jl-qv-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes jl-qv-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes jl-qv-panel-in {
  from { opacity: 0; transform: translateY(2rem) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes jl-qv-panel-out {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(0.7rem) scale(0.98); }
}

@keyframes jl-qv-float {
  0%, 100% { transform: translateY(0) rotate(-0.45deg); }
  50% { transform: translateY(-0.65rem) rotate(0.45deg); }
}

@media (max-width: 760px) {
  .jl-live-qv-panel {
    max-height: 94vh;
    overflow-y: auto;
    grid-template-columns: 1fr;
  }

  .jl-live-qv-media {
    min-height: 17.5rem;
    padding: 2rem 3rem;
  }

  .jl-live-qv-media::before {
    width: 13rem;
    height: 13rem;
  }

  .jl-live-qv-media img {
    width: min(82%, 17rem);
    max-height: 14rem;
  }

  .jl-live-qv-content {
    overflow: visible;
    padding: 1.5rem;
  }

  .jl-live-qv-content h2 {
    margin-top: 0.65rem;
  }

  .jl-live-qv-summary {
    margin-top: 0.75rem;
    line-height: 1.45;
  }

  .jl-live-qv-chips {
    display: none;
  }

  .jl-live-qv-price {
    margin-top: 0.9rem;
  }

  .jl-live-qv-fields {
    margin-top: 1rem;
  }

  .jl-live-qv-actions {
    padding-top: 0.9rem;
  }
}

@media (max-width: 430px) {
  .jl-live-quick-view {
    padding: 0.45rem;
  }

  .jl-live-qv-panel {
    border-radius: 1.4rem;
  }

  .jl-live-qv-close {
    top: 0.8rem;
    right: 0.8rem;
    width: 2.45rem;
    height: 2.45rem;
  }

  .jl-live-qv-media {
    min-height: 14rem;
    padding: 1.4rem 3rem;
  }

  .jl-live-qv-media img {
    max-height: 11.5rem;
  }

  .jl-live-qv-fields {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .jl-live-qv-fields .jlqo-select {
    height: 3rem;
  }
}

/* Live 32-product catalog and premium product detail surface */
.jl-live-catalog-grid {
  align-items: stretch;
}

.jl-live-catalog-count {
  margin: 0 0 1rem;
  color: #718096;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jl-live-pdp {
  min-height: 100vh;
  color: #101828;
  background: #ffffff;
}

.jl-live-pdp-hero {
  position: relative;
  padding: clamp(7.2rem, 11vw, 9.2rem) 0 clamp(4rem, 7vw, 7rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(61, 125, 255, 0.13), transparent 27rem),
    radial-gradient(circle at 8% 80%, rgba(147, 197, 253, 0.13), transparent 26rem),
    linear-gradient(180deg, #f7faff, #ffffff 52%);
}

.jl-live-pdp-hero::before {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: min(92vw, 72rem);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.2), transparent);
  transform: translateX(-50%);
}

.jl-live-pdp-breadcrumb {
  display: flex;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  align-items: center;
  gap: 0.55rem;
  color: #8491a6;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.jl-live-pdp-breadcrumb a {
  color: var(--jl-blue);
}

.jl-live-pdp-breadcrumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.jl-live-pdp-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(23rem, 0.97fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.jl-live-pdp-gallery {
  position: sticky;
  top: 7.5rem;
  min-width: 0;
}

.jl-live-pdp-main-image {
  position: relative;
  display: grid;
  min-height: min(42rem, 62vw);
  padding: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: clamp(1.7rem, 3vw, 3rem);
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.98) 0 17%, transparent 48%),
    linear-gradient(145deg, #eef5ff, #f9fbff 60%, #e8f1ff);
  box-shadow: 0 34px 75px rgba(38, 82, 152, 0.13), 0 1px 0 #ffffff inset;
}

.jl-live-pdp-main-image::before {
  position: absolute;
  width: 65%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(37, 99, 235, 0.085);
  border-radius: 50%;
  box-shadow: 0 0 0 3.2rem rgba(37, 99, 235, 0.025), 0 0 0 6.2rem rgba(37, 99, 235, 0.014);
}

.jl-live-pdp-main-image > span {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: 3;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  color: #ffffff;
  background: var(--jl-blue);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.25);
  font-size: 0.72rem;
  font-weight: 900;
}

.jl-live-pdp-main-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 36rem;
  max-height: 32rem;
  object-fit: contain;
  filter: drop-shadow(0 28px 23px rgba(34, 65, 112, 0.2));
  animation: jl-pdp-float 5.2s ease-in-out infinite;
}

.jl-live-pdp-swatches {
  display: flex;
  margin-top: 1rem;
  overflow-x: auto;
  gap: 0.75rem;
  scrollbar-width: none;
}

.jl-live-pdp-swatches::-webkit-scrollbar {
  display: none;
}

.jl-live-pdp-swatches button {
  display: grid;
  min-width: 6.2rem;
  padding: 0.45rem;
  border: 1px solid #e4eaf3;
  border-radius: 1rem;
  grid-template-columns: 2.3rem auto;
  align-items: center;
  gap: 0.45rem;
  color: #667085;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(34, 65, 112, 0.06);
  font-size: 0.66rem;
  font-weight: 750;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jl-live-pdp-swatches button:hover,
.jl-live-pdp-swatches button:focus-visible,
.jl-live-pdp-swatches button.is-active {
  border-color: var(--jl-blue);
  outline: 0;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}

.jl-live-pdp-swatches img {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.65rem;
  object-fit: contain;
  background: #f4f7fb;
}

.jl-live-pdp-detail {
  padding-top: clamp(0.5rem, 2vw, 1.5rem);
}

.jl-live-pdp-kicker {
  display: inline-flex;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 999px;
  color: var(--jl-blue);
  background: rgba(239, 246, 255, 0.75);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.jl-live-pdp-detail h1 {
  margin-top: 1.2rem;
  color: #091120;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 850;
  line-height: 0.99;
  letter-spacing: -0.058em;
}

.jl-live-pdp-lead {
  max-width: 52ch;
  margin-top: 1.25rem;
  color: #667085;
  font-size: clamp(0.97rem, 1.4vw, 1.08rem);
  line-height: 1.7;
}

.jl-live-pdp-highlights {
  display: grid;
  max-width: 52rem;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  border: 1px solid #e5eaf2;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 25px rgba(24, 55, 102, 0.045);
}

.jl-live-pdp-highlights li {
  display: flex;
  min-width: 0;
  padding: 0;
  align-items: center;
  gap: 0.65rem;
}

.jl-live-pdp-highlights li > span {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  border-radius: 50%;
  place-items: center;
  color: #ffffff;
  background: var(--jl-blue);
  font-size: 0.62rem;
}

.jl-live-pdp-highlights strong {
  min-width: 0;
  color: #172033;
  font-size: 0.9rem;
  line-height: 1.45;
}

.jl-live-pdp-price {
  display: flex;
  margin-top: 1.7rem;
  align-items: baseline;
  gap: 0.85rem;
}

.jl-live-pdp-price strong {
  color: #0b1120;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.jl-live-pdp-price del {
  color: #98a2b3;
}

.jl-live-pdp-fields {
  display: grid;
  margin-top: 1.45rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.jl-live-pdp-fields .jlqo-select {
  height: 3.6rem;
  border-radius: 1rem;
  font-size: 0.86rem;
}

.jl-live-pdp-actions {
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.jl-live-pdp-actions > * {
  display: flex;
  min-height: 3.65rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.jl-live-pdp-actions button {
  border: 1px solid var(--jl-blue);
  color: #ffffff;
  background: linear-gradient(135deg, #3478ff, #1756df);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.jl-live-pdp-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.jl-live-pdp-actions a {
  border: 1px solid #dfe6f0;
  color: #162033;
  background: #ffffff;
}

.jl-live-pdp-actions > *:hover:not(:disabled),
.jl-live-pdp-actions > *:focus-visible:not(:disabled) {
  outline: 0;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.18);
}

.jl-live-pdp-assurances {
  display: flex;
  margin-top: 1.1rem;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  color: #667085;
  font-size: 0.68rem;
  font-weight: 700;
}

.jl-live-pdp-info {
  padding-top: clamp(3.7rem, 7vw, 7rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.jl-live-pdp-tabs {
  display: grid;
  width: min(100%, 46rem);
  margin: 0 auto 2rem;
  padding: 0.45rem;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e4eaf3;
  border-radius: 999px;
  background: #f5f8fc;
  box-shadow: 0 12px 30px rgba(27, 57, 100, 0.06);
}

.jl-live-pdp-tabs button {
  min-height: 3rem;
  border: 0;
  border-radius: 999px;
  color: #6b778d;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.jl-live-pdp-tabs button[aria-selected="true"] {
  color: #ffffff;
  background: #111a2b;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}

.jl-live-pdp-tabs button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.22);
}

.jl-live-pdp-panel {
  width: min(100%, 66rem);
  margin: 0 auto;
  animation: jl-tab-reveal 260ms ease both;
}

.jl-live-pdp-panel[hidden] {
  display: none;
}

.jl-live-pdp-spec-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #e3e9f2;
  border-radius: 1.7rem;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(28, 61, 111, 0.08);
}

.jl-live-pdp-spec-grid > div {
  display: flex;
  min-height: 4.3rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #edf1f6;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.jl-live-pdp-spec-grid > div:nth-child(odd) {
  border-right: 1px solid #edf1f6;
}

.jl-live-pdp-spec-grid span {
  color: #7a879b;
  font-size: 0.72rem;
}

.jl-live-pdp-spec-grid strong {
  color: #172033;
  font-size: 0.76rem;
  text-align: right;
}

.jl-live-pdp-copy,
.jl-live-pdp-warranty {
  overflow: hidden;
  border: 1px solid #e3e9f2;
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at 95% 10%, rgba(37, 99, 235, 0.08), transparent 22rem),
    #ffffff;
  box-shadow: 0 22px 55px rgba(28, 61, 111, 0.08);
}

.jl-live-pdp-copy {
  padding: clamp(1.6rem, 4vw, 3rem);
}

.jl-live-pdp-copy > span,
.jl-live-pdp-warranty section > span {
  color: var(--jl-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jl-live-pdp-copy h2,
.jl-live-pdp-warranty h2 {
  margin-top: 0.65rem;
  color: #0e1728;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 820;
  letter-spacing: -0.035em;
}

.jl-live-pdp-copy p,
.jl-live-pdp-warranty p {
  margin-top: 1rem;
  color: #667085;
  line-height: 1.75;
}

.jl-live-pdp-warranty {
  display: grid;
  padding: clamp(1.3rem, 3vw, 2rem);
  grid-template-columns: minmax(8rem, 0.36fr) 1fr;
  align-items: center;
  gap: clamp(1.4rem, 4vw, 3rem);
}

.jl-live-pdp-warranty > div {
  display: grid;
  min-height: 11rem;
  border-radius: 1.25rem;
  place-items: center;
  align-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.25), transparent 42%),
    linear-gradient(145deg, #3378ff, #104ac7);
  box-shadow: 0 22px 42px rgba(37, 99, 235, 0.24);
}

.jl-live-pdp-warranty > div strong {
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 4rem;
  line-height: 0.9;
}

.jl-live-pdp-warranty > div span {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

@keyframes jl-pdp-float {
  0%, 100% { transform: translateY(0) rotate(-0.25deg); }
  50% { transform: translateY(-0.7rem) rotate(0.25deg); }
}

@media (max-width: 900px) {
  .jl-live-pdp-shell {
    grid-template-columns: 1fr;
  }

  .jl-live-pdp-gallery {
    position: static;
  }

  .jl-live-pdp-main-image {
    min-height: min(38rem, 85vw);
  }

  .jl-live-pdp-detail h1 {
    max-width: 18ch;
  }
}

@media (max-width: 560px) {
  .jl-live-pdp-hero {
    padding-top: 6.5rem;
  }

  .jl-live-pdp-main-image {
    min-height: 21rem;
    padding: 2.3rem;
    border-radius: 1.6rem;
  }

  .jl-live-pdp-main-image img {
    max-height: 17rem;
  }

  .jl-live-pdp-highlights,
  .jl-live-pdp-fields,
  .jl-live-pdp-actions,
  .jl-live-pdp-spec-grid {
    grid-template-columns: 1fr;
  }

  .jl-live-pdp-spec-grid > div:nth-child(odd) {
    border-right: 0;
  }

  .jl-live-pdp-tabs {
    border-radius: 1.15rem;
  }

  .jl-live-pdp-tabs button {
    min-height: 2.65rem;
    font-size: 0.7rem;
  }

  .jl-live-pdp-warranty {
    grid-template-columns: 1fr;
  }

  .jl-live-pdp-warranty > div {
    min-height: 8.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jl-live-quick-view,
  .jl-live-qv-panel,
  .jl-live-qv-media img,
  .jl-live-pdp-main-image img,
  .jl-live-pdp-panel {
    animation: none !important;
  }
}

.jl-rails-loading {
  display: flex;
  min-height: 14rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  color: #667085;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.jl-rails-loading span {
  width: 1rem;
  height: 1rem;
  border: 2px solid #bfdbfe;
  border-top-color: var(--jl-blue);
  border-radius: 50%;
  animation: jl-spin 700ms linear infinite;
}

/* Product title summary and premium information tabs */
.jl-product-summary {
  position: relative;
  padding: 1rem 1.05rem 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.15), transparent 9rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
  box-shadow: 0 16px 38px rgba(15, 40, 85, 0.09), inset 0 1px 0 #ffffff;
  animation: jl-summary-in 540ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.jl-product-summary::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--jl-blue), var(--jl-blue-bright), transparent);
}

.jl-product-summary-heading {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  margin-bottom: 0.82rem;
}

.jl-product-summary-heading strong {
  color: #172033;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 0.9rem;
}

.jl-product-summary-heading > span:last-child {
  margin-left: auto;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  color: var(--jl-blue);
  background: rgba(37, 99, 235, 0.08);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jl-summary-mark {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 0.5rem;
  color: #ffffff;
  background: linear-gradient(145deg, var(--jl-blue), #1d4ed8);
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
  font-size: 0.68rem;
}

.jl-product-summary ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.8rem;
}

.jl-product-summary li {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 0.45rem;
  color: #59657a;
  font-size: 0.72rem;
  line-height: 1.4;
}

.jl-product-summary li strong {
  color: #1f2937;
}

.jl-summary-check {
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  place-items: center;
  margin-top: 0.03rem;
  border-radius: 50%;
  color: #ffffff;
  background: #16a34a;
  font-size: 0.58rem;
  font-weight: 900;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.18);
}

.jl-product-tabs-section {
  padding-top: clamp(2.8rem, 5vw, 4.8rem) !important;
  padding-bottom: clamp(2.8rem, 5vw, 4.8rem) !important;
}

.jl-product-tabs {
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 1.65rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 65px rgba(15, 40, 85, 0.1);
}

.jl-product-tablist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.6rem;
  border-bottom: 1px solid rgba(37, 99, 235, 0.1);
  background: linear-gradient(120deg, #f8fbff, #eff6ff);
}

.jl-product-tab {
  position: relative;
  min-height: 3.15rem;
  padding: 0.65rem 1rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 1rem;
  color: #536078;
  background: transparent;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(0.78rem, 1.5vw, 0.98rem);
  font-weight: 750;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jl-product-tab:hover,
.jl-product-tab:focus-visible {
  color: var(--jl-blue);
  outline: 0;
  background: rgba(255, 255, 255, 0.74);
}

.jl-product-tab[aria-selected="true"] {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(120deg, var(--jl-blue), #1d4ed8);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.jl-product-panel {
  padding: clamp(1rem, 2.5vw, 1.7rem);
  animation: jl-panel-in 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.jl-product-panel[hidden] {
  display: none !important;
}

.jl-product-panel > .grad-border {
  border-color: rgba(37, 99, 235, 0.12);
  border-radius: 1.1rem;
  box-shadow: 0 12px 34px rgba(15, 40, 85, 0.055);
}

.jl-tab-copy-card,
.jl-tab-warranty-card {
  min-height: 13rem;
  border: 1px solid rgba(37, 99, 235, 0.11);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.14), transparent 15rem),
    linear-gradient(145deg, #ffffff, #f8fbff);
}

.jl-tab-copy-card {
  padding: clamp(1.4rem, 3vw, 2.3rem);
}

.jl-tab-copy-card h3,
.jl-tab-warranty-card h3 {
  color: #131c2e;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.jl-tab-copy-card p,
.jl-tab-warranty-card p {
  max-width: 70ch;
  margin-top: 0.75rem;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.7;
}

.jl-tab-copy-card .jl-tab-lead {
  color: var(--jl-blue);
  font-size: 1rem;
  font-weight: 700;
}

.jl-tab-warranty-card {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 4vw, 3.2rem);
  padding: clamp(1.4rem, 4vw, 3rem);
}

.jl-warranty-badge {
  display: grid;
  width: clamp(7rem, 16vw, 10rem);
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-content: center;
  border: 1px solid rgba(147, 197, 253, 0.52);
  border-radius: 50%;
  color: #ffffff;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(145deg, #3b82f6, #1d4ed8);
  box-shadow: 0 22px 45px rgba(37, 99, 235, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  text-align: center;
}

.jl-warranty-badge span {
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(2.3rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 0.9;
}

.jl-warranty-badge small {
  margin-top: 0.45rem;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.jl-tab-kicker {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--jl-blue);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .jl-header-layout > nav a {
    padding-right: 0.62rem;
    padding-left: 0.62rem;
    font-size: 0.82rem;
  }

  .jl-site-search {
    width: clamp(11rem, 17vw, 14rem);
    flex-basis: 22%;
  }

  .jl-search-shortcut {
    display: none;
  }

  .jl-header-articles {
    width: 2.75rem;
    padding: 0;
  }

  .jl-header-articles span {
    display: none;
  }
}

@media (max-width: 1000px) {
  .jl-header-home-shortcut {
    display: grid;
  }

  .jl-header-home-shortcut,
  .jl-search-mobile-trigger,
  .jl-header-articles,
  header #cart-icon,
  header button[aria-label="Menu"] {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
  }

  .jl-header-home-shortcut svg,
  .jl-search-mobile-trigger svg,
  .jl-header-articles svg,
  header #cart-icon > svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  header button[aria-label="Menu"] span {
    width: 1.25rem !important;
  }

  .jl-site-search {
    display: flex;
    width: 6rem;
    max-width: 6rem;
    flex: 0 0 6rem;
    align-items: center;
    gap: 0.5rem;
  }

  .jl-search-mobile-trigger {
    display: grid;
  }

  .jl-site-search > .jl-search-field {
    display: none;
  }

  .jl-site-search.is-open > .jl-search-field {
    position: fixed;
    top: 5.7rem;
    right: 1rem;
    left: 1rem;
    z-index: 130;
    display: flex;
    width: auto;
    height: 3.25rem;
    box-shadow: 0 24px 65px rgba(8, 18, 43, 0.24);
  }

  .jl-search-open {
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  .jl-header-layout {
    gap: 0.34rem;
  }

  .jl-header-home-shortcut,
  .jl-search-mobile-trigger,
  .jl-header-articles,
  header #cart-icon,
  header button[aria-label="Menu"] {
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 2.45rem;
  }

  .jl-header-layout > .jl-site-search {
    margin-left: auto;
  }

  .jl-site-search {
    width: 5.4rem;
    max-width: 5.4rem;
    flex-basis: 5.4rem;
    gap: 0.5rem;
  }

  .jl-site-search.is-open > .jl-search-field {
    top: 5rem;
    right: 0.5rem;
    left: 0.5rem;
  }

  .jl-delivery-auto-status {
    gap: 0.6rem;
    padding: 0.7rem;
  }

  .jl-delivery-status-copy small {
    font-size: 0.56rem;
    letter-spacing: 0.07em;
  }

  .jl-payment-number-row {
    align-items: stretch;
    flex-direction: column;
  }

  .jl-copy-payment-number {
    width: 100%;
  }

  .jl-checkout-confirmation-actions {
    flex-direction: column;
  }

  .jl-category-rail-heading {
    width: calc(100% - 1rem);
    align-items: flex-start;
  }

  .jl-rail-meta > span {
    display: none;
  }

  .jl-rail-meta a {
    white-space: nowrap;
  }

  .jl-category-scroller {
    width: calc(100% - 1rem);
    padding-right: 0;
    padding-left: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.4rem, #000 calc(100% - 2.4rem), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 2.4rem, #000 calc(100% - 2.4rem), transparent);
  }

  .jl-rail-product {
    width: min(76vw, 17rem);
    min-width: min(76vw, 17rem);
    flex-basis: min(76vw, 17rem) !important;
  }

  .jl-product-summary ul {
    grid-template-columns: 1fr;
  }

  .jl-product-tablist {
    gap: 0.25rem;
    padding: 0.4rem;
  }

  .jl-product-tab {
    min-height: 2.85rem;
    padding: 0.55rem 0.35rem;
    border-radius: 0.78rem;
    font-size: 0.72rem;
  }

  .jl-tab-warranty-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  .jl-header-layout > a[aria-label*="Home"] img {
    height: 2.1rem !important;
  }

  .jl-category-rail-heading {
    gap: 0.7rem;
  }

  .jl-rail-meta a {
    padding: 0.48rem 0.62rem;
    font-size: 0.64rem;
  }

  .jl-product-tabs {
    border-radius: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jl-search-results,
  .jl-search-state.is-loading::before,
  .jl-rails-loading span,
  .jl-product-summary,
  .jl-product-panel {
    animation: none !important;
  }

  .jl-search-field,
  .jl-search-result,
  .jl-rail-meta a,
  .jl-product-tab {
    transition: none !important;
  }
}

@keyframes jl-search-pop {
  from { opacity: 0; transform: translateY(-0.45rem) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes jl-spin {
  to { transform: rotate(360deg); }
}

@keyframes jl-summary-in {
  from { opacity: 0; transform: translateY(0.8rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes jl-panel-in {
  from { opacity: 0; transform: translateY(0.35rem); }
  to { opacity: 1; transform: translateY(0); }
}

/* Cooling Journal */
.jl-reading-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 190;
  height: 3px;
  background: rgba(37, 99, 235, 0.08);
}

.jl-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #93c5fd, #ffffff);
  box-shadow: 0 0 14px rgba(96, 165, 250, 0.8);
}

.jl-blog-main {
  color: #111827;
  background: #ffffff;
}

.jl-blog-hero {
  position: relative;
  isolation: isolate;
  min-height: 46rem;
  padding: 9.5rem 0 5rem;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 76% 45%, rgba(37, 99, 235, 0.55), transparent 28rem),
    radial-gradient(circle at 12% 0%, rgba(59, 130, 246, 0.22), transparent 26rem),
    linear-gradient(135deg, #050813 0%, #08142a 54%, #0b2e6d 100%);
}

.jl-blog-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(147, 197, 253, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.14) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.jl-blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

.jl-blog-kicker {
  color: #93c5fd;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jl-blog-hero h1 {
  margin-top: 1.2rem;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(3.8rem, 8.5vw, 8rem);
  font-weight: 760;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.jl-blog-hero h1 span {
  color: #72aefc;
}

.jl-blog-hero-copy > p {
  max-width: 38rem;
  margin-top: 2rem;
  color: rgba(226, 232, 240, 0.72);
  font-size: 1.08rem;
  line-height: 1.75;
}

.jl-blog-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}

.jl-blog-hero-actions a,
.jl-blog-inline-cta,
.jl-blog-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border-radius: 999px;
  font-weight: 800;
}

.jl-blog-hero-actions a {
  min-height: 3.25rem;
  padding: 0 1.25rem;
  color: #071225;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.jl-blog-hero-actions a:hover,
.jl-blog-hero-actions a:focus-visible {
  color: #ffffff;
  outline: 0;
  background: #2563eb;
  transform: translateY(-2px);
}

.jl-blog-hero-actions > span {
  max-width: 16rem;
  color: rgba(226, 232, 240, 0.58);
  font-size: 0.75rem;
  line-height: 1.45;
}

.jl-blog-hero-visual {
  position: relative;
  display: grid;
  min-height: 34rem;
  place-items: center;
}

.jl-blog-hero-visual::after {
  position: absolute;
  bottom: 3.4rem;
  left: 50%;
  width: 58%;
  height: 2rem;
  content: "";
  border-radius: 50%;
  background: rgba(3, 8, 20, 0.72);
  filter: blur(1rem);
  transform: translateX(-50%);
}

.jl-blog-hero-visual img {
  position: relative;
  z-index: 3;
  width: min(30rem, 78%);
  max-height: 35rem;
  object-fit: contain;
  filter: drop-shadow(0 2.5rem 3rem rgba(0, 0, 0, 0.42));
  animation: jl-journal-fan 6s ease-in-out infinite;
}

.jl-blog-orbit {
  position: absolute;
  left: 50%;
  z-index: 1;
  aspect-ratio: 1;
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 50%;
  transform: translateX(-50%);
}

.jl-blog-orbit::before,
.jl-blog-orbit::after {
  position: absolute;
  width: 0.55rem;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: #93c5fd;
  box-shadow: 0 0 1.2rem #60a5fa;
}

.jl-blog-orbit::before { top: 12%; left: 14%; }
.jl-blog-orbit::after { right: 8%; bottom: 19%; }
.jl-blog-orbit-one { width: min(32rem, 86%); animation: jl-journal-orbit 14s linear infinite; }
.jl-blog-orbit-two { width: min(25rem, 66%); animation: jl-journal-orbit 11s linear reverse infinite; }

.jl-blog-air-label {
  position: absolute;
  right: 2%;
  bottom: 12%;
  z-index: 4;
  color: rgba(191, 219, 254, 0.6);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.jl-blog-index {
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.jl-blog-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.jl-blog-section-head .jl-blog-kicker,
.jl-blog-cta .jl-blog-kicker {
  color: #2563eb;
}

.jl-blog-section-head h2,
.jl-blog-article header h2,
.jl-blog-cta h2 {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 760;
  letter-spacing: -0.045em;
}

.jl-blog-section-head h2 {
  margin-top: 0.55rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.jl-blog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.jl-blog-filters button {
  min-height: 2.5rem;
  padding: 0 0.9rem;
  border: 1px solid #dbe4f1;
  border-radius: 999px;
  color: #59657a;
  background: #ffffff;
  font-size: 0.75rem;
  font-weight: 750;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.jl-blog-filters button:hover,
.jl-blog-filters button:focus-visible,
.jl-blog-filters button.is-active {
  color: #ffffff;
  border-color: #2563eb;
  outline: 0;
  background: #2563eb;
}

.jl-blog-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.jl-blog-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(9rem, 0.75fr) minmax(0, 1.25fr);
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid #dbe5f3;
  border-radius: 1.6rem;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 40, 85, 0.08);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.jl-blog-card-featured {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

.jl-blog-card:hover,
.jl-blog-card:focus-visible {
  border-color: rgba(37, 99, 235, 0.46);
  outline: 0;
  box-shadow: 0 26px 66px rgba(15, 40, 85, 0.15);
  transform: translateY(-4px);
}

.jl-blog-card-image {
  display: grid;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(96, 165, 250, 0.2), transparent 55%),
    linear-gradient(145deg, #f8fbff, #eaf2ff);
}

.jl-blog-card-image img {
  width: 100%;
  height: 100%;
  padding: 9%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jl-blog-card:hover .jl-blog-card-image img {
  transform: scale(1.06) rotate(-1deg);
}

.jl-blog-card-featured .jl-blog-card-image {
  min-height: 25rem;
}

.jl-blog-card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.jl-blog-card-meta {
  color: #2563eb;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jl-blog-card-content strong {
  margin-top: 0.65rem;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.jl-blog-card-content > span:not(.jl-blog-card-meta) {
  margin-top: 0.75rem;
  color: #667085;
  font-size: 0.86rem;
  line-height: 1.65;
}

.jl-blog-card-content b {
  margin-top: 1.3rem;
  color: #2563eb;
  font-size: 0.78rem;
}

.jl-blog-card[hidden] {
  display: none !important;
}

.jl-blog-reading {
  display: grid;
  gap: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.jl-blog-article {
  scroll-margin-top: 7rem;
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid #dce6f4;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.12), transparent 24rem),
    #ffffff;
  box-shadow: 0 22px 65px rgba(15, 40, 85, 0.08);
}

.jl-blog-article header {
  max-width: 55rem;
}

.jl-blog-article header h2 {
  margin-top: 0.65rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
}

.jl-blog-article header > p {
  margin-top: 1rem;
  color: #667085;
  font-size: 1rem;
  line-height: 1.75;
}

.jl-blog-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2.25rem;
}

.jl-blog-article-grid > div {
  padding: 1.4rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.2rem;
  background: rgba(248, 251, 255, 0.82);
}

.jl-blog-article-grid > div > span,
.jl-blog-checklist > p > span {
  color: #2563eb;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.67rem;
  font-weight: 850;
}

.jl-blog-article-grid h3 {
  margin-top: 0.55rem;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 750;
}

.jl-blog-article-grid p,
.jl-blog-checklist p,
.jl-blog-flow-steps p {
  margin-top: 0.55rem;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.7;
}

.jl-blog-inline-cta {
  min-height: 3rem;
  margin-top: 1.6rem;
  padding: 0 1.1rem;
  color: #ffffff;
  background: #2563eb;
}

.jl-blog-article-dark {
  color: #ffffff;
  border-color: rgba(96, 165, 250, 0.22);
  background:
    radial-gradient(circle at 92% 12%, rgba(37, 99, 235, 0.45), transparent 25rem),
    linear-gradient(140deg, #071020, #0b1831 62%, #102c61);
  box-shadow: 0 28px 80px rgba(4, 10, 24, 0.22);
}

.jl-blog-article-dark header > p,
.jl-blog-article-dark .jl-blog-checklist p {
  color: rgba(226, 232, 240, 0.7);
}

.jl-blog-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.jl-blog-checklist > p {
  margin: 0;
  padding: 1.35rem;
  border: 1px solid rgba(147, 197, 253, 0.18);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.045);
}

.jl-blog-checklist strong {
  display: block;
  margin-top: 0.55rem;
  color: #ffffff;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1rem;
}

.jl-blog-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.jl-blog-flow-steps > div {
  min-height: 12rem;
  padding: 1.35rem;
  border-left: 3px solid #2563eb;
  border-radius: 0 1rem 1rem 0;
  background: #f7faff;
}

.jl-blog-flow-steps b {
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1.05rem;
}

.jl-blog-cta {
  display: flex;
  margin-bottom: clamp(5rem, 9vw, 9rem);
  padding: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid #bfdbfe;
  border-radius: 2rem;
  background: linear-gradient(120deg, #eff6ff, #ffffff 58%, #dbeafe);
}

.jl-blog-cta h2 {
  max-width: 48rem;
  margin-top: 0.45rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.jl-blog-cta > a {
  min-height: 3.25rem;
  flex: 0 0 auto;
  padding: 0 1.25rem;
  color: #ffffff;
  background: #111827;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

@media (max-width: 900px) {
  .jl-blog-hero {
    min-height: 0;
  }

  .jl-blog-hero-grid {
    grid-template-columns: 1fr;
  }

  .jl-blog-hero-copy {
    position: relative;
    z-index: 5;
  }

  .jl-blog-hero-visual {
    min-height: 27rem;
  }

  .jl-blog-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .jl-blog-filters {
    justify-content: flex-start;
  }

  .jl-blog-cards {
    grid-template-columns: 1fr;
  }

  .jl-blog-card-featured {
    grid-row: auto;
    grid-template-columns: minmax(9rem, 0.75fr) minmax(0, 1.25fr);
  }

  .jl-blog-card-featured .jl-blog-card-image {
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  header.jl-blog-menu-open > .container-x {
    overflow: visible;
  }

  header.jl-blog-menu-open nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0;
    left: 0;
    display: flex !important;
    align-items: stretch;
    flex-direction: column;
    gap: 0.25rem !important;
    padding: 0.65rem;
    border: 1px solid rgba(147, 197, 253, 0.55);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 65px rgba(8, 18, 43, 0.24);
  }

  header.jl-blog-menu-open nav a {
    padding: 0.75rem 0.9rem;
  }
}

@media (max-width: 640px) {
  .jl-header-articles {
    width: 2.45rem;
    height: 2.45rem;
  }

  .jl-blog-hero {
    padding-top: 7.5rem;
  }

  .jl-blog-hero h1 {
    font-size: clamp(3.25rem, 18vw, 5.2rem);
  }

  .jl-blog-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .jl-blog-hero-visual {
    min-height: 22rem;
  }

  .jl-blog-card,
  .jl-blog-card-featured {
    grid-template-columns: 1fr;
  }

  .jl-blog-card-image,
  .jl-blog-card-featured .jl-blog-card-image {
    min-height: 16rem;
  }

  .jl-blog-article,
  .jl-blog-cta {
    border-radius: 1.35rem;
  }

  .jl-blog-article-grid,
  .jl-blog-checklist,
  .jl-blog-flow-steps {
    grid-template-columns: 1fr;
  }

  .jl-blog-cta {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (prefers-reduced-motion: reduce) {
  .jl-blog-hero-visual img,
  .jl-blog-orbit-one,
  .jl-blog-orbit-two {
    animation: none !important;
  }
}

@keyframes jl-journal-fan {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-0.7rem) rotate(1deg); }
}

/* V12: official partnership, resilient header, account dialog and navigation footer */
#top .jl-hero-official {
  display: inline-flex !important;
  align-items: center;
  flex-direction: column;
  gap: 0.42rem;
  color: #7fb3ff !important;
  letter-spacing: 0.19em;
  text-align: center;
}

#top .jl-hero-official::before {
  display: none !important;
}

#top .jl-hero-official > span {
  font-size: clamp(0.64rem, 1vw, 0.78rem);
  font-weight: 780;
  line-height: 1.35;
}

#top .jl-hero-official > strong {
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(0.77rem, 1.2vw, 0.95rem);
  font-weight: 620;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-transform: none;
  width: 100%;
  text-align: center;
}

.jl-authorized-image-card {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  padding: clamp(0.5rem, 1.6vw, 0.85rem);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(145deg, #ffffff, #f6f9ff);
  box-shadow: 0 24px 65px rgba(19, 54, 112, 0.12), inset 0 1px 0 #ffffff;
}

.jl-authorized-image-card::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.jl-authorized-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(clamp(1.25rem, 3vw, 2rem) - 0.45rem);
}

.jl-header-account {
  position: relative;
  display: inline-flex;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 0.82rem;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  color: #24436f;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.09);
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.jl-header-account svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jl-header-account::after {
  position: absolute;
  top: 0.22rem;
  right: 0.22rem;
  width: 0.46rem;
  height: 0.46rem;
  content: "";
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #20b486;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 160ms ease, transform 160ms ease;
}

.jl-header-account.is-signed-in::after {
  opacity: 1;
  transform: scale(1);
}

.jl-header-account:hover,
.jl-header-account:focus-visible {
  color: #ffffff;
  outline: 0;
  background: var(--jl-blue);
  box-shadow: 0 11px 25px rgba(37, 99, 235, 0.28);
  transform: translateY(-1px);
}

.jl-account-open {
  overflow: hidden;
}

.jl-account-modal {
  position: fixed;
  inset: 0;
  z-index: 280;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity 220ms ease;
}

.jl-account-modal.is-open {
  opacity: 1;
}

.jl-account-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(2, 8, 22, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.jl-account-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(62rem, 100%);
  max-height: min(47rem, calc(100svh - 2rem));
  grid-template-columns: minmax(17rem, 0.86fr) minmax(22rem, 1.14fr);
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.75);
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 44px 120px rgba(0, 13, 42, 0.42), inset 0 1px 0 #ffffff;
  transform: translateY(1rem) scale(0.975);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jl-account-modal.is-open .jl-account-panel {
  transform: translateY(0) scale(1);
}

.jl-account-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 50%;
  color: #44516a;
  background: rgba(247, 250, 255, 0.92);
  font-size: 1.35rem;
  line-height: 1;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.jl-account-close:hover,
.jl-account-close:focus-visible {
  color: #ffffff;
  outline: 2px solid #1d4ed8;
  outline-offset: 2px;
  background: #1d4ed8;
  transform: rotate(4deg);
}

.jl-account-visual {
  position: relative;
  display: flex;
  min-height: 37rem;
  justify-content: space-between;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 3.25rem);
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 8%, rgba(96, 165, 250, 0.42), transparent 16rem),
    radial-gradient(circle at 5% 90%, rgba(37, 99, 235, 0.28), transparent 20rem),
    linear-gradient(155deg, #10295b 0%, #08152f 47%, #030817 100%);
}

.jl-account-visual::before,
.jl-account-visual::after {
  position: absolute;
  right: -8rem;
  bottom: -7rem;
  width: 21rem;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(147, 197, 253, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(96, 165, 250, 0.04), 0 0 0 6rem rgba(96, 165, 250, 0.025);
}

.jl-account-visual::after {
  top: 42%;
  right: auto;
  bottom: auto;
  left: -9rem;
  width: 16rem;
}

.jl-account-visual img {
  position: relative;
  z-index: 1;
  width: min(12rem, 72%);
  height: auto;
  filter: brightness(0) invert(1);
}

.jl-account-visual > div {
  position: relative;
  z-index: 1;
}

.jl-account-visual span,
.jl-account-kicker {
  color: #7fb3ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.2em;
}

.jl-account-visual strong {
  display: block;
  margin-top: 0.9rem;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.jl-account-visual p {
  max-width: 31ch;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.88rem;
  line-height: 1.65;
}

.jl-account-content {
  min-height: 37rem;
  padding: clamp(2.2rem, 5vw, 4.2rem) clamp(1.5rem, 5vw, 4rem) clamp(2rem, 4vw, 3.2rem);
  overflow-y: auto;
  background:
    radial-gradient(circle at 100% 0%, rgba(219, 234, 254, 0.72), transparent 17rem),
    #ffffff;
}

.jl-account-heading h2 {
  margin: 0.6rem 0 0;
  color: #101828;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.045em;
}

.jl-account-heading p {
  max-width: 39ch;
  margin-top: 0.85rem;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.6;
}

.jl-account-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
  margin-top: 1.75rem;
  padding: 0.3rem;
  border: 1px solid #dbe5f5;
  border-radius: 0.95rem;
  background: #f2f6fc;
}

.jl-account-tabs button {
  min-height: 2.75rem;
  border: 0;
  border-radius: 0.7rem;
  color: #667085;
  background: transparent;
  font-size: 0.84rem;
  font-weight: 760;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.jl-account-tabs button[aria-selected="true"] {
  color: #174ea6;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(17, 55, 112, 0.1);
}

.jl-account-tabs button:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: 2px;
}

.jl-account-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.jl-account-form label {
  display: grid;
  gap: 0.42rem;
  color: #344054;
  font-size: 0.78rem;
  font-weight: 730;
}

.jl-account-form label small {
  color: #98a2b3;
  font-size: 0.7rem;
  font-weight: 600;
}

.jl-account-form input {
  width: 100%;
  min-height: 3.15rem;
  padding: 0 0.95rem;
  border: 1px solid #d7e1f0;
  border-radius: 0.85rem;
  outline: 0;
  color: #101828;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.jl-account-form input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.jl-account-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.jl-account-primary,
.jl-account-secondary {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.15rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 780;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.jl-account-primary {
  border: 1px solid #2563eb;
  color: #ffffff;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.jl-account-primary:hover,
.jl-account-primary:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: 2px;
  box-shadow: 0 17px 34px rgba(37, 99, 235, 0.34);
  transform: translateY(-1px);
}

.jl-account-primary:disabled {
  cursor: wait;
  opacity: 0.65;
}

.jl-account-secondary {
  border: 1px solid #cbd8ea;
  color: #344054;
  background: #ffffff;
}

.jl-account-secondary:hover,
.jl-account-secondary:focus-visible {
  color: #174ea6;
  outline: 2px solid #1d4ed8;
  outline-offset: 2px;
  background: #eff6ff;
}

.jl-account-error {
  margin: -0.25rem 0 0;
  padding: 0.68rem 0.8rem;
  border: 1px solid #fecaca;
  border-radius: 0.72rem;
  color: #b42318;
  background: #fff1f0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.jl-account-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
  color: #667085;
  font-size: 0.75rem;
  font-weight: 680;
}

.jl-account-help span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #98a2b3;
}

.jl-account-help a:hover,
.jl-account-help a:focus-visible {
  color: #1d4ed8;
  outline: 0;
  text-decoration: underline;
}

.jl-account-loading {
  display: grid;
  min-height: 26rem;
  place-items: center;
  align-content: center;
  gap: 1rem;
  color: #667085;
  font-size: 0.86rem;
}

.jl-account-loading span {
  width: 2rem;
  height: 2rem;
  border: 3px solid #dbeafe;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: jl-account-spin 800ms linear infinite;
}

.jl-account-profile {
  display: flex;
  min-height: 6.5rem;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.8rem;
  padding: 1rem;
  border: 1px solid #d7e4f5;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, #f8fbff, #eff6ff);
}

.jl-account-avatar {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  flex: 0 0 3.4rem;
  place-items: center;
  border-radius: 1rem;
  color: #ffffff;
  background: linear-gradient(145deg, #3b82f6, #1d4ed8);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
  font-size: 1.25rem;
  font-weight: 800;
}

.jl-account-profile > div {
  display: grid;
  min-width: 0;
  gap: 0.2rem;
}

.jl-account-name {
  overflow: hidden;
  color: #101828;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jl-account-contact {
  overflow: hidden;
  color: #667085;
  font-size: 0.77rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jl-account-profile i {
  margin-left: auto;
  padding: 0.38rem 0.58rem;
  border-radius: 999px;
  color: #067647;
  background: #dcfae6;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 760;
  white-space: nowrap;
}

.jl-account-shortcuts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

.jl-account-shortcuts a {
  display: grid;
  min-height: 6.5rem;
  align-content: space-between;
  padding: 1rem;
  border: 1px solid #dbe5f4;
  border-radius: 1rem;
  color: #344054;
  background: #ffffff;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.jl-account-shortcuts a:hover,
.jl-account-shortcuts a:focus-visible {
  color: #174ea6;
  outline: 2px solid #1d4ed8;
  outline-offset: 2px;
  border-color: #93c5fd;
  background: #f6faff;
  transform: translateY(-2px);
}

.jl-account-shortcuts span {
  font-size: 0.78rem;
  font-weight: 760;
}

.jl-account-shortcuts b {
  font-size: 0.72rem;
}

.jl-account-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

#footer.jl-premium-footer {
  position: relative;
  isolation: isolate;
  padding: clamp(4rem, 8vw, 7rem) 0 0 !important;
  overflow: hidden;
  border-top: 1px solid rgba(96, 165, 250, 0.2);
  color: #ffffff;
  background:
    radial-gradient(circle at 6% 0%, rgba(37, 99, 235, 0.28), transparent 31rem),
    radial-gradient(circle at 96% 70%, rgba(59, 130, 246, 0.2), transparent 34rem),
    linear-gradient(165deg, #071020 0%, #040711 50%, #07101f 100%) !important;
}

#footer.jl-premium-footer > .jl-footer-wrap {
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  max-width: 1400px;
}

.jl-footer-newsletter {
  position: relative;
  display: grid;
  min-height: 12rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(1.6rem, 4vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(147, 197, 253, 0.32);
  border-radius: 2rem;
  background: linear-gradient(112deg, rgba(37, 99, 235, 0.66), rgba(14, 30, 63, 0.92) 52%, rgba(8, 15, 32, 0.9));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.jl-footer-newsletter::after {
  position: absolute;
  top: -12rem;
  right: -5rem;
  width: 29rem;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(96, 165, 250, 0.06), 0 0 0 6rem rgba(96, 165, 250, 0.035);
  pointer-events: none;
}

.jl-footer-newsletter > * {
  position: relative;
  z-index: 1;
}

.jl-footer-newsletter > div > span {
  color: #bfdbfe;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.67rem;
  font-weight: 780;
  letter-spacing: 0.2em;
}

.jl-footer-newsletter h2 {
  margin-top: 0.55rem;
  color: #ffffff;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.045em;
}

#footer.jl-premium-footer .jl-footer-newsletter p {
  max-width: 48ch;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.88rem !important;
  line-height: 1.6;
}

#footer.jl-premium-footer .jl-footer-newsletter form {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jl-footer-email {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  background: rgba(2, 7, 18, 0.3);
}

#footer.jl-premium-footer .jl-footer-email input {
  min-width: 0;
  min-height: 3rem;
  flex: 1 1 auto;
  padding: 0 0.95rem;
  border: 0 !important;
  border-radius: 999px;
  outline: 0;
  color: #101828;
  background: #ffffff;
  box-shadow: none;
  font-size: 0.88rem;
}

#footer.jl-premium-footer .jl-footer-email input:focus {
  box-shadow: 0 0 0 4px rgba(191, 219, 254, 0.2);
}

#footer.jl-premium-footer .jl-footer-email button {
  min-width: 8rem;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #ffffff;
  background: #050914 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
  font-size: 0.78rem;
  font-weight: 760;
}

#footer.jl-premium-footer .jl-footer-email button:hover,
#footer.jl-premium-footer .jl-footer-email button:focus-visible {
  color: #0b1220;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  background: #ffffff !important;
  transform: none;
}

#footer.jl-premium-footer .jl-footer-form-note {
  margin: 0.55rem 0 0 0.8rem !important;
  color: rgba(255, 255, 255, 0.54) !important;
  font-size: 0.7rem !important;
}

.jl-footer-main {
  display: grid;
  grid-template-columns: minmax(15rem, 1.35fr) minmax(12rem, 0.75fr) minmax(12rem, 0.75fr);
  gap: clamp(2rem, 6vw, 6rem);
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid rgba(147, 197, 253, 0.15);
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.jl-footer-brand img {
  width: auto !important;
  height: clamp(3rem, 5vw, 4.4rem) !important;
  filter: none !important;
}

#footer.jl-premium-footer .jl-footer-brand > p {
  max-width: 40ch;
  margin-top: 1.15rem;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.88rem !important;
  line-height: 1.7;
}

.jl-footer-contact {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

#footer.jl-premium-footer .jl-footer-contact a,
.jl-footer-contact span {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.76rem !important;
  line-height: 1.45;
}

#footer.jl-premium-footer .jl-footer-contact a {
  width: fit-content;
  color: #93c5fd !important;
  font-weight: 740;
}

#footer.jl-premium-footer .jl-footer-column h3 {
  margin: 0 0 1.15rem !important;
  color: #93c5fd !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem !important;
  font-weight: 780;
  letter-spacing: 0.18em;
}

.jl-footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#footer.jl-premium-footer .jl-footer-column a {
  position: relative;
  width: fit-content;
  padding: 0.34rem 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 0.84rem !important;
  line-height: 1.4;
  transition: color 150ms ease, transform 150ms ease;
}

#footer.jl-premium-footer .jl-footer-column a::after {
  display: none;
}

#footer.jl-premium-footer .jl-footer-column a:hover,
#footer.jl-premium-footer .jl-footer-column a:focus-visible {
  color: #ffffff !important;
  outline: 0;
  transform: translateX(0.28rem);
}

.jl-footer-column a b {
  margin-left: 0.18rem;
  color: #60a5fa;
  font-weight: 650;
}

.jl-footer-divider {
  width: 4rem;
  height: 1px;
  margin: 0.85rem 0 0.65rem;
  background: linear-gradient(90deg, #3b82f6, transparent);
}

#footer.jl-premium-footer .jl-footer-signature {
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0 !important;
  color: transparent !important;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.09), rgba(96, 165, 250, 0.58), rgba(255, 255, 255, 0.12));
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(4.5rem, 17vw, 14rem) !important;
  font-weight: 800;
  line-height: 0.75 !important;
  letter-spacing: -0.075em;
  white-space: nowrap;
  user-select: none;
}

.jl-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 0 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
}

@media (max-width: 1180px) {
  .jl-header-account {
    width: 2.75rem;
    padding: 0;
  }

  .jl-header-account > span {
    display: none;
  }
}

@media (max-width: 1000px) {
  header > .container-x {
    width: calc(100% - 1rem);
    max-width: none;
    min-height: 4rem;
    padding: 0.42rem 0.5rem 0.42rem 0.7rem !important;
    overflow: visible;
  }

  .jl-header-layout {
    display: flex;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 0.42rem;
  }

  .jl-header-layout > nav {
    display: none !important;
  }

  .jl-header-layout > a[aria-label*="Home"] {
    min-width: 0;
    flex: 0 1 auto;
    overflow: hidden;
  }

  .jl-header-layout > a[aria-label*="Home"] img {
    width: auto !important;
    max-width: clamp(7rem, 19vw, 9rem);
    height: auto !important;
    max-height: 2.65rem;
  }

  .jl-header-layout > div:last-child {
    min-width: 0;
    gap: 0.42rem !important;
  }

  .jl-header-account {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    padding: 0;
  }

  .jl-header-account svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  header button[aria-label="Menu"] {
    display: flex !important;
  }

  header > div.md\:hidden {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0.5rem;
    left: 0.5rem;
    display: flex !important;
    border: 1px solid rgba(147, 197, 253, 0.55) !important;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 24px 65px rgba(8, 18, 43, 0.24);
  }

  .jl-footer-main {
    grid-template-columns: minmax(15rem, 1.2fr) 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  header[class*="fixed"] {
    top: 0.45rem !important;
  }

  header > .container-x {
    width: calc(100% - 0.65rem);
    min-height: 3.55rem;
    padding: 0.34rem 0.38rem 0.34rem 0.48rem !important;
    border-radius: 1.05rem;
  }

  .jl-header-layout {
    gap: 0.22rem;
  }

  .jl-header-layout > a[aria-label*="Home"] img {
    max-width: clamp(4.7rem, 25vw, 7.25rem);
    max-height: 2.25rem;
  }

  .jl-header-home-shortcut,
  .jl-search-mobile-trigger,
  .jl-header-account,
  header #cart-icon,
  header button[aria-label="Menu"] {
    width: clamp(2rem, 10.5vw, 2.45rem);
    height: clamp(2rem, 10.5vw, 2.45rem);
    flex: 0 0 clamp(2rem, 10.5vw, 2.45rem);
  }

  .jl-header-home-shortcut svg,
  .jl-search-mobile-trigger svg,
  .jl-header-account svg,
  header #cart-icon > svg {
    width: clamp(1rem, 5vw, 1.2rem) !important;
    height: clamp(1rem, 5vw, 1.2rem) !important;
  }

  .jl-site-search {
    width: calc(clamp(2rem, 10.5vw, 2.45rem) * 2 + 0.22rem);
    max-width: calc(clamp(2rem, 10.5vw, 2.45rem) * 2 + 0.22rem);
    flex: 0 0 calc(clamp(2rem, 10.5vw, 2.45rem) * 2 + 0.22rem);
    gap: 0.22rem;
  }

  .jl-header-layout > div:last-child {
    gap: 0.22rem !important;
  }

  .jl-site-search.is-open > .jl-search-field {
    top: 4.55rem;
  }

  #top .jl-hero-official {
    width: 100%;
    align-items: center;
    padding: 0 0.35rem;
    text-align: center;
  }

  #top .jl-hero-official > span {
    font-size: clamp(0.54rem, 2.75vw, 0.66rem);
    letter-spacing: 0.13em;
  }

  #top .jl-hero-official > strong {
    font-size: clamp(0.68rem, 3.1vw, 0.82rem);
  }

  .jl-account-modal {
    align-items: end;
    padding: 0.45rem;
  }

  .jl-account-panel {
    width: 100%;
    max-height: calc(100svh - 0.9rem);
    grid-template-columns: 1fr;
    border-radius: 1.5rem;
  }

  .jl-account-visual {
    display: none;
  }

  .jl-account-content {
    min-height: 0;
    padding: 2.8rem 1.15rem 1.25rem;
  }

  .jl-account-heading h2 {
    font-size: clamp(1.85rem, 10vw, 2.45rem);
  }

  .jl-account-field-grid,
  .jl-account-shortcuts {
    grid-template-columns: 1fr;
  }

  .jl-account-shortcuts a {
    min-height: 4.9rem;
  }

  .jl-account-actions {
    grid-template-columns: 1fr;
  }

  .jl-footer-newsletter,
  .jl-footer-main {
    grid-template-columns: 1fr;
  }

  .jl-footer-newsletter {
    gap: 1.4rem;
    border-radius: 1.45rem;
  }

  .jl-footer-main {
    gap: 2.3rem;
    border-radius: 1.45rem;
  }

  .jl-footer-email {
    align-items: stretch;
    flex-direction: column;
    padding: 0.35rem;
    border-radius: 1rem;
  }

  #footer.jl-premium-footer .jl-footer-email input,
  #footer.jl-premium-footer .jl-footer-email button {
    width: 100%;
    border-radius: 0.75rem;
  }

  .jl-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.55;
  }
}

@media (max-width: 340px) {
  header > .container-x {
    width: calc(100% - 0.4rem);
    padding-right: 0.3rem !important;
    padding-left: 0.38rem !important;
  }

  .jl-header-layout,
  .jl-header-layout > div:last-child,
  .jl-site-search {
    gap: 0.12rem !important;
  }

  .jl-header-layout > a[aria-label*="Home"] img {
    max-width: 4.35rem;
  }

  .jl-header-home-shortcut,
  .jl-search-mobile-trigger,
  .jl-header-account,
  header #cart-icon,
  header button[aria-label="Menu"] {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }

  .jl-site-search {
    width: 4.12rem;
    max-width: 4.12rem;
    flex-basis: 4.12rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jl-account-modal,
  .jl-account-panel,
  .jl-header-account,
  .jl-account-primary,
  .jl-account-secondary,
  .jl-account-shortcuts a {
    transition: none !important;
  }

  .jl-account-loading span {
    animation: none !important;
  }
}

@keyframes jl-account-spin {
  to { transform: rotate(360deg); }
}

@keyframes jl-journal-orbit {
  to { transform: translateX(-50%) rotate(360deg); }
}

/* V13 selectable product variants */
:root {
  --jl-choice-bg: #ffffff;
  --jl-choice-bg-hover: #f4f8ff;
  --jl-choice-bg-selected: #e7f0ff;
  --jl-choice-border: #dbe5f2;
  --jl-choice-border-selected: #2563eb;
  --jl-choice-text: #344054;
  --jl-choice-text-selected: #123b7a;
}

.jl-live-pdp-fields {
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.jl-pdp-choice-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.jl-pdp-choice-group legend {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .65rem;
  color: #667085;
  font-size: .78rem;
  font-weight: 760;
}

.jl-pdp-choice-group legend strong {
  overflow: hidden;
  color: var(--jl-choice-text-selected);
  font-size: .76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jl-pdp-choice-list {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: .65rem;
}

.jl-pdp-choice {
  position: relative;
  display: inline-flex;
  min-width: 0;
  cursor: pointer;
}

.jl-pdp-choice > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.jl-pdp-choice-card {
  display: inline-flex;
  min-width: 7.5rem;
  min-height: 3.25rem;
  align-items: center;
  gap: .65rem;
  padding: .42rem .7rem .42rem .45rem;
  border: 1px solid var(--jl-choice-border);
  border-radius: .85rem;
  color: var(--jl-choice-text);
  background: var(--jl-choice-bg);
  box-shadow: 0 8px 20px rgba(24, 55, 102, .055);
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.jl-pdp-choice-card > strong {
  overflow: hidden;
  min-width: 0;
  font-size: .78rem;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jl-pdp-choice-thumb {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  overflow: hidden;
  place-items: center;
  padding: .18rem;
  border: 1px solid rgba(37, 99, 235, .08);
  border-radius: .65rem;
  background: #f5f8fc;
}

.jl-pdp-choice-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jl-pdp-choice-card > i {
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  place-items: center;
  margin-left: auto;
  border-radius: 50%;
  color: #ffffff;
  background: var(--jl-blue);
  font-size: .62rem;
  font-style: normal;
  opacity: 0;
  transform: scale(.7);
  transition: opacity .15s ease, transform .15s ease;
}

.jl-pdp-choice:hover .jl-pdp-choice-card {
  border-color: #a9c7fa;
  background: var(--jl-choice-bg-hover);
  transform: translateY(-1px);
}

.jl-pdp-choice > input:focus-visible + .jl-pdp-choice-card {
  outline: 2px solid var(--jl-choice-border-selected);
  outline-offset: 2px;
}

.jl-pdp-choice > input:checked + .jl-pdp-choice-card {
  border-color: var(--jl-choice-border-selected);
  color: var(--jl-choice-text-selected);
  background: var(--jl-choice-bg-selected);
  box-shadow: 0 10px 24px rgba(37, 99, 235, .13);
}

.jl-pdp-choice > input:checked + .jl-pdp-choice-card > i {
  opacity: 1;
  transform: scale(1);
}

.jl-pdp-choice.is-unavailable .jl-pdp-choice-card {
  border-color: #eaecf0;
  color: #98a2b3;
  background:
    linear-gradient(135deg, transparent 48.5%, rgba(180, 35, 24, .34) 49%, rgba(180, 35, 24, .34) 51%, transparent 51.5%),
    #f8f9fb;
  box-shadow: none;
}

.jl-pdp-choice.is-unavailable .jl-pdp-choice-card::after {
  content: "Out";
  margin-left: .15rem;
  color: #b42318;
  font-size: .6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.jl-pdp-choice.is-unavailable > input:checked + .jl-pdp-choice-card {
  border-color: #f04438;
  color: #b42318;
  background-color: #fff5f4;
}

.jl-pdp-choice-group.is-capacity .jl-pdp-choice-card {
  min-width: 6.5rem;
  justify-content: center;
  padding: .65rem .8rem;
}

.jl-live-pdp-main-image img.is-switching {
  animation: jl-pdp-image-switch .28s cubic-bezier(.4, 0, .2, 1), jl-pdp-float 5.2s ease-in-out .28s infinite;
}

@keyframes jl-pdp-image-switch {
  from { opacity: .35; transform: translateY(.45rem) scale(.975); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 560px) {
  .jl-pdp-choice-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jl-pdp-choice,
  .jl-pdp-choice-card {
    width: 100%;
  }

  .jl-pdp-choice-card {
    min-width: 0;
  }
}

/* V14 premium catalogue navigation */
:root {
  --sds-bg-elevated: #ffffff;
  --sds-bg-subtle: #f4f1eb;
  --sds-text-primary: #101828;
  --sds-text-secondary: #667085;
  --sds-text-on-dark: #f8fbff;
  --sds-border-default: #d9e3f2;
  --sds-border-focus: #013d5b;
  --sds-nav-item-active-bg: #d9ebed;
  --sds-nav-item-active-text: #013d5b;
  --sds-brand-primary: #2563eb;
  --sds-brand-deep: #123b8f;
  --sds-ink-deep: #07152f;
  --sds-brand-glow: #70a9ff;
  --sds-shadow-menu: 0 24px 64px rgba(8, 18, 43, .22);
}

header nav .jl-shop-menu-trigger-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

header nav .jl-shop-menu-trigger {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  border: 0;
  border-radius: 999px;
  color: var(--sds-text-primary);
  background: transparent;
  font-size: .92rem;
  font-weight: 600;
  transition: color .15s ease, background .15s ease;
}

header nav .jl-shop-menu-trigger svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

header nav .jl-shop-menu-trigger:hover,
header nav .jl-shop-menu-trigger:focus-visible,
header nav .jl-shop-menu-trigger[aria-expanded="true"],
header nav .jl-shop-menu-trigger.is-current,
header nav > a.is-current {
  color: var(--sds-brand-primary);
  background: var(--sds-bg-subtle);
}

header nav .jl-shop-menu-trigger:focus-visible,
.jl-shop-dropdown a:focus-visible,
.jl-mobile-header-menu a:focus-visible,
.jl-catalog-controls button:focus-visible {
  outline: 2px solid var(--sds-border-focus);
  outline-offset: 2px;
}

header nav .jl-shop-menu-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.jl-shop-dropdown {
  position: fixed;
  z-index: 190;
  display: grid;
  grid-template-columns: minmax(10rem, .72fr) minmax(0, 1.55fr);
  gap: 1rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid var(--sds-border-default);
  border-radius: .75rem;
  color: var(--sds-text-primary);
  background: color-mix(in srgb, var(--sds-bg-elevated) 95%, transparent);
  box-shadow: var(--sds-shadow-menu);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  opacity: 0;
  transform: translateY(-.5rem) scale(.985);
  transform-origin: top left;
  pointer-events: none;
  transition: opacity .15s ease, transform .3s cubic-bezier(.4, 0, .2, 1);
}

.jl-shop-dropdown.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.jl-shop-dropdown::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: .25rem;
  content: "";
  background: linear-gradient(180deg, var(--sds-brand-glow), var(--sds-brand-primary), var(--sds-brand-deep));
}

.jl-shop-dropdown-head {
  display: flex;
  min-height: 100%;
  justify-content: flex-end;
  flex-direction: column;
  gap: .5rem;
  padding: 1rem;
  border-radius: .5rem;
  color: var(--sds-text-on-dark);
  background:
    radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--sds-brand-glow) 44%, transparent), transparent 42%),
    linear-gradient(145deg, var(--sds-brand-deep), var(--sds-ink-deep));
}

.jl-shop-dropdown-head span,
.jl-mobile-menu-head span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.jl-shop-dropdown-head strong {
  max-width: 9ch;
  font-size: 1.35rem;
  line-height: 1.05;
}

.jl-shop-dropdown-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.jl-shop-dropdown-links a,
.jl-mobile-menu-categories a {
  display: flex;
  min-width: 0;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .75rem;
  border: 1px solid var(--sds-border-default);
  border-radius: .5rem;
  background: var(--sds-bg-elevated);
  transition: color .15s ease, background .15s ease, border-color .15s ease, transform .15s ease;
}

.jl-shop-dropdown-links a:hover,
.jl-mobile-menu-categories a:hover {
  color: var(--sds-brand-deep);
  background: var(--sds-bg-subtle);
  border-color: var(--sds-brand-glow);
  transform: translateY(-2px);
}

.jl-shop-dropdown-links a.is-all {
  color: var(--sds-nav-item-active-text);
  background: var(--sds-nav-item-active-bg);
}

.jl-shop-dropdown-links a.is-current,
.jl-mobile-header-menu a.is-current {
  color: var(--sds-nav-item-active-text);
  border-color: var(--sds-brand-glow);
  background: var(--sds-nav-item-active-bg);
}

.jl-shop-dropdown-links a > span,
.jl-mobile-menu-categories a > span {
  display: grid;
  min-width: 0;
  gap: .25rem;
}

.jl-shop-dropdown-links strong,
.jl-mobile-menu-categories strong {
  font-size: .875rem;
  line-height: 1.2;
}

.jl-shop-dropdown-links small,
.jl-mobile-menu-categories small {
  overflow: hidden;
  color: var(--sds-text-secondary);
  font-size: .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jl-shop-dropdown-links svg,
.jl-mobile-menu-categories svg {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jl-shop-dropdown-thumb {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  padding: .18rem;
  border: 1px solid color-mix(in srgb, var(--sds-brand-primary) 12%, var(--sds-border-default));
  border-radius: .65rem;
  background: var(--sds-bg-subtle);
  object-fit: contain;
  transition: border-color .15s ease, transform .3s cubic-bezier(.4, 0, .2, 1);
}

.jl-shop-dropdown-links a:hover .jl-shop-dropdown-thumb,
.jl-shop-dropdown-links a:focus-visible .jl-shop-dropdown-thumb {
  border-color: var(--sds-brand-glow);
  transform: scale(1.04);
}

.jl-mobile-header-menu {
  display: none;
}

@media (max-width: 1180px) {
  header nav .jl-shop-menu-trigger {
    padding-right: .625rem;
    padding-left: .625rem;
    font-size: .82rem;
  }
}

@media (max-width: 1000px) {
  .jl-shop-dropdown {
    display: none !important;
  }

  .jl-mobile-header-menu {
    position: fixed;
    z-index: 185;
    display: grid;
    max-height: calc(100svh - 6rem);
    gap: 1rem;
    padding: 1rem;
    overflow-y: auto;
    border: 1px solid var(--sds-border-default);
    border-radius: .75rem;
    color: var(--sds-text-primary);
    background: color-mix(in srgb, var(--sds-bg-elevated) 97%, transparent);
    box-shadow: var(--sds-shadow-menu);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    opacity: 0;
    transform: translateY(-.5rem);
    transition: opacity .15s ease, transform .3s cubic-bezier(.4, 0, .2, 1);
  }

  .jl-mobile-header-menu.is-open {
    opacity: 1;
    transform: translateY(0);
  }

  .jl-mobile-menu-head {
    display: grid;
    gap: .25rem;
    padding: .5rem;
  }

  .jl-mobile-menu-head span {
    color: var(--sds-brand-primary);
  }

  .jl-mobile-menu-head strong {
    font-size: 1.5rem;
    letter-spacing: -.025em;
  }

  .jl-mobile-menu-primary,
  .jl-mobile-menu-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }

  .jl-mobile-menu-primary a,
  .jl-mobile-menu-secondary a {
    display: grid;
    min-height: 3rem;
    place-items: center;
    padding: .5rem;
    border-radius: .5rem;
    color: var(--sds-nav-item-active-text);
    background: var(--sds-nav-item-active-bg);
    font-size: .875rem;
    font-weight: 700;
  }

  .jl-mobile-menu-secondary a {
    color: var(--sds-text-primary);
    background: var(--sds-bg-subtle);
  }

  .jl-mobile-menu-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }
}

@media (max-width: 700px) {
  .jl-mobile-menu-categories {
    grid-template-columns: 1fr;
  }
}

/* Image-led inner page heroes. Home and PDP heroes deliberately keep their own layouts. */
html.jl-inner-hero-boot header,
html.jl-product-boot header {
  visibility: hidden !important;
}

html.jl-inner-hero-boot main > * {
  visibility: hidden !important;
}

html.jl-inner-hero-boot main > section:first-of-type,
html.jl-inner-hero-boot section[class*="pt-32"][class*="text-white"],
html.jl-inner-hero-boot .jl-blog-hero {
  visibility: visible !important;
  width: 100%;
  min-height: 0 !important;
  margin-top: 5.5rem !important;
  aspect-ratio: 8 / 3;
  overflow: hidden;
  padding: 0 !important;
  background-color: #063b83 !important;
  background-image: var(--jl-inner-hero-image) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

html.jl-inner-hero-boot main > section:first-of-type > *,
html.jl-inner-hero-boot section[class*="pt-32"][class*="text-white"] > *,
html.jl-inner-hero-boot .jl-blog-hero > * {
  visibility: hidden !important;
}

html.jl-product-boot main {
  min-height: 100vh;
  visibility: hidden !important;
}

.jl-inner-image-hero {
  position: relative;
  overflow: hidden;
  min-height: 0 !important;
  width: 100%;
  margin-top: 5.5rem !important;
  padding: 0 !important;
  line-height: 0;
  background: #063b83 !important;
}

.jl-inner-image-hero::before,
.jl-inner-image-hero::after {
  display: none !important;
}

.jl-inner-image-hero picture {
  display: block;
  width: 100%;
  margin: 0;
}

.jl-inner-image-hero img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  max-width: none;
}

@media (max-width: 767px) {
  html.jl-inner-hero-boot main > section:first-of-type,
  html.jl-inner-hero-boot section[class*="pt-32"][class*="text-white"],
  html.jl-inner-hero-boot .jl-blog-hero,
  .jl-inner-image-hero {
    margin-top: 4.5rem !important;
  }
}

@media (max-width: 390px) {
  .jl-mobile-header-menu {
    padding: .75rem;
  }

  .jl-mobile-menu-primary,
  .jl-mobile-menu-secondary {
    grid-template-columns: 1fr;
  }
}

/* V32: supplied category art and compact, iOS-safe mobile search */
@media (max-width: 1000px) {
  .jl-site-search.is-open > .jl-search-field {
    height: 3rem;
  }

  .jl-search-field input {
    /* Safari does not magnify focused controls whose text is at least 16px. */
    font-size: 16px !important;
  }

  .jl-search-results {
    max-height: min(24rem, calc(100svh - 9rem));
    padding: .35rem;
    border-radius: 1rem;
  }

  .jl-search-result {
    grid-template-columns: 2.65rem minmax(0, 1fr) 1.8rem;
    gap: .58rem;
    min-height: 3.4rem;
    padding: .38rem;
    border-radius: .75rem;
  }

  .jl-search-result-image {
    width: 2.65rem;
    border-radius: .65rem;
  }

  .jl-search-result-info strong {
    font-size: .78rem;
  }

  .jl-search-result-info > span {
    font-size: .64rem;
  }

  .jl-search-result-arrow {
    width: 1.8rem;
    height: 1.8rem;
    font-size: .78rem;
  }
}

@media (max-width: 767px) {
  .jl-site-search.is-open > .jl-search-field {
    right: .65rem;
    left: .65rem;
  }

  .jl-search-field-icon {
    width: 2.35rem;
    flex-basis: 2.35rem;
  }

  .jl-search-submit {
    width: 2.3rem;
    height: 2.3rem;
    flex-basis: 2.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jl-shop-dropdown,
  .jl-mobile-header-menu,
  header nav .jl-shop-menu-trigger svg {
    transition: none !important;
  }
}

/* V14 premium catalogue landing surfaces */
.jl-collection-hero {
  min-height: 27rem;
  display: grid;
  align-items: end;
  padding-bottom: clamp(3.5rem, 8vw, 6.5rem) !important;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 26%, color-mix(in srgb, var(--sds-brand-primary) 38%, transparent), transparent 31%),
    radial-gradient(circle at 17% 105%, color-mix(in srgb, var(--sds-brand-glow) 16%, transparent), transparent 34%),
    linear-gradient(145deg, var(--sds-brand-deep), var(--sds-ink-deep)) !important;
}

.jl-collection-hero::before,
.jl-collection-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid color-mix(in srgb, var(--sds-text-on-dark) 14%, transparent);
  border-radius: 50%;
  pointer-events: none;
}

.jl-collection-hero::before {
  width: clamp(17rem, 34vw, 34rem);
  aspect-ratio: 1;
  top: -52%;
  right: 3%;
}

.jl-collection-hero::after {
  width: clamp(10rem, 19vw, 19rem);
  aspect-ratio: 1;
  top: 13%;
  right: 11%;
  box-shadow:
    0 0 0 2.5rem color-mix(in srgb, var(--sds-text-on-dark) 3%, transparent),
    0 0 0 5rem color-mix(in srgb, var(--sds-text-on-dark) 2%, transparent);
}

.jl-collection-hero > .container-x {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.jl-collection-hero nav,
.jl-collection-hero .kicker,
.jl-collection-hero h1,
.jl-collection-hero p {
  grid-column: 1;
}

.jl-collection-hero nav {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .35rem !important;
  color: color-mix(in srgb, var(--sds-text-on-dark) 62%, transparent) !important;
}

.jl-collection-hero nav a {
  color: var(--sds-brand-glow);
}

.jl-collection-hero .kicker {
  margin-top: .25rem;
}

.jl-collection-hero h1 {
  max-width: 12ch;
  margin-top: .75rem !important;
  letter-spacing: -.045em;
}

.jl-collection-hero p {
  max-width: 56ch !important;
  color: color-mix(in srgb, var(--sds-text-on-dark) 64%, transparent) !important;
}

.jl-collection-hero-count {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  width: clamp(9rem, 15vw, 12rem);
  aspect-ratio: 1;
  align-content: center;
  justify-items: center;
  gap: .25rem;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--sds-text-on-dark) 19%, transparent);
  border-radius: 50%;
  color: var(--sds-text-on-dark);
  background: color-mix(in srgb, var(--sds-bg-elevated) 8%, transparent);
  box-shadow: inset 0 0 0 .5rem color-mix(in srgb, var(--sds-bg-elevated) 3%, transparent);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.jl-collection-hero-count strong {
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: .9;
  letter-spacing: -.06em;
}

.jl-collection-hero-count span {
  max-width: 9ch;
  color: color-mix(in srgb, var(--sds-text-on-dark) 63%, transparent);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.jl-catalog-controls {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding: .375rem;
  overflow-x: auto;
  border: 1px solid var(--sds-border-default);
  border-radius: .75rem;
  background: color-mix(in srgb, var(--sds-bg-elevated) 94%, transparent);
  box-shadow: 0 .75rem 2rem color-mix(in srgb, var(--sds-brand-deep) 8%, transparent);
  scrollbar-width: none;
}

.jl-catalog-controls::-webkit-scrollbar {
  display: none;
}

.jl-catalog-controls button {
  min-width: max-content;
  min-height: 2.75rem;
  padding: .625rem 1.125rem;
  border: 0;
  border-radius: .5rem;
  color: var(--sds-text-secondary);
  background: transparent;
  font-size: .84rem;
  font-weight: 750;
  cursor: pointer;
  transition: color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.jl-catalog-controls button:hover {
  color: var(--sds-brand-deep);
  background: var(--sds-bg-subtle);
}

.jl-catalog-controls button.is-active {
  color: var(--sds-nav-item-active-text);
  background: var(--sds-nav-item-active-bg);
  box-shadow: 0 .35rem 1rem color-mix(in srgb, var(--sds-brand-primary) 22%, transparent);
}

.jl-catalog-controls button:active {
  transform: translateY(1px);
}

.jl-live-catalog-count {
  margin: 0 0 1.5rem !important;
  color: var(--sds-text-tertiary) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .73rem !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jl-live-catalog-grid {
  align-items: stretch;
}

.jl-catalog-empty {
  grid-column: 1 / -1;
  display: grid;
  min-height: 20rem;
  place-items: center;
  align-content: center;
  gap: .5rem;
  padding: 2rem;
  border: 1px dashed var(--sds-border-default);
  border-radius: .75rem;
  color: var(--sds-text-secondary);
  background: var(--sds-bg-subtle);
  text-align: center;
}

.jl-catalog-empty > span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  color: var(--sds-brand-primary);
  background: var(--sds-nav-item-active-bg);
  font-size: 1.5rem;
}

.jl-catalog-empty strong {
  color: var(--sds-text-primary);
  font-size: 1.15rem;
}

.jl-catalog-empty p {
  margin: 0;
  color: var(--sds-text-tertiary);
}

@media (max-width: 700px) {
  .jl-collection-hero {
    min-height: 23rem;
    padding-bottom: 3rem !important;
  }

  .jl-collection-hero > .container-x {
    grid-template-columns: minmax(0, 1fr) 4.75rem;
    gap: 1rem;
  }

  .jl-collection-hero-count {
    width: 4.75rem;
    align-self: start;
    margin-top: 2.5rem;
    padding: .5rem;
  }

  .jl-collection-hero-count strong {
    font-size: 1.65rem;
  }

  .jl-collection-hero-count span {
    display: none;
  }

  .jl-collection-hero h1 {
    font-size: clamp(2.25rem, 13vw, 3.6rem) !important;
  }

  .jl-collection-hero p {
    grid-column: 1 / -1;
    font-size: .95rem !important;
  }

  .jl-catalog-controls {
    margin-right: -.5rem;
    margin-left: -.5rem;
    padding: .35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jl-catalog-controls button {
    transition: none !important;
  }
}

/* V16 collection heroes and illustrated shop menu */
.jl-shop-dropdown-head {
  position: relative;
  min-height: 17rem;
  justify-content: space-between;
  padding: .8rem 1rem 1rem;
  isolation: isolate;
}

.jl-shop-dropdown-head img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 8.25rem;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 1rem 1.2rem rgba(0, 20, 70, .28));
}

.jl-shop-dropdown-head > div {
  display: grid;
  gap: .35rem;
}

.jl-shop-dropdown-head strong { max-width: 10ch; }

.jl-shop-dropdown-head small {
  max-width: 16ch;
  color: color-mix(in srgb, var(--sds-text-on-dark) 68%, transparent);
  font-size: .68rem;
  font-weight: 650;
  line-height: 1.35;
}

.jl-collection-hero {
  min-height: 25rem;
  align-items: center;
  overflow: hidden;
  padding-top: clamp(8rem, 12vw, 10rem) !important;
  padding-bottom: clamp(2.75rem, 5vw, 4rem) !important;
  background:
    linear-gradient(115deg, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(135deg, #0a367f 0%, #0e57bd 54%, #073071 100%) !important;
}

.jl-collection-hero::before {
  width: clamp(20rem, 40vw, 38rem);
  aspect-ratio: 1.45;
  top: -28%;
  right: -8%;
  border: 0;
  border-radius: 4rem;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.015));
  transform: rotate(-12deg);
}

.jl-collection-hero::after {
  width: 17rem;
  aspect-ratio: 1;
  top: auto;
  right: 4%;
  bottom: -48%;
  border: 0;
  border-radius: 50%;
  background: rgba(68, 172, 255, .2);
  box-shadow: none;
}

.jl-collection-hero > .container-x {
  position: relative;
  grid-template-columns: minmax(0, 1.06fr) minmax(19rem, .94fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.jl-collection-hero nav { margin-bottom: .65rem !important; }

.jl-collection-hero .kicker {
  width: max-content;
  margin-top: 0;
  padding: .45rem .7rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.jl-collection-hero h1 {
  max-width: 11ch;
  margin-top: .8rem !important;
  font-size: clamp(3rem, 5.4vw, 5.4rem) !important;
  line-height: .94 !important;
}

.jl-collection-hero p { margin-top: 1.15rem !important; }

.jl-collection-hero-art {
  grid-column: 2;
  grid-row: 1 / span 4;
  width: min(100%, 25rem);
  max-height: 18.5rem;
  align-self: center;
  justify-self: center;
  object-fit: contain;
  filter: drop-shadow(0 2rem 2rem rgba(0, 18, 63, .38));
}

.jl-collection-hero[data-collection="new-arrivals"] .jl-collection-hero-art {
  transform: translateX(1rem) rotate(-3deg);
}

.jl-collection-hero[data-collection="top-sellers"] .jl-collection-hero-art {
  transform: translateX(1rem) scaleX(-1) rotate(-2deg);
}

.jl-collection-hero-count {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -.5rem;
  display: flex;
  width: auto;
  min-width: 9.5rem;
  aspect-ratio: auto;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .7rem .9rem;
  border-radius: .8rem;
  background: rgba(5, 34, 83, .74);
  box-shadow: 0 1rem 2rem rgba(0, 18, 63, .2);
}

.jl-collection-hero-count strong {
  font-size: 2rem;
  line-height: 1;
}

.jl-collection-hero-count span {
  max-width: 8ch;
  text-align: left;
}

@media (max-width: 700px) {
  .jl-collection-hero {
    min-height: 30rem;
    padding-top: 7.4rem !important;
    padding-bottom: 2.5rem !important;
  }

  .jl-collection-hero > .container-x {
    grid-template-columns: minmax(0, 1fr) 7.5rem;
    gap: .65rem;
  }

  .jl-collection-hero h1 {
    grid-column: 1 / -1;
    max-width: 10ch;
    font-size: clamp(2.65rem, 13vw, 4rem) !important;
  }

  .jl-collection-hero p {
    grid-column: 1 / -1;
    max-width: 32ch !important;
  }

  .jl-collection-hero-art {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 9rem;
    max-height: 8.5rem;
    justify-self: end;
  }

  .jl-collection-hero-count {
    right: auto;
    bottom: -1.15rem;
    left: 0;
    min-width: 8.5rem;
    margin: 0;
  }

  .jl-collection-hero-count span { display: block; }
}

/* V21: streamlined home and balanced desktop header */
main > section#offers,
main > section.container-x.py-16 {
  display: none !important;
}

@media (min-width: 1181px) {
  .jl-header-layout > nav {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .jl-site-search {
    max-width: 29rem;
    flex: 1 1 25rem;
    margin-left: clamp(0.35rem, 0.7vw, 0.75rem);
  }

  .jl-header-account {
    width: 2.85rem;
    height: 2.85rem;
    flex: 0 0 2.85rem;
    padding: 0;
    border-radius: 50%;
  }

  .jl-header-account > span {
    display: none;
  }

  .jl-header-account svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* V22: complete About and Support pages */
.jl-info-page {
  color: #111827;
  background: #ffffff;
}

.jl-info-page [id="brand"],
.jl-info-page [id="bangladesh"],
.jl-info-page [id="support-center"],
.jl-info-page [id="shipping-returns"] {
  scroll-margin-top: 6rem;
}

.jl-info-page .jl-inner-image-hero {
  margin-bottom: 0;
}

.jl-info-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #2563eb;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.jl-info-kicker::before {
  width: 1.5rem;
  height: 2px;
  border-radius: 999px;
  background: #2563eb;
  content: "";
}

.jl-info-intro,
.jl-support-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.jl-info-intro h1,
.jl-support-intro h1,
.jl-section-heading h2,
.jl-partner-copy h2,
.jl-support-links h2 {
  margin: 0.9rem 0 0;
  color: #0b1220;
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.jl-info-intro h1,
.jl-support-intro h1 {
  max-width: 11ch;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.jl-info-lead {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.jl-info-lead p,
.jl-support-intro p,
.jl-story-card p,
.jl-history-track p,
.jl-value-grid p,
.jl-partner-copy p,
.jl-contact-card p,
.jl-support-topics p {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
}

.jl-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: 1rem;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.jl-story-card {
  position: relative;
  min-height: 32rem;
  overflow: hidden;
  border-radius: clamp(1.4rem, 3vw, 2.4rem);
}

.jl-story-card-dark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(2rem, 5vw, 4.2rem);
  color: #ffffff;
  background: radial-gradient(circle at 90% 5%, rgba(37, 99, 235, 0.55), transparent 19rem), linear-gradient(145deg, #071225, #0d2b62);
}

.jl-story-card-dark > span,
.jl-story-visual > span {
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.jl-story-card h2 {
  max-width: 10ch;
  margin: 1rem 0 1.3rem;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.jl-story-card-dark p { max-width: 54ch; color: rgba(255,255,255,.7); }

.jl-story-stat {
  display: flex;
  align-items: end;
  gap: 1rem;
  margin-top: auto;
  padding-top: 2rem;
}

.jl-story-stat strong { font-size: clamp(3rem, 7vw, 6rem); line-height: 0.8; }
.jl-story-stat small { max-width: 14ch; color: rgba(255,255,255,.65); font-size: 0.75rem; line-height: 1.4; }

.jl-story-visual {
  display: grid;
  place-items: center;
  padding: 2rem;
  background: radial-gradient(circle at 50% 45%, #dcecff, #f7faff 58%, #edf4ff);
}

.jl-story-visual img {
  width: min(86%, 25rem);
  max-height: 25rem;
  object-fit: contain;
  filter: drop-shadow(0 2.2rem 2rem rgba(20, 71, 154, 0.22));
}

.jl-story-visual > span { position: absolute; right: 2rem; bottom: 1.7rem; color: #2563eb; }

.jl-history { padding-top: 1rem; padding-bottom: clamp(4.5rem, 9vw, 8rem); }
.jl-section-heading { max-width: 48rem; }
.jl-section-heading h2,
.jl-partner-copy h2,
.jl-support-links h2 { font-size: clamp(2.35rem, 4.5vw, 4.5rem); }

.jl-history-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid #cbd5e1;
}

.jl-history-track article { position: relative; padding: 2.2rem 1.3rem 0 0; }
.jl-history-track article::before { position: absolute; top: -0.38rem; left: 0; width: 0.75rem; height: 0.75rem; border: 3px solid #fff; border-radius: 50%; background: #2563eb; box-shadow: 0 0 0 1px #2563eb; content: ""; }
.jl-history-track b { color: #2563eb; font-size: 0.8rem; letter-spacing: 0.12em; }
.jl-history-track h3,
.jl-value-grid h3,
.jl-contact-card h2,
.jl-support-topics h3 { margin: 0.65rem 0 0.6rem; font-family: var(--font-display), system-ui, sans-serif; font-weight: 780; letter-spacing: -0.025em; }

.jl-quality-band,
.jl-support-band { padding: clamp(4.5rem, 9vw, 8rem) 0; background: #f5f8ff; }

.jl-value-grid,
.jl-support-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.jl-value-grid article,
.jl-support-topics article {
  min-height: 16rem;
  padding: 1.7rem;
  border: 1px solid #dbe6f7;
  border-radius: 1.35rem;
  background: rgba(255,255,255,.88);
}

.jl-value-grid article > span,
.jl-support-topics article > span { color: #2563eb; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.14em; }
.jl-value-grid h3,
.jl-support-topics h3 { margin-top: 3.5rem; font-size: 1.35rem; }

.jl-partner-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .9fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  padding-top: clamp(4.5rem, 9vw, 8rem);
  padding-bottom: clamp(4.5rem, 9vw, 8rem);
}

.jl-partner-copy p { max-width: 60ch; margin-top: 1.4rem; }
.jl-partner-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.7rem; }
.jl-info-primary,
.jl-info-secondary { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; padding: 0.7rem 1.25rem; border: 1px solid #2563eb; border-radius: 999px; font-size: 0.86rem; font-weight: 800; }
.jl-info-primary { color: #fff; background: #2563eb; }
.jl-info-secondary { color: #2563eb; background: #fff; }
.jl-partner-proof { overflow: hidden; padding: .65rem; border: 1px solid #dbe6f7; border-radius: 1.5rem; background: #f7faff; }
.jl-partner-proof img { display: block; width: 100%; height: auto; border-radius: 1rem; }

.jl-support-intro { align-items: end; }
.jl-support-intro > div > p { max-width: 46rem; margin-top: 1.2rem; }
.jl-support-intro aside { display: grid; justify-self: end; min-width: min(100%, 18rem); padding: 1.5rem; border: 1px solid #dbe6f7; border-radius: 1.25rem; background: #f7faff; }
.jl-support-intro aside strong { color: #2563eb; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.jl-support-intro aside span { margin-top: 1rem; color: #64748b; font-size: .78rem; }
.jl-support-intro aside b { margin-top: .25rem; font-size: 1.2rem; }

.jl-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: clamp(4.5rem, 9vw, 8rem);
}

.jl-contact-card {
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid #dbe6f7;
  border-radius: 1.5rem;
  color: #111827;
  background: #fff;
  box-shadow: 0 20px 50px rgba(30, 64, 175, .07);
}

.jl-contact-card > span { color: #2563eb; font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.jl-contact-card h2 { font-size: 1.65rem; }
.jl-contact-card > b { margin-top: auto; padding-top: 1.5rem; color: #2563eb; font-size: .84rem; }
.jl-support-topics { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.jl-support-links {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(20rem, 1.2fr);
  gap: clamp(2rem, 7vw, 6rem);
  padding-top: clamp(4.5rem, 9vw, 8rem);
  padding-bottom: clamp(4.5rem, 9vw, 8rem);
}

.jl-support-links nav { display: grid; border-top: 1px solid #dbe6f7; }
.jl-support-links nav a { display: flex; min-height: 4.2rem; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #dbe6f7; color: #1e293b; font-size: 1rem; font-weight: 750; }
.jl-support-links nav b { color: #2563eb; font-size: 1.3rem; }

@media (max-width: 900px) {
  .jl-info-intro,
  .jl-support-intro,
  .jl-story-grid,
  .jl-partner-story,
  .jl-support-links { grid-template-columns: 1fr; }
  .jl-history-track,
  .jl-support-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jl-support-intro aside { justify-self: stretch; }
}

@media (max-width: 640px) {
  .jl-info-intro,
  .jl-support-intro { gap: 1.5rem; }
  .jl-story-card { min-height: 26rem; }
  .jl-history-track { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid #cbd5e1; }
  .jl-history-track article { padding: 0 0 2rem 1.5rem; }
  .jl-history-track article::before { top: .25rem; left: -.38rem; }
  .jl-value-grid,
  .jl-contact-grid,
  .jl-support-topics { grid-template-columns: 1fr; }
  .jl-value-grid article,
  .jl-support-topics article { min-height: 13rem; }
  .jl-partner-actions { flex-direction: column; }
  .jl-info-primary,
  .jl-info-secondary { width: 100%; }
}

/* V23: reference-led mobile navigation drawer */
.jl-mobile-header-menu[hidden],
.jl-mobile-menu-backdrop[hidden] {
  display: none !important;
}

.jl-mobile-menu-backdrop {
  display: none;
}

@media (max-width: 1000px) {
  html.jl-mobile-menu-open {
    overflow: hidden;
  }

  .jl-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: block;
    background: color-mix(in srgb, var(--sds-ink-deep) 58%, transparent);
    opacity: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: opacity .2s ease;
  }

  .jl-mobile-menu-backdrop.is-open {
    opacity: 1;
  }

  .jl-mobile-header-menu.jl-mobile-menu-drawer {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 310;
    display: flex;
    width: min(90vw, 26.25rem);
    max-width: none;
    max-height: none;
    flex-direction: column;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: .75rem 0 0 .75rem;
    color: var(--sds-text-primary);
    background: var(--sds-bg-elevated);
    box-shadow: -1.5rem 0 4rem color-mix(in srgb, var(--sds-ink-deep) 22%, transparent);
    opacity: 1;
    transform: translateX(100%);
    transform-origin: right center;
    pointer-events: none;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  }

  .jl-mobile-header-menu.jl-mobile-menu-drawer.is-open {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .jl-mobile-drawer-head {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 6.5rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid var(--sds-border-subtle);
    background: var(--sds-bg-elevated);
  }

  .jl-mobile-drawer-head > a {
    display: inline-flex;
    align-items: center;
  }

  .jl-mobile-drawer-head img {
    display: block;
    width: auto;
    height: 3.5rem;
    max-width: 11rem;
    object-fit: contain;
  }

  .jl-mobile-menu-close {
    position: relative;
    display: grid;
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    place-items: center;
    border: 0;
    border-radius: .5rem;
    color: var(--sds-text-primary);
    background: transparent;
    transition: color .15s ease, background .15s ease;
  }

  .jl-mobile-menu-close:hover,
  .jl-mobile-menu-close:active {
    color: var(--sds-brand-deep);
    background: var(--sds-bg-subtle);
  }

  .jl-mobile-menu-close:focus-visible,
  .jl-mobile-accordion > button:focus-visible,
  .jl-mobile-socials a:focus-visible {
    outline: 2px solid var(--sds-border-focus);
    outline-offset: 2px;
  }

  .jl-mobile-menu-close span {
    position: absolute;
    width: 1.75rem;
    height: .125rem;
    border-radius: 999px;
    background: currentColor;
  }

  .jl-mobile-menu-close span:first-child { transform: rotate(45deg); }
  .jl-mobile-menu-close span:last-child { transform: rotate(-45deg); }

  .jl-mobile-drawer-scroll {
    display: block;
    min-height: 0;
    flex: 1 1 auto;
    padding: 2rem 1.75rem calc(2rem + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .jl-mobile-drawer-section > h2,
  .jl-mobile-accordion > button > span {
    margin: 0;
    color: var(--sds-text-secondary);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .15em;
  }

  .jl-mobile-feature-links {
    display: grid;
    gap: 0;
    margin-top: 1rem;
  }

  .jl-mobile-feature-links a {
    display: grid;
    min-height: 4.75rem;
    grid-template-columns: 2.5rem minmax(0, 1fr) auto 1.25rem;
    align-items: center;
    gap: .75rem;
    padding: .75rem 0;
    border-bottom: 1px solid var(--sds-border-subtle);
    color: var(--sds-text-primary);
    transition: color .15s ease, background .15s ease;
  }

  .jl-mobile-feature-links a:hover,
  .jl-mobile-feature-links a:active {
    color: var(--sds-brand-deep);
    background: var(--sds-bg-subtle);
  }

  .jl-mobile-feature-links strong,
  .jl-mobile-menu-categories strong {
    font-size: 1rem;
    font-weight: 720;
  }

  .jl-mobile-feature-links small {
    padding: .25rem .55rem;
    border-radius: 999px;
    color: var(--sds-brand-deep);
    background: var(--sds-nav-item-active-bg);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .04em;
  }

  .jl-mobile-feature-links a:nth-child(2) small {
    color: var(--sds-status-error-text);
    background: var(--sds-status-error-bg);
  }

  .jl-mobile-menu-symbol {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    color: var(--sds-brand-primary);
    font-size: 1.65rem;
  }

  .jl-mobile-menu-symbol.is-hot { color: var(--sds-status-error-text); font-size: 1.1rem; }

  .jl-mobile-feature-links svg,
  .jl-mobile-menu-categories svg,
  .jl-mobile-accordion svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .jl-mobile-menu-categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: .5rem;
  }

  .jl-mobile-menu-categories a {
    display: grid;
    min-height: 4.75rem;
    grid-template-columns: 3rem minmax(0, 1fr) 1.25rem;
    align-items: center;
    gap: 1rem;
    padding: .75rem 0;
    border: 0;
    border-bottom: 1px solid var(--sds-border-subtle);
    border-radius: 0;
    color: var(--sds-text-primary);
    background: transparent;
    transition: color .15s ease, background .15s ease;
  }

  .jl-mobile-menu-categories a:hover,
  .jl-mobile-menu-categories a:active {
    color: var(--sds-brand-deep);
    border-color: var(--sds-border-subtle);
    background: var(--sds-bg-subtle);
    transform: none;
  }

  .jl-mobile-feature-links a.is-current,
  .jl-mobile-menu-categories a.is-current,
  .jl-mobile-accordion a.is-current {
    color: var(--sds-nav-item-active-text);
    background: var(--sds-nav-item-active-bg);
  }

  .jl-mobile-menu-categories img {
    display: block;
    width: 3rem;
    height: 3rem;
    padding: .15rem;
    border-radius: .5rem;
    background: var(--sds-bg-subtle);
    object-fit: contain;
  }

  .jl-mobile-series-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    grid-template-columns: repeat(2, .65rem);
    grid-template-rows: repeat(2, .65rem);
    place-content: center;
    gap: .3rem;
  }

  .jl-mobile-series-icon i {
    display: block;
    border: 2px solid var(--sds-text-secondary);
    border-radius: .2rem;
  }

  .jl-mobile-accordion {
    border-bottom: 1px solid var(--sds-border-subtle);
  }

  .jl-mobile-accordion > button {
    display: flex;
    width: 100%;
    min-height: 4.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border: 0;
    color: var(--sds-text-primary);
    background: transparent;
    text-align: left;
  }

  .jl-mobile-accordion > button:hover,
  .jl-mobile-accordion > button:active {
    background: var(--sds-bg-subtle);
  }

  .jl-mobile-accordion > button svg {
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  }

  .jl-mobile-accordion > button[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .jl-mobile-accordion > div {
    display: grid;
    gap: .25rem;
    padding: 0 0 1rem;
  }

  .jl-mobile-accordion > div[hidden] { display: none; }

  .jl-mobile-accordion-divider {
    display: block;
    height: 1px;
    margin: .35rem 1rem;
    background: var(--sds-border-subtle);
  }

  .jl-mobile-accordion > div a {
    display: flex;
    min-height: 3rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 1rem;
    border-radius: .5rem;
    color: var(--sds-text-secondary);
    font-size: .9rem;
    font-weight: 650;
  }

  .jl-mobile-accordion > div a:hover,
  .jl-mobile-accordion > div a:active {
    color: var(--sds-brand-deep);
    background: var(--sds-bg-subtle);
  }

  .jl-mobile-accordion a[data-mobile-social-text] {
    color: var(--sds-brand-deep);
    font-weight: 720;
  }

  .jl-mobile-warranty {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--sds-border-default);
    border-radius: .75rem;
    color: var(--sds-text-primary);
    background: var(--sds-nav-item-active-bg);
  }

  .jl-mobile-shield {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    color: var(--sds-brand-primary);
  }

  .jl-mobile-shield svg { width: 2.75rem; height: 2.75rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .jl-mobile-warranty > span:last-child { display: grid; gap: .35rem; }
  .jl-mobile-warranty strong { color: var(--sds-brand-deep); font-size: .95rem; line-height: 1.3; }
  .jl-mobile-warranty small { color: var(--sds-text-secondary); font-size: .72rem; line-height: 1.5; }

  .jl-mobile-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 2rem 0 .5rem;
  }

  .jl-mobile-socials a {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border-radius: 50%;
    color: var(--sds-text-primary);
    background: var(--sds-bg-subtle);
    font-family: Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 850;
    transition: color .15s ease, background .15s ease;
  }

  .jl-mobile-socials a:hover,
  .jl-mobile-socials a:active {
    color: var(--sds-brand-deep);
    background: var(--sds-nav-item-active-bg);
  }

  .jl-mobile-socials > span {
    width: 100%;
    color: var(--sds-text-tertiary);
    font-size: .8rem;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .jl-mobile-header-menu.jl-mobile-menu-drawer { width: 94vw; }
  .jl-mobile-drawer-head { min-height: 5.5rem; padding: 1rem 1.25rem; }
  .jl-mobile-drawer-head img { height: 3rem; max-width: 9.5rem; }
  .jl-mobile-drawer-scroll { padding: 1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  .jl-mobile-menu-backdrop,
  .jl-mobile-header-menu.jl-mobile-menu-drawer,
  .jl-mobile-accordion > button svg {
    transition: none !important;
  }
}

/* V24: premium product typography, refined mobile drawer and compact quick order */
.jl-product-title-brand {
  color: #2563eb;
  font-weight: 720;
}

.jl-live-pdp-detail h1 {
  max-width: 14.5ch;
  font-size: clamp(2.25rem, 4.35vw, 3.8rem);
  font-weight: 660;
  line-height: 1.035;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

.jl-live-qv-content h2 {
  font-weight: 680;
}

.jl-live-product-card a.font-display {
  font-weight: 620;
  letter-spacing: -0.012em;
}

@media (max-width: 1000px) {
  .jl-mobile-header-menu.jl-mobile-menu-drawer {
    border-radius: 1.25rem 0 0 1.25rem;
    background:
      radial-gradient(circle at 92% 4%, rgba(37, 99, 235, .13), transparent 14rem),
      linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
    box-shadow: -1.5rem 0 5rem rgba(4, 18, 48, .28);
  }

  .jl-mobile-header-menu.jl-mobile-menu-drawer::before {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 4;
    width: 3px;
    content: "";
    background: linear-gradient(180deg, #2472ff, rgba(36, 114, 255, 0));
    pointer-events: none;
  }

  .jl-mobile-drawer-head {
    min-height: 5.9rem;
    padding: 1.2rem 1.5rem;
    border-bottom-color: rgba(167, 192, 231, .45);
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .jl-mobile-drawer-head img {
    height: 3.15rem;
  }

  .jl-mobile-menu-close {
    width: 2.75rem;
    height: 2.75rem;
    flex-basis: 2.75rem;
    border: 1px solid rgba(146, 174, 216, .42);
    border-radius: .85rem;
    background: rgba(255, 255, 255, .78);
  }

  .jl-mobile-drawer-scroll {
    padding: 1.45rem 1.4rem calc(1.6rem + env(safe-area-inset-bottom));
  }

  .jl-mobile-shop-intro {
    display: grid;
    gap: .4rem;
    padding: .2rem .15rem .35rem;
  }

  .jl-mobile-shop-intro > span {
    color: #2563eb;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .18em;
  }

  .jl-mobile-shop-intro > strong {
    color: #0b1427;
    font-family: var(--font-display), system-ui, sans-serif;
    font-size: clamp(1.55rem, 6.5vw, 2rem);
    font-weight: 670;
    letter-spacing: -.045em;
    line-height: 1.05;
  }

  .jl-mobile-feature-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin-top: .9rem;
  }

  .jl-mobile-feature-links a {
    min-height: 5.35rem;
    padding: .8rem .85rem;
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    gap: .4rem .55rem;
    border: 1px solid rgba(168, 190, 225, .48);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 .7rem 1.7rem rgba(28, 65, 123, .07);
  }

  .jl-mobile-feature-links a:nth-child(1) {
    background: linear-gradient(145deg, rgba(231, 241, 255, .98), rgba(255, 255, 255, .94));
  }

  .jl-mobile-feature-links a:nth-child(2) {
    background: linear-gradient(145deg, rgba(255, 241, 244, .92), rgba(255, 255, 255, .96));
  }

  .jl-mobile-feature-links strong {
    font-size: .92rem;
    line-height: 1.15;
  }

  .jl-mobile-feature-links small {
    align-self: start;
    padding: .18rem .4rem;
    font-size: .58rem;
  }

  .jl-mobile-feature-links svg {
    display: none;
  }

  .jl-mobile-menu-symbol {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .7rem;
    background: rgba(37, 99, 235, .09);
    font-size: 1.35rem;
  }

  .jl-mobile-menu-symbol.is-hot {
    background: rgba(239, 68, 68, .09);
  }

  .jl-mobile-menu-categories {
    gap: .5rem;
    margin-top: .85rem;
  }

  .jl-mobile-menu-categories a {
    min-height: 4.25rem;
    padding: .55rem .75rem;
    grid-template-columns: 2.8rem minmax(0, 1fr) 1.15rem;
    gap: .8rem;
    border: 1px solid rgba(181, 200, 229, .55);
    border-radius: .95rem;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 .45rem 1.25rem rgba(34, 70, 125, .045);
  }

  .jl-mobile-menu-categories a:hover,
  .jl-mobile-menu-categories a:active {
    border-color: rgba(37, 99, 235, .36);
    background: #f1f6ff;
    transform: translateX(2px);
  }

  .jl-mobile-menu-categories img {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: .75rem;
    background: linear-gradient(145deg, #f6f9ff, #edf3fb);
  }

  .jl-mobile-accordion {
    margin-top: .65rem;
    overflow: hidden;
    border: 1px solid rgba(181, 200, 229, .5);
    border-radius: .95rem;
    background: rgba(255, 255, 255, .78);
  }

  .jl-mobile-accordion > button {
    min-height: 4.15rem;
    padding: .8rem 1rem;
  }

  .jl-mobile-accordion > div {
    padding: 0 .6rem .65rem;
  }

  .jl-mobile-warranty {
    margin-top: .85rem;
    padding: 1rem;
    border-color: rgba(83, 141, 230, .22);
    border-radius: 1rem;
    background:
      radial-gradient(circle at 100% 0, rgba(255, 255, 255, .95), transparent 8rem),
      linear-gradient(135deg, #e8f2ff, #e5f6f5);
    box-shadow: 0 .8rem 2rem rgba(34, 76, 140, .08);
  }

  .jl-mobile-socials {
    gap: .65rem;
    padding: 1.35rem 0 .2rem;
  }

  .jl-mobile-socials a {
    width: 2.65rem;
    height: 2.65rem;
    overflow: hidden;
    border: 1px solid rgba(169, 188, 216, .46);
    background: #fff;
    box-shadow: 0 .5rem 1.2rem rgba(31, 59, 104, .1);
  }

  .jl-mobile-socials a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
  }
}

@media (max-width: 760px) {
  .jl-live-quick-view {
    padding: .7rem;
    align-items: end;
  }

  .jl-live-qv-shade {
    background: rgba(7, 16, 35, .66);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .jl-live-qv-panel {
    width: min(100%, 31rem);
    max-height: calc(100dvh - 1.4rem);
    grid-template-rows: 12rem minmax(0, auto);
    overflow: hidden;
    border-radius: 1.55rem;
    box-shadow: 0 1.75rem 5rem rgba(1, 8, 24, .36);
    transform-origin: 50% 100%;
  }

  .jl-live-qv-media {
    min-height: 0;
    height: 12rem;
    padding: 1.15rem 3rem .75rem;
  }

  .jl-live-qv-media::before {
    width: 9.5rem;
    height: 9.5rem;
    box-shadow: 0 0 0 2rem rgba(37, 99, 235, .02);
  }

  .jl-live-qv-media::after {
    bottom: 6%;
    height: .75rem;
  }

  .jl-live-qv-media img {
    width: min(74%, 12rem);
    max-height: 9.8rem;
    animation: none;
  }

  .jl-live-qv-sale {
    top: 1rem;
    left: 1rem;
    padding: .38rem .65rem;
    font-size: .7rem;
  }

  .jl-live-qv-close {
    top: .85rem;
    right: .85rem;
    width: 2.45rem;
    height: 2.45rem;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 .4rem 1rem rgba(31, 50, 82, .1);
  }

  .jl-live-qv-content {
    min-height: 0;
    padding: 1.05rem 1.15rem 1.15rem;
    overflow-y: auto;
  }

  .jl-live-qv-kicker {
    padding-right: 0;
    font-size: .63rem;
    letter-spacing: .13em;
  }

  .jl-live-qv-content h2 {
    display: -webkit-box;
    margin-top: .48rem;
    overflow: hidden;
    font-size: clamp(1.35rem, 6.2vw, 1.7rem);
    font-weight: 660;
    line-height: 1.12;
    letter-spacing: -.035em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .jl-live-qv-summary {
    display: -webkit-box;
    margin-top: .5rem;
    overflow: hidden;
    color: #6d788b;
    font-size: .82rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .jl-live-qv-price {
    margin-top: .65rem;
    gap: .55rem;
  }

  .jl-live-qv-price strong {
    font-size: 1.75rem;
    font-weight: 760;
  }

  .jl-live-qv-price del {
    font-size: .78rem;
  }

  .jl-live-qv-fields {
    margin-top: .7rem;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
  }

  .jl-live-qv-fields .jlqo-field {
    gap: .28rem;
  }

  .jl-live-qv-fields .jlqo-label {
    font-size: .7rem;
  }

  .jl-live-qv-fields .jlqo-select {
    height: 2.85rem;
    border-radius: .85rem;
    font-size: .8rem;
  }

  .jl-live-qv-actions {
    margin-top: .75rem;
    padding-top: 0;
    gap: .55rem;
  }

  .jl-live-qv-add,
  .jl-live-qv-whatsapp {
    min-height: 3rem;
    font-size: .82rem;
  }

  @keyframes jl-qv-panel-in {
    from { opacity: 0; transform: translateY(1.6rem) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
}

@media (max-width: 390px) {
  .jl-mobile-feature-links {
    gap: .5rem;
  }

  .jl-mobile-feature-links a {
    padding: .7rem;
  }

  .jl-mobile-feature-links strong {
    font-size: .84rem;
  }

  .jl-live-qv-panel {
    grid-template-rows: 10.75rem minmax(0, auto);
  }

  .jl-live-qv-media {
    height: 10.75rem;
  }

  .jl-live-qv-media img {
    max-height: 8.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jl-live-qv-panel,
  .jl-mobile-menu-categories a {
    animation: none !important;
    transition: none !important;
  }
}

/* V28: preserve the desktop Home hero composition on tablet and mobile */
@media (max-width: 1000px) {
  #top {
    min-height: 100svh;
    padding-top: clamp(5.9rem, 13vw, 7.6rem) !important;
    padding-bottom: clamp(1.4rem, 4vw, 2.5rem) !important;
  }

  #top > .container-x {
    width: min(100% - 1.25rem, 72rem);
  }

  #top .jl-hero-layout,
  #top > .container-x > div.mt-6 {
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
    align-items: center !important;
    gap: clamp(.75rem, 2.4vw, 1.5rem) !important;
  }

  #top .jl-hero-copy,
  #top > .container-x > div.mt-6 > div:last-child {
    order: 1 !important;
    min-width: 0;
    text-align: left !important;
  }

  #top .jl-hero-stage,
  #top > .container-x > div.mt-6 > div:first-child {
    order: 2 !important;
    display: grid !important;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(6rem, .42fr) !important;
    flex-direction: initial !important;
    align-items: center;
    gap: clamp(.3rem, 1vw, .7rem) !important;
  }

  #top .jl-hero-fan {
    width: min(34vw, 20rem) !important;
    max-width: 100%;
  }

  #top .jl-hero-specs {
    display: flex !important;
    width: 100%;
    max-width: 7.4rem;
    grid-template-columns: none !important;
    flex-direction: column;
    gap: .38rem;
  }

  #top .jl-hero-specs-title {
    display: block !important;
    margin: 0 0 .1rem;
    font-size: clamp(.58rem, 1.35vw, .74rem);
  }

  #top .jl-hero-spec-card {
    min-height: clamp(3.85rem, 8.5vw, 4.8rem);
    grid-template-columns: 1fr !important;
    padding: .42rem .3rem;
    border-radius: .78rem;
  }

  #top .jl-spec-copy {
    max-width: 11ch;
    font-size: clamp(.48rem, 1.1vw, .6rem);
    line-height: 1.12;
    text-align: center !important;
  }

  #top .jl-spec-symbol {
    height: 1.35rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  #top {
    min-height: 100svh;
    padding-top: clamp(5.2rem, 21vw, 6.2rem) !important;
    padding-bottom: 1.2rem !important;
  }

  #top > .container-x {
    width: calc(100% - .75rem);
  }

  #top .jl-hero-official {
    align-items: center;
    padding: 0;
    text-align: center;
  }

  #top .jl-hero-layout,
  #top > .container-x > div.mt-6 {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
    gap: clamp(.35rem, 2vw, .7rem) !important;
    margin-top: clamp(.7rem, 3vw, 1rem) !important;
  }

  #top .jl-hero-copy h1 {
    font-size: clamp(1.55rem, 9.4vw, 2.5rem) !important;
    line-height: .94 !important;
  }

  #top .jl-hero-copy > p {
    max-width: 25ch;
    margin: .65rem 0 0 !important;
    font-size: clamp(.57rem, 2.35vw, .72rem) !important;
    line-height: 1.4;
  }

  #top .jl-hero-copy > div:nth-of-type(1) {
    justify-content: flex-start !important;
    gap: .35rem !important;
    margin-top: .75rem !important;
  }

  #top .jl-hero-copy .btn-primary,
  #top .jl-hero-copy .btn-ghost {
    min-height: 2rem;
    padding: .42rem .62rem;
    font-size: clamp(.54rem, 2.05vw, .66rem);
    white-space: nowrap;
  }

  #top .jl-hero-copy > div:nth-of-type(2) {
    justify-content: flex-start !important;
    gap: .25rem !important;
    margin-top: .6rem !important;
    font-size: clamp(.48rem, 1.95vw, .6rem) !important;
    line-height: 1.25;
  }

  #top .jl-hero-copy > div:nth-of-type(3) {
    justify-content: flex-start !important;
    gap: clamp(.45rem, 2.4vw, .8rem) !important;
    margin-top: .8rem !important;
  }

  #top .jl-hero-copy > div:nth-of-type(3) > div > div:first-child {
    font-size: clamp(.8rem, 4vw, 1.1rem) !important;
  }

  #top .jl-hero-copy > div:nth-of-type(3) > div > div:last-child {
    font-size: clamp(.35rem, 1.5vw, .48rem) !important;
    letter-spacing: .08em;
  }

  #top .jl-hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(3.85rem, .46fr) !important;
    gap: .2rem !important;
  }

  #top .jl-hero-fan {
    width: min(30vw, 9.5rem) !important;
  }

  #top .hero-price {
    bottom: -.35rem !important;
    padding: .3rem .48rem !important;
  }

  #top .hero-price span:first-child {
    margin-right: .2rem !important;
    font-size: clamp(.62rem, 3vw, .85rem) !important;
  }

  #top .hero-price span:last-child {
    font-size: clamp(.42rem, 1.8vw, .56rem) !important;
  }

  #top .jl-hero-specs {
    max-width: 4.6rem;
    gap: .22rem;
  }

  #top .jl-hero-specs-title {
    max-width: 11ch;
    font-size: clamp(.42rem, 1.75vw, .54rem);
    line-height: 1.08;
  }

  #top .jl-hero-spec-card {
    min-height: clamp(3rem, 14vw, 3.75rem);
    padding: .28rem .16rem;
    border-radius: .55rem;
  }

  #top .jl-spec-symbol {
    height: .95rem;
    font-size: .72rem;
  }

  #top .jl-spec-symbol[data-symbol="h11"] {
    font-size: .58rem;
  }

  #top .jl-spec-symbol[data-symbol="turbo"] {
    width: 1.45rem;
    min-width: 1.45rem;
  }

  #top .jl-spec-copy {
    max-width: 10ch;
    font-size: clamp(.34rem, 1.42vw, .44rem);
    line-height: 1.05;
  }
}

@media (max-width: 390px) {
  #top .jl-hero-layout,
  #top > .container-x > div.mt-6 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  #top .jl-hero-stage,
  #top > .container-x > div.mt-6 > div:first-child {
    grid-template-columns: minmax(0, 1fr) 3.65rem !important;
  }

  #top .jl-hero-specs {
    grid-template-columns: none !important;
  }

  #top .jl-hero-spec-card {
    grid-template-columns: 1fr !important;
  }
}

/* V29: compact, product-led Home hero polish for touch screens */
@media (max-width: 1000px) {
  #top {
    min-height: auto !important;
    align-items: flex-start !important;
    background:
      radial-gradient(55% 70% at 67% 46%, rgba(37, 99, 235, .32), transparent 72%),
      linear-gradient(180deg, #050914 0%, #07132b 54%, #050914 100%) !important;
  }

  #top .hero-price {
    display: none !important;
  }

  #top .jl-hero-stage > .relative:not(.hero-glow) {
    position: relative;
    z-index: 2;
    overflow: visible;
  }

  #top .jl-hero-fan {
    width: min(46vw, 24rem) !important;
    max-width: none !important;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  #top {
    padding-top: clamp(4.85rem, 18vw, 5.65rem) !important;
    padding-bottom: clamp(1.6rem, 7vw, 2.25rem) !important;
  }

  #top .jl-hero-official {
    gap: .25rem;
  }

  #top .jl-hero-layout,
  #top > .container-x > div.mt-6 {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    gap: clamp(.2rem, 1.2vw, .45rem) !important;
    margin-top: clamp(.55rem, 2.4vw, .8rem) !important;
  }

  #top .jl-hero-stage,
  #top > .container-x > div.mt-6 > div:first-child {
    grid-template-columns: minmax(0, 1fr) 4.1rem !important;
    gap: .05rem !important;
  }

  #top .jl-hero-fan {
    width: min(58vw, 13.75rem) !important;
  }

  #top .jl-hero-specs {
    max-width: 4.85rem;
    gap: .25rem;
  }

  #top .jl-hero-specs-title {
    font-size: clamp(.46rem, 1.85vw, .57rem);
  }

  #top .jl-hero-spec-card {
    min-height: clamp(3.2rem, 14.5vw, 3.9rem);
    border-color: rgba(147, 197, 253, .34);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(37, 99, 235, .1)),
      rgba(4, 12, 29, .58);
    box-shadow: 0 .65rem 1.5rem rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .12);
  }

  #top .jl-hero-copy > div:nth-of-type(3) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 390px) {
  #top .jl-hero-stage,
  #top > .container-x > div.mt-6 > div:first-child {
    grid-template-columns: minmax(0, 1fr) 3.95rem !important;
  }

  #top .jl-hero-fan {
    width: 59vw !important;
  }
}

/* V33: portrait story carousel, footer credit and supplied Ultra 2 menu art */
.jl-video-blog {
  padding: clamp(4rem, 7vw, 6rem) 0 !important;
  color: var(--sds-text-primary) !important;
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--sds-brand-glow) 14%, transparent), transparent 26rem),
    var(--sds-bg-subtle) !important;
}

.jl-video-blog-head {
  margin-bottom: 2rem;
}

.jl-video-blog-head span {
  color: var(--sds-brand-primary) !important;
}

.jl-video-blog-head h2 {
  color: var(--sds-text-primary);
  font-size: clamp(2.25rem, 5vw, 4.75rem);
}

.jl-video-blog-head h2 em {
  color: var(--sds-brand-primary);
  font-style: normal;
  font-weight: inherit;
}

.jl-video-blog-head p {
  color: var(--sds-text-secondary) !important;
}

.jl-video-nav button {
  border-color: var(--sds-border-default) !important;
  color: var(--sds-brand-deep) !important;
  background: var(--sds-bg-elevated) !important;
  box-shadow: 0 .5rem 1.5rem color-mix(in srgb, var(--sds-brand-deep) 10%, transparent);
  transition: color .15s ease, background .15s ease, border-color .15s ease, transform .3s cubic-bezier(.4, 0, .2, 1);
}

.jl-video-nav button:hover {
  color: var(--sds-brand-primary) !important;
  background: var(--sds-bg-subtle) !important;
  border-color: var(--sds-brand-glow) !important;
  transform: translateY(-.125rem);
}

.jl-video-nav button:focus-visible,
.jl-video-all:focus-visible {
  outline: 2px solid var(--sds-border-focus);
  outline-offset: 2px;
}

.jl-video-track {
  grid-auto-columns: minmax(14rem, 16rem) !important;
  gap: 1rem !important;
  padding: .25rem 0 1rem !important;
}

.jl-video-card {
  border-color: var(--sds-border-default) !important;
  border-radius: 1.5rem !important;
  background: var(--sds-bg-elevated) !important;
  box-shadow: 0 1rem 2.5rem color-mix(in srgb, var(--sds-brand-deep) 10%, transparent);
}

.jl-video-media {
  aspect-ratio: 9 / 16 !important;
  background: color-mix(in srgb, var(--sds-brand-deep) 92%, var(--sds-text-primary)) !important;
}

.jl-video-media video {
  object-fit: cover;
}

.jl-video-card > .jl-video-meta {
  position: relative;
  display: grid;
  min-height: 8rem;
  margin-top: -1.5rem;
  grid-template-columns: 3rem minmax(0, 1fr) !important;
  gap: .75rem !important;
  align-items: start;
  padding: 2.25rem 1rem 1rem !important;
  border-radius: 1.5rem 1.5rem 0 0;
  color: var(--sds-text-primary);
  background: var(--sds-bg-elevated);
}

.jl-video-product-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-top: -3.75rem;
  place-items: center;
  padding: .25rem;
  border: 2px solid var(--sds-bg-elevated);
  border-radius: 999px;
  background: var(--sds-bg-subtle);
  box-shadow: 0 .5rem 1rem color-mix(in srgb, var(--sds-brand-deep) 14%, transparent);
}

.jl-video-product-mark img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: contain;
}

.jl-video-meta > div {
  min-width: 0;
}

.jl-video-meta > div > span {
  color: var(--sds-brand-primary);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.jl-video-card .jl-video-meta h3 {
  display: -webkit-box;
  margin: .35rem 0 .4rem;
  overflow: hidden;
  color: var(--sds-text-primary);
  font-size: .92rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jl-video-meta small {
  color: var(--sds-text-secondary);
  font-size: .64rem;
}

.jl-video-all {
  color: var(--sds-brand-deep) !important;
}

.jl-video-all b {
  color: var(--sds-brand-primary) !important;
}

.jl-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.jl-footer-bottom > span:last-child {
  justify-self: end;
}

.jl-footer-developer {
  justify-self: center;
  padding: .4rem .65rem;
  border: 1px solid color-mix(in srgb, var(--sds-brand-glow) 22%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--sds-text-on-dark) 66%, transparent) !important;
  background: color-mix(in srgb, var(--sds-bg-elevated) 5%, transparent);
  white-space: nowrap;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}

.jl-footer-developer strong,
.jl-footer-developer b {
  color: var(--sds-brand-glow);
}

.jl-footer-developer:hover {
  color: var(--sds-text-on-dark) !important;
  border-color: var(--sds-brand-glow);
  background: color-mix(in srgb, var(--sds-bg-elevated) 9%, transparent);
}

.jl-footer-developer:focus-visible {
  outline: 2px solid var(--sds-brand-glow);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .jl-video-blog {
    padding: 3.5rem 0 !important;
  }

  .jl-video-blog-head h2 {
    font-size: clamp(2.25rem, 13vw, 3.5rem);
  }

  .jl-video-track {
    grid-auto-columns: min(72vw, 16rem) !important;
  }

  .jl-footer-bottom {
    display: flex;
    align-items: flex-start;
  }

  .jl-footer-bottom > span:last-child {
    order: 2;
  }

  .jl-footer-developer {
    order: 3;
    align-self: center;
    margin-top: .5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jl-video-nav button,
  .jl-footer-developer {
    transition: none !important;
  }
}

/* V34 navigation menus, trust marquee, and category thumbnail polish */
.jl-trust-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  padding-right: 3rem;
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 650;
  white-space: nowrap;
}

.jl-trust-marquee-separator {
  color: var(--sds-brand-primary);
}

header nav .jl-info-menu-trigger-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

header nav .jl-info-menu-trigger {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  border: 0;
  border-radius: 999px;
  color: var(--sds-text-primary);
  background: transparent;
  font-size: .92rem;
  font-weight: 600;
  transition: color .15s ease, background .15s ease;
}

header nav .jl-info-menu-trigger svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

header nav .jl-info-menu-trigger:hover,
header nav .jl-info-menu-trigger:focus-visible,
header nav .jl-info-menu-trigger[aria-expanded="true"],
header nav .jl-info-menu-trigger.is-current {
  color: var(--sds-brand-primary);
  background: var(--sds-bg-subtle);
}

header nav .jl-info-menu-trigger:focus-visible,
.jl-info-dropdown a:focus-visible {
  outline: 2px solid var(--sds-border-focus);
  outline-offset: 2px;
}

header nav .jl-info-menu-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.jl-info-dropdown {
  position: fixed;
  z-index: 191;
  padding: .75rem;
  overflow: hidden;
  border: 1px solid var(--sds-border-default);
  border-radius: .75rem;
  color: var(--sds-text-primary);
  background: color-mix(in srgb, var(--sds-bg-elevated) 96%, transparent);
  box-shadow: var(--sds-shadow-menu);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  opacity: 0;
  transform: translateY(-.5rem) scale(.985);
  transform-origin: top center;
  pointer-events: none;
  transition: opacity .15s ease, transform .3s cubic-bezier(.4, 0, .2, 1);
}

.jl-info-dropdown.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.jl-info-dropdown::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: .25rem;
  content: "";
  background: linear-gradient(180deg, var(--sds-brand-glow), var(--sds-brand-primary), var(--sds-brand-deep));
}

.jl-info-dropdown > header {
  display: grid;
  gap: .15rem;
  padding: .4rem .65rem .75rem;
  border-bottom: 1px solid var(--sds-border-default);
}

.jl-info-dropdown > header span {
  color: var(--sds-brand-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.jl-info-dropdown > header strong {
  font-size: 1.05rem;
}

.jl-info-dropdown nav {
  display: grid;
  gap: .2rem;
  padding-top: .5rem;
}

.jl-info-dropdown nav a {
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem .7rem;
  border-radius: .5rem;
  color: var(--sds-text-primary);
  font-size: .875rem;
  font-weight: 650;
  transition: color .15s ease, background .15s ease, transform .15s ease;
}

.jl-info-dropdown nav a:hover,
.jl-info-dropdown nav a.is-current {
  color: var(--sds-nav-item-active-text);
  background: var(--sds-nav-item-active-bg);
  transform: translateX(.125rem);
}

.jl-info-dropdown nav a.is-social {
  color: var(--sds-text-secondary);
}

.jl-info-dropdown nav a.is-social:hover {
  color: var(--sds-brand-primary);
}

.jl-info-dropdown nav svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jl-info-dropdown-divider {
  height: 1px;
  margin: .25rem .7rem;
  background: var(--sds-border-default);
}

.jl-shop-dropdown-links a.is-all,
.jl-mobile-menu-categories a.is-all-series {
  border-color: var(--sds-border-default) !important;
}

.jl-shop-dropdown-thumb.is-all-series,
.jl-mobile-menu-categories a.is-all-series img {
  border-color: var(--sds-border-default);
  background: var(--sds-bg-subtle);
  clip-path: inset(10% round .5rem);
  transform: scale(1.18);
}

.jl-shop-dropdown-links a:hover .jl-shop-dropdown-thumb.is-all-series,
.jl-shop-dropdown-links a:focus-visible .jl-shop-dropdown-thumb.is-all-series {
  transform: scale(1.2);
}

@media (max-width: 1180px) {
  header nav .jl-info-menu-trigger {
    padding-right: .625rem;
    padding-left: .625rem;
    font-size: .82rem;
  }
}

@media (max-width: 1000px) {
  .jl-info-dropdown {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  header nav .jl-info-menu-trigger svg,
  .jl-info-dropdown,
  .jl-info-dropdown nav a,
  .jl-shop-dropdown-thumb.is-all-series,
  .jl-mobile-menu-categories a.is-all-series img {
    transition: none !important;
  }
}

/* V35 unified About Us and Support pages */
.jl-info-page [id="brand"],
.jl-info-page [id="bangladesh"],
.jl-info-page [id="partnership"],
.jl-info-page [id="blog"],
.jl-info-page [id="contact"],
.jl-info-page [id="warranty"],
.jl-info-page [id="support-center"],
.jl-info-page [id="shipping-returns"],
.jl-info-page [id="order-tracking"],
.jl-info-page [id="faqs"],
.jl-video-blog#blog {
  scroll-margin-top: 7.25rem;
}

.jl-info-anchor-nav {
  position: sticky;
  top: 5.25rem;
  z-index: 35;
  display: flex;
  align-items: center;
  gap: .35rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow-x: auto;
  border-bottom: 1px solid var(--sds-border-default);
  background: color-mix(in srgb, var(--sds-bg-elevated) 92%, transparent);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  scrollbar-width: none;
}

.jl-info-anchor-nav::-webkit-scrollbar {
  display: none;
}

.jl-info-anchor-nav a {
  display: inline-flex;
  min-height: 2.5rem;
  flex: 0 0 auto;
  align-items: center;
  padding: .55rem .85rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--sds-text-secondary);
  font-size: .78rem;
  font-weight: 750;
  white-space: nowrap;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}

.jl-info-anchor-nav a:hover,
.jl-info-anchor-nav a:focus-visible {
  color: var(--sds-nav-item-active-text);
  border-color: var(--sds-border-default);
  background: var(--sds-nav-item-active-bg);
}

.jl-info-anchor-nav a:focus-visible {
  outline: 2px solid var(--sds-border-focus);
  outline-offset: 2px;
}

.jl-partnership-band {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  color: var(--sds-text-on-dark);
  background:
    radial-gradient(circle at 78% 10%, color-mix(in srgb, var(--sds-brand-primary) 55%, transparent), transparent 27rem),
    linear-gradient(145deg, var(--sds-ink-deep), var(--sds-brand-deep));
}

.jl-partnership-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 8vw, 7rem);
}

.jl-partnership-layout h2,
.jl-warranty-layout h2,
.jl-order-support h2,
.jl-faq-band h2 {
  margin: .9rem 0 0;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(2.35rem, 4.7vw, 4.75rem);
  font-weight: 780;
  letter-spacing: -.055em;
  line-height: .98;
}

.jl-partnership-layout > div:first-child > p {
  max-width: 58ch;
  margin: 1.4rem 0 0;
  color: color-mix(in srgb, var(--sds-text-on-dark) 72%, transparent);
  line-height: 1.75;
}

.jl-partnership-points {
  display: grid;
  gap: .75rem;
}

.jl-partnership-points article {
  display: grid;
  grid-template-columns: minmax(8rem, .65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 1rem;
  min-height: 6.5rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid color-mix(in srgb, var(--sds-text-on-dark) 16%, transparent);
  border-radius: 1.25rem;
  background: color-mix(in srgb, var(--sds-bg-elevated) 8%, transparent);
}

.jl-partnership-points strong {
  color: var(--sds-brand-glow);
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1.25rem;
}

.jl-partnership-points span {
  color: color-mix(in srgb, var(--sds-text-on-dark) 76%, transparent);
  font-size: .9rem;
  line-height: 1.55;
}

.jl-warranty-band {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--sds-nav-item-active-bg) 72%, var(--sds-bg-elevated)), var(--sds-bg-elevated));
}

.jl-warranty-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .7fr);
  align-items: center;
  gap: clamp(2rem, 8vw, 7rem);
}

.jl-warranty-layout > div > p,
.jl-order-support > div > p {
  max-width: 60ch;
  margin: 1.4rem 0 1.8rem;
  color: var(--sds-text-secondary);
  line-height: 1.75;
}

.jl-warranty-layout aside {
  display: grid;
  min-height: 22rem;
  align-content: center;
  justify-items: center;
  padding: 2rem;
  border: 1px solid var(--sds-border-default);
  border-radius: 2rem;
  color: var(--sds-text-primary);
  background: color-mix(in srgb, var(--sds-bg-elevated) 88%, transparent);
  box-shadow: 0 2rem 4rem color-mix(in srgb, var(--sds-brand-deep) 10%, transparent);
  text-align: center;
}

.jl-warranty-layout aside strong {
  color: var(--sds-brand-primary);
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: clamp(5rem, 11vw, 9rem);
  letter-spacing: -.08em;
  line-height: .8;
}

.jl-warranty-layout aside span {
  margin-top: 1rem;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 750;
}

.jl-warranty-layout aside small {
  max-width: 28ch;
  margin-top: .6rem;
  color: var(--sds-text-secondary);
  line-height: 1.5;
}

.jl-order-support {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 8vw, 7rem);
  padding-top: clamp(4.5rem, 9vw, 8rem);
  padding-bottom: clamp(4.5rem, 9vw, 8rem);
}

.jl-order-support form {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--sds-border-default);
  border-radius: 1.5rem;
  background: var(--sds-bg-elevated);
  box-shadow: 0 1.5rem 3.5rem color-mix(in srgb, var(--sds-brand-deep) 9%, transparent);
}

.jl-order-support label {
  display: block;
  margin-bottom: .65rem;
  color: var(--sds-text-primary);
  font-size: .82rem;
  font-weight: 750;
}

.jl-order-support form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .65rem;
}

.jl-order-support input {
  min-width: 0;
  min-height: 3.35rem;
  padding: .75rem 1rem;
  border: 1px solid var(--sds-border-default);
  border-radius: .85rem;
  color: var(--sds-text-primary);
  background: var(--sds-bg-elevated);
  font-size: 1rem;
}

.jl-order-support input:focus {
  border-color: var(--sds-border-focus);
  outline: 2px solid color-mix(in srgb, var(--sds-border-focus) 22%, transparent);
  outline-offset: 1px;
}

.jl-order-support button {
  min-height: 3.35rem;
  padding: .75rem 1.25rem;
  border: 0;
  border-radius: .85rem;
  color: var(--sds-text-on-dark);
  background: var(--sds-brand-primary);
  font-weight: 800;
}

.jl-order-support button:hover {
  background: var(--sds-brand-deep);
}

.jl-order-support button:active {
  transform: translateY(1px);
}

.jl-order-support button:focus-visible,
.jl-support-faqs summary:focus-visible {
  outline: 2px solid var(--sds-border-focus);
  outline-offset: 2px;
}

.jl-order-support form small {
  display: block;
  margin-top: .75rem;
  color: var(--sds-text-tertiary, var(--sds-text-secondary));
  line-height: 1.5;
}

/* V40 — full-width premium category showcase */
#categories.jl-home-category-showcase {
  --category-blue: #eaf4ff;
  --category-mint: #e9faf3;
  --category-violet: #f1edff;
  --category-peach: #fff2e8;
  width: 100% !important;
  max-width: none !important;
  padding: clamp(3.5rem, 6vw, 6rem) clamp(1.25rem, 4vw, 5rem) !important;
}

#categories .jl-home-category-heading,
#categories .jl-home-category-grid {
  width: 100%;
  max-width: 104rem;
  margin-right: auto !important;
  margin-left: auto !important;
}

#categories .jl-home-category-heading { margin-bottom: clamp(1.5rem, 2.4vw, 2.25rem) !important; }
#categories .jl-home-category-heading h2 { font-size: clamp(2rem, 3.6vw, 3.6rem) !important; }
#categories .jl-home-category-copy { max-width: 44rem; font-size: clamp(.76rem, 1vw, .95rem); }
#categories .jl-home-category-grid { gap: clamp(.85rem, 1.4vw, 1.5rem) !important; }

#categories .jl-home-category-card {
  min-height: clamp(15rem, 18vw, 19rem) !important;
  padding: clamp(1.15rem, 1.6vw, 1.65rem) !important;
  border-radius: 1.35rem !important;
  box-shadow: 0 1.4rem 3.5rem -2.3rem rgba(21, 72, 145, .38) !important;
}

#categories .jl-home-category-card.tone-blue { background: linear-gradient(145deg, #fff 0%, var(--category-blue) 100%) !important; }
#categories .jl-home-category-card.tone-mint { background: linear-gradient(145deg, #fff 0%, var(--category-mint) 100%) !important; }
#categories .jl-home-category-card.tone-violet { background: linear-gradient(145deg, #fff 0%, var(--category-violet) 100%) !important; }
#categories .jl-home-category-card.tone-peach { background: linear-gradient(145deg, #fff 0%, var(--category-peach) 100%) !important; }
#categories .jl-home-category-image { width: clamp(7rem, 10vw, 10.5rem) !important; height: clamp(7rem, 10vw, 10.5rem) !important; }
#categories .jl-home-category-card h3 { font-size: clamp(1rem, 1.35vw, 1.3rem) !important; }
#categories .jl-home-category-card p { max-width: 28ch; font-size: clamp(.7rem, .82vw, .84rem) !important; }

@media (max-width: 1024px) {
  #categories .jl-home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  #categories .jl-home-category-card { min-height: 15rem !important; }
}

@media (max-width: 640px) {
  /* Preserve the compact V39 mobile presentation: all four categories remain visible. */
  #categories.jl-home-category-showcase { padding: 1.45rem .45rem !important; }
  #categories .jl-home-category-heading { margin-bottom: .7rem !important; }
  #categories .jl-home-category-heading h2 { font-size: clamp(1.25rem, 7vw, 1.8rem) !important; }
  #categories .jl-home-category-copy { max-width: 19rem; font-size: .56rem; }
  #categories .jl-home-category-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: .3rem !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  #categories .jl-home-category-card {
    min-height: 8.6rem !important;
    padding: .4rem !important;
    border-radius: .65rem !important;
  }
  #categories .jl-home-category-image {
    width: clamp(3.1rem, 17vw, 4.2rem) !important;
    height: clamp(3.1rem, 17vw, 4.2rem) !important;
    margin-top: .85rem !important;
  }
  #categories .jl-home-category-card h3 { font-size: clamp(.52rem, 2.5vw, .68rem) !important; }
  #categories .jl-home-category-card p { font-size: clamp(.39rem, 1.75vw, .5rem) !important; }
  #categories .jl-home-category-arrow {
    top: .35rem !important;
    right: .35rem !important;
    width: 1.35rem !important;
    height: 1.35rem !important;
  }
}

.jl-faq-band {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background: var(--sds-bg-subtle);
}

.jl-support-faqs {
  display: grid;
  max-width: 58rem;
  gap: .65rem;
  margin-top: clamp(2.25rem, 5vw, 4rem);
}

.jl-support-faqs details {
  overflow: hidden;
  border: 1px solid var(--sds-border-default);
  border-radius: 1rem;
  background: var(--sds-bg-elevated);
}

.jl-support-faqs summary {
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  color: var(--sds-text-primary);
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 720;
  cursor: pointer;
  list-style: none;
}

.jl-support-faqs summary::-webkit-details-marker {
  display: none;
}

.jl-support-faqs summary::after {
  color: var(--sds-brand-primary);
  content: "+";
  font-size: 1.35rem;
}

.jl-support-faqs details[open] summary::after {
  content: "−";
}

.jl-support-faqs details p {
  max-width: 70ch;
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: var(--sds-text-secondary);
  line-height: 1.7;
}

.jl-faq-more {
  margin-top: 1.25rem;
}

.jl-shop-dropdown-thumb.is-all-series,
.jl-mobile-menu-categories a.is-all-series img {
  padding: .1rem;
  clip-path: none;
  transform: none;
}

.jl-shop-dropdown-links a:hover .jl-shop-dropdown-thumb.is-all-series,
.jl-shop-dropdown-links a:focus-visible .jl-shop-dropdown-thumb.is-all-series {
  transform: scale(1.04);
}

@media (max-width: 900px) {
  .jl-partnership-layout,
  .jl-warranty-layout,
  .jl-order-support {
    grid-template-columns: 1fr;
  }

  .jl-warranty-layout aside {
    min-height: 18rem;
  }
}

@media (max-width: 640px) {
  .jl-info-anchor-nav {
    top: 4.75rem;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .jl-info-anchor-nav a {
    font-size: .72rem;
  }

  .jl-partnership-points article {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .jl-order-support form > div {
    grid-template-columns: 1fr;
  }

  .jl-order-support button {
    width: 100%;
  }
}

/* V43 final cascade: category alignment and mobile product actions. */
@media (min-width: 641px) {
  #categories .jl-home-category-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(.65rem, 1vw, .9rem) !important;
    text-align: center !important;
  }

  /* The original number/arrow row must not consume vertical grid space. */
  #categories .jl-home-category-card > div.flex.items-start.justify-between {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none;
  }

  #categories .jl-home-category-image {
    flex: 0 0 auto;
    margin: 0 auto !important;
  }

  #categories .jl-home-category-card > div:last-child {
    width: 100%;
    max-width: 30ch;
    margin: 0 auto !important;
    text-align: center;
  }

  #categories .jl-home-category-card h3,
  #categories .jl-home-category-card p {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #categories .jl-home-category-card p {
    max-width: 26ch !important;
    text-wrap: balance;
  }
}

@media (max-width: 767px) {
  .jl-live-pdp-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .7rem !important;
  }

  .jl-live-pdp-actions > * {
    min-width: 0;
    min-height: 3.35rem !important;
    padding: .75rem .55rem !important;
    font-size: clamp(.68rem, 3.15vw, .82rem) !important;
    line-height: 1.15;
    text-align: center;
  }

  .jl-live-pdp-actions > :nth-child(3) {
    grid-column: 1 / -1;
    min-height: 3.5rem !important;
  }

  .jl-live-quick-view {
    align-items: center !important;
    justify-items: center !important;
    padding: max(.75rem, env(safe-area-inset-top)) .75rem max(.75rem, env(safe-area-inset-bottom)) !important;
  }

  .jl-live-qv-panel {
    max-height: min(calc(100dvh - 1.5rem), 43rem) !important;
    transform-origin: 50% 50% !important;
  }

  .jl-category-scroller {
    width: calc(100% - 1rem) !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .jl-rail-segment {
    gap: .5rem !important;
  }

  .jl-rail-segment + .jl-rail-segment {
    margin-left: .5rem !important;
  }

  .jl-rail-product {
    width: calc((100vw - 2rem) / 2) !important;
    min-width: calc((100vw - 2rem) / 2) !important;
    flex-basis: calc((100vw - 2rem) / 2) !important;
  }

  .jl-rail-product > div:last-child {
    padding: .75rem !important;
  }

  .jl-rail-product a.font-display {
    font-size: clamp(.76rem, 3.5vw, .9rem) !important;
  }

  .jl-rail-product .jl-live-card-short {
    min-height: 2.25rem;
    font-size: .62rem;
  }

  .jl-rail-product button.rounded-full {
    padding: .45rem .65rem !important;
    font-size: .65rem !important;
  }

  .jl-customer-stories-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .5rem !important;
  }

  .jl-customer-stories-grid > figure {
    min-width: 0;
    min-height: 14rem;
    padding: .75rem !important;
    border-radius: 1rem !important;
  }

  .jl-customer-stories-grid blockquote {
    font-size: .7rem !important;
    line-height: 1.45 !important;
  }

  .jl-customer-stories-grid figcaption {
    gap: .5rem !important;
    margin-top: .75rem !important;
  }

  .jl-customer-stories-grid figcaption > span:first-child {
    width: 2rem !important;
    height: 2rem !important;
    flex: 0 0 2rem;
    font-size: .72rem !important;
  }

  .jl-customer-stories-grid figcaption b {
    font-size: .72rem !important;
  }

  .jl-customer-stories-grid figcaption span span {
    font-size: .62rem !important;
  }

  #footer.jl-premium-footer .jl-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 1rem !important;
    row-gap: 2rem !important;
  }

  #footer.jl-premium-footer .jl-footer-brand {
    grid-column: 1 / -1;
  }

  #footer.jl-premium-footer .jl-footer-column {
    min-width: 0;
  }

  #footer.jl-premium-footer .jl-footer-column h3 {
    font-size: .62rem !important;
    letter-spacing: .12em !important;
  }

  #footer.jl-premium-footer .jl-footer-column a {
    font-size: .7rem !important;
    overflow-wrap: anywhere;
  }
}
