    /* ══════════════════════════════════════
       HOME: VIALS / PENS SPLIT
    ══════════════════════════════════════ */
    .shop-split { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1280px; margin: 0 auto; }

    .shop-tile {
      position: relative; border: 1px solid var(--border); border-radius: 28px;
      background: var(--card); backdrop-filter: blur(20px);
      padding: 38px 18px 40px; text-align: center; text-decoration: none; color: var(--text);
      overflow: hidden; transition: all 0.35s cubic-bezier(.22,1,.36,1);
      display: flex; flex-direction: column; align-items: center; justify-content: center;
    }
    .shop-tile::before {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(160deg, rgba(201, 162, 74,0.06), transparent);
      opacity: 0; transition: opacity 0.3s;
    }
    .shop-tile.clickable { cursor: pointer; }
    .shop-tile.clickable:hover { transform: translateY(-8px); border-color: rgba(201, 162, 74,0.5); box-shadow: 0 22px 55px rgba(0,0,0,0.10); }
    .shop-tile.clickable:hover::before { opacity: 1; }

    .shop-tile-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; top: -90px; filter: blur(20px); opacity: 0.10; pointer-events: none; }

    .shop-icon { font-size: 96px; height: 280px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; position: relative; z-index: 1; filter: drop-shadow(0 0 28px rgba(201, 162, 74,0.4)); animation: float 5s ease-in-out infinite; }
    .shop-tile.soon .shop-icon { filter: drop-shadow(0 0 28px rgba(166, 127, 61,0.4)); }
    .shop-photo { width: 100%; height: 280px; object-fit: contain; padding: 16px; background: #ffffff; border-radius: 16px; margin-bottom: 18px; position: relative; z-index: 1; }

    .shop-name { font-family: 'Space Grotesk', sans-serif; font-size: 34px; font-weight: 800; margin-bottom: 10px; position: relative; z-index: 1; }
    .shop-desc { font-size: 15px; color: var(--text-muted); line-height: 1.65; max-width: 320px; margin-bottom: 24px; position: relative; z-index: 1; }
    .shop-count { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--accent); position: relative; z-index: 1; margin-bottom: 22px; }

    .shop-cta {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 30px; border-radius: 12px; font-size: 15px; font-weight: 700;
      position: relative; z-index: 1;
      background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #0a0a0a;
      box-shadow: 0 8px 30px rgba(201, 162, 74,0.3); transition: all 0.2s;
    }
    .shop-tile.clickable:hover .shop-cta { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201, 162, 74,0.45); }

    .shop-tile.soon { opacity: 0.9; }
    .shop-soon-ribbon {
      position: absolute; top: 24px; right: -40px; transform: rotate(45deg);
      background: linear-gradient(135deg, #a67f3d, #a67f3d); color: #fff;
      font-size: 11px; font-weight: 800; letter-spacing: 1.5px; padding: 6px 48px; z-index: 2;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }
    .shop-soon-badge {
      display: inline-flex; align-items: center; gap: 7px;
      padding: 12px 26px; border-radius: 100px;
      background: rgba(166, 127, 61,0.12); border: 1px solid rgba(166, 127, 61,0.3);
      color: #d9bb72; font-size: 14px; font-weight: 700; position: relative; z-index: 1;
    }

    @media (max-width: 980px) { .shop-split { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 760px) { .shop-split { grid-template-columns: repeat(2, 1fr); gap: 12px; } .shop-tile { padding: 22px 12px 24px; min-width: 0; } .shop-photo { height: 190px; } .shop-icon { font-size: 54px; } .shop-name { font-size: 20px; } }

    /* ── HERO COACHING (compact, lives inside the hero) ── */
    .hero-coaching {
      display: inline-flex; align-items: center; gap: 12px;
      margin-top: 22px; padding: 10px 14px; max-width: 100%;
      border-radius: 14px; text-decoration: none;
      background: linear-gradient(160deg, rgba(37,211,102,0.10), rgba(201, 162, 74,0.05));
      border: 1px solid var(--border); transition: all 0.2s;
      animation: fadeInUp 0.9s ease 0.35s both;
    }
    .hero-coaching:hover { transform: translateY(-2px); border-color: rgba(37,211,102,0.5); box-shadow: 0 8px 24px rgba(37,211,102,0.18); }
    .hero-coaching-icon { font-size: 26px; flex: 0 0 auto; line-height: 1; filter: drop-shadow(0 0 12px rgba(37,211,102,0.4)); }
    .hero-coaching-text { font-size: 13.5px; line-height: 1.35; color: var(--text-muted); text-align: left; }
    .hero-coaching-text strong { display: block; color: var(--text); font-weight: 700; font-size: 14.5px; }
    .hero-coaching-wa {
      display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
      width: 38px; height: 38px; border-radius: 10px; background: #25D366; color: #fff;
      box-shadow: 0 4px 16px rgba(37,211,102,0.4);
    }
    @media (max-width: 900px) { .hero-coaching { margin-left: auto; margin-right: auto; } }

    /* ── SHOP BY GOAL (home) ── */
    .goal-row { max-width: 1280px; margin: 56px auto 0; }
    .goal-row-head { text-align: center; margin-bottom: 26px; }
    .goal-row-head h3 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(24px, 3vw, 32px); font-weight: 700; }
    .goal-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .goal-tile {
      display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px;
      background: var(--card); border: 1px solid var(--border); border-radius: 18px;
      padding: 12px 12px 20px; text-decoration: none; overflow: hidden;
      transition: transform .25s, border-color .25s, box-shadow .25s;
    }
    .goal-tile:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
    .goal-ic { width: 100%; line-height: 1; margin-bottom: 6px; }
    .goal-ic img { width: 100%; height: 120px; object-fit: cover; border-radius: 12px; display: block; }
    .goal-name { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; color: var(--text); }
    .goal-sub { font-size: 12px; color: var(--text-muted); }
    @media (max-width: 900px) { .goal-tiles { grid-template-columns: repeat(2, 1fr); } }

    /* ── hero rework (2026-07-24 evening) ── */
    .hero-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; color: var(--accent2); margin-bottom: 14px; animation: fadeInUp .7s ease both; }
    .hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 26px; animation: fadeInUp .9s ease .25s both; }
    .hero-trust span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--text-muted); }
    .hero-trust svg { color: var(--accent2); flex: 0 0 auto; }
    @media (max-width: 900px) { .hero-trust { justify-content: center; } }
    /* hero pen: diagonal like Peak, gentle float that keeps the angle */
    .hero-pen { animation: heroPenFloat 6s ease-in-out infinite !important; width: 100% !important; margin-left: 0; }
    @keyframes heroPenFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
    /* hero pen: much bigger canvas than the old vial (2026-07-24) */
    .hero-vial:has(.hero-pen) { width: 620px; max-width: 46vw; }
    .hero-vial:has(.hero-pen) .hero-pen { width: 112% !important; margin-left: -8%; }
    @media (max-width: 900px) {
      .hero-vial:has(.hero-pen) { width: 81vw; max-width: 378px; }
    }
    /* pens tile: well stays straight, pen rotates inside it */
    .shop-photo-pen { display:flex; align-items:center; justify-content:center; overflow:hidden; padding:0 !important; }
    .shop-photo-pen img { width:96%; max-width:none; }
