.tb-content {
  background: #fffefc;
  padding: clamp(56px, 8vw, 96px) 0 clamp(64px, 9vw, 110px);
}

.tb-shell {
  width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
}

.tb-intro {
  margin: 0 0 clamp(56px, 7vw, 100px);
}

.tb-eyebrow {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin: 0 0 22px;
}

.tb-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin: 0 0 30px;
}

.tb-body {
  font-size: 18px;
  line-height: 1.69;
  letter-spacing: 0.04em;
  color: #434343;
  margin: 0;
}

/* 圖文卡片:兩段並為單一米色圓角卡(對齊 Figma) */
.tb-card {
  background: #fbf9f4;
  border-radius: 15px;
  padding: clamp(40px, 7vw, 90px) clamp(24px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vw, 90px);
}

.tb-feature__row {
  display: grid;
  grid-template-columns: 265fr 535fr;
  gap: clamp(28px, 4vw, 40px);
  align-items: center;
}

.tb-feature__row--reverse {
  grid-template-columns: 562fr 238fr;
}

.tb-feature__media {
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
  aspect-ratio: 225 / 365;
  background: center / contain no-repeat;
}

/* 晴光御守:產品圖較窄 */
.tb-feature__row--reverse .tb-feature__media {
  max-width: 189px;
  aspect-ratio: 189 / 343;
}

.tb-feature__figure {
  margin: 0;
}

.tb-feature__note {
  margin: 10px 0 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8a8a8a;
}

.tb-feature__media--yu {
  background-image: url('../../assets/tb-yu-2.webp');
}

.tb-feature__media--qing {
  background-image: url('../../assets/tb-qing-2.webp');
}

.tb-feature__name {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin: 0 0 18px;
}

.tb-feature__sub {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin: 0 0 28px;
}

.tb-feature__body {
  font-size: 18px;
  line-height: 1.69;
  letter-spacing: 0.04em;
  color: #434343;
  margin: 0;
}

@media (max-width: 767px) {
  .tb-feature__row,
  .tb-feature__row--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tb-feature__media,
  .tb-feature__row--reverse .tb-feature__media {
    max-width: 225px;
    margin: 0 auto;
  }
}

/* ----- Hero (per-page) ----- */
.tb-hero {
  width: 100%;
  aspect-ratio: 1440 / 450;
  background: url('../../assets/tb-hero.webp') center/cover no-repeat;
}

@media (max-width: 767px) {
  .tb-hero {
    aspect-ratio: 4 / 3;
  }
}
