.jb-page-home {
  --home-ink: #132b24;
  --home-ink-deep: #0b1e19;
  --home-text: #21342e;
  --home-muted: #61716b;
  --home-orange: #df6b25;
  --home-orange-dark: #b94e13;
  --home-ivory: #fbf8f1;
  --home-sand: #f1e7d7;
  --home-line: #e7dfd2;
  --home-white: #fff;
  --home-shadow: 0 24px 70px rgba(21, 43, 35, 0.11);
  background: var(--home-white);
  color: var(--home-text);
}

.jb-page-home .site-main {
  background: var(--home-white);
}

.jb-page-home .top-header-area {
  background: linear-gradient(180deg, rgba(9, 25, 21, 0.96), rgba(9, 25, 21, 0.9));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.jb-page-home #sticker.stick {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(19, 43, 36, 0.08);
  box-shadow: 0 14px 40px rgba(19, 43, 36, 0.1) !important;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: clamp(700px, 92svh, 840px);
  align-items: center;
  overflow: hidden;
  padding: 155px 0 92px;
  background-image: var(--home-hero-image);
  background-position: center 42%;
  background-size: cover;
  isolation: isolate;
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.home-hero::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 24, 19, 0.95) 0%, rgba(7, 24, 19, 0.83) 52%, rgba(7, 24, 19, 0.58) 100%),
    linear-gradient(0deg, rgba(7, 24, 19, 0.72) 0%, transparent 38%);
}

.home-hero::after {
  z-index: -1;
  opacity: 0.32;
  background-image: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.38), transparent 29%);
}

.home-hero__container {
  width: 100%;
}

.home-hero__layout {
  display: block;
}

.home-hero__content {
  max-width: 760px;
  color: var(--home-white);
}

.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--home-orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-eyebrow--light {
  color: #f7b67c;
}

.home-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--home-white);
  font-size: clamp(43px, 5.25vw, 68px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.99;
  text-wrap: balance;
}

.home-hero__lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 400;
  line-height: 1.7;
}

.home-hero-search {
  max-width: 700px;
  margin-top: 28px;
}

.home-hero-search > label {
  display: block;
  margin-bottom: 9px;
  color: var(--home-white);
  font-size: 13px;
  font-weight: 800;
}

.home-hero-search__field {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 10px;
  padding: 6px 7px 6px 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  background: var(--home-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.home-hero-search__field:focus-within {
  border-color: #ffbd82;
  box-shadow: 0 0 0 4px rgba(255, 189, 130, 0.24), 0 18px 45px rgba(0, 0, 0, 0.2);
}

.home-hero-search__field > i {
  flex: 0 0 auto;
  color: var(--home-orange);
  font-size: 17px;
}

.home-hero-search__field input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--home-ink);
  font-size: 16px;
  font-weight: 600;
}

.home-hero-search__field input::placeholder {
  color: #85918d;
  opacity: 1;
}

.home-hero-search__field button {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 13px;
  background: var(--home-orange);
  color: var(--home-white);
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.home-hero-search__field button:hover {
  transform: translateY(-1px);
  background: var(--home-orange-dark);
}

.home-hero-search__help {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.home-hero__secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 25px;
  margin-top: 9px;
}

.home-hero__secondary-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--home-white) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: border-color 180ms ease, color 180ms ease;
}

.home-hero__secondary-actions a:hover {
  border-color: #ffbd82;
  color: #ffcfaa !important;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 33px;
}

.home-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 21px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.home-btn:hover {
  transform: translateY(-2px);
}

.home-btn--primary {
  background: var(--home-orange);
  color: var(--home-white) !important;
  box-shadow: 0 13px 30px rgba(223, 107, 37, 0.28);
}

.home-btn--primary:hover {
  background: var(--home-orange-dark);
}

.home-btn--glass {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: var(--home-white) !important;
  backdrop-filter: blur(7px);
}

.home-btn--glass:hover {
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.15);
}

.home-btn--dark {
  background: var(--home-ink);
  color: var(--home-white) !important;
  box-shadow: 0 13px 30px rgba(19, 43, 36, 0.18);
}

