:root {
      --navy: #121526;
      --navy-2: #1C2138;
      --volt: #F58220;
      --volt-hot: #FF9A3D;
      --volt-dim: rgba(245, 130, 32, 0.12);
      --teal: #0F766E;
      --teal-bright: #14B8A6;
      --teal-dim: rgba(15, 118, 110, 0.12);
      --ink: #121526;
      --ink-2: #2A3048;
      --muted: #64748B;
      --line: rgba(18, 21, 38, 0.08);
      --line-strong: rgba(18, 21, 38, 0.12);
      --bg: #F4F5F7;
      --bg-elev: #FFFFFF;
      --bg-soft: #EBEDF2;
      --orange: var(--volt);
      --orange-dark: #E06B10;
      --orange-soft: var(--volt-dim);
      --purple: var(--ink-2);
      --purple-dark: var(--navy);
      --radius: 16px;
      --radius-sm: 12px;
      --radius-lg: 24px;
      --shadow: 0 8px 30px rgba(18, 21, 38, 0.06);
      --shadow-lg: 0 24px 60px rgba(18, 21, 38, 0.12);
      --shadow-glow: 0 12px 40px rgba(245, 130, 32, 0.22);
      --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
      --display: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
      --ease: cubic-bezier(0.22, 1, 0.36, 1);
      --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
      --ring: 0 0 0 4px rgba(245, 130, 32, 0.16);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    ::selection { background: rgba(245, 130, 32, 0.22); color: var(--navy); }
    [id] { scroll-margin-top: 130px; }
    body {
      font-family: var(--font);
      color: var(--ink);
      background:
        radial-gradient(1200px 600px at 10% -10%, rgba(245,130,32,.06), transparent 55%),
        radial-gradient(900px 500px at 100% 0%, rgba(99,102,241,.05), transparent 50%),
        var(--bg);
      line-height: 1.55;
      padding-bottom: 72px;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    @media (min-width: 992px) { body { padding-bottom: 0; } }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button { font-family: inherit; cursor: pointer; border: none; background: none; }
    .container-shop { width: min(1240px, calc(100% - 1.75rem)); margin-inline: auto; }

    /* Visibility helpers — prevent duplicate modules across breakpoints */
    .only-mobile { display: block !important; }
    .only-desktop { display: none !important; }
    @media (min-width: 992px) {
      .only-mobile { display: none !important; }
      .only-desktop { display: block !important; }
      .only-desktop.flex { display: flex !important; }
      .only-desktop.grid { display: grid !important; }
    }

    /* Scroll reveal */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
    }
    .reveal.in {
      opacity: 1;
      transform: none;
    }
    .reveal-delay-1 { transition-delay: .08s; }
    .reveal-delay-2 { transition-delay: .16s; }
    .reveal-delay-3 { transition-delay: .24s; }
    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1; transform: none; transition: none; }
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
      }
    }

    /* Top strip — deep navy */
    .top-strip {
      background: var(--navy);
      border-bottom: 0;
      font-size: .78rem;
      color: rgba(255,255,255,.78);
      padding: .55rem 0;
      display: none;
      letter-spacing: .01em;
    }
    @media (min-width: 992px) { .top-strip { display: block; } }
    .top-strip .inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .top-strip a { color: #fff; font-weight: 600; }
    .top-strip a:hover { color: var(--volt-hot); }
    .top-strip .socials { display: inline-flex; align-items: center; gap: .65rem; margin-left: .85rem; }
    .top-strip .socials a { color: rgba(255,255,255,.7); font-size: .85rem; }
    .top-strip .socials a:hover { color: #fff; }
    .top-strip .live-dot {
      display: inline-block;
      width: 7px; height: 7px;
      border-radius: 50%;
      background: #22C55E;
      margin-right: .4rem;
      box-shadow: 0 0 0 0 rgba(34,197,94,.45);
      animation: pulseDot 2s infinite;
      vertical-align: middle;
    }
    @keyframes pulseDot {
      0% { box-shadow: 0 0 0 0 rgba(34,197,94,.45); }
      70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
      100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
    }

    /* Header — glass */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 1030;
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(22px) saturate(1.6);
      -webkit-backdrop-filter: blur(22px) saturate(1.6);
      border-bottom: 1px solid rgba(18, 21, 38, 0.06);
      transition: background .35s var(--ease), border-color .35s, box-shadow .35s;
    }
    .site-header.scrolled {
      background: rgba(255,255,255,.88);
      box-shadow: 0 10px 40px rgba(18, 21, 38, .07);
    }
    .header-main {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 1rem;
      padding: 1rem 0 .85rem;
    }
    .brand {
      font-family: var(--display);
      font-weight: 800;
      font-size: 1.45rem;
      letter-spacing: -.04em;
      color: var(--volt);
      display: flex;
      align-items: center;
      gap: .45rem;
      white-space: nowrap;
    }
    .brand i {
      color: #fff;
      font-size: .95rem;
      width: 34px; height: 34px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--volt), var(--volt-hot));
      display: grid; place-items: center;
      box-shadow: var(--shadow-glow);
    }
    .brand span { color: var(--navy); }

    .search-wrap {
      display: none;
      max-width: 640px;
      width: 100%;
      margin: 0 auto;
    }
    .search-box {
      display: flex;
      align-items: center;
      border: 1px solid rgba(18, 21, 38, 0.06);
      border-radius: 999px;
      overflow: hidden;
      background: rgba(235, 237, 242, 0.85);
      transition: box-shadow .3s var(--ease), border-color .3s, background .3s;
    }
    .search-box:focus-within {
      border-color: rgba(245, 130, 32, 0.45);
      box-shadow: var(--ring);
      background: #fff;
    }
    .search-box input {
      flex: 1;
      border: 0;
      outline: 0;
      padding: .8rem 1.15rem;
      font-size: .93rem;
      min-width: 0;
      background: transparent;
      color: var(--navy);
    }
    .search-box button {
      background: linear-gradient(135deg, var(--volt), var(--volt-hot));
      color: #fff;
      font-weight: 700;
      padding: .8rem 1.45rem;
      font-size: .86rem;
      border-radius: 0;
      letter-spacing: .01em;
      transition: filter .25s, box-shadow .25s;
    }
    .search-box button:hover {
      filter: brightness(1.05);
      box-shadow: inset 0 0 0 999px rgba(255,255,255,.08);
    }

    .header-utils {
      display: flex;
      align-items: center;
      gap: .25rem;
    }
    .util-btn {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .15rem;
      padding: .45rem .6rem;
      border-radius: 12px;
      color: var(--ink);
      position: relative;
      min-width: 48px;
      transition: background .2s, color .2s;
    }
    .util-btn i { font-size: 1.2rem; }
    .util-btn span {
      font-size: .66rem;
      font-weight: 700;
      color: var(--muted);
      display: none;
    }
    @media (min-width: 992px) {
      .util-btn span { display: block; }
      .util-btn { min-width: 60px; }
    }
    .util-btn:hover { background: var(--volt-dim); color: var(--volt); }
    .util-btn .badge-dot {
      position: absolute;
      top: 2px;
      right: 6px;
      background: var(--volt);
      color: #fff;
      font-size: .6rem;
      font-weight: 700;
      min-width: 16px;
      height: 16px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      font-style: normal;
    }
    .icon-btn {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      border: 1px solid var(--line);
      display: grid;
      place-items: center;
      color: var(--ink);
      background: var(--bg-elev);
    }
    .icon-btn:hover { border-color: var(--volt); color: var(--volt); }
    .menu-btn { display: grid; }
    @media (min-width: 992px) { .menu-btn { display: none; } }

    .mobile-search {
      display: none;
      padding: 0 0 .9rem;
    }

    /* One search only: mobile below header, desktop in header row */
    @media (max-width: 991.98px) {
      .mobile-search { display: block; }
      .search-wrap { display: none !important; }
    }
    @media (min-width: 992px) {
      .search-wrap { display: block; }
      .mobile-search { display: none !important; }
    }

    /* Secondary nav — categories on all screens */
    .nav-bar {
      border-top: 1px solid var(--line);
      background: #fff;
      display: block;
    }
    .nav-bar .inner {
      display: flex;
      align-items: center;
      gap: .15rem;
      min-height: 52px;
      padding: 0;
    }

    .cats-dropdown {
      position: relative;
      margin-right: .4rem;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      height: 100%;
    }
    .cats-btn {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      background: transparent;
      color: var(--navy);
      font-weight: 700;
      font-size: .9rem;
      line-height: 1;
      height: 48px;
      padding: 0 .85rem;
      border-radius: 0;
      border: 0;
      border-bottom: 2px solid transparent;
      transition: color .2s, border-color .2s, background .2s;
      box-shadow: none;
      box-sizing: border-box;
    }
    .cats-btn > i:first-child { color: var(--volt); font-size: .95rem; }
    .cats-btn .cats-chevron {
      font-size: .65rem;
      opacity: .7;
      transition: transform .25s var(--ease);
      margin-left: .1rem;
      color: var(--muted);
    }
    .cats-dropdown.open .cats-btn,
    .cats-btn:hover {
      color: var(--navy);
      border-bottom-color: var(--volt);
      filter: none;
      background: transparent;
    }
    .cats-dropdown.open .cats-chevron { transform: rotate(180deg); }
    .cats-menu {
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      min-width: 280px;
      max-height: min(70vh, 420px);
      overflow-y: auto;
      background: rgba(255,255,255,.92);
      backdrop-filter: blur(18px) saturate(1.4);
      -webkit-backdrop-filter: blur(18px) saturate(1.4);
      border: 1px solid rgba(18,21,38,.08);
      border-radius: 16px;
      box-shadow: var(--shadow-lg);
      padding: .55rem;
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: .25s var(--ease);
      z-index: 1100;
    }
    .cats-dropdown.open .cats-menu {
      opacity: 1;
      visibility: visible;
      transform: none;
    }
    .cats-menu a {
      display: flex;
      align-items: center;
      gap: .7rem;
      padding: .7rem .8rem;
      border-radius: 10px;
      font-size: .9rem;
      font-weight: 600;
      color: var(--ink);
      transition: background .2s, color .2s;
    }
    .cats-menu a i {
      width: 1.25rem;
      text-align: center;
      color: var(--volt);
    }
    .cats-menu a:hover {
      background: var(--volt-dim);
      color: var(--volt);
    }
    .cats-menu .menu-divider {
      height: 1px;
      background: var(--line);
      margin: .35rem .4rem;
    }

    .nav-links {
      display: none;
      align-items: center;
      align-self: stretch;
      gap: 0;
      list-style: none;
      flex: 1;
      overflow-x: auto;
      margin: 0;
      padding: 0;
      height: 48px;
    }
    .nav-links li {
      display: flex;
      align-items: center;
      height: 100%;
    }
    .nav-links a {
      display: inline-flex;
      align-items: center;
      height: 100%;
      padding: 0 .85rem;
      font-size: .9rem;
      font-weight: 600;
      line-height: 1;
      color: var(--navy);
      white-space: nowrap;
      border-radius: 0;
      border-bottom: 2px solid transparent;
      transition: color .2s, border-color .2s, background .2s;
      box-sizing: border-box;
    }
    .nav-links a:hover {
      color: var(--volt);
      background: transparent;
      border-bottom-color: var(--volt);
    }

    .offers-pill {
      display: none;
      margin-left: auto;
      background: transparent;
      color: var(--navy) !important;
      border: 0;
      border-radius: 0 !important;
      border-bottom: 2px solid transparent !important;
      height: 48px !important;
      padding: 0 .85rem !important;
      font-size: .9rem !important;
      font-weight: 600 !important;
      line-height: 1 !important;
      align-items: center;
      gap: .35rem;
      box-sizing: border-box;
      transition: color .2s, border-color .2s;
    }
    .offers-pill i { color: var(--volt); }
    .offers-pill:hover {
      background: transparent !important;
      color: var(--volt) !important;
      border-radius: 0 !important;
      border-bottom-color: var(--volt) !important;
    }

    @media (min-width: 992px) {
      .nav-links { display: flex; }
      .offers-pill { display: inline-flex; }
      .nav-bar .inner {
        min-height: 48px;
        padding: 0;
        align-items: center;
      }
    }

    @media (max-width: 991.98px) {
      .cats-dropdown {
        width: 100%;
        margin-right: 0;
        height: auto;
      }
      .cats-btn {
        width: 100%;
        height: auto;
        justify-content: space-between;
        border-radius: 12px;
        padding: .78rem 1rem;
        font-size: .92rem;
        line-height: 1.2;
        background: var(--bg-soft);
        border: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
      }
      .cats-dropdown.open .cats-btn,
      .cats-btn:hover {
        border-color: rgba(245, 130, 32, 0.35);
        background: #fff;
        border-bottom: 1px solid rgba(245, 130, 32, 0.35);
      }
      .cats-menu {
        left: 0;
        right: 0;
        width: 100%;
        min-width: 0;
      }
      .nav-bar .inner {
        min-height: auto;
        padding: .55rem 0 .7rem;
      }
    }

    /* Quick chips removed — use pastel strips on mobile only */

    /* Drawer */
    .drawer-backdrop {
      position: fixed; inset: 0;
      background: rgba(0,0,0,.45);
      z-index: 1040;
      opacity: 0; visibility: hidden;
      transition: .25s;
    }
    .drawer-backdrop.open { opacity: 1; visibility: visible; }
    .drawer {
      position: fixed; top: 0; left: 0;
      width: min(88vw, 340px); height: 100%;
      background: rgba(255,255,255,.94);
      backdrop-filter: blur(20px);
      z-index: 1050;
      transform: translateX(-105%);
      transition: transform .4s var(--ease);
      display: flex; flex-direction: column;
      box-shadow: var(--shadow-lg);
    }
    .drawer.open { transform: translateX(0); }
    .drawer-head {
      display: flex; justify-content: space-between; align-items: center;
      padding: 1rem; border-bottom: 1px solid var(--line);
    }
    .drawer-body { overflow: auto; padding: .75rem; flex: 1; }
    .drawer-label {
      font-size: .68rem; font-weight: 800; letter-spacing: .06em;
      text-transform: uppercase; color: var(--muted); padding: .7rem .55rem .35rem;
    }
    .drawer-link {
      display: flex; align-items: center; gap: .7rem;
      padding: .75rem .65rem; border-radius: 10px; font-weight: 600; font-size: .92rem;
    }
    .drawer-link i { width: 1.2rem; color: var(--purple); text-align: center; }
    .drawer-link:hover { background: var(--orange-soft); color: var(--orange); }
    .drawer-foot { padding: 1rem; border-top: 1px solid var(--line); display: grid; gap: .5rem; }
    body.nav-open { overflow: hidden; }

    /* Cart / Wishlist sidebars (right) */
    .shop-drawer {
      position: fixed;
      top: 0; right: 0;
      width: min(92vw, 400px);
      height: 100%;
      background: #fff;
      z-index: 1055;
      transform: translateX(105%);
      transition: transform .4s var(--ease);
      display: flex;
      flex-direction: column;
      box-shadow: -18px 0 48px rgba(18, 21, 38, 0.14);
    }
    .shop-drawer.open { transform: translateX(0); }
    .shop-drawer-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      padding: 1.1rem 1.2rem;
      border-bottom: 1px solid var(--line);
      flex-shrink: 0;
    }
    .shop-drawer-head h3 {
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -.02em;
      color: var(--navy);
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      margin: 0;
      line-height: 1;
    }
    .shop-drawer-head h3 i {
      color: var(--volt);
      font-size: 1rem;
      line-height: 1;
    }
    .shop-drawer-head .count-pill {
      font-size: .7rem;
      font-weight: 700;
      background: var(--volt-dim);
      color: var(--volt);
      padding: .22rem .5rem;
      border-radius: 999px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
    }
    .shop-drawer-body {
      flex: 1;
      overflow-y: auto;
      overflow-x: hidden;
      padding: .35rem 1.2rem 1.1rem;
      -webkit-overflow-scrolling: touch;
    }
    .shop-empty {
      text-align: center;
      padding: 2.5rem 1rem;
      color: var(--muted);
    }
    .shop-empty i {
      font-size: 2rem;
      color: var(--volt);
      opacity: .7;
      margin-bottom: .75rem;
      display: block;
    }
    .shop-item {
      display: grid;
      grid-template-columns: 68px minmax(0, 1fr) 32px;
      column-gap: .75rem;
      row-gap: .15rem;
      padding: 1rem 0;
      border-bottom: 1px solid var(--line);
      align-items: start;
    }
    .shop-item:last-child { border-bottom: 0; }
    .shop-item .pic {
      width: 68px;
      height: 68px;
      border-radius: 12px;
      overflow: hidden;
      background: var(--bg);
      border: 1px solid rgba(18,21,38,.06);
      grid-row: 1 / span 2;
    }
    .shop-item .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .shop-item .info { min-width: 0; grid-column: 2; }
    .shop-item .info .tag {
      font-size: .66rem;
      font-weight: 700;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .04em;
      margin-bottom: .15rem;
      display: block;
    }
    .shop-item .info .title {
      font-size: .84rem;
      font-weight: 700;
      color: var(--navy);
      line-height: 1.3;
      margin-bottom: .3rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .shop-item .info .price {
      font-size: .92rem;
      font-weight: 800;
      color: var(--navy);
      letter-spacing: -.01em;
    }
    .shop-item .info .mrp {
      font-size: .74rem;
      color: #999;
      text-decoration: line-through;
      margin-left: .3rem;
      font-weight: 500;
    }
    .qty-row {
      display: inline-flex;
      align-items: center;
      gap: 0;
      margin-top: .5rem;
      border: 1px solid var(--line);
      border-radius: 999px;
      overflow: hidden;
      background: #fff;
    }
    .qty-row button {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      color: var(--navy);
      font-size: .75rem;
      transition: background .2s, color .2s;
    }
    .qty-row button:hover { background: var(--volt-dim); color: var(--volt); }
    .qty-row span {
      min-width: 28px;
      text-align: center;
      font-size: .8rem;
      font-weight: 700;
    }
    .shop-item .remove {
      width: 32px;
      height: 32px;
      border-radius: 10px;
      color: var(--muted);
      display: grid;
      place-items: center;
      transition: background .2s, color .2s;
      grid-column: 3;
      grid-row: 1;
      justify-self: end;
    }
    .shop-item .remove:hover {
      background: #FEE2E2;
      color: #DC2626;
    }
    .wish-actions {
      display: flex;
      gap: .4rem;
      margin-top: .55rem;
      flex-wrap: wrap;
    }
    .wish-actions .mini-btn {
      font-size: .72rem;
      font-weight: 700;
      padding: .35rem .7rem;
      border-radius: 999px;
      background: var(--volt);
      color: #fff;
      transition: filter .2s;
    }
    .wish-actions .mini-btn:hover { filter: brightness(1.05); color: #fff; }
    .wish-actions .mini-link {
      font-size: .72rem;
      font-weight: 700;
      padding: .35rem .7rem;
      border-radius: 999px;
      background: var(--bg-soft);
      color: var(--navy);
    }
    .wish-actions .mini-link:hover { background: var(--volt-dim); color: var(--volt); }
    .shop-drawer-foot {
      padding: 1rem 1.2rem calc(1.05rem + env(safe-area-inset-bottom));
      border-top: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 -8px 24px rgba(18,21,38,.04);
      flex-shrink: 0;
    }
    .cart-summary {
      display: grid;
      gap: .55rem;
      margin-bottom: .95rem;
      font-size: .88rem;
    }
    .cart-summary .sum-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      color: var(--muted);
      width: 100%;
      margin: 0;
    }
    .cart-summary .sum-line span:last-child {
      color: var(--navy);
      font-weight: 600;
      text-align: right;
    }
    .cart-summary .sum-line.total {
      color: var(--navy);
      font-weight: 800;
      font-size: 1.05rem;
      padding-top: .55rem;
      margin-top: .15rem;
      border-top: 1px dashed var(--line);
    }
    .cart-summary .sum-line.total span:last-child {
      font-weight: 800;
      color: var(--navy);
    }
    .shop-drawer-foot .checkout-btn {
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .45rem;
      background: linear-gradient(135deg, var(--volt), var(--volt-hot));
      color: #fff;
      font-weight: 700;
      padding: .85rem 1rem;
      border-radius: 999px;
      box-shadow: 0 8px 22px rgba(245,130,32,.28);
      margin-bottom: .45rem;
      transition: transform .25s, filter .25s;
    }
    .shop-drawer-foot .checkout-btn:hover {
      color: #fff;
      transform: translateY(-1px);
      filter: brightness(1.04);
    }
    .shop-drawer-foot .continue {
      display: block;
      width: 100%;
      text-align: center;
      font-size: .84rem;
      font-weight: 700;
      color: var(--muted);
      padding: .4rem;
      background: none;
      border: 0;
    }
    .shop-drawer-foot .continue:hover { color: var(--volt); }

    /* Sections — clear bands + modern chrome */
    .section {
      padding: clamp(2.25rem, 5vw, 3.5rem) 0;
      background: #fff;
      position: relative;
    }
    .section + .section {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(18, 21, 38, 0.06);
    }
    .section-alt {
      background:
        linear-gradient(180deg, rgba(244,245,247,.96), rgba(244,245,247,1));
    }
    .section-alt .product-card,
    .section-alt .svc-card,
    .section-alt .learn-card,
    .section-alt .brand-logo,
    .section-alt .cat-card,
    .section-alt .promo-tile {
      box-shadow: 0 10px 32px rgba(18, 21, 38, 0.05);
    }
    .section-head {
      display: flex; align-items: end; justify-content: space-between;
      gap: 1rem; margin-bottom: 1.5rem;
    }
    .section-kicker {
      display: block;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--volt);
      margin-bottom: .35rem;
    }
    .section-head h2 {
      font-family: var(--display);
      font-size: clamp(1.4rem, 2.8vw, 1.85rem);
      font-weight: 800;
      letter-spacing: -.04em;
      color: var(--navy);
      line-height: 1.15;
    }
    .view-all {
      font-size: .88rem; font-weight: 700; color: var(--navy);
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      padding: .5rem .9rem;
      border-radius: 999px;
      background: rgba(18, 21, 38, 0.04);
      border: 1px solid transparent;
      transition: .25s var(--ease);
    }
    .view-all i {
      color: var(--volt);
      transition: transform .25s var(--ease);
    }
    .view-all:hover {
      color: var(--volt);
      background: var(--volt-dim);
      transform: none;
    }
    .view-all:hover i { transform: translateX(3px); }

    /* Hero: services + banner */
    .hero-wrap { padding: 1.35rem 0; }
    .hero-grid {
      display: grid;
      grid-template-columns: 230px 1fr;
      gap: 1.15rem;
      align-items: stretch;
    }
    @media (max-width: 991.98px) {
      .hero-grid { grid-template-columns: 1fr; }
    }
    .services-rail {
      background: rgba(255,255,255,.75);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(18, 21, 38, 0.07);
      border-radius: var(--radius-lg);
      overflow: hidden;
      display: grid;
      grid-template-rows: repeat(4, 1fr);
      box-shadow: var(--shadow);
      min-height: 360px;
    }
    .service-tile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      text-align: center;
      padding: .9rem .65rem;
      border-bottom: 1px solid var(--line);
      transition: background .3s var(--ease), transform .3s var(--ease);
    }
    .service-tile:last-child { border-bottom: 0; }
    .service-tile:hover { background: linear-gradient(180deg, rgba(245,130,32,.08), rgba(245,130,32,.03)); }
    .service-tile:hover .ico {
      transform: scale(1.08) rotate(-4deg);
      background: linear-gradient(135deg, var(--volt), var(--volt-hot));
      color: #fff;
      box-shadow: var(--shadow-glow);
    }
    .service-tile .ico {
      width: 50px; height: 50px; border-radius: 16px;
      background: #FFF4EB; color: var(--volt);
      display: grid; place-items: center; font-size: 1.2rem;
      transition: .35s var(--ease);
    }
    .service-tile strong { font-size: .78rem; font-weight: 700; line-height: 1.25; color: var(--navy); }

    /* Image banner carousel */
    .hero-carousel {
      position: relative;
      border-radius: calc(var(--radius-lg) + 4px);
      overflow: hidden;
      min-height: 360px;
      height: 100%;
      background: var(--bg-soft);
      border: 1px solid rgba(18, 21, 38, 0.06);
      box-shadow: var(--shadow);
      isolation: isolate;
    }
    .hero-track {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 360px;
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity .55s var(--ease), visibility .55s;
      z-index: 0;
    }
    .hero-slide.active {
      opacity: 1;
      visibility: visible;
      z-index: 1;
    }
    .hero-slide .media {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 360px;
      position: relative;
    }
    .hero-slide img {
      width: 100%;
      height: 100%;
      min-height: 360px;
      object-fit: cover;
      display: block;
    }
    .hero-slide .slide-shade {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(18,21,38,.55) 0%, rgba(18,21,38,.2) 48%, transparent 72%);
      pointer-events: none;
      z-index: 1;
    }
    .hero-slide .slide-copy {
      position: absolute;
      left: clamp(1.1rem, 3vw, 2.4rem);
      bottom: clamp(1.35rem, 3.2vw, 2.4rem);
      z-index: 2;
      max-width: min(460px, 78%);
      color: #fff;
      text-shadow: 0 2px 16px rgba(0,0,0,.25);
    }
    .hero-slide .slide-copy span {
      display: inline-block;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: #FFD8A8;
      margin-bottom: .4rem;
    }
    .hero-slide .slide-copy strong {
      display: block;
      font-size: clamp(1.25rem, 2.8vw, 1.85rem);
      font-weight: 800;
      letter-spacing: -.03em;
      line-height: 1.15;
      margin-bottom: .35rem;
    }
    .hero-slide .slide-copy p {
      font-size: .9rem;
      opacity: .9;
      font-weight: 500;
      margin: 0 0 1rem;
    }
    .slide-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
      text-shadow: none;
    }
    .slide-btn {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      background: linear-gradient(135deg, var(--volt), var(--volt-hot));
      color: #fff;
      font-weight: 700;
      font-size: .86rem;
      padding: .65rem 1.15rem;
      border-radius: 999px;
      box-shadow: 0 8px 22px rgba(245, 130, 32, 0.35);
      transition: transform .25s var(--ease), box-shadow .25s, filter .25s;
    }
    .slide-btn:hover {
      color: #fff;
      transform: translateY(-2px);
      filter: brightness(1.05);
      box-shadow: 0 12px 28px rgba(245, 130, 32, 0.42);
    }
    .slide-btn-outline {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      background: rgba(255,255,255,.92);
      color: var(--navy);
      font-weight: 700;
      font-size: .86rem;
      padding: .62rem 1.1rem;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.85);
      transition: transform .25s var(--ease), background .25s, color .25s;
    }
    .slide-btn-outline:hover {
      background: var(--navy);
      color: #fff;
      transform: translateY(-2px);
    }
    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      width: 42px;
      height: 42px;
      border-radius: 999px;
      background: rgba(255,255,255,.92);
      color: var(--navy);
      display: grid;
      place-items: center;
      box-shadow: 0 8px 24px rgba(18,21,38,.14);
      border: 1px solid rgba(255,255,255,.8);
      transition: background .2s, transform .2s, color .2s;
    }
    .carousel-btn:hover {
      background: var(--volt);
      color: #fff;
      transform: translateY(-50%) scale(1.04);
    }
    .carousel-btn.prev { left: .85rem; }
    .carousel-btn.next { right: .85rem; }
    .carousel-dots {
      position: absolute;
      left: 50%;
      bottom: .9rem;
      transform: translateX(-50%);
      z-index: 5;
      display: flex;
      gap: .4rem;
      padding: .35rem .5rem;
      border-radius: 999px;
      background: rgba(18,21,38,.28);
      backdrop-filter: blur(8px);
    }
    .carousel-dots button {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,.45);
      transition: width .25s, background .25s;
    }
    .carousel-dots button.active {
      width: 22px;
      background: #fff;
    }

    /* Category cards — contained tiles */
    .cat-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    @media (min-width: 576px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 768px) { .cat-grid { grid-template-columns: repeat(4, 1fr); gap: 1.15rem; } }
    @media (min-width: 1100px) { .cat-grid { grid-template-columns: repeat(6, 1fr); } }
    .cat-card {
      text-align: center;
      background: #fff;
      border: 1px solid rgba(18, 21, 38, 0.07);
      border-radius: 18px;
      padding: 1.05rem .7rem 1rem;
      transition: border-color .3s, box-shadow .35s var(--ease), transform .35s var(--ease);
      box-shadow: 0 2px 8px rgba(18, 21, 38, 0.03);
      position: relative;
      overflow: hidden;
    }
    .cat-card::before { display: none; }
    .cat-card:hover {
      border-color: rgba(245, 130, 32, 0.32);
      box-shadow: 0 14px 34px rgba(18, 21, 38, 0.08), 0 0 0 1px rgba(245,130,32,.1);
      transform: translateY(-5px);
    }
    .cat-card .thumb {
      background: linear-gradient(160deg, #FFF7F0, #FFEAD5);
      border-radius: 16px;
      aspect-ratio: 1 / .9;
      display: grid;
      place-items: center;
      margin-bottom: .7rem;
      overflow: hidden;
      position: relative;
      border: 1px solid rgba(245, 130, 32, 0.08);
      transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s;
      box-shadow: none;
    }
    .cat-card .thumb::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(165deg, rgba(245,130,32,.0), rgba(245,130,32,.22));
      opacity: 0;
      transition: opacity .35s;
      pointer-events: none;
      z-index: 2;
    }
    .cat-card .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .45s var(--ease);
    }
    .cat-card .thumb i {
      font-size: 1.85rem;
      color: var(--volt);
      position: relative;
      z-index: 3;
      transition: transform .35s var(--ease), color .3s;
    }
    .cat-card:hover .thumb {
      transform: scale(1.04);
      border-color: rgba(245, 130, 32, 0.35);
      box-shadow: 0 10px 24px rgba(245, 130, 32, 0.18);
    }
    .cat-card:hover .thumb::after { opacity: 1; }
    .cat-card:hover .thumb img { transform: scale(1.1); }
    .cat-card:hover .thumb i {
      transform: scale(1.12);
      color: var(--orange-dark);
    }
    .cat-card .name {
      font-size: .82rem;
      font-weight: 700;
      color: var(--ink);
      line-height: 1.3;
      letter-spacing: -.01em;
      position: relative;
      z-index: 1;
      transition: color .25s;
    }
    .cat-card:hover .name { color: var(--volt); }

    /* Products — discrete cards */
    .product-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    @media (min-width: 768px) { .product-grid { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; } }
    @media (min-width: 1100px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }
    .product-card {
      background: #fff;
      border: 1px solid rgba(18, 21, 38, 0.07);
      border-radius: 18px;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
      height: 100%;
      box-shadow: 0 2px 10px rgba(18, 21, 38, 0.03);
      position: relative;
    }
    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-lg);
      border-color: rgba(18, 21, 38, 0.1);
    }
    .product-media {
      position: relative;
      background:
        radial-gradient(circle at 30% 20%, rgba(245,130,32,.08), transparent 45%),
        linear-gradient(160deg, #F8F9FB, #EEF0F5);
      border-radius: 14px;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      margin-bottom: .85rem;
      overflow: hidden;
      border: 1px solid rgba(18, 21, 38, 0.04);
    }
    .product-media img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform .55s var(--ease);
    }
    .product-card:hover .product-media img { transform: scale(1.07); }
    .ribbon {
      position: absolute; top: 10px; left: 10px;
      background: linear-gradient(135deg, var(--volt), var(--volt-hot));
      color: #fff;
      font-size: .68rem; font-weight: 800;
      padding: .28rem .6rem; border-radius: 999px;
      text-transform: uppercase;
      letter-spacing: .04em;
      z-index: 1;
      box-shadow: 0 6px 16px rgba(245,130,32,.3);
    }
    .ribbon.new { background: linear-gradient(135deg, #0D9488, #14B8A6); box-shadow: 0 6px 16px rgba(20,184,166,.28); }
    .wish {
      position: absolute; top: 10px; right: 10px;
      width: 36px; height: 36px; border-radius: 50%;
      background: rgba(255,255,255,.78); color: #94A3B8;
      display: grid; place-items: center;
      box-shadow: 0 6px 18px rgba(18,21,38,.08);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,.8);
      transition: .25s var(--ease);
      z-index: 1;
    }
    .wish.active, .wish:hover { color: #E11D48; transform: scale(1.08); }
    .brand-tag { font-size: .7rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
    .product-title {
      font-size: .9rem; font-weight: 700; margin: .25rem 0 .4rem;
      display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
      min-height: 2.6em;
      letter-spacing: -.01em;
    }
    .stars { color: #F59E0B; font-size: .75rem; margin-bottom: .35rem; }
    .stars span { color: var(--muted); margin-left: .25rem; }
    .price-row { display: flex; align-items: baseline; gap: .4rem; margin-top: auto; }
    .price { font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; }
    .mrp { font-size: .8rem; color: #999; text-decoration: line-through; }
    .gst-note { font-size: .68rem; color: var(--muted); margin: .15rem 0 .55rem; }
    .add-btn {
      width: 100%;
      background: linear-gradient(135deg, var(--volt), var(--volt-hot));
      color: #fff;
      font-weight: 700;
      font-size: .84rem;
      padding: .7rem;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .35rem;
      transition: transform .25s var(--ease), box-shadow .25s, filter .25s;
      position: relative;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(245, 130, 32, 0.22);
    }
    .add-btn::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
      transform: translateX(-120%);
      transition: transform .55s var(--ease);
    }
    .add-btn:hover {
      filter: brightness(1.05);
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(245, 130, 32, 0.34);
    }
    .add-btn:hover::after { transform: translateX(120%); }
    .add-btn.ok { background: var(--teal); box-shadow: none; filter: none; }

    .featured-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.15rem;
    }
    @media (min-width: 992px) {
      .featured-layout { grid-template-columns: 260px 1fr; gap: 1.25rem; }
    }

    .promo-tile {
      background:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,.75), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(99,102,241,.12), transparent 45%),
        linear-gradient(160deg, #FFF4EB 0%, #FFE0C7 100%);
      color: var(--navy);
      border-radius: calc(var(--radius-lg) + 2px);
      padding: 1.6rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 280px;
      border: 1px solid rgba(245, 130, 32, 0.16);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
    }
    .promo-tile h3 {
      font-family: var(--display);
      font-size: 1.4rem;
      font-weight: 800;
      margin: .5rem 0 .6rem;
      letter-spacing: -.02em;
      color: var(--navy);
    }
    .promo-tile p { opacity: 1; color: var(--muted); font-size: .9rem; margin-bottom: 1rem; }
    .promo-tile .shop {
      align-self: flex-start;
      background: var(--volt);
      color: #fff;
      font-weight: 700;
      padding: .6rem 1.05rem;
      border-radius: 999px;
      font-size: .85rem;
      transition: transform .25s var(--ease), background .25s;
    }
    .promo-tile .shop:hover {
      transform: translateY(-2px);
      background: var(--orange-dark);
      color: #fff;
    }

    /* Services split cards */
    .service-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    @media (min-width: 768px) { .service-grid { grid-template-columns: 1fr 1fr; gap: 1.15rem; } }
    .svc-card {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      border: 1px solid var(--line);
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      min-height: 130px;
      box-shadow: 0 1px 3px rgba(26, 29, 53, 0.04);
      transition: box-shadow .25s, border-color .25s, transform .25s var(--ease);
    }
    .svc-card:hover {
      box-shadow: var(--shadow);
      border-color: rgba(26, 29, 53, 0.14);
      transform: translateY(-2px);
    }
    .svc-card .left {
      padding: 1.15rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: .55rem;
    }
    .svc-card h3 { font-size: 1rem; font-weight: 800; font-family: var(--display); }
    .svc-explore {
      align-self: flex-start;
      background: var(--volt);
      color: #fff;
      font-size: .78rem;
      font-weight: 700;
      padding: .42rem .85rem;
      border-radius: 999px;
      transition: .25s var(--ease);
      box-shadow: 0 4px 12px rgba(245, 130, 32, 0.2);
    }
    .svc-explore:hover { filter: brightness(1.06); color: #fff; transform: translateY(-1px); }
    .svc-card .right {
      background:
        radial-gradient(circle at 70% 30%, rgba(232,93,4,.2), transparent 55%),
        #FFF7ED;
      display: grid;
      place-items: center;
      color: var(--volt);
      font-size: 2.6rem;
      transition: .35s var(--ease);
    }
    .svc-card:hover .right { color: var(--orange-dark); transform: scale(1.04); }

    /* Trust — separate cards */
    .trust-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
      background: transparent;
      border-radius: 0;
      padding: 0;
      border: 0;
    }
    @media (min-width: 768px) { .trust-row { grid-template-columns: repeat(3, 1fr); } }
    .trust {
      display: flex; align-items: center; gap: .85rem;
      padding: 1.1rem 1.15rem;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      box-shadow: 0 1px 3px rgba(26, 29, 53, 0.04);
    }
    .trust .ico {
      width: 48px; height: 48px; border-radius: 12px;
      background: #FFF4EB; border: 0;
      display: grid; place-items: center;
      color: var(--volt); font-size: 1.15rem;
      flex-shrink: 0;
    }
    .trust strong { display: block; font-size: .92rem; color: var(--navy); }
    .trust span { font-size: .8rem; color: var(--muted); }

    /* Brands */
    .brand-row {
      display: flex;
      gap: 1rem;
      overflow-x: auto;
      padding-bottom: .35rem;
      scrollbar-width: none;
    }
    .brand-row::-webkit-scrollbar { display: none; }
    .brand-logo {
      flex: 0 0 auto;
      min-width: 118px;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .4rem;
      padding: 1.05rem .9rem;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: #fff;
      box-shadow: 0 1px 3px rgba(26, 29, 53, 0.04);
      transition: .2s;
    }
    .brand-logo i { font-size: 1.3rem; color: var(--navy); }
    .brand-logo span { font-size: .72rem; font-weight: 700; color: var(--muted); }
    .brand-logo:hover { border-color: rgba(245, 130, 32, 0.4); box-shadow: var(--shadow); }
    .brand-logo:hover i, .brand-logo:hover span { color: var(--volt); }

    /* Learn cards */
    .learn-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    @media (min-width: 768px) { .learn-grid { grid-template-columns: repeat(2, 1fr); gap: 1.15rem; } }
    @media (min-width: 1100px) { .learn-grid { grid-template-columns: repeat(4, 1fr); } }
    .learn-card {
      border: 1px solid var(--line);
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      height: 100%;
      transition: box-shadow .25s, border-color .25s, transform .25s var(--ease);
      box-shadow: 0 1px 3px rgba(26, 29, 53, 0.04);
    }
    .learn-card:hover {
      box-shadow: var(--shadow);
      border-color: rgba(26, 29, 53, 0.14);
      transform: translateY(-3px);
    }
    .learn-card .cover {
      height: 140px;
      display: grid; place-items: center;
      font-size: 2.2rem;
    }
    .learn-card .body { padding: .95rem; }
    .learn-card .tag {
      font-size: .68rem; font-weight: 800; text-transform: uppercase;
      letter-spacing: .05em; color: var(--orange); margin-bottom: .3rem;
    }
    .learn-card h3 { font-size: .92rem; font-weight: 700; margin-bottom: .35rem; line-height: 1.35; }
    .learn-card p { font-size: .8rem; color: var(--muted); }

    /* Bulk banner — navy mesh */
    .bulk-banner {
      background:
        radial-gradient(circle at 92% 15%, rgba(245,130,32,.28), transparent 42%),
        radial-gradient(circle at 8% 85%, rgba(99,102,241,.22), transparent 40%),
        linear-gradient(125deg, var(--navy) 0%, #1A2040 48%, #252A52 100%);
      color: #fff;
      border-radius: calc(var(--radius-lg) + 4px);
      padding: clamp(1.75rem, 3.5vw, 2.6rem);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1.15rem;
      border: 1px solid rgba(255,255,255,.1);
      box-shadow: var(--shadow-lg);
      position: relative;
      overflow: hidden;
    }
    .bulk-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
      background-size: 18px 18px;
      mask-image: linear-gradient(90deg, transparent, black 30%, black 70%, transparent);
      pointer-events: none;
      opacity: .5;
    }
    .bulk-banner h2 {
      font-family: var(--display);
      font-size: clamp(1.35rem, 3vw, 1.85rem);
      font-weight: 800;
      margin-bottom: .4rem;
      letter-spacing: -.035em;
      position: relative;
    }
    .bulk-banner p { opacity: .82; font-size: .94rem; max-width: 480px; position: relative; }
    .bulk-actions { display: flex; gap: .55rem; flex-wrap: wrap; position: relative; }
    .btn-white {
      background: #fff;
      color: var(--volt); font-weight: 700;
      padding: .7rem 1.15rem; border-radius: 999px; font-size: .88rem;
      display: inline-flex; align-items: center; gap: .4rem;
      transition: .25s var(--ease);
      box-shadow: none;
    }
    .btn-white:hover { transform: translateY(-2px); color: var(--orange-dark); filter: none; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
    .btn-ghost {
      border: 1.5px solid rgba(255,255,255,.4); color: #fff; font-weight: 700;
      padding: .65rem 1.05rem; border-radius: 999px; font-size: .88rem;
      display: inline-flex; align-items: center; gap: .35rem;
      transition: .25s var(--ease);
    }
    .btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }

    /* Footer — deep navy */
    .site-footer {
      background: var(--navy);
      color: rgba(255,255,255,.72);
      padding: 2.75rem 0 1.5rem;
      margin-top: 1rem;
    }
    .site-footer h6 {
      color: #fff; font-size: .82rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: .04em; margin-bottom: .9rem;
    }
    .site-footer a {
      display: block; color: rgba(255,255,255,.68);
      font-size: .84rem; margin-bottom: .45rem;
    }
    .site-footer a:hover { color: var(--volt-hot); }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.1);
      margin-top: 1.75rem; padding-top: 1.1rem;
      display: flex; flex-wrap: wrap; gap: .75rem;
      justify-content: space-between; align-items: center;
      font-size: .8rem;
      color: rgba(255,255,255,.55);
    }
    .sign-in-btn {
      display: none;
      align-items: center;
      gap: .4rem;
      padding: .55rem 1rem;
      border: 1.5px solid var(--navy);
      border-radius: 999px;
      color: var(--navy);
      font-weight: 700;
      font-size: .86rem;
      background: #fff;
      transition: .2s;
      margin-left: .25rem;
      white-space: nowrap;
    }
    .sign-in-btn:hover {
      background: var(--navy);
      color: #fff;
    }
    @media (min-width: 992px) {
      .sign-in-btn { display: inline-flex; }
      .account-m { display: none !important; }
    }
    .account-m { display: flex; }
    .pay-icons { display: flex; gap: .65rem; font-size: 1.5rem; opacity: .55; }

    /* Bottom nav */
    .bottom-nav {
      position: fixed; left: 0; right: 0; bottom: 0;
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(22px) saturate(1.55);
      -webkit-backdrop-filter: blur(22px) saturate(1.55);
      border-top: 1px solid rgba(18,21,38,.06);
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      z-index: 1030;
      padding: .45rem 0 calc(.45rem + env(safe-area-inset-bottom));
      box-shadow: 0 -12px 40px rgba(18,21,38,.08);
    }
    @media (min-width: 992px) { .bottom-nav { display: none; } }
    .bn-item {
      display: flex; flex-direction: column; align-items: center; gap: .15rem;
      color: var(--muted); font-size: .62rem; font-weight: 700; padding: .35rem;
      transition: color .25s, transform .25s var(--ease);
      text-decoration: none; background: none; border: 0; font-family: inherit; cursor: pointer;
    }
    .bn-item i { font-size: 1.2rem; }
    .bn-item.active { color: var(--volt); }
    .bn-item:active { transform: scale(0.94); }

    /* Pastel service strips — controlled by .only-mobile */
    .pastel-strips .strip-list {
      display: grid;
      gap: .5rem;
    }
    .pastel-strip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: .9rem 1.05rem;
      border-radius: 14px;
      font-weight: 800;
      font-size: .9rem;
      color: #222;
      border: 1px solid transparent;
      transition: transform .3s var(--ease), box-shadow .3s;
    }
    .pastel-strip:hover { transform: translateX(4px); box-shadow: var(--shadow); }
    .pastel-strip i { font-size: 1.25rem; opacity: .9; }
    .pastel-strip.c1 { background: linear-gradient(90deg, #D9F7EA, #F0FDF7); color: #0F7A45; }
    .pastel-strip.c2 { background: linear-gradient(90deg, #FCE7F0, #FFF5F8); color: #C0265E; }
    .pastel-strip.c3 { background: linear-gradient(90deg, #E0EBFF, #F5F8FF); color: #1D4ED8; }
    .pastel-strip.c4 { background: linear-gradient(90deg, #FFF0D6, #FFFAF0); color: #B45309; }

    .jump-rows {
      display: none;
      margin-top: .75rem;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      background: #fff;
    }
    .jump-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      padding: .9rem 1rem;
      border-bottom: 1px solid var(--line);
      font-weight: 700;
      font-size: .9rem;
    }
    .jump-row:last-child { border-bottom: 0; }
    .jump-row .go {
      background: linear-gradient(135deg, var(--volt), var(--volt-hot));
      color: #fff;
      font-size: .72rem;
      font-weight: 800;
      padding: .35rem .75rem;
      border-radius: 999px;
      white-space: nowrap;
      transition: filter .25s;
    }
    .jump-row:hover .go { filter: brightness(1.06); }

    .footer-acc details {
      border-bottom: 1px solid rgba(255,255,255,.1);
      padding: .35rem 0;
    }
    .footer-acc summary {
      list-style: none;
      cursor: pointer;
      color: #fff;
      font-size: .88rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .04em;
      padding: .7rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer-acc summary::-webkit-details-marker { display: none; }
    .footer-acc summary::after { content: '+'; font-size: 1.1rem; opacity: .7; }
    .footer-acc details[open] summary::after { content: '−'; }
    .footer-acc .acc-links { padding: 0 0 .75rem; }
    .footer-newsletter {
      margin-bottom: 1.25rem;
      padding-bottom: 1.25rem;
      border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .footer-newsletter p {
      color: #fff;
      font-weight: 700;
      margin-bottom: .65rem;
      font-size: .95rem;
    }
    .nl-form {
      display: flex;
      gap: 0;
      border-radius: 8px;
      overflow: hidden;
    }
    .nl-form input {
      flex: 1;
      border: 0;
      padding: .7rem .9rem;
      outline: 0;
      min-width: 0;
      font-size: .9rem;
    }
    .nl-form button {
      background: var(--orange);
      color: #fff;
      font-weight: 800;
      padding: .7rem 1rem;
      font-size: .85rem;
    }

    /* ========================================
       MOBILE + TABLET (Robu-style)
       ======================================== */
    @media (max-width: 991.98px) {
      .container-shop { width: min(100%, calc(100% - 1rem)); }

      .header-main {
        grid-template-columns: 1fr auto;
        padding: .85rem 0 .45rem;
        gap: .45rem;
      }
      .menu-btn {
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        font-size: 1.2rem;
      }
      .brand { font-size: 1.28rem; }
      .util-btn {
        min-width: 40px;
        padding: .35rem .4rem;
      }
      .util-btn span { display: none !important; }
      .util-btn.mobile-show { display: flex !important; }
      .util-btn .badge-dot { right: 2px; top: 0; }

      .mobile-search .search-box {
        border-radius: 12px;
        background: var(--bg-elev);
        border-color: var(--line);
      }
      .mobile-search .search-box:focus-within {
        border-color: rgba(232, 93, 4, 0.45);
        box-shadow: 0 0 0 4px var(--volt-dim);
      }

      .hero-wrap { padding: .75rem 0; }
      .hero-carousel {
        min-height: 210px;
        border-radius: 16px;
      }
      .hero-carousel, .hero-track, .hero-slide .media, .hero-slide img { min-height: 210px; }
      .carousel-btn { width: 36px; height: 36px; font-size: .85rem; }
      .carousel-btn.prev { left: .5rem; }
      .carousel-btn.next { right: .5rem; }
      .hero-slide .slide-copy p { display: none; }
      .hero-slide .slide-copy strong { font-size: 1.15rem; }
      .slide-btn, .slide-btn-outline { font-size: .8rem; padding: .55rem .9rem; }
      .hero-copy h1 {
        font-size: 1.35rem;
        margin-bottom: .45rem;
      }
      .hero-copy p {
        font-size: .84rem;
        margin-bottom: .85rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .hero-kicker {
        font-size: .68rem;
        margin-bottom: .55rem;
        padding: .22rem .6rem;
      }
      .btn-hero {
        padding: .55rem 1rem;
        font-size: .82rem;
      }
      .btn-hero-outline { display: none; }
      .hero-robot { font-size: 4.5rem; right: 4%; opacity: .18; }

      .section { padding: 1.75rem 0; }
      .section-head { margin-bottom: 1rem; }
      .section-head h2 { font-size: 1.2rem; }

      .cat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: .75rem;
      }
      .cat-card { padding: .75rem .5rem .7rem; border-radius: 14px; }
      .cat-card .thumb {
        border-radius: 12px;
        aspect-ratio: 1 / .88;
      }
      .cat-card .thumb i { font-size: 1.55rem; }
      .cat-card .name { font-size: .78rem; }

      .featured-layout { grid-template-columns: 1fr; gap: .85rem; }
      .promo-tile {
        min-height: auto;
        padding: 1.15rem;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
      }
      .promo-tile h3 { font-size: 1.05rem; margin: .25rem 0 .35rem; }
      .promo-tile p { display: none; }
      .promo-tile .shop { margin-left: auto; align-self: center; }

      .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: .75rem;
      }
      .product-card { padding: .75rem; border-radius: 14px; }
      .product-title { font-size: .8rem; min-height: 2.4em; }
      .price { font-size: .98rem; color: var(--volt); }
      .add-btn {
        background: linear-gradient(135deg, var(--volt), var(--volt-hot));
        font-size: .78rem;
        padding: .55rem .4rem;
        border-radius: 999px;
      }
      .add-btn:hover { filter: brightness(1.05); }

      .service-grid { grid-template-columns: 1fr; }
      .svc-card { min-height: 110px; }
      .svc-card h3 { font-size: .92rem; }
      .svc-card .right { font-size: 2.2rem; }

      .trust-row {
        grid-template-columns: 1fr;
        padding: 0;
        gap: .75rem;
      }
      .learn-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
      .learn-card .cover { height: 100px; font-size: 1.7rem; }
      .learn-card .body { padding: .7rem; }
      .learn-card h3 { font-size: .8rem; }
      .learn-card p { display: none; }

      .bulk-banner { padding: 1.15rem; border-radius: 14px; }
      .bulk-banner h2 { font-size: 1.1rem; }
      .bulk-banner p { font-size: .84rem; }

      .site-footer { padding: 1.75rem 0 1.25rem; }
      .bottom-nav { display: grid; }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
      .container-shop { width: min(100%, calc(100% - 1.75rem)); }
      .header-main { padding: 1rem 0 .55rem; }
      .hero-carousel, .hero-track, .hero-slide .media, .hero-slide img { min-height: 260px; }
      .hero-copy h1 { font-size: 1.7rem; }
      .hero-copy p {
        -webkit-line-clamp: 3;
        font-size: .92rem;
      }
      .btn-hero-outline { display: inline-flex; }
      .cat-grid { grid-template-columns: repeat(3, 1fr); gap: .85rem; }
      .pastel-strips .strip-list {
        grid-template-columns: 1fr 1fr;
      }
      .product-grid { gap: .85rem; }
      .promo-tile {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
      }
      .promo-tile p { display: block; }
      .promo-tile .shop { margin-left: 0; }
      .featured-layout { grid-template-columns: 220px 1fr; }
      .learn-grid { grid-template-columns: repeat(2, 1fr); }
      .service-grid { grid-template-columns: 1fr 1fr; }
      .trust-row { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 575.98px) {
      .brand { font-size: 1.15rem; }
      .hero-copy h1 { font-size: 1.22rem; }
      .cat-card .name { font-size: .74rem; }
    }
