
    /* =========================================================================
       CUSTOM WORKWEAR EMBROIDERED NAME PATCH SHOWCASE STYLESHEET
       Theme: Vintage Mechanic, Barista, Heritage Workwear & Custom Embroidered Name Tags
       Base Background: #f1f4ff (Strictly Enforced)
       Design Language: Vintage Americana, Heavy-Duty Workwear & Modern Streetwear Heritage
       Zero Links, Zero Buttons, Fully Responsive Desktop & Mobile (SSR Pure HTML/CSS)
       ========================================================================= */

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      background-color: #f1f4ff;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #1e293b;
      line-height: 1.65;
      padding: 30px 16px;
      -webkit-font-smoothing: antialiased;
    }

    .main-container {
      max-width: 1140px;
      margin: 0 auto;
      background: #ffffff;
      border-radius: 28px;
      padding: 42px 36px;
      box-shadow: 0 12px 48px rgba(99, 102, 241, 0.05), 0 2px 10px rgba(0, 0, 0, 0.02);
      border: 1px solid rgba(226, 232, 240, 0.8);
    }

    /* ==================== 1. HERO HEADER ==================== */
    .hero-banner {
      background: linear-gradient(135deg, #fef3c7 0%, #fff7ed 35%, #f1f5f9 70%, #eef2ff 100%);
      border: 1px solid #fed7aa;
      border-radius: 24px;
      padding: 46px 32px;
      text-align: center;
      margin-bottom: 44px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(234, 88, 12, 0.07);
    }

    .badge-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: linear-gradient(135deg, #ea580c 0%, #c2410c 50%, #4338ca 100%);
      color: #ffffff;
      font-size: 11.5px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 6px 20px;
      border-radius: 9999px;
      margin-bottom: 16px;
      box-shadow: 0 4px 14px rgba(234, 88, 12, 0.3);
    }

    .hero-title {
      font-size: 32px;
      font-weight: 900;
      color: #0f172a;
      line-height: 1.25;
      margin-bottom: 14px;
      letter-spacing: -0.8px;
    }

    .hero-subtitle {
      font-size: 17.5px;
      font-weight: 700;
      color: #c2410c;
      display: block;
      margin-top: 6px;
      letter-spacing: -0.2px;
    }

    .hero-desc {
      font-size: 14.5px;
      color: #475569;
      max-width: 900px;
      margin: 0 auto 24px auto;
      line-height: 1.75;
    }

    .hero-tags {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    .tag-item {
      background: #ffffff;
      border: 1px solid #cbd5e1;
      padding: 6px 14px;
      border-radius: 9999px;
      font-size: 12.5px;
      font-weight: 700;
      color: #334155;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    /* ==================== 2. HIGHLIGHTS GRID ==================== */
    .highlights-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 44px;
    }

    .highlight-card {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 18px;
      padding: 22px 18px;
      text-align: center;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .highlight-card:hover {
      transform: translateY(-3px);
      border-color: #cbd5e1;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    }

    .highlight-icon {
      font-size: 28px;
      margin-bottom: 10px;
      display: block;
    }

    .highlight-title {
      font-size: 15px;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 6px;
    }

    .highlight-desc {
      font-size: 12.5px;
      color: #64748b;
      line-height: 1.55;
    }

    /* ==================== 3. SECTION HEADERS ==================== */
    .section-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 24px;
      border-bottom: 2px solid #f1f5f9;
      padding-bottom: 14px;
    }

    .section-title {
      font-size: 22px;
      font-weight: 900;
      color: #0f172a;
      letter-spacing: -0.5px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .section-subtitle {
      font-size: 13.5px;
      color: #64748b;
      margin-top: 4px;
    }

    .section-chip {
      background: #ffedd5;
      color: #c2410c;
      font-size: 11.5px;
      font-weight: 800;
      padding: 4px 12px;
      border-radius: 8px;
      border: 1px solid #fed7aa;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      white-space: nowrap;
    }

    /* ==================== 4. REAL SAMPLE GALLERY GRID ==================== */
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-bottom: 48px;
    }

    .gallery-card {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .gallery-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
    }

    .gallery-card.featured-card {
      grid-column: span 2;
    }

    .gallery-img-wrap {
      background: #f8fafc;
      text-align: center;
      overflow: hidden;
      border-bottom: 1px solid #f1f5f9;
      position: relative;
    }

    .gallery-img-wrap img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .gallery-card:hover .gallery-img-wrap img {
      transform: scale(1.015);
    }

    .gallery-body {
      padding: 22px 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .card-title {
      font-size: 17px;
      font-weight: 800;
      color: #0f172a;
      line-height: 1.35;
      margin-bottom: 8px;
    }

    .card-desc {
      font-size: 13.5px;
      color: #475569;
      line-height: 1.6;
      margin-bottom: 14px;
    }

    .card-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 14px;
    }

    .card-tag {
      font-size: 11px;
      font-weight: 700;
      padding: 3px 8px;
      border-radius: 6px;
    }

    .card-tag-orange {
      background: #ffedd5;
      color: #c2410c;
      border: 1px solid #fed7aa;
    }

    .card-tag-blue {
      background: #e0f2fe;
      color: #0369a1;
      border: 1px solid #bae6fd;
    }

    .card-tag-amber {
      background: #fef3c7;
      color: #b45309;
      border: 1px solid #fde68a;
    }

    .card-tag-dark {
      background: #f1f5f9;
      color: #334155;
      border: 1px solid #cbd5e1;
    }

    .card-highlight {
      background: #f8fafc;
      border-left: 3px solid #ea580c;
      padding: 8px 12px;
      border-radius: 4px 8px 8px 4px;
      font-size: 12px;
      color: #334155;
      line-height: 1.5;
    }

    /* ==================== 5. CRAFT SPECIFICATIONS TABLE ==================== */
    .specs-section {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      padding: 30px;
      margin-bottom: 48px;
    }

    .specs-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 13.5px;
      margin-top: 10px;
    }

    .specs-table th {
      background: #ffffff;
      color: #0f172a;
      font-weight: 800;
      text-align: left;
      padding: 14px 16px;
      border-bottom: 2px solid #cbd5e1;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .specs-table td {
      padding: 13px 16px;
      border-bottom: 1px solid #e2e8f0;
      color: #475569;
      vertical-align: top;
    }

    .specs-table tr:last-child td {
      border-bottom: none;
    }

    .specs-table tr:hover td {
      background-color: #ffffff;
    }

    .spec-label {
      font-weight: 800;
      color: #0f172a;
      white-space: nowrap;
    }

    /* ==================== 6. INTERACTIVE FAQ ACCORDION ==================== */
    .faq-section {
      margin-bottom: 44px;
    }

    .faq-item {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      margin-bottom: 12px;
      overflow: hidden;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .faq-item:hover {
      border-color: #cbd5e1;
    }

    .faq-item[open] {
      border-color: #ea580c;
      box-shadow: 0 4px 14px rgba(234, 88, 12, 0.06);
    }

    .faq-item summary {
      padding: 16px 20px;
      font-size: 15px;
      font-weight: 800;
      color: #0f172a;
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      user-select: none;
      transition: background 0.2s ease, color 0.2s ease;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "+";
      font-size: 20px;
      font-weight: 700;
      color: #ea580c;
      transition: transform 0.2s ease;
    }

    .faq-item[open] summary::after {
      content: "−";
      transform: rotate(180deg);
    }

    .faq-item[open] summary {
      background: #fff7ed;
      color: #c2410c;
    }

    .faq-answer {
      padding: 14px 20px 18px 20px;
      font-size: 13.5px;
      color: #475569;
      line-height: 1.7;
      border-top: 1px solid #fed7aa;
      background: #ffffff;
    }

    /* ==================== 7. TRUST BADGES ==================== */
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .trust-card {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 18px 14px;
      text-align: center;
    }

    .trust-icon {
      font-size: 24px;
      margin-bottom: 6px;
      display: block;
    }

    .trust-title {
      font-size: 13.5px;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 3px;
    }

    .trust-desc {
      font-size: 11.5px;
      color: #64748b;
      line-height: 1.4;
    }

    /* ==================== RESPONSIVE MEDIA QUERIES ==================== */
    @media (max-width: 900px) {
      .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .trust-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      body {
        padding: 14px 8px;
      }
      .main-container {
        padding: 24px 16px;
        border-radius: 18px;
      }
      .hero-banner {
        padding: 30px 16px;
        border-radius: 16px;
      }
      .hero-title {
        font-size: 22px;
      }
      .hero-subtitle {
        font-size: 14.5px;
      }
      .gallery-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }
      .gallery-card.featured-card {
        grid-column: span 1;
      }
      .specs-section {
        padding: 18px 14px;
      }
      .specs-table {
        display: block;
        overflow-x: auto;
      }
      .specs-table th, .specs-table td {
        padding: 10px 12px;
        font-size: 12.5px;
      }
      .faq-item summary {
        font-size: 13.5px;
        padding: 14px 16px;
      }
      .faq-answer {
        font-size: 12.5px;
        padding: 12px 16px;
      }
    }
  