﻿/* Jiamparts: quiet surfaces, precise typography, product-led layouts.
   Bootstrap provides the grid; all visual tokens are defined here. */
:root {
  --text: #1d1d1f;
  --text-2: #6e6e73;
  --surface: #f5f5f7;
  --hairline: #d2d2d7;
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --link: #0066cc;
  --radius: 24px;
  --radius-sm: 14px;
}
html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5 { color: var(--text); font-weight: 600; letter-spacing: -.035em; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #0071e3; outline-offset: 5px; }
#main-content:focus { outline: none; }
::selection { background: #cce4ff; color: #1d1d1f; }
.container { width: calc(100% - 96px); max-width: 1200px; padding-right: 0; padding-left: 0; }
.jp-skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: #fff; z-index: 1100; border-radius: 10px; }
.jp-skip-link:focus { top: 10px; }

/* Global navigation */
.jp-nav {
  position: sticky; top: 0; z-index: 1030;
  background: rgba(250,250,252,.88);
  border-bottom: 1px solid rgba(0,0,0,.06);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.jp-nav-inner { display: flex; align-items: center; gap: 24px; min-height: 60px; flex-wrap: wrap; }
.jp-nav-brand { display: flex; align-items: center; gap: 9px; color: var(--text); font-size: 18px; font-weight: 650; letter-spacing: -.04em; margin-right: auto; }
.jp-nav-logo { width: 30px; height: 30px; display: block; }
.jp-nav-brand:hover { color: #000; text-decoration: none; }
.jp-nav-links { display: flex; gap: 30px; align-items: center; }
.jp-nav-links a { position: relative; color: #55555a; font-size: 12px; padding: 21px 0; text-decoration: none; transition: color .2s; }
.jp-nav-links a:hover, .jp-nav-links a[aria-current="page"] { color: #000; }
.jp-nav-links a[aria-current="page"]::after { content: ""; position: absolute; bottom: 13px; left: 0; right: 0; height: 1px; background: currentColor; }
.jp-nav-search { display: flex; align-items: center; margin-left: 28px; background: rgba(0,0,0,.045); border-radius: 9px; transition: background .2s; }
.jp-nav-search:focus-within { background: #fff; outline: 2px solid var(--blue); outline-offset: 2px; }
.jp-nav-search input { border: 0; outline: 0; background: transparent; color: var(--text); font-size: 12px; padding: 9px 0 9px 12px; width: 175px; min-width: 0; }
.jp-nav-search input::placeholder { color: var(--text-2); }
.jp-nav-search button { display: grid; place-items: center; border: 0; background: transparent; color: var(--text); padding: 10px; cursor: pointer; border-radius: 8px; }
.jp-menu-toggle { display: none; }
.jp-ribbon { background: #fff; border-bottom: 1px solid #ececee; }
.jp-home .jp-ribbon { display: none; }
.jp-ribbon-inner { display: flex; gap: 27px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #d2d2d7 transparent; padding: 15px 2px; }
.jp-ribbon a { flex: 0 0 auto; color: var(--text-2); font-size: 11px; white-space: nowrap; }
.jp-ribbon a:first-child { color: var(--text); }
.jp-ribbon a:hover { color: var(--link); text-decoration: none; }
.jp-service-ribbon { background: #fff; padding: 15px 24px; text-align: center; font-size: 12px; color: #55555a; }
.jp-service-ribbon .jp-textlink { font-size: inherit; margin-left: 8px; white-space: nowrap; }

/* Actions */
.jp-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 500; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; cursor: pointer; transition: background .2s, color .2s; }
.jp-btn:hover { background: var(--blue-hover); color: #fff; text-decoration: none; }
.jp-btn-secondary { background: transparent; color: var(--link); border-color: var(--blue); }
.jp-btn-secondary:hover { background: var(--blue); color: #fff; }
.jp-textlink { color: var(--link); font-size: 15px; text-decoration: none; }
.jp-textlink::after { content: "\203A"; display: inline-block; margin-left: 7px; }
.jp-textlink:hover { text-decoration: underline; }
.jp-eyebrow, .jp-hero-kicker { font-size: 11px; font-weight: 600; letter-spacing: .12em; color: var(--text-2); margin-bottom: 15px; }

/* Product-led home hero */
.jp-hero { background: var(--surface); text-align: center; padding: 66px 0 28px; overflow: hidden; }
.jp-hero h1 { font-size: clamp(44px, 5.7vw, 76px); font-weight: 650; letter-spacing: -.055em; line-height: 1.04; margin: 0 0 22px; text-wrap: balance; }
.jp-hero h1 span { color: #77777d; }
.jp-hero p { font-size: 20px; line-height: 1.45; color: #636368; max-width: 620px; margin: 0 auto 26px; letter-spacing: -.02em; }
.jp-hero-actions { display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; }
.jp-hero-products { display: flex; justify-content: center; align-items: flex-end; gap: 50px; max-width: 840px; margin: 26px auto 24px; }
.jp-hero-product { flex: 0 1 210px; min-width: 0; color: var(--text-2); font-size: 11px; }
.jp-hero-product img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s; }
.jp-hero-product-main { flex-basis: 300px; }
.jp-hero-product > span { display: block; margin-top: 4px; }
.jp-hero-product:hover { text-decoration: none; color: var(--link); }
.jp-hero-product:hover img { transform: translateY(-5px); }
.jp-hero-caption { color: var(--text-2); font-size: 11px; }
.jp-stats { display: grid; grid-template-columns: repeat(4, 1fr); width: calc(100% - 96px); max-width: 1080px; margin: 0 auto; padding: 32px 0; }
.jp-stat { text-align: center; padding: 0 12px; }
.jp-stat + .jp-stat { border-left: 1px solid #e5e5e8; }
.jp-stat b { display: block; font-size: 27px; line-height: 1.3; font-weight: 600; letter-spacing: -.04em; }
.jp-stat span { display: block; font-size: 11px; color: var(--text-2); margin-top: 5px; }

/* Shared section rhythm */
.jp-section { padding: 88px 0 0; }
.jp-section-head { text-align: center; margin-bottom: 42px; }
.jp-section-head h1, .jp-section-head h2 { font-size: clamp(30px, 3.5vw, 46px); font-weight: 650; letter-spacing: -.045em; margin-bottom: 12px; line-height: 1.1; text-wrap: balance; }
.jp-section-head p { font-size: 17px; color: var(--text-2); max-width: 640px; margin: 0 auto; letter-spacing: -.015em; }
.jp-section-head-split { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; text-align: left; }
.jp-section-head-split p { margin-left: 0; }
.jp-section-head-split > .jp-textlink { flex-shrink: 0; margin-bottom: 3px; }
.jp-category-section { background: var(--surface); padding-bottom: 88px; }
.jp-featured-section { padding-bottom: 88px; }
.jp-count { color: var(--text-2); font-size: 13px; }
.jp-interior { background: var(--surface); }
.jp-page-section { padding-top: 64px; }
.jp-page-section .jp-section-head { margin-bottom: 48px; }
.jp-page-section .jp-section-head h1 { font-size: clamp(36px, 4.5vw, 56px); }

/* Catalogue cards */
.jp-card { display: flex; flex-direction: column; height: 100%; min-width: 0; background: #fff; border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; box-shadow: 0 2px 8px rgba(0,0,0,.025); transition: transform .25s, box-shadow .25s; }
.jp-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.065); color: inherit; text-decoration: none; }
.jp-card-img { display: block; aspect-ratio: 1; width: 100%; height: auto; object-fit: contain; padding: 24px; background: #fff; }
.jp-noimg { aspect-ratio: 1; display: grid; place-items: center; background: #fff; color: var(--text-2); font-size: 13px; text-align: center; padding: 20px; }
.jp-card-body { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.jp-card-title-lg { font-size: 25px; line-height: 1.15; font-weight: 600; letter-spacing: -.035em; }
.jp-card-title { font-weight: 600; font-size: 15px; line-height: 1.4; color: var(--text); letter-spacing: -.015em; text-decoration: none; overflow-wrap: anywhere; }
a.jp-card-title:hover { color: var(--link); text-decoration: none; }
.jp-clamp2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.jp-card-meta { font-size: 11px; color: var(--text-2); margin-top: 7px; overflow-wrap: anywhere; }
.jp-search-match { margin-top: 10px; padding: 7px 9px; border-radius: 6px; background: #edf4fc; color: #245784; font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; }
.jp-card-desc { font-size: 13px; line-height: 1.5; color: var(--text-2); margin: 0; }
.jp-card-foot { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 8px; }
.jp-category-card .jp-card-body { padding: 28px 28px 0; flex: none; min-height: 148px; }
.jp-category-card .jp-card-meta { margin: 0 0 9px; }
.jp-category-card .jp-card-title-lg { margin-bottom: 10px; }
.jp-category-card .jp-card-img, .jp-category-card .jp-noimg { width: 100%; height: 230px; aspect-ratio: auto; padding: 16px 48px; margin-top: auto; }
.jp-category-foot { display: flex; align-items: center; justify-content: space-between; margin: 0 28px 24px; font-size: 12px; color: var(--link); }
.jp-card-arrow { display: grid; place-items: center; width: 30px; height: 30px; background: var(--surface); border-radius: 50%; color: var(--text); font-size: 17px; transition: background .2s, color .2s; }
.jp-category-card:hover .jp-card-arrow { background: var(--blue); color: #fff; }
.jp-product-card { border: 1px solid #efeff1; }
.jp-product-card > a { background: #fff; }
.jp-product-card .jp-card-img { padding: 26px; }
.jp-product-card .jp-card-body { border-top: 1px solid #f1f1f3; }
.jp-price { font-weight: 600; font-size: 16px; letter-spacing: -.025em; }
.jp-price-lg { font-size: 30px; font-weight: 600; }
.jp-price-old { margin-left: 6px; color: var(--text-2); text-decoration: line-through; font-size: 12px; }
.jp-price-note { font-size: 10px; color: var(--text-2); margin-top: 4px; }
.jp-quote { font-weight: 500; color: var(--link); font-size: 14px; }
.jp-quote.jp-price-lg { font-size: 28px; }
.jp-badge-stock { display: inline-block; font-size: 10px; font-weight: 500; color: #247345; background: #edf6ef; border-radius: 999px; padding: 4px 9px; white-space: nowrap; }

/* Service and contact panels */
.jp-tiles { background: var(--surface); padding: 84px 0; }
.jp-tile { background: #fff; border-radius: var(--radius); padding: 30px 26px; height: 100%; text-align: left; }
.jp-tile b { display: block; font-size: 38px; font-weight: 600; letter-spacing: -.05em; margin-bottom: 24px; }
.jp-tile-label { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 10px; letter-spacing: -.025em; }
.jp-tile p { font-size: 13px; line-height: 1.6; color: var(--text-2); margin: 0; }
.jp-band { background: #1d1d1f; color: #f5f5f7; text-align: center; padding: 90px 24px; }
.jp-band .jp-eyebrow { color: #a1a1a6; }
.jp-band h2 { color: #f5f5f7; font-size: clamp(34px, 4.5vw, 56px); font-weight: 600; letter-spacing: -.045em; line-height: 1.08; }
.jp-band p { color: #a1a1a6; font-size: 17px; max-width: 465px; margin: 20px auto 28px; }

/* Product details */
.jp-breadcrumb { font-size: 11px; color: var(--text-2); padding: 24px 0 0; overflow-wrap: anywhere; }
.jp-breadcrumb a { color: var(--text-2); }
.jp-breadcrumb a:hover { color: var(--text); }
.jp-breadcrumb .sep { margin: 0 9px; color: #a1a1a6; }
.jp-detail-grid { padding-top: 28px; --bs-gutter-x: 56px; }
.jp-detail-title { font-size: clamp(28px, 3vw, 38px); font-weight: 600; letter-spacing: -.035em; margin-top: 6px; line-height: 1.16; overflow-wrap: anywhere; }
.jp-spec { width: 100%; border-collapse: collapse; font-size: 13px; margin: 26px 0; table-layout: fixed; }
.jp-spec tr { border-bottom: 1px solid #dedee2; }
.jp-spec tr:first-child { border-top: 1px solid #dedee2; }
.jp-spec th { width: 35%; text-align: left; font-weight: 400; color: var(--text-2); padding: 13px 12px 13px 0; vertical-align: top; }
.jp-spec td { padding: 13px 0; color: var(--text); overflow-wrap: anywhere; }
.jp-note { background: #eaeaec; border-radius: var(--radius-sm); padding: 18px 20px; font-size: 12px; line-height: 1.6; color: #636368; }
.jp-detail-description { max-width: 820px; }
.jp-detail-description img { max-width: 100%; height: auto; }
.jp-detail-description h3 { font-size: 23px; margin: 30px 0 10px; }
.jp-detail-description h4 { font-size: 18px; margin: 22px 0 8px; }
.jp-detail-description p, .jp-detail-description li { color: var(--text-2); font-size: 15px; line-height: 1.7; overflow-wrap: anywhere; }
.jp-gallery { background: #fff; border-radius: var(--radius); padding: 28px; }
.jp-gallery-main { width: 100%; max-width: 512px; height: auto; aspect-ratio: 1; object-fit: contain; display: block; margin: 0 auto; border-radius: var(--radius-sm); background: #fff; }
.jp-gallery-thumbs { display: flex; gap: 10px; justify-content: center; margin-top: 20px; flex-wrap: wrap; }
.jp-gallery-thumb { width: 64px; height: 64px; padding: 4px; object-fit: contain; cursor: pointer; border: 1px solid var(--hairline); border-radius: 10px; background: #fff; transition: border-color .2s; }
.jp-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.jp-gallery-thumb.active, .jp-gallery-thumb:hover { border-color: var(--blue); }
.jp-gallery-thumb.active { box-shadow: 0 0 0 1px var(--blue); }
.jp-panel { background: #fff; border-radius: var(--radius); padding: 36px; }
.jp-panel .form-control { border: 1px solid #b8b8bd; border-radius: 12px; padding: 13px 16px; font-size: 15px; background: #fff; }
.jp-panel .form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,113,227,.18); }
.jp-panel .form-label { font-size: 12px; font-weight: 500; color: #55555a; }
.jp-panel .mb-3 { margin-bottom: 24px !important; }
.jp-panel .form-control[readonly] { background: var(--surface); }
.jp-panel hr { color: var(--hairline); opacity: 1; margin: 24px 0; }
.jp-panel .list-unstyled, .jp-panel p { font-size: 14px; }
.jp-tips { font-size: 13px; color: var(--text-2); padding-left: 1.1rem; margin: 0; line-height: 1.8; }
.jp-bigsearch { display: flex; max-width: 680px; margin: 0 auto; background: #fff; border: 1px solid var(--hairline); border-radius: 16px; }
.jp-bigsearch:focus-within { outline: 3px solid rgba(0,113,227,.3); border-color: var(--blue); }
.jp-bigsearch input { flex: 1; min-width: 0; width: 0; border: 0; outline: 0; background: transparent; padding: 18px 22px; font-size: 16px; color: var(--text); }
.jp-bigsearch button { flex-shrink: 0; border: 0; background: var(--blue); color: #fff; font-size: 14px; font-weight: 500; padding: 0 24px; cursor: pointer; border-radius: 11px; margin: 6px; }
.jp-bigsearch button:hover { background: var(--blue-hover); }
.jp-pager { display: flex; justify-content: center; gap: 8px; margin: 48px 0 8px; flex-wrap: wrap; }
.jp-pager a, .jp-pager span { min-width: 42px; text-align: center; padding: 10px 14px; border-radius: 999px; text-decoration: none; color: var(--text); font-size: 13px; background: #fff; transition: background .2s; }
.jp-pager a:hover { background: #e8e8ed; }
.jp-pager .current { background: var(--text); color: #fff; }
.jp-pager .disabled { opacity: .35; pointer-events: none; }
.jp-disclosure { display: inline; }
.jp-disclosure summary { display: inline-block; list-style: none; cursor: pointer; color: var(--link); font-size: 13px; margin-top: 4px; user-select: none; }
.jp-disclosure summary::-webkit-details-marker { display: none; }
.jp-disclosure summary::after { content: " +"; }
.jp-disclosure[open] summary::after { content: " \2212"; }
.jp-alert { border: 0; border-radius: var(--radius-sm); padding: 18px 22px; font-size: 14px; margin-bottom: 22px; }
.jp-alert-success { background: #e7f2e9; color: #247345; }
.jp-alert-warning { background: #fbf0de; color: #8a6116; }
.jp-alert-info { background: #e5effa; color: #0058b0; }

/* Shared entrance motion. Content is visible until JavaScript enables it. */
.jp-reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--reveal-delay, 0ms); }
.jp-reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.jp-reveal-ready [data-reveal]:focus-within { opacity: 1; transform: none; transition: none; }
@media print {
  .jp-reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* Footer */
.jp-footer { margin-top: 88px; background: var(--surface); border-top: 1px solid #dedee2; color: var(--text-2); font-size: 12px; line-height: 1.65; }
.jp-home .jp-footer { margin-top: 0; border-top: 0; }
.jp-footer-logo { width: 38px; height: 38px; display: block; margin-bottom: 12px; }
.jp-footer h5 { font-size: 12px; font-weight: 600; color: var(--text); margin-bottom: 13px; letter-spacing: 0; }
.jp-footer p { max-width: 300px; }
.jp-footer ul { list-style: none; margin: 0; padding: 0; }
.jp-footer li { margin-bottom: 8px; }
.jp-footer a { color: #55555a; }
.jp-footer a:hover { color: var(--text); }
.jp-foot-bottom { border-top: 1px solid #dedee2; font-size: 11px; color: var(--text-2); }
.jp-foot-bottom .container { gap: 8px 24px; }

/* Tablet and mobile */
@media (max-width: 991px) {
  .container { width: calc(100% - 56px); }
  .jp-section-head-split { align-items: flex-start; flex-direction: column; gap: 20px; }
  .jp-hero-products { gap: 24px; max-width: 680px; }
  .jp-hero-product { flex-basis: 180px; }
  .jp-hero-product-main { flex-basis: 260px; }
  .jp-detail-grid { --bs-gutter-x: 24px; }
}
@media (max-width: 768px) {
  .container { width: calc(100% - 40px); }
  .jp-nav-inner { gap: 12px; min-height: 56px; padding: 8px 0; }
  .jp-nav-brand { font-size: 17px; gap: 7px; }
  .jp-nav-logo { width: 27px; height: 27px; }
  .jp-nav-search { margin-left: 0; }
  .jp-nav-search input { width: 140px; }
  .jp-menu-toggle:not([hidden]) { display: flex; width: 36px; height: 36px; flex-shrink: 0; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border-radius: 6px; }
  .jp-menu-toggle span { display: block; width: 17px; height: 1px; background: var(--text); transition: transform .2s; }
  .jp-menu-open .jp-menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .jp-menu-open .jp-menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .jp-nav-links { order: 4; flex-basis: 100%; justify-content: space-between; gap: 16px; }
  .jp-nav-links a { padding: 12px 0; font-size: 14px; }
  .jp-nav-links a[aria-current="page"]::after { bottom: 5px; }
  .jp-nav-enhanced .jp-nav-links { display: none; }
  .jp-nav-enhanced.jp-menu-open .jp-nav-links { display: flex; border-top: 1px solid #dedee2; padding: 4px 0; }
  .jp-ribbon-inner { gap: 24px; padding: 12px 2px; }
  .jp-service-ribbon { font-size: 11px; padding: 12px 24px; }
  .jp-service-ribbon .jp-textlink { display: inline-block; }
  .jp-hero { padding-top: 48px; }
  .jp-hero h1 { font-size: clamp(39px, 7.5vw, 58px); }
  .jp-hero p { font-size: 17px; }
  .jp-hero-products { gap: 12px; margin-top: 28px; }
  .jp-hero-product { flex-basis: 26%; font-size: 9px; }
  .jp-hero-product-main { flex-basis: 40%; }
  .jp-hero-caption { max-width: 280px; margin: 0 auto; font-size: 10px; }
  .jp-stats { width: calc(100% - 40px); padding: 28px 0; }
  .jp-stat { padding: 0 7px; }
  .jp-stat b { font-size: 21px; }
  .jp-stat span { font-size: 10px; }
  .jp-section { padding-top: 56px; }
  .jp-section-head { margin-bottom: 28px; }
  .jp-section-head h1, .jp-section-head h2 { font-size: 32px; }
  .jp-section-head p { font-size: 15px; }
  .jp-category-section, .jp-featured-section { padding-bottom: 56px; }
  .jp-category-card .jp-card-body { padding: 24px 24px 0; }
  .jp-category-card .jp-card-img, .jp-category-card .jp-noimg { height: 210px; padding: 14px 40px; }
  .jp-card-title-lg { font-size: 23px; }
  .jp-category-foot { margin: 0 24px 20px; }
  .jp-product-card { border-radius: 18px; }
  .jp-product-card .jp-card-body { padding: 16px; }
  .jp-product-card .jp-card-img { padding: 16px; }
  .jp-card-title { font-size: 13px; }
  .jp-card-meta { font-size: 10px; }
  .jp-card-foot { padding-top: 16px; }
  .jp-price, .jp-quote { font-size: 13px; }
  .jp-price-note { font-size: 9px; }
  .jp-price-old { display: inline-block; margin-left: 0; }
  .jp-price-lg { font-size: 28px; }
  .jp-tiles { padding: 56px 0; }
  .jp-tile { padding: 28px; }
  .jp-tile b { font-size: 34px; margin-bottom: 16px; }
  .jp-band { padding: 64px 24px; }
  .jp-band p { font-size: 16px; }
  .jp-panel { padding: 24px; }
  .jp-bigsearch input { font-size: 14px; padding: 16px; }
  .jp-bigsearch button { padding: 0 18px; }
  .jp-gallery { padding: 18px; }
  .jp-footer { margin-top: 56px; }
  .row.g-4 { --bs-gutter-x: 16px; --bs-gutter-y: 20px; }
}
@media (max-width: 420px) {
  .jp-nav-inner { gap: 8px; }
  .jp-nav-search input { width: 104px; font-size: 11px; padding-left: 9px; }
  .jp-nav-brand { font-size: 16px; gap: 5px; }
  .jp-nav-search button { padding: 9px 7px; }
  .jp-menu-toggle:not([hidden]) { width: 28px; }
  .jp-hero h1 { font-size: 40px; }
  .jp-hero-actions { gap: 10px; }
  .jp-btn { font-size: 13px; padding: 11px 18px; }
  .jp-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .jp-stat:nth-child(3) { border-left: 0; }
  .jp-card-title { font-size: 12px; }
  .jp-product-card .jp-card-body { padding: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .jp-reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .jp-card:hover, .jp-hero-product:hover img { transform: none; }
}
