/**
 * Herman Kuijper landing + registration styling (OpenCart theme extension).
 * Assets: catalog/view/theme/default/image/hk/
 */
:root {
  --hkp-pad: clamp(16px, 4vw, 48px);
  --hkp-brand: #78bca1;
  --hkp-brand-deep: #2d5a4a;
  --hkp-ink: #1a1f1c;
  --hkp-ink-muted: #5a635e;
  --hkp-line: #d7ddd6;
  --hkp-cream: #f4f5f0;
  --hkp-sans: "Inter", "Open Sans", system-ui, sans-serif;
  --hkp-display: "Space Grotesk", "Inter", system-ui, sans-serif;
}

#container {
  max-width: none;
}

/* Shared page shell — same band as #account-register */
.hk-page-shell {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .hk-page-shell,
  .hk-landing-root.hk-page-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hk-landing-root.home-page.hk-page-shell .hk-nav,
  .hk-landing-root.home-page.hk-page-shell .hero,
  .hk-landing-root.home-page.hk-page-shell .stats,
  .hk-landing-root.home-page.hk-page-shell .cats,
  .hk-landing-root.home-page.hk-page-shell .deals,
  .hk-landing-root.home-page.hk-page-shell .why,
  .hk-landing-root.home-page.hk-page-shell .brands,
  .hk-landing-root.home-page.hk-page-shell .portal,
  .hk-landing-root.home-page.hk-page-shell .tagline,
  .hk-landing-root.home-page.hk-page-shell .footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* About page (information_id=4): same outer band as #account-register — ширина и отступы как на регистрации */
#information-information.hk-information-about > .hk-about-nav-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px 0;
  box-sizing: border-box;
}