.home-btn--dark:hover {
  background: var(--home-ink-deep);
}

.home-btn--light {
  background: var(--home-white);
  color: var(--home-ink) !important;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.14);
}

.home-btn--light:hover {
  background: var(--home-ivory);
}

.home-hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.home-hero__assurances li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  padding: 8px 13px;
  backdrop-filter: blur(6px);
}

.home-hero__assurances strong {
  color: var(--home-white);
  font-size: 15px;
  font-weight: 900;
}

.home-hero__scroll {
  position: absolute;
  right: max(24px, calc((100vw - 1140px) / 2));
  bottom: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.home-hero__scroll i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
}

.home-service-bar {
  position: relative;
  z-index: 4;
  margin-top: -31px;
}

.home-service-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: var(--home-white);
  box-shadow: var(--home-shadow);
}

.home-service-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 24px 28px;
  color: var(--home-ink) !important;
  text-decoration: none !important;
  transition: background-color 180ms ease;
}

.home-service-item:hover { background: #fcfaf6; }

.home-service-item + .home-service-item {
  border-left: 1px solid var(--home-line);
}

.home-service-item__icon {
  display: grid;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  place-items: center;
  border-radius: 15px;
  background: rgba(223, 107, 37, 0.11);
  color: var(--home-orange-dark);
  font-size: 18px;
}

.home-service-item__copy { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.home-service-item__copy small { color: var(--home-muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.home-service-item__copy strong { overflow: hidden; color: var(--home-ink); font-size: 14px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.home-service-item__arrow { color: #96a19d; font-size: 10px; transition: color 180ms ease, transform 180ms ease; }
.home-service-item:hover .home-service-item__arrow { color: var(--home-orange); transform: translateX(3px); }

.home-section {
  padding: 104px 0;
}

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 43px;
}

.home-section-heading > div {
  max-width: 700px;
}

.home-section-heading h2,
.home-guidance__content h2,
.home-contact-band h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.home-section-heading p:last-child {
  margin: 15px 0 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.7;
}

.home-section-heading--center {
  justify-content: center;
  text-align: center;
}

.home-section-heading--center .home-eyebrow {
  justify-content: center;
}

.home-section-heading__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 20px;
}

.home-catalog-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  background: var(--home-ivory);
  color: var(--home-muted);
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 800;
}

.home-text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(19, 43, 36, 0.28);
  color: var(--home-ink) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: border-color 180ms ease, color 180ms ease;
}

.home-text-link:hover {
  border-color: var(--home-orange);
  color: var(--home-orange-dark) !important;
}

.home-featured {
  padding: 78px 0 82px;
  scroll-margin-top: 120px;
}

.home-featured > .container {
  max-width: 1280px;
}

.home-featured .home-section-heading h2 {
  font-size: clamp(30px, 3.25vw, 42px);
}

.home-product-grid {
  display: grid;
  grid-auto-columns: calc(25% - 13.5px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px 1px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.home-product-grid::-webkit-scrollbar {
  display: none;
}

.home-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: var(--home-white);
  box-shadow: 0 12px 36px rgba(21, 43, 35, 0.055);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.home-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(223, 107, 37, 0.3);
  box-shadow: 0 22px 50px rgba(21, 43, 35, 0.12);
}

.home-product-card__image {
  position: relative;
  display: grid;
  height: 190px;
  place-items: center;
  overflow: hidden;
  padding: 16px;
  background: linear-gradient(145deg, #fff 0%, #f9f5ed 100%);
}

.home-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 260ms ease;
}

.home-product-card:hover .home-product-card__image img {
  transform: scale(1.035);
}

.home-product-card__badges {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 11px;
  display: flex;
  max-width: calc(100% - 22px);
  flex-wrap: wrap;
  gap: 6px;
}

.home-product-card__badge {
  border-radius: 999px;
  background: var(--home-orange);
  color: var(--home-white);
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 900;
}

.home-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.home-product-card__meta {
  margin: 0 0 7px;
  overflow: hidden;
  color: var(--home-orange-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-product-card h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.42;
}

.home-product-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--home-ink) !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-product-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 15px;
}

.home-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin: 0;
}

.home-product-card__price strong {
  color: var(--home-ink);
  font-size: 17px;
  font-weight: 900;
}

.home-product-card__price del {
  color: #8a9692;
  font-size: 10px;
  font-weight: 600;
}

.home-product-card__link {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-ink);
  color: var(--home-white) !important;
  text-decoration: none !important;
  transition: background-color 180ms ease, transform 180ms ease;
}

