/* ============================================================
   品牌大字 Brand Mark（首頁 + about 共用）
   來源 style.css 行 1574-1649（純搬移，內容未改）
   ============================================================ */

/* ============================================================
   MARK: BRAND MARK (outlined big text + wave)
   ============================================================ */
.brandmark-section {
  padding: 15px 0 60px 0;
  position: relative;
  overflow: hidden;
  background: #191919;
}

@media (max-width: 575px) {
  .brandmark-section {
    padding: 0 0 30px 0;
  }
}

/* 標語列：「一站式整合系統 × 行銷與品牌 × 高效能數位方案」（Figma node 633-33133） */
.brandmark-taglines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(16px, 2vw, 26px);
  line-height: 1.5;
  letter-spacing: .05em;
  color: var(--c-on-dark);
  position: relative;
  z-index: 1;
}

/* × 分隔符：CSS 純繪製，兩條對角細線交叉 */
.brandmark-divider {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: clamp(16px, 1.8vw, 23px);
  height: clamp(16px, 1.8vw, 23px);
}

.brandmark-divider::before,
.brandmark-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

.brandmark-divider::before {
  transform: translateY(-50%) rotate(45deg);
}

.brandmark-divider::after {
  transform: translateY(-50%) rotate(-45deg);
}

.brandmark-logos {
  padding: 0 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.brandmark-gif {
  margin: 0 15px;
}

@media (max-width: 1820px){
  .brandmark-logo-geyes {
    width: 480px;
  }
  .brandmark-gif {
    width: 300px;
  }
  .brandmark-logo-design {
    width: 480px;
  }
}

@media (max-width: 1820px){
  .brandmark-logo-geyes {
    width: 300px;
  }
  .brandmark-gif {
    width: 200px;
  }
  .brandmark-logo-design {
    width: 300px;
  }
}

@media (max-width: 900px){
  .brandmark-logo-geyes {
    width: 250px;
  }
  .brandmark-gif {
    width: 150px;
  }
  .brandmark-logo-design {
    width: 250px;
  }
}

@media (max-width: 730px){
  .brandmark-logo-geyes {
    width: 200px;
  }
  .brandmark-gif {
    width: 100px;
  }
  .brandmark-logo-design {
    width: 200px;
  }
}

@media (max-width: 575px){
  .brandmark-logo-geyes {
    width: 120px;
  }
  .brandmark-gif {
    width: 80px;
  }
  .brandmark-logo-design {
    width: 120px;
  }
}


/* RWD（原 4015-4017）*/
@media (max-width: 1500px) {
  .brandmark-text {
    -webkit-text-stroke-width: 1px;
  }
}
