/* Hero 左側 — 東方極簡 × AI 哲學感 */

.hero-brand {
  position: relative;
  min-height: 380px;
  padding: 2.5rem 2rem 2rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #faf9f6 0%, #f3f1ec 48%, #faf8f4 100%);
  border: 1px solid rgba(201, 169, 98, 0.18);
  overflow: hidden;
}

.hero-brand__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

/* 宣紙感細紋 */
.hero-brand__decor::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(201, 169, 98, 0.06) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(86, 102, 123, 0.05) 0%, transparent 40%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(0, 0, 0, 0.012) 3px,
      rgba(0, 0, 0, 0.012) 4px
    );
}

/* 水墨圓環 */
.hero-brand__ring {
  position: absolute;
  top: -18%;
  right: -12%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(201, 169, 98, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.hero-brand__ring::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  height: 72%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(86, 102, 123, 0.12);
  border-radius: 50%;
}

/* 金色細線 */
.hero-brand__line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.35), transparent);
  height: 1px;
  width: 55%;
}

.hero-brand__line--1 {
  top: 38%;
  left: 8%;
  transform: rotate(-8deg);
}

.hero-brand__line--2 {
  bottom: 28%;
  right: 5%;
  width: 40%;
  transform: rotate(12deg);
}

/* 卦象符號 */
.hero-brand__glyph {
  position: absolute;
  font-size: 5.5rem;
  line-height: 1;
  color: rgba(201, 169, 98, 0.09);
  font-weight: 300;
}

.hero-brand__glyph--kan {
  bottom: 6%;
  left: 6%;
}

.hero-brand__glyph--li {
  top: 12%;
  right: 10%;
  font-size: 3.5rem;
  color: rgba(86, 102, 123, 0.08);
}

/* 梅花 */
.hero-brand__plum {
  position: absolute;
  top: 22%;
  left: 14%;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 4rem;
  color: rgba(201, 169, 98, 0.07);
  font-weight: 300;
  line-height: 1;
}

/* 淡化六爻 */
.hero-brand__hex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 72px;
  opacity: 0.07;
}

.hero-brand__hex .yao {
  height: 5px;
  border-radius: 2px;
  background: #2c2c2c;
}

.hero-brand__hex .yao--yin {
  display: flex;
  gap: 14px;
  background: transparent;
}

.hero-brand__hex .yao--yin i {
  flex: 1;
  height: 5px;
  border-radius: 2px;
  background: #2c2c2c;
  font-style: normal;
}

.hero-brand__inner {
  position: relative;
  z-index: 1;
}

.hero-brand__eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8a7a5c;
  font-weight: 700;
}

.hero-brand__whisper {
  margin: 0;
  font-family: "Noto Serif TC", "Songti TC", "PingFang TC", serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.12em;
  color: rgba(42, 40, 38, 0.55);
  max-width: 14em;
}

/* Hero 右欄 — 情緒共鳴主文案 */
.hero-intro__title {
  margin: 0 0 1.75rem;
  font-family: "Noto Serif TC", "Songti TC", "PingFang TC", serif;
  font-size: clamp(1.75rem, 3.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2a2826;
}

.hero-intro__pain {
  margin: 0 0 1.35rem;
  font-family: "Noto Serif TC", "Songti TC", "PingFang TC", serif;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #5c5652;
}

.hero-intro__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: #8a7a5c;
}

.hero-intro__cta {
  letter-spacing: 0.08em;
}

.hero-col-intro h1 {
  line-height: 1.25;
}

@media (max-width: 959px) {
  .hero-brand {
    min-height: 280px;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem 1.5rem;
  }

  .hero-brand__whisper {
    max-width: none;
  }

  .hero-intro__title {
    margin-bottom: 1.35rem;
  }

  .hero-brand__ring {
    width: 200px;
    height: 200px;
  }
}