.home-product-card__link:hover {
  transform: translateX(2px);
  background: var(--home-orange);
}

.home-carousel-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.home-carousel-controls button {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid var(--home-line);
  border-radius: 50%;
  background: var(--home-white);
  color: var(--home-ink);
  font-size: 11px;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.home-carousel-controls button:hover {
  transform: translateY(-1px);
  border-color: var(--home-ink);
  background: var(--home-ink);
  color: var(--home-white);
}

.home-empty-state {
  padding: 55px 24px;
  border: 1px dashed rgba(19, 43, 36, 0.2);
  border-radius: 24px;
  background: var(--home-ivory);
  text-align: center;
}

.home-empty-state > span {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(223, 107, 37, 0.13);
  color: var(--home-orange-dark);
}

.home-empty-state h3 {
  margin-bottom: 10px;
  color: var(--home-ink);
  font-size: 24px;
}

.home-empty-state p {
  max-width: 560px;
  margin: 0 auto 22px;
  color: var(--home-muted);
}

.home-guidance {
  background: var(--home-ivory);
}

.home-guidance__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(50px, 7vw, 92px);
}

.home-guidance__image-wrap {
  position: relative;
}

.home-guidance__image-wrap > img {
  width: 100%;
  height: 545px;
  border-radius: 28px 96px 28px 28px;
  box-shadow: var(--home-shadow);
  object-fit: cover;
  object-position: center;
}

.home-guidance__seal {
  position: absolute;
  right: -31px;
  bottom: 34px;
  display: flex;
  width: 132px;
  height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 8px solid var(--home-ivory);
  border-radius: 50%;
  background: var(--home-orange);
  color: var(--home-white);
  text-align: center;
  transform: rotate(-6deg);
}

.home-guidance__seal i {
  font-size: 21px;
}

.home-guidance__seal span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-guidance__content h2 {
  max-width: 600px;
}

.home-guidance__intro {
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.75;
}

.home-steps {
  display: grid;
  gap: 0;
  margin: 28px 0 31px;
  padding: 0;
  list-style: none;
}

.home-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid var(--home-line);
}

.home-steps li > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-white);
  color: var(--home-orange-dark);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 7px 18px rgba(21, 43, 35, 0.08);
}

.home-steps strong,
.home-steps small {
  display: block;
}

.home-steps strong {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 800;
}

.home-steps small {
  margin-top: 2px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.5;
}

.home-deal {
  padding-bottom: 0;
  background: var(--home-white);
}

.home-deal__card {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 28px;
  background: var(--home-ink);
  box-shadow: var(--home-shadow);
}

.home-deal__image {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 34px;
  background: var(--home-white);
}

.home-deal__image img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
}

.home-deal__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(42px, 6vw, 78px);
  color: rgba(255, 255, 255, 0.78);
}

.home-deal__content h2 {
  margin: 0;
  color: var(--home-white);
  font-size: clamp(30px, 4vw, 47px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.home-deal__content > p:not(.home-eyebrow) {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.home-deal__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 25px 0;
}

.home-deal__price strong {
  color: var(--home-white);
  font-size: 30px;
  font-weight: 900;
}

.home-deal__price del {
  color: rgba(255, 255, 255, 0.48);
  font-size: 15px;
}

.home-brands {
  background: var(--home-white);
}

.home-brand-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.home-brand-logo {
  display: flex;
  width: 198px;
  min-width: 0;
  height: 112px;
  flex: 0 1 198px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff 0%, #fcfaf6 100%);
  padding: 14px 16px 11px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-brand-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 107, 37, 0.3);
  box-shadow: 0 12px 26px rgba(21, 43, 35, 0.08);
}

.home-brand-logo__visual {
  display: grid;
  width: 100%;
  height: 58px;
  place-items: center;
  overflow: hidden;
}

.home-brand-logo__visual img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 152px !important;
  max-height: 55px !important;
  object-fit: contain !important;
}

