
    .hc-lumeroom-vanta-brand * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .hc-lumeroom-vanta-brand {
      line-height: 1.6;
      color: #333;
      background-color: #f8f9fa;
      padding: 0;
      margin: 0;
      width: 100%;
    }

    .hc-lumeroom-vanta-brand .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 40px 10px;
      width: 100%;
    }

    .hc-lumeroom-vanta-brand .brand-desc {
      font-size: 1.25rem;
      line-height: 1.7;
      color: #555;
      text-align: center;
      margin-bottom: 32px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .hc-lumeroom-vanta-brand .intro-section {
      background: white;
      padding: 30px 20px;
      margin-bottom: 28px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      width: 100%;
    }

    .hc-lumeroom-vanta-brand .intro-section p {
      font-size: 1.2rem;
      color: #555;
      line-height: 1.7;
      text-align: center;
      max-width: 100%;
    }

    .hc-lumeroom-vanta-brand .section {
      background: white;
      padding: 35px 20px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%;
    }

    .hc-lumeroom-vanta-brand .section:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .hc-lumeroom-vanta-brand .section h2,
    .hc-lumeroom-vanta-brand .grid-item h3 {
      color: #5c4033;
      margin-bottom: 18px;
      padding-bottom: 8px;
      border-bottom: 2px solid #c8a985;
      display: inline-block;
      line-height: 1.25;
    }

    .hc-lumeroom-vanta-brand .section h2 {
      font-size: 1.85rem;
    }

    .hc-lumeroom-vanta-brand .grid-item h3 {
      font-size: 1.35rem;
    }

    .hc-lumeroom-vanta-brand .section p,
    .hc-lumeroom-vanta-brand .grid-item p {
      font-size: 1.15rem;
      margin-bottom: 14px;
      color: #555;
      line-height: 1.75;
      max-width: 100%;
    }

    .hc-lumeroom-vanta-brand .highlight-box {
      background-color: #f9f2ec;
      border-left: 4px solid #c8a985;
      padding: 20px;
      margin: 22px 0;
      border-radius: 0 6px 6px 0;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    .hc-lumeroom-vanta-brand .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin: 30px 0;
      width: 100%;
    }

    .hc-lumeroom-vanta-brand .grid-item {
      background: #fefefe;
      padding: 25px 20px;
      border-radius: 8px;
      border: 1px solid #eee;
      width: 100%;
    }

    .hc-lumeroom-vanta-brand .contact-section {
      background: #5c4033;
      color: white;
      padding: 40px 20px;
      border-radius: 8px;
      margin-top: 40px;
      width: 100%;
    }

    .hc-lumeroom-vanta-brand .contact-section h2 {
      color: white;
      border-bottom: 2px solid #c8a985;
      font-size: 1.85rem;
      margin-bottom: 18px;
      padding-bottom: 8px;
      display: inline-block;
      line-height: 1.25;
    }

    .hc-lumeroom-vanta-brand .contact-info {
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
      margin-top: 20px;
      width: 100%;
    }

    .hc-lumeroom-vanta-brand .contact-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 1.15rem;
      line-height: 1.7;
      flex: 1 1 calc(25% - 22px);
      min-width: 200px;
    }

    .hc-lumeroom-vanta-brand .contact-item svg {
      width: 22px;
      height: 22px;
      fill: #c8a985;
      flex: 0 0 auto;
    }

    .hc-lumeroom-vanta-brand .contact-item a {
      color: #c8a985;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .hc-lumeroom-vanta-brand .contact-item a:hover {
      color: #a67c52;
      text-decoration: underline;
    }

    .hc-lumeroom-vanta-brand .footer {
      text-align: center;
      padding: 30px 0;
      margin-top: 40px;
      color: #777;
      font-size: 1.05rem;
      width: 100%;
      line-height: 1.7;
    }

    @media (max-width: 768px) {
      .hc-lumeroom-vanta-brand .brand-desc { font-size: 1.15rem; }
      .hc-lumeroom-vanta-brand .contact-info { flex-direction: column; }
    }
  