.hk-landing-root {
      --bg: #FFFFFF;
      --bg-dark: #1F2C27;
      --ink: #14201C;
      --ink-muted: #6F7A76;
      --line: #EAEAE4;
      --brand: #78BCA1;
      --brand-deep: #3D5B4F;
      --brand-soft: rgba(120,188,161,0.12);
      --display: 'Space Grotesk', 'Formular', system-ui, sans-serif;
      --sans: 'Inter', system-ui, -apple-system, sans-serif;
      --pad: clamp(20px, 4vw, 56px);
      --max: 1320px;
    }

    .hk-landing-root * { box-sizing: border-box; }
    .hk-landing-root { margin: 0; padding: 0; }
    .hk-landing-root.hk-page-shell {
      max-width: 1240px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 24px;
      padding-right: 24px;
      box-sizing: border-box;
    }
    .hk-landing-root.home-page.hk-page-shell {
      padding-top: 18px;
      padding-bottom: 0;
    }
    .hk-landing-root { background: var(--bg); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
    .hk-landing-root img { max-width: 100%; display: block; }
    .hk-landing-root a { color: inherit; text-decoration: none; }
    .hk-landing-root button { font: inherit; border: 0; background: 0; cursor: pointer; color: inherit; }

    /* ───────── Alerts (login / register / contact и др.) — без «дефолтного» Bootstrap красного ───────── */
    .hk-landing-root .alert {
      border-radius: 14px;
      border-width: 1px;
      border-style: solid;
      padding: 14px 42px 14px 18px;
      font-family: var(--sans);
      font-size: 14px;
      line-height: 1.45;
      margin-bottom: 20px;
      box-shadow: none;
    }
    .hk-landing-root .alert-dismissible .close {
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      padding: 4px 8px;
      opacity: 0.5;
      font-weight: 400;
      font-size: 22px;
      line-height: 1;
      color: inherit;
      text-shadow: none;
    }
    .hk-landing-root .alert-dismissible .close:hover {
      opacity: 0.85;
    }
    .hk-landing-root .alert-danger {
      background: rgba(215, 55, 55, 0.09);
      border-color: rgba(180, 75, 75, 0.38);
      color: #5a2d2d;
    }
    .hk-landing-root .alert-danger .fa {
      color: #b03838;
      margin-right: 8px;
    }
    .hk-landing-root .alert-success {
      background: var(--brand-soft);
      border-color: rgba(61, 91, 79, 0.28);
      color: #2a453c;
    }
    .hk-landing-root .alert-success .fa {
      color: var(--brand-deep);
      margin-right: 8px;
    }
    .hk-landing-root .alert-warning {
      background: rgba(212, 168, 60, 0.12);
      border-color: rgba(190, 150, 55, 0.38);
      color: #5c4818;
    }
    .hk-landing-root .alert-warning .fa {
      color: #a67c20;
      margin-right: 8px;
    }

    .hk-landing-root .kicker {
      font-family: var(--sans);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.22em;
      color: var(--brand-deep);
      display: inline-block;
    }

    /* ───────── Buttons ───────── */
    .hk-landing-root .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 16px 28px;
      border-radius: 999px;
      font-family: var(--sans);
      font-weight: 500;
      font-size: 15px;
      line-height: 1;
      transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    }
    .hk-landing-root .btn--primary { background: var(--brand-deep); color: #fff; }
    .hk-landing-root .btn--primary:hover { background: var(--ink); transform: translateY(-1px); }
    .hk-landing-root .btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
    .hk-landing-root .btn--ghost:hover { background: var(--ink); color: #fff; }
    .hk-landing-root .btn--outline { background: transparent; color: var(--brand-deep); border: 1px solid var(--brand-deep); }
    .hk-landing-root .btn--outline:hover { background: var(--brand-deep); color: #fff; }
    /* inline-block: long label wraps; inline-flex + min-width:auto was forcing one line past the viewport */
    .hk-landing-root .btn--link {
      display: inline-block;
      padding: 12px 20px;
      max-width: 100%;
      box-sizing: border-box;
      color: var(--ink);
      font-weight: 500;
      font-size: 15px;
      line-height: 1.35;
      white-space: normal;
      text-align: center;
      vertical-align: middle;
    }
    .hk-landing-root .btn--link:hover { color: var(--brand-deep); }

    /* ───────── Top bar — centered logo, split menu (hk-nav: div, not Bootstrap .nav) ───────── */
    .hk-landing-root .hk-nav {
      padding: 22px var(--pad);
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 24px;
      max-width: var(--max);
      margin: 0 auto;
    }
    .hk-landing-root .hk-nav__side {
      display: flex;
      align-items: center;
      gap: 28px;
      font-size: 14px;
    }
    .hk-landing-root .hk-nav__side--left { justify-content: flex-start; }
    .hk-landing-root .hk-nav__side--right { justify-content: flex-end; }
    .hk-landing-root .hk-nav__side a { opacity: 0.78; transition: opacity .2s, color .2s; }
    .hk-landing-root .hk-nav__side a:hover { opacity: 1; color: var(--brand-deep); }
    .hk-landing-root .hk-nav__side a.is-active {
      opacity: 1;
      color: var(--brand-deep);
      font-weight: 500;
    }
    .hk-landing-root .hk-nav__phone {
      display: inline-flex; align-items: center; gap: 8px;
      font-weight: 500; opacity: 1;
    }
    .hk-landing-root .hk-nav__phone .dot {
      width: 6px; height: 6px; border-radius: 999px; background: var(--brand);
      box-shadow: 0 0 0 4px rgba(120,188,161,.2);
    }
    .hk-landing-root .hk-nav__toggle {
      display: none;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: #fff;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      transition: border-color .2s, background .2s;
    }
    .hk-landing-root .hk-nav__toggle:hover {
      border-color: var(--brand-deep);
      background: rgba(120, 188, 161, 0.08);
    }
    .hk-landing-root .hk-nav__toggle-bar {
      display: block;
      width: 18px;
      height: 2px;
      border-radius: 999px;
      background: var(--ink);
      transition: transform .2s, opacity .2s;
    }
    .hk-landing-root .hk-nav--open .hk-nav__toggle-bar:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    .hk-landing-root .hk-nav--open .hk-nav__toggle-bar:nth-child(2) {
      opacity: 0;
    }
    .hk-landing-root .hk-nav--open .hk-nav__toggle-bar:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
    .hk-landing-root .hk-nav__drawer {
      display: none;
    }
    .hk-landing-root .hk-nav__backdrop {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 10040;
      background: rgba(20, 32, 28, 0.45);
    }
    .hk-landing-root .hk-nav__drawer-nav {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding: 20px;
    }
    .hk-landing-root .hk-nav__drawer-nav a {
      display: block;
      padding: 14px 16px;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 500;
      opacity: 1;
      transition: background .2s, color .2s;
    }
    .hk-landing-root .hk-nav__drawer-nav a:hover {
      background: rgba(120, 188, 161, 0.12);
      color: var(--brand-deep);
    }
    .hk-landing-root .hk-nav__drawer-nav a.is-active {
      background: rgba(120, 188, 161, 0.16);
      color: var(--brand-deep);
    }
    .hk-landing-root .hk-nav__phone--drawer {
      margin-top: 8px;
      border-top: 1px solid var(--line);
      border-radius: 0;
      padding-top: 20px;
    }
    .hk-landing-root .hk-nav__phone--drawer .dot {
      display: none;
    }
    html.hk-nav-scroll-lock,
    html.hk-nav-scroll-lock body {
      overflow: hidden;
    }
    .hk-landing-root .mark {
      font-family: var(--display);
      font-weight: 600;
      font-size: 20px;
      letter-spacing: -0.015em;
      color: var(--ink);
      white-space: nowrap;
      background: transparent;
      padding: 0;
    }
    .hk-landing-root .mark em { font-style: normal; color: var(--brand-deep); font-weight: 500; }

    /* ───────── Block 1 — Hero (centered, Ryotei-style) ───────── */
    .hk-landing-root .hero {
      position: relative;
      padding: 64px var(--pad) 0;
      text-align: center;
      overflow-x: hidden;
      overflow-y: visible;
    }
    .hk-landing-root .hero__decor {
      position: absolute; inset: 0;
      pointer-events: none;
      z-index: 0;
      background:
        radial-gradient(55% 50% at 50% 45%, rgba(120,188,161,0.10), transparent 75%);
    }
    .hk-landing-root .hero__inner {
      position: relative;
      z-index: 1;
      max-width: 1100px;
      margin: 0 auto;
    }
    .hk-landing-root.home-page .hero__inner {
      z-index: 50;
    }
    .hk-landing-root .hero__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(48px, 6.8vw, 104px);
      line-height: 0.98;
      letter-spacing: -0.03em;
      color: var(--ink);
      margin-top: 22px;
    }
    .hk-landing-root .hero__title em {
      font-style: normal;
      color: var(--brand-deep);
      font-weight: 500;
    }
    .hk-landing-root .hero__sub {
      font-size: clamp(16px, 1.2vw, 18px);
      line-height: 1.6;
      color: var(--ink-muted);
      max-width: 880px;
      margin: 24px auto 0;
    }
    .hk-landing-root .hero__cta {
      display: inline-flex;
      gap: 14px;
      margin-top: 34px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      box-sizing: border-box;
      padding: 0 4px;
    }

    /* ───────── Product collage cluster (below hero text) ───────── */
    .hk-landing-root .cluster {
      position: relative;
      margin: -75px auto 0;
      width: 100%;
      max-width: 1320px;
      height: clamp(200px, 24vw, 320px);
      overflow: hidden;
      z-index: 1;
    }
    .hk-landing-root .cluster::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -4%;
      width: 70%;
      height: 45%;
      transform: translateX(-50%);
      background: radial-gradient(50% 60% at 50% 60%, rgba(120,188,161,0.30), rgba(120,188,161,0.10) 55%, transparent 80%);
      filter: blur(10px);
      pointer-events: none;
      z-index: 0;
    }
    .hk-landing-root .cluster__item {
      position: absolute;
      bottom: 0;
      transform-origin: center bottom;
      transition: transform .35s ease;
    }
    .hk-landing-root .cluster__item img {
      width: 100%;
      height: auto;
      display: block;
    }
    .hk-landing-root .cluster__item:hover { z-index: 30; }

    /* centered row of 6 unique products, slight rotations for personality */
    .hk-landing-root .cluster__item--p1 { left: 8%;  width: 15%; transform: translateY(18%) rotate(-7deg); z-index: 3; }
    .hk-landing-root .cluster__item--p2 { left: 22%; width: 15%; transform: translateY(18%) rotate(5deg);  z-index: 4; }
    .hk-landing-root .cluster__item--p3 { left: 36%; width: 15%; transform: translateY(18%) rotate(-4deg); z-index: 3; }
    .hk-landing-root .cluster__item--p4 { left: 50%; width: 15%; transform: translateY(18%) rotate(8deg);  z-index: 4; }
    .hk-landing-root .cluster__item--p5 { left: 64%; width: 15%; transform: translateY(18%) rotate(-6deg); z-index: 3; }
    .hk-landing-root .cluster__item--p6 { left: 78%; width: 15%; transform: translateY(18%) rotate(5deg);  z-index: 4; }

    /* ───────── Block 2 — Brand category strip ───────── */
    .hk-landing-root .strip {
      background: var(--brand-deep);
      color: #F3F6F2;
      overflow: hidden;
      margin-top: 0;
    }
    .hk-landing-root .strip__row {
      display: flex;
      align-items: center;
      gap: 44px;
      padding: 22px var(--pad);
      max-width: var(--max);
      margin: 0 auto;
      flex-wrap: wrap;
      justify-content: center;
    }
    .hk-landing-root .strip__item {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-family: var(--sans);
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.01em;
      color: #F3F6F2;
    }
    .hk-landing-root .strip__item::before {
      content: "";
      width: 6px; height: 6px; border-radius: 999px;
      background: #B9D9C7;
      display: inline-block;
    }
    .hk-landing-root .strip__item em { color: inherit; font-style: normal; font-weight: 500; }

    /* ───────── Block 3 — Stats ───────── */
    .hk-landing-root .stats {
      padding: clamp(72px, 8vw, 120px) var(--pad) clamp(56px, 6vw, 96px);
      text-align: center;
    }
    .hk-landing-root .stats__head { max-width: 780px; margin: 0 auto 56px; }
    .hk-landing-root .stats__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(32px, 3.8vw, 56px);
      line-height: 1.08;
      letter-spacing: -0.025em;
      color: var(--ink);
      margin-top: 16px;
    }
    .hk-landing-root .stats__title em { font-style: normal; color: var(--brand-deep); }
    .hk-landing-root .stats__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      max-width: var(--max);
      margin: 0 auto;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
    .hk-landing-root .stats__cell {
      padding: 44px 24px;
      text-align: center;
      border-right: 1px solid var(--line);
    }
    .hk-landing-root .stats__cell:last-child { border-right: 0; }
    .hk-landing-root .stats__num {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(36px, 3.8vw, 52px);
      line-height: 1;
      letter-spacing: -0.03em;
      color: var(--brand-deep);
    }
    .hk-landing-root .stats__label {
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.02em;
      color: var(--ink-muted);
      margin-top: 12px;
    }

    /* ───────── Block 4 — Categories (4 tiles) ───────── */
    .hk-landing-root .cats {
      padding: clamp(80px, 9vw, 140px) var(--pad) clamp(40px, 4vw, 60px);
      max-width: var(--max);
      margin: 0 auto;
    }
    .hk-landing-root .cats__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 32px;
      margin-bottom: 48px;
      flex-wrap: wrap;
    }
    .hk-landing-root .cats__head-l { max-width: 680px; }
    .hk-landing-root .cats__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(32px, 3.8vw, 56px);
      line-height: 1.08;
      letter-spacing: -0.025em;
      color: var(--ink);
      margin-top: 14px;
    }
    .hk-landing-root .cats__title em { font-style: normal; color: var(--brand-deep); }
    .hk-landing-root .cats__sub {
      font-family: var(--sans);
      font-size: clamp(15px, 1.2vw, 17px);
      line-height: 1.5;
      color: var(--ink-muted);
      max-width: 560px;
      margin: 16px 0 0;
    }
    .hk-landing-root .cat__desc {
      font-family: var(--sans);
      font-size: 13px;
      line-height: 1.5;
      color: var(--ink-muted);
      margin: 10px 0 0;
      max-width: 80%;
      position: relative; z-index: 2;
    }
    .hk-landing-root .cats__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    .hk-landing-root .cat {
      position: relative;
      border-radius: 28px;
      padding: 32px 28px 0;
      height: 320px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform .3s ease;
    }
    .hk-landing-root .cat:hover { transform: translateY(-4px); }
    .hk-landing-root .cat--1 { background: #E8F0EA; }
    .hk-landing-root .cat--2 { background: #F3E8DE; }
    .hk-landing-root .cat--3 { background: #EDE7DC; }
    .hk-landing-root .cat--4 { background: #E4EAE0; }
    .hk-landing-root .cat__name {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(22px, 1.9vw, 28px);
      line-height: 1.1;
      letter-spacing: -0.015em;
      color: var(--ink);
    }
    .hk-landing-root .cat__link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 500;
      color: var(--brand-deep);
      margin-top: 10px;
      position: relative; z-index: 2;
    }
    .hk-landing-root .cat__img {
      position: absolute;
      right: 6%; bottom: 6%;
      width: 68%;
      z-index: 1;
    }
    .hk-landing-root .cat__img img { width: 100%; height: auto; display: block; }
    .hk-landing-root .cat--1 .cat__img { right: -2%; bottom: -4%; }
    .hk-landing-root .cat--2 .cat__img { right: 6%;  bottom: -6%; }
    .hk-landing-root .cat--3 .cat__img { right: -2%; bottom: -4%; }
    .hk-landing-root .cat--4 .cat__img { right: -2%; bottom: -2%; width: 58%; }

    /* ───────── Block 5 — Deals slider ───────── */
    .hk-landing-root .deals {
      padding: clamp(40px, 5vw, 80px) var(--pad) clamp(80px, 9vw, 120px);
      max-width: var(--max);
      margin: 0 auto;
    }
    .hk-landing-root .deals__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 32px;
      margin-bottom: 36px;
      flex-wrap: wrap;
    }
    .hk-landing-root .deals__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(28px, 3.2vw, 44px);
      line-height: 1.08;
      letter-spacing: -0.025em;
      color: var(--ink);
      margin-top: 10px;
    }
    .hk-landing-root .deals__title em { font-style: normal; color: var(--brand-deep); }
    .hk-landing-root .deals__nav { display: flex; gap: 10px; }
    .hk-landing-root .deals__btn {
      width: 48px; height: 48px; border-radius: 999px;
      border: 1px solid var(--line);
      display: inline-flex; align-items: center; justify-content: center;
      transition: background .2s, color .2s, border-color .2s;
    }
    .hk-landing-root .deals__btn:hover { background: var(--brand-deep); color: #fff; border-color: var(--brand-deep); }
    .hk-landing-root .deals__btn svg { width: 18px; height: 18px; }
    .hk-landing-root .deals__track {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      padding-bottom: 8px;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .hk-landing-root .deals__track::-webkit-scrollbar { display: none; }

    /* Module slides — linked images only (Main Slider admin) */
    .hk-landing-root .deals--module-images .deals__images {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .hk-landing-root .deals--module-images .deals__image-link {
      display: block;
      width: 100%;
      line-height: 0;
    }
    .hk-landing-root .deals--module-images picture {
      display: block;
      width: 100%;
    }
    .hk-landing-root .deals--module-images .deals__image {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
    }

    .hk-landing-root .deal {
      flex: 0 0 100%;
      scroll-snap-align: start;
      border-radius: 32px;
      padding: clamp(48px, 5vw, 72px) clamp(48px, 6vw, 88px);
      min-height: clamp(380px, 36vw, 500px);
      display: grid;
      grid-template-columns: 46% 1fr;
      align-items: center;
      column-gap: clamp(24px, 3vw, 48px);
      position: relative;
      overflow: hidden;
      color: #fff;
    }
    .hk-landing-root .deal--1 { background: linear-gradient(135deg, #3D5B4F 0%, #2D4438 100%); }
    .hk-landing-root .deal--2 { background: linear-gradient(135deg, #78BCA1 0%, #5A9B82 100%); }
    .hk-landing-root .deal--3 { background: linear-gradient(135deg, #1F2C27 0%, #14201C 100%); }
    .hk-landing-root .deal--4 { background: linear-gradient(135deg, #4A6B5C 0%, #3D5B4F 100%); }
    .hk-landing-root .deal::after {
      content: "";
      position: absolute;
      right: -25%; top: -60%;
      width: 70%; height: 220%;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.06);
      pointer-events: none;
    }
    .hk-landing-root .deal__tag {
      display: inline-block;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.22em;
      color: rgba(255,255,255,0.85);
      background: rgba(255,255,255,0.14);
      padding: 7px 14px;
      border-radius: 999px;
      margin-bottom: 22px;
    }
    .hk-landing-root .deal__body {
      position: relative;
      z-index: 2;
      grid-column: 2;
    }
    .hk-landing-root .deal__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(32px, 3.6vw, 52px);
      line-height: 1.05;
      letter-spacing: -0.025em;
      color: #fff;
      margin: 0 0 32px;
    }
    .hk-landing-root .deal__title em { font-style: normal; color: rgba(255,255,255,0.6); }
    .hk-landing-root .deal__link {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.02em;
      color: var(--brand-deep);
      background: #fff;
      padding: 10px 12px 10px 28px;
      border-radius: 999px;
      transition: transform .2s ease;
    }
    .hk-landing-root .deal__link:hover { transform: translateX(4px); }
    .hk-landing-root .deal__link-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px; height: 34px;
      background: var(--brand-deep);
      color: #fff;
      border-radius: 50%;
    }
    .hk-landing-root .deal__link-arrow svg { width: 14px; height: 14px; }
    .hk-landing-root .deal--2 .deal__link { color: #1F3229; }
    .hk-landing-root .deal--2 .deal__link-arrow { background: #1F3229; }
    .hk-landing-root .deal__cluster {
      grid-column: 1;
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 0.95;
      z-index: 1;
      pointer-events: none;
    }
    .hk-landing-root .deal__cluster::before {
      content: "";
      position: absolute;
      left: 10%; top: 20%;
      width: 80%; height: 65%;
      background: radial-gradient(50% 50% at 50% 50%, rgba(255,255,255,0.14), transparent 70%);
      filter: blur(30px);
      z-index: 0;
    }
    .hk-landing-root .deal__cluster img {
      position: absolute;
      display: block;
      filter: drop-shadow(0 24px 48px rgba(0,0,0,0.38));
    }
    .hk-landing-root .deal__cluster img:nth-child(1) {
      width: 46%; left: -8%; top: 16%;
      transform: rotate(-10deg);
      z-index: 2;
    }
    .hk-landing-root .deal__cluster img:nth-child(2) {
      width: 58%; left: 22%; top: -4%;
      transform: rotate(6deg);
      z-index: 3;
    }
    .hk-landing-root .deal__cluster img:nth-child(3) {
      width: 42%; left: 58%; top: 34%;
      transform: rotate(-4deg);
      z-index: 2;
    }
    .hk-landing-root .deal__cluster img:nth-child(4) { display: none; }

    /* ───────── Block 6 — Why Industry Leaders Choose Us ───────── */
    .hk-landing-root .why {
      padding: clamp(40px, 4vw, 64px) var(--pad) clamp(60px, 7vw, 100px);
      max-width: var(--max);
      margin: 0 auto;
    }
    .hk-landing-root .why__head { max-width: 820px; margin: 0 auto 48px; text-align: center; }
    .hk-landing-root .why__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(32px, 3.8vw, 56px);
      line-height: 1.08;
      letter-spacing: -0.025em;
      color: var(--ink);
      margin-top: 14px;
    }
    .hk-landing-root .why__title em { font-style: normal; color: var(--brand-deep); }
    .hk-landing-root .why__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 56px;
    }
    .hk-landing-root .why__card {
      background: #F6F7F4;
      border-radius: 24px;
      padding: 44px 36px;
      min-height: 260px;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .hk-landing-root .why__icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      background: var(--brand-deep);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .hk-landing-root .why__icon svg { width: 24px; height: 24px; }
    .hk-landing-root .why__name {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(22px, 1.9vw, 28px);
      line-height: 1.12;
      letter-spacing: -0.015em;
      color: var(--ink);
    }
    .hk-landing-root .why__desc {
      font-family: var(--sans);
      font-size: 14px;
      line-height: 1.55;
      color: var(--ink-muted);
      margin: 0;
    }
    .hk-landing-root .why__cta { text-align: center; }

    /* ───────── Block 7 — Only premium Asian brands ───────── */
    .hk-landing-root .brands {
      padding: clamp(56px, 6vw, 96px) var(--pad);
      text-align: center;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
    .hk-landing-root .brands__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(28px, 3.2vw, 44px);
      line-height: 1.1;
      letter-spacing: -0.025em;
      color: var(--ink);
      margin-bottom: 44px;
    }
    .hk-landing-root .brands__grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      gap: clamp(24px, 3vw, 40px) clamp(32px, 4vw, 56px);
      max-width: var(--max);
      margin: 0 auto;
    }
    .hk-landing-root .brands__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 5px;
      flex: 0 0 160px;
      width: 160px;
      max-width: 160px;
      text-decoration: none;
      color: inherit;
    }
    .hk-landing-root.home-page .brands__more-wrap {
      display: none;
    }
    .hk-landing-root .brands__logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 90px;
    }
    .hk-landing-root .brands__logo img {
      max-width: 100%;
      max-height: 90px;
      width: auto;
      height: auto;
      object-fit: contain;
      filter: none;
      opacity: 1;
      transition: transform .28s ease;
      transform-origin: center center;
    }
    .hk-landing-root .brands__item:hover .brands__logo img,
    .hk-landing-root .brands__item:focus-visible .brands__logo img {
      transform: scale(1.08);
    }
    .hk-landing-root .brands__name {
      font-family: var(--sans);
      font-size: 11px;
      font-weight: 500;
      line-height: 1.35;
      letter-spacing: 0.01em;
      color: var(--muted);
      text-align: center;
      max-width: 100%;
    }

    /* ───────── Block 8 — Professional Portal ───────── */
    .hk-landing-root .portal {
      padding: clamp(80px, 9vw, 140px) var(--pad);
      max-width: var(--max);
      margin: 0 auto;
    }
    .hk-landing-root .portal__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(40px, 6vw, 96px);
      align-items: center;
    }
    .hk-landing-root .portal__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(32px, 3.8vw, 56px);
      line-height: 1.08;
      letter-spacing: -0.025em;
      color: var(--ink);
      margin: 14px 0 24px;
    }
    .hk-landing-root .portal__title em { font-style: normal; color: var(--brand-deep); }
    .hk-landing-root .portal__sub {
      font-family: var(--sans);
      font-size: clamp(15px, 1.2vw, 17px);
      line-height: 1.55;
      color: var(--ink-muted);
      max-width: 520px;
      margin: 0 0 32px;
    }
    .hk-landing-root .portal__mock {
      background: linear-gradient(135deg, #1F2C27 0%, #14201C 100%);
      border-radius: 28px;
      padding: 36px 32px;
      color: #fff;
      position: relative;
      overflow: hidden;
      box-shadow: 0 32px 80px rgba(20,32,28,0.18);
    }
    .hk-landing-root .portal__mock-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255,255,255,0.12);
      margin-bottom: 18px;
    }
    .hk-landing-root .portal__mock-head strong {
      font-family: var(--display);
      font-size: 16px;
      font-weight: 500;
      color: #fff;
    }
    .hk-landing-root .portal__mock-head span {
      font-size: 11px;
      letter-spacing: 0.14em;
      color: #8DC2A9;
    }
    .hk-landing-root .portal__row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      font-size: 13px;
      color: rgba(255,255,255,0.85);
    }
    .hk-landing-root .portal__row:last-child { border-bottom: 0; }
    .hk-landing-root .portal__row-num { color: rgba(255,255,255,0.5); font-variant-numeric: tabular-nums; }
    .hk-landing-root .portal__row-status {
      display: inline-block;
      padding: 3px 10px;
      border-radius: 999px;
      background: rgba(141,194,169,0.18);
      color: #8DC2A9;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.06em;
    }
    .hk-landing-root .portal__row-status--ship { background: rgba(255,196,94,0.18); color: #FFC45E; }
    .hk-landing-root .portal__row-status--new { background: rgba(120,188,161,0.22); color: #A4D6BF; }

    /* ───────── Block 9 — Final CTA (Stop Searching) ───────── */
    .hk-landing-root .tagline {
      text-align: center;
      padding: clamp(40px, 4vw, 64px) var(--pad) clamp(80px, 9vw, 120px);
      position: relative;
      overflow: hidden;
    }
    .hk-landing-root .tagline__decor {
      position: absolute; inset: 0;
      pointer-events: none;
      z-index: 0;
      background:
        radial-gradient(40% 70% at 8% 50%, rgba(120,188,161,0.14), transparent 60%),
        radial-gradient(40% 70% at 92% 50%, rgba(120,188,161,0.14), transparent 60%);
    }
    .hk-landing-root .tagline__inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
    .hk-landing-root .tagline__title {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(40px, 4.6vw, 72px);
      line-height: 1.04;
      letter-spacing: -0.03em;
      color: var(--ink);
      margin-top: 20px;
    }
    .hk-landing-root .tagline__title .line { display: block; }
    .hk-landing-root .tagline__title em { font-style: normal; color: var(--brand-deep); }
    .hk-landing-root .tagline__cta { margin-top: 32px; }
    .hk-landing-root .tagline__sub {
      font-family: var(--sans);
      font-size: clamp(15px, 1.2vw, 18px);
      line-height: 1.55;
      color: var(--ink-muted);
      margin: 24px auto 0;
      white-space: nowrap;
    }

    /* ───────── Block 10 — Footer / Contact ───────── */
    .hk-landing-root .footer {
      background: #1F2C27;
      color: #E6EAE6;
      padding: clamp(72px, 8vw, 120px) var(--pad) 40px;
    }
    .hk-landing-root .footer__inner {
      max-width: var(--max);
      margin: 0 auto;
    }
    .hk-landing-root .footer__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(40px, 5vw, 72px);
      padding-bottom: 56px;
      border-bottom: 1px solid rgba(255,255,255,0.10);
      align-items: stretch;
    }
    .hk-landing-root .footer__info { display: grid; gap: 32px; }
    .hk-landing-root .footer__info-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .hk-landing-root .footer__map {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      background: #0F1714;
      border: 1px solid rgba(255,255,255,0.08);
    }
    .hk-landing-root .footer__map iframe {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
      filter: grayscale(0.4) contrast(1.05);
    }
    .hk-landing-root .footer__brand {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(28px, 2.8vw, 40px);
      line-height: 1.08;
      letter-spacing: -0.02em;
      color: #fff;
      margin: 0 0 16px;
    }
    .hk-landing-root .footer__tag {
      font-family: var(--sans);
      font-size: 14px;
      line-height: 1.55;
      color: rgba(230,234,230,0.7);
      max-width: 360px;
      margin: 0;
    }
    .hk-landing-root .footer__col h4 {
      font-family: var(--sans);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(230,234,230,0.55);
      margin: 0 0 20px;
    }
    .hk-landing-root .footer__col p,
    .hk-landing-root .footer__col a {
      font-family: var(--sans);
      font-size: 14px;
      line-height: 1.65;
      color: #E6EAE6;
      margin: 0 0 10px;
      display: block;
    }
    .hk-landing-root .footer__col a:hover { color: #B9D9C7; }
    .hk-landing-root .footer__bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 32px;
      padding-top: 28px;
      font-size: 12px;
      color: rgba(230,234,230,0.5);
      flex-wrap: wrap;
    }
    .hk-landing-root .footer__legal { display: flex; gap: 24px; flex-wrap: wrap; }
    .hk-landing-root .footer__legal a { color: rgba(230,234,230,0.7); font-size: 12px; display: inline; margin: 0; }
    .hk-landing-root .footer__legal a:hover { color: #fff; }

    /* ───────── Responsive ───────── */
    @media (max-width: 960px) {
      .hk-landing-root .hk-nav {
        grid-template-columns: 1fr auto;
        gap: 12px;
        position: relative;
      }
      .hk-landing-root .hk-nav .mark {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        text-align: left;
      }
      .hk-landing-root .hk-nav__toggle {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
      }
      .hk-landing-root .hk-nav__side--desktop {
        display: none !important;
      }
      .hk-landing-root .hk-nav__drawer {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10050;
        width: min(320px, calc(100vw - 48px));
        height: 100%;
        height: 100dvh;
        background: #fff;
        box-shadow: -12px 0 40px rgba(20, 32, 28, 0.12);
        transform: translateX(100%);
        transition: transform .28s ease;
        overflow-y: auto;
        padding-top: max(16px, env(safe-area-inset-top));
        padding-bottom: max(16px, env(safe-area-inset-bottom));
      }
      .hk-landing-root .hk-nav--open .hk-nav__drawer {
        transform: translateX(0);
      }
      .hk-landing-root .hk-nav--open .hk-nav__backdrop {
        display: block;
      }
    }
    @media (max-width: 760px) {
      .hk-landing-root .kicker__sep { display: none; }
      .hk-landing-root .kicker__since { display: block; }
      .hk-landing-root.home-page .cluster,
      .hk-landing-root.home-page #products {
        display: none;
      }
      .hk-landing-root:not(.home-page) .cluster { height: 200px; }
      .hk-landing-root:not(.home-page) .cluster__item--p2,
      .hk-landing-root:not(.home-page) .cluster__item--p4,
      .hk-landing-root:not(.home-page) .cluster__item--p6 { display: none; }
      .hk-landing-root:not(.home-page) .cluster__item--p1 { left: 3%;  width: 26%; }
      .hk-landing-root:not(.home-page) .cluster__item--p3 { left: 37%; width: 26%; }
      .hk-landing-root:not(.home-page) .cluster__item--p5 { left: 71%; width: 26%; }
      .hk-landing-root .stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 100%;
      }
      .hk-landing-root .stats__cell {
        min-width: 0;
        width: 100%;
        padding: 28px 14px;
        border-right: 0;
      }
      .hk-landing-root .stats__cell:nth-child(odd) {
        border-right: 1px solid var(--line);
      }
      .hk-landing-root .stats__cell:nth-child(1),
      .hk-landing-root .stats__cell:nth-child(2) {
        border-bottom: 1px solid var(--line);
      }
      .hk-landing-root .stats__cell:nth-child(even) {
        border-right: 0;
      }
      .hk-landing-root .stats__label {
        overflow-wrap: anywhere;
        hyphens: auto;
      }
      .hk-landing-root .cats__grid { grid-template-columns: 1fr; }
      .hk-landing-root .cat { height: 240px; padding: 24px 22px 0; }
      .hk-landing-root .deal {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: auto;
        padding: 36px 28px;
        row-gap: 20px;
      }
      .hk-landing-root .deal__body { grid-column: 1; grid-row: 2; }
      .hk-landing-root .deal__cluster { grid-column: 1; grid-row: 1; aspect-ratio: 1 / 0.55; }
      .hk-landing-root .deal__title { font-size: clamp(28px, 7vw, 40px); }
      .hk-landing-root .deals__head { margin-bottom: 24px; }
      .hk-landing-root .why__grid { grid-template-columns: 1fr; }
      .hk-landing-root .portal__grid { grid-template-columns: 1fr; gap: 32px; }
      .hk-landing-root.home-page .portal__mock { display: none !important; }
      .hk-landing-root.home-page .portal {
        text-align: center;
      }
      .hk-landing-root.home-page .portal__sub {
        margin-left: auto;
        margin-right: auto;
      }
      .hk-landing-root .footer__grid { grid-template-columns: 1fr; gap: 32px; }
      .hk-landing-root .brands__grid { gap: 24px; }
      .hk-landing-root .brands__item { flex-basis: 120px; width: 120px; max-width: 120px; }
      .hk-landing-root.home-page .brands:not(.brands--expanded) .brands__item:nth-child(n+11) {
        display: none !important;
      }
      .hk-landing-root.home-page .brands__more-wrap {
        display: block;
        margin-top: 28px;
      }
      .hk-landing-root.home-page .brands.brands--expanded .brands__more-wrap {
        display: none;
      }
    }

/* ───────── Cart / wishlist / compare: toast notifications (bottom-right) ───────── */
#hk-toast-stack {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 10050;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  max-width: min(400px, calc(100vw - 32px));
  pointer-events: none;
  font-family: var(--hkp-sans);
}

#hk-toast-stack .hk-toast {
  pointer-events: auto;
}

.hk-toast {
  width: 100%;
  max-width: 400px;
  border-radius: 14px;
  border: 1px solid rgba(120, 188, 161, 0.45);
  background: #fff;
  box-shadow: 0 12px 40px rgba(20, 32, 28, 0.12), 0 2px 8px rgba(20, 32, 28, 0.06);
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.hk-toast.hk-toast--show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hk-toast.hk-toast--out {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}

.hk-toast__inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 40px 14px 16px;
  position: relative;
}

.hk-toast--success .hk-toast__icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: #3d5b4f;
  font-size: 18px;
}

.hk-toast__body {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--hkp-ink);
}

.hk-toast__body a {
  color: #3d5b4f;
  font-weight: 600;
  text-decoration: underline;
}

.hk-toast__body a:hover,
.hk-toast__body a:focus {
  color: #14201c;
}

.hk-toast__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--hkp-ink-muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hk-toast__close:hover,
.hk-toast__close:focus {
  background: rgba(20, 32, 28, 0.06);
  color: var(--hkp-ink);
}