.home-brand-logo__name {
  color: #73807b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.home-brands__action {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}

.home-community {
  overflow: hidden;
  background: var(--home-ivory);
}

.home-community__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-height: 650px;
}

.home-community__heading > div { max-width: 790px; }

.home-community-post {
  position: relative;
  display: flex;
  min-height: 0;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 24px;
  color: #fff !important;
  background: var(--home-ink);
  isolation: isolate;
  scroll-snap-align: start;
  text-decoration: none !important;
}

.home-community-post--featured { grid-row: 1 / 3; }

.home-community-post > img,
.home-community-post__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-community-post > img { z-index: -2; object-fit: cover; transition: transform 420ms ease; }
.home-community-post__shade { z-index: -1; background: linear-gradient(0deg, rgba(6, 31, 25, .92), rgba(6, 31, 25, .12) 72%); }
.home-community-post:hover > img { transform: scale(1.035); }

.home-community-post__top {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.home-community-post__top > span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  background: rgba(6, 31, 25, .58);
  backdrop-filter: blur(7px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-community-post__top > i { font-size: 20px; }

.home-community-post__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 25px;
}

.home-community-post__content small { color: #ffb47e; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-community-post__content strong { max-width: 520px; margin-top: 7px; color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.03em; line-height: 1.15; }
.home-community-post--featured .home-community-post__content { padding: 34px; }
.home-community-post--featured .home-community-post__content strong { font-size: clamp(27px, 3vw, 40px); }
.home-community-post__content > span { display: inline-flex; align-items: center; gap: 9px; margin-top: 15px; color: rgba(255, 255, 255, .75); font-size: 11px; font-weight: 800; }
.home-community-post:hover .home-community-post__content > span { color: #fff; }

.home-community__hint {
  display: none;
  align-items: center;
  gap: 8px;
  margin: 17px 0 0;
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 700;
}

.home-contact-band {
  padding: 70px 0;
  background: var(--home-ink);
}

.home-contact-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.home-contact-band h2 {
  max-width: 720px;
  color: var(--home-white);
  font-size: clamp(30px, 4vw, 45px);
}

.home-contact-band__schedule { display: flex; align-items: center; gap: 9px; margin: 15px 0 0; color: rgba(255, 255, 255, .64); font-size: 12px; }
.home-contact-band__schedule i { color: #ffb47e; }

.home-contact-band__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.jb-page-home .footer-area {
  background: var(--home-ink-deep);
}

.jb-page-home .copyright {
  background: #071712;
}

.jb-page-home a:focus-visible,
.jb-page-home button:focus-visible {
  outline: 3px solid #ffbd82;
  outline-offset: 4px;
}

@media (max-width: 1199.98px) {
  .jb-page-home .main-menu-wrap {
    grid-template-columns: minmax(120px, 1fr) auto minmax(155px, 1fr);
  }

  .jb-page-home nav.main-menu ul li a {
    padding: 13px 11px;
  }

  .home-guidance__image-wrap > img {
    height: 500px;
  }

  .home-contact-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-contact-band__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    min-height: auto;
    padding: 145px 0 88px;
    background-position: 61% center;
  }

  .home-hero::before {
    background: linear-gradient(90deg, rgba(7, 24, 19, 0.93) 0%, rgba(7, 24, 19, 0.76) 70%, rgba(7, 24, 19, 0.53) 100%);
  }

  .home-hero__scroll {
    display: none;
  }

  .home-hero__content {
    max-width: 760px;
  }

  .home-service-bar__grid {
    grid-template-columns: 1fr;
  }

  .home-service-item {
    padding: 19px 23px;
  }

  .home-service-item + .home-service-item {
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .home-section {
    padding: 82px 0;
  }

  .home-product-grid {
    grid-auto-columns: calc(50% - 9px);
  }

  .home-guidance__layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .home-guidance__image-wrap {
    max-width: 680px;
  }

  .home-guidance__image-wrap > img {
    height: 470px;
  }

  .home-deal__card {
    grid-template-columns: 1fr;
  }

  .home-deal__image {
    min-height: 360px;
  }

  .home-community__grid { min-height: 580px; }

  .home-brand-logo {
    flex-basis: calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }
}

@media (max-width: 767.98px) {
  .home-hero {
    min-height: 690px;
    padding-top: 135px;
    background-position: 65% center;
  }

  .home-hero h1 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .home-hero__lead {
    font-size: 16px;
  }

  .home-hero__assurances {
    display: grid;
  }

  .home-service-bar {
    margin-top: -24px;
  }

  .home-section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .home-section-heading--center {
    align-items: center;
  }

  .home-section-heading__actions {
    flex-wrap: wrap;
  }

  .home-product-grid {
    grid-auto-columns: calc(50% - 6px);
    gap: 12px;
  }

  .home-guidance__seal {
    right: 14px;
    bottom: -30px;
    width: 112px;
    height: 112px;
  }

  .home-community__grid {
    min-height: 0;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-auto-columns: 82%;
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 1px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-community__grid::-webkit-scrollbar { display: none; }
  .home-community-post,
  .home-community-post--featured { min-height: 470px; grid-row: auto; }
  .home-community-post--featured .home-community-post__content { padding: 25px; }
  .home-community-post--featured .home-community-post__content strong,
  .home-community-post__content strong { font-size: 24px; }
  .home-community__hint { display: flex; }

  .home-contact-band {
    padding: 60px 0;
  }
}

@media (max-width: 575.98px) {
  .home-hero {
    min-height: auto;
    padding: 128px 0 82px;
  }

  .home-actions,
  .home-contact-band__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .home-btn {
    width: 100%;
  }

  .home-hero-search {
    margin-top: 25px;
  }

  .home-hero-search__field {
    min-height: 58px;
    gap: 8px;
    padding-left: 14px;
  }

  .home-hero-search__field input {
    font-size: 15px;
  }

  .home-hero-search__field button {
    min-height: 46px;
    padding: 10px 15px;
  }

  .home-hero-search__field button i {
    display: none;
  }

  .home-hero__secondary-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .home-service-item__icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .home-section {
    padding: 68px 0;
  }

  .home-product-card__image {
    height: 135px;
    padding: 10px;
  }

  .home-product-grid {
    grid-auto-columns: 54%;
  }

  .home-carousel-controls button {
    width: 34px;
    height: 34px;
  }

  .home-product-card__body {
    padding: 12px 11px;
  }

  .home-product-card__meta {
    margin-bottom: 5px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .home-product-card h3 {
    font-size: 11.5px;
    line-height: 1.34;
  }

  .home-product-card__footer {
    gap: 6px;
    padding-top: 10px;
  }

  .home-product-card__price {
    gap: 4px;
  }

  .home-product-card__price strong {
    font-size: 15px;
  }

  .home-product-card__price del {
    display: none;
  }

  .home-product-card__link {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 11px;
  }

  .home-product-card__badges {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
    gap: 4px;
  }

  .home-product-card__badge {
    padding: 5px 7px;
    font-size: 9px;
  }

  .home-guidance__image-wrap > img {
    height: 390px;
    border-radius: 24px 58px 24px 24px;
  }

  .home-deal__image {
    min-height: 300px;
  }

  .home-deal__content {
    padding: 34px 25px 38px;
  }

  .home-brand-logo {
    width: calc(50% - 7px);
    height: 102px;
    flex-basis: calc(50% - 7px);
  }

  .home-community-post,
  .home-community-post--featured { min-height: 430px; }
}

@media (prefers-reduced-motion: reduce) {
  .jb-page-home *,
  .jb-page-home *::before,
  .jb-page-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
