/* 同盟介绍页 V5：编辑式布局、内容层级与克制动效。 */
.tm-guide-v5 {
  --tm-container: 1200px;
  --tm-gutter: clamp(24px, 4.5vw, 64px);
  --tm-guide-blue: #006eff;
  --tm-guide-blue-dark: #0052cc;
  --tm-guide-title: #0b1f3a;
  --tm-guide-body: #475b74;
  --tm-guide-muted: #71829a;
  --tm-guide-line: #dce7f4;
  --tm-guide-line-strong: #c7d9ee;
  --tm-guide-tint: #f3f7fc;
  --tm-guide-tint-blue: #edf5ff;
  --tm-guide-radius: 12px;
  --tm-guide-radius-lg: 12px;
  --tm-guide-shadow: 0 16px 48px rgba(25, 75, 136, 0.1);
  --tm-guide-section-space: clamp(80px, 8vw, 112px);
  color: var(--tm-guide-title);
  background: #fff;
}

.tm-guide-v5 *,
.tm-guide-v5 *::before,
.tm-guide-v5 *::after {
  box-sizing: border-box;
}

.tm-guide-v5 .tcwf-portal-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom-color: rgba(210, 225, 242, 0.86);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 30px rgba(25, 75, 136, 0.04);
}

.tm-guide-v5 .tcwf-portal-header__desktop {
  column-gap: 36px;
}

.tm-guide-v5 .tcwf-portal-header__nav {
  gap: clamp(18px, 2vw, 34px);
}

.tm-guide-v5 .tcwf-portal-header__nav-link {
  color: #465a72;
}

.tm-guide-v5 .tcwf-portal-header__nav-link[aria-current="page"],
.tm-guide-v5 .tcwf-portal-header__nav-link:hover {
  color: var(--tm-guide-blue-dark);
}

.tm-guide-v5 .tcwf-section,
.tm-guide-v5 .tcwf-section--muted {
  padding: var(--tm-guide-section-space) 0;
}

.tm-guide-v5 .tcwf-section--muted {
  background: var(--tm-guide-tint);
}

.tm-guide-v5 .tcwf-section__header {
  max-width: 760px;
  margin-bottom: 42px;
}

.tm-guide-v5 .tcwf-section__title,
.tm-guide-v5 .tm-section-bar__title {
  color: var(--tm-guide-title);
  font-size: clamp(30px, 2.6vw, 40px);
  font-weight: 680;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.tm-guide-v5 .tcwf-section__description,
.tm-guide-v5 .tm-section-bar__hint {
  margin-top: 12px;
  color: var(--tm-guide-body);
  font-size: 16px;
  line-height: 1.75;
}

.tm-guide-v5 .tm-guide-subsection {
  margin: 72px 0 24px;
  padding-top: 0;
  border-top: 0;
}

.tm-guide-v5 .tm-guide-subsection .tm-section-bar__title {
  font-size: clamp(22px, 2vw, 28px);
}

.tm-guide-v5 .tcwf-action,
.tm-guide-v5 .tcwf-action--large {
  min-width: 124px;
  min-height: 46px;
  height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 620;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease,
    transform 180ms ease;
}

.tm-guide-v5 .tcwf-action:not(.tcwf-action--secondary) {
  border-color: var(--tm-guide-blue);
  background: var(--tm-guide-blue);
  box-shadow: 0 10px 22px rgba(0, 110, 255, 0.18);
}

.tm-guide-v5 .tcwf-action--secondary {
  border-color: var(--tm-guide-line-strong);
  color: var(--tm-guide-blue-dark);
  background: #fff;
  box-shadow: none;
}

.tm-guide-v5 .tcwf-text-link,
.tm-guide-v5 button.tcwf-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  color: var(--tm-guide-blue-dark);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.45;
  cursor: pointer;
  appearance: none;
}

.tm-guide-v5 .tcwf-text-link__arrow {
  width: 15px;
  height: 15px;
  transition: transform 180ms ease;
}

.tm-guide-v5 .tcwf-text-link:hover .tcwf-text-link__arrow,
.tm-guide-v5 button.tcwf-text-link:hover .tcwf-text-link__arrow {
  transform: translateX(3px);
}

.tm-guide-v5 :is(a, button, [tabindex]):focus-visible {
  outline: 3px solid rgba(0, 110, 255, 0.24);
  outline-offset: 3px;
}

/* Hero：内容与真实视觉素材并列，保持首屏节奏。 */
.tm-guide-v5 .tm-guide-hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 20%, rgba(43, 190, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #f9fcff 0%, #eff6ff 100%);
}

.tm-guide-v5 .tm-guide-hero::before {
  position: absolute;
  z-index: -1;
  right: 6%;
  bottom: 0;
  width: 46%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 110, 255, 0.4), transparent);
}

.tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__inner {
  min-height: 650px;
  padding: 74px 0 122px;
  grid-template-columns: minmax(420px, 0.83fr) minmax(520px, 1.17fr);
  gap: clamp(48px, 6vw, 88px);
}

.tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__copy {
  max-width: 510px;
}

.tm-guide-v5 .tm-guide-hero__eyebrow {
  min-height: auto;
  margin: 0 0 20px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--tm-guide-blue-dark) !important;
  background: transparent;
  font-size: 14px !important;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.5 !important;
}

.tm-guide-v5 .tm-guide-hero__eyebrow::before {
  width: 28px;
  height: 2px;
  margin-right: 10px;
  content: "";
  background: var(--tm-guide-blue);
}

.tm-guide-v5 .tm-guide-hero h1 {
  max-width: 540px;
  color: var(--tm-guide-title);
  font-size: clamp(50px, 4.4vw, 64px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__copy > p:not(.tm-guide-hero__eyebrow) {
  display: block;
  max-width: 490px;
  max-height: none;
  margin-top: 26px;
  overflow: visible;
  color: var(--tm-guide-body);
  font-size: 17px;
  line-height: 1.85;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

.tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__actions {
  margin-top: 34px;
  gap: 12px;
}

.tm-guide-v5 .tm-guide-hero__media {
  border-color: rgba(167, 198, 234, 0.92);
  border-radius: var(--tm-guide-radius-lg);
  aspect-ratio: 1.62;
  background: #dceeff;
  box-shadow: 0 32px 80px rgba(26, 82, 150, 0.18);
}

.tm-guide-v5 .tm-guide-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.tm-guide-v5 .tm-guide-hero__media > img {
  object-position: center 48%;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tm-guide-v5 .tm-guide-hero__media:hover > img {
  transform: scale(1.025);
}

.tm-guide-v5 .tm-guide-hero__plaque {
  right: 20px;
  bottom: 20px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 13px;
}

/* 首屏导览：三块组成一条清晰的阅读路径。 */
.tm-guide-v5 .tm-guide-overview {
  margin-top: -46px;
  padding: 0 0 38px;
}

.tm-guide-v5 .tm-guide-overview .tcwf-steps {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 54px rgba(30, 82, 145, 0.12);
}

.tm-guide-v5 .tm-guide-overview .tcwf-step,
.tm-guide-v5 .tm-guide-overview .tcwf-step:first-child,
.tm-guide-v5 .tm-guide-overview .tcwf-step:last-child {
  position: relative;
  min-height: 118px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tm-guide-v5 .tm-guide-overview__link {
  display: flex;
  width: 100%;
  min-height: 118px;
  padding: 26px 30px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.tm-guide-v5 .tm-guide-overview__arrow {
  width: 18px;
  height: 18px;
  margin-left: auto;
  opacity: 0.62;
  transition: opacity 180ms ease, transform 180ms ease;
}

.tm-guide-v5 .tm-guide-overview__link:hover .tm-guide-overview__arrow,
.tm-guide-v5 .tm-guide-overview__link:focus-visible .tm-guide-overview__arrow {
  opacity: 1;
  transform: translateX(4px);
}

.tm-guide-v5 .tm-guide-overview .tcwf-step:not(:last-child) {
  border-right: 1px solid var(--tm-guide-line);
}

.tm-guide-v5 .tm-guide-overview .tcwf-step__number {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-right: 16px;
  color: var(--tm-guide-blue-dark);
  background: var(--tm-guide-tint-blue);
  font-size: 13px;
}

.tm-guide-v5 .tm-guide-overview .tcwf-step__title {
  font-size: 17px;
  font-weight: 670;
}

.tm-guide-v5 .tm-guide-overview .tcwf-step__description {
  margin-top: 5px;
  font-size: 14px;
}

.tm-guide-v5 .tm-guide-overview .tcwf-step__connector {
  display: none;
}

.tm-guide-v5 .tm-guide-overview .tcwf-step::before,
.tm-guide-v5 .tm-guide-overview .tcwf-step::after {
  display: none;
}

/* 同盟资源：主卡承担总览，其余四卡形成信息矩阵。 */
.tm-guide-v5[data-tcwf-page="alliance-guide"] #resources {
  padding-top: var(--tm-guide-section-space);
}

.tm-guide-v5 #resources .tcwf-section__header {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.tm-guide-v5 .tm-resource-grid,
.tm-guide-v5[data-tcwf-page="alliance-guide"] .tm-resource-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: minmax(182px, auto);
  gap: 18px;
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit {
  position: relative;
  min-height: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
  box-shadow: none;
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit:first-child {
  min-height: 382px;
  grid-column: span 3;
  grid-row: span 2;
  padding: 38px;
  background:
    radial-gradient(circle at 92% 12%, rgba(48, 181, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #f7fbff, #eaf4ff);
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit:not(:first-child) {
  grid-column: span 2;
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit::after {
  position: absolute;
  right: 22px;
  bottom: 17px;
  color: #c3d7ee;
  content: "0" counter(resource-card);
  counter-increment: resource-card;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.tm-guide-v5 .tm-resource-grid {
  counter-reset: resource-card;
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit__icon {
  width: 46px;
  height: 46px;
  margin: 0 0 22px;
  padding: 9px;
  border: 1px solid #d5e6f8;
  border-radius: 50%;
  background: #f4f9ff;
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit:first-child .tcwf-benefit__icon {
  width: 58px;
  height: 58px;
  padding: 11px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 93, 172, 0.1);
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit__title {
  color: var(--tm-guide-title);
  font-size: 20px;
  font-weight: 680;
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit:first-child .tcwf-benefit__title {
  font-size: 28px;
}

.tm-guide-v5 .tm-resource-grid .tcwf-benefit__description {
  max-width: 90%;
  margin-top: 15px;
  color: var(--tm-guide-body);
  font-size: 14px;
  line-height: 1.7;
}

.tm-guide-v5 .tm-resource-grid .tm-check-list li {
  position: relative;
  padding-left: 15px;
}

.tm-guide-v5 .tm-resource-grid .tm-check-list li + li {
  margin-top: 8px;
}

.tm-guide-v5 .tm-resource-grid .tm-check-list li::before {
  top: 0.78em;
  left: 0;
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: var(--tm-guide-blue);
}

/* 知识体系：上方双入口，下方期刊与地区知识形成 4/8 编辑式分栏。 */
.tm-guide-v5 .tm-editorial-grid .tcwf-section__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 26px;
}

.tm-guide-v5 .tm-editorial-grid .tcwf-section__header,
.tm-guide-v5 .tm-editorial-grid .tcwf-type-grid {
  grid-column: 1 / -1;
}

.tm-guide-v5 .tm-editorial-grid .tcwf-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tm-guide-v5 .tm-editorial-grid .tcwf-type-card {
  display: grid;
  min-height: 228px;
  overflow: hidden;
  grid-template-columns: 45% 1fr;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
}

.tm-guide-v5 .tm-editorial-grid .tcwf-type-card__art {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  min-height: 228px;
  grid-column: 1;
  grid-row: 1;
  object-fit: cover;
}

.tm-guide-v5 .tm-editorial-grid .tcwf-type-card__content {
  display: flex;
  min-width: 0;
  padding: 30px 28px;
  flex-direction: column;
  align-items: flex-start;
  grid-column: 2;
  grid-row: 1;
}

.tm-guide-v5 .tm-editorial-grid .tcwf-type-card__title {
  font-size: 22px;
  font-weight: 670;
}

.tm-guide-v5 .tm-editorial-grid .tcwf-type-card__description {
  margin-top: 10px;
  color: var(--tm-guide-body);
  font-size: 14px;
  line-height: 1.7;
}

.tm-guide-v5 .tm-editorial-grid .tcwf-type-card__actions {
  margin-top: auto;
  padding-top: 20px;
}

.tm-guide-v5 .tm-journal-heading {
  grid-column: 1 / 5;
  grid-row: 3;
}

.tm-guide-v5 .tm-publication-shelf {
  grid-column: 1 / 5;
  grid-row: 4;
}

.tm-guide-v5 .tm-region-heading {
  grid-column: 5 / -1;
  grid-row: 3;
}

.tm-guide-v5 .tm-region-knowledge-grid {
  grid-column: 5 / -1;
  grid-row: 4;
}

.tm-guide-v5 .tm-editorial-grid .tm-guide-subsection {
  margin-top: 74px;
}

.tm-guide-v5 .tm-publication-shelf {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tm-guide-v5 .tm-publication-shelf .tm-journal {
  min-width: 0;
  padding: 12px 12px 16px;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
}

.tm-guide-v5 .tm-publication-shelf .tm-journal__cover {
  border-radius: 6px;
}

.tm-guide-v5 .tm-publication-shelf .tm-journal__link {
  min-height: 44px;
  margin-top: 10px;
}

.tm-guide-v5 .tm-region-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tm-guide-v5 .tm-region-knowledge-grid .tm-region {
  position: relative;
  min-height: 158px;
  padding: 24px;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
}

.tm-guide-v5 .tm-region-knowledge-grid .tm-region__name {
  font-size: 20px;
  font-weight: 670;
}

.tm-guide-v5 .tm-region-knowledge-grid .tm-region__desc {
  margin-top: 7px;
  color: var(--tm-guide-muted);
  font-size: 13px;
}

.tm-guide-v5 .tm-region-knowledge-grid .tm-region__actions {
  display: flex;
  margin-top: 19px;
  gap: 18px;
}

/* 交流沙龙：真实封面使用统一裁切，元信息与行动分层。 */
.tm-guide-v5 .tm-event-strip .tcwf-section__header {
  margin-bottom: 32px;
}

.tm-guide-v5 .tm-event-strip .tcwf-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tm-guide-v5 .tm-event-strip .tcwf-case-card {
  display: flex;
  min-height: 372px;
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
  flex-direction: column;
}

.tm-guide-v5 .tm-event-strip .tcwf-case-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.tm-guide-v5 .tm-event-strip .tcwf-case-card__body {
  display: flex;
  min-height: 164px;
  padding: 24px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.tm-guide-v5 .tm-event-strip .tcwf-case-card__title {
  color: var(--tm-guide-title);
  font-size: 18px;
  font-weight: 660;
  line-height: 1.5;
}

.tm-guide-v5 .tm-event-strip .tcwf-case-card__description {
  display: flex;
  margin: 15px 0 16px;
  flex-wrap: wrap;
  gap: 6px;
}

.tm-guide-v5 .tm-event-strip .tcwf-case-card__body > .tcwf-text-link {
  margin-top: auto;
}

.tm-guide-v5 .tm-guide-salon-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.tm-guide-v5 .tm-guide-salon-links {
  display: flex;
  gap: 22px;
}

.tm-guide-v5 .tm-event-strip .tm-tag-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.tm-guide-v5 .tm-event-strip .tm-tag-cloud .tcwf-action {
  min-width: 0;
  width: 100%;
}

/* 优质人脉：事务场景与联系人名录分栏，降低白盒密度。 */
.tm-guide-v5 .tm-people-strip .tcwf-section__header {
  margin-bottom: 26px;
}

.tm-guide-v5 .tm-people-strip .tcwf-tabs {
  border: 0;
  background: transparent;
}

.tm-guide-v5 .tm-people-strip .tcwf-tabs__list {
  display: flex;
  min-height: 54px;
  align-items: stretch;
  gap: 34px;
  overflow: visible;
  border-bottom: 1px solid var(--tm-guide-line);
}

.tm-guide-v5 .tm-people-strip .tcwf-tabs__tab {
  position: relative;
  min-width: auto;
  min-height: 54px;
  padding: 0 2px;
  border: 0;
  color: var(--tm-guide-muted);
  background: transparent;
  font-size: 15px;
  font-weight: 590;
}

.tm-guide-v5 .tm-people-strip .tcwf-tabs__tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: transparent;
}

.tm-guide-v5 .tm-people-strip .tcwf-tabs__tab[aria-selected="true"] {
  color: var(--tm-guide-blue-dark);
}

.tm-guide-v5 .tm-people-strip .tcwf-tabs__tab[aria-selected="true"]::after {
  background: var(--tm-guide-blue);
}

.tm-guide-v5 .tm-people-strip .tcwf-tabs__panel {
  padding: 32px 0 0;
  border: 0;
  background: transparent;
}

.tm-guide-v5 .tm-guide-directory__panel {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(250px, 0.76fr) minmax(0, 1.7fr);
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
}

.tm-guide-v5 .tm-guide-directory__panel.tm-guide-panel-enter {
  animation: tm-guide-panel-in 320ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.tm-guide-v5 .tm-guide-directory__intro {
  min-height: 300px;
  padding: 38px 34px;
  border-right: 1px solid var(--tm-guide-line);
  background:
    radial-gradient(circle at 92% 8%, rgba(54, 185, 255, 0.2), transparent 34%),
    var(--tm-guide-tint-blue);
}

.tm-guide-v5 .tm-guide-directory__intro .tm-panel__title {
  color: var(--tm-guide-title);
  font-size: 25px;
  font-weight: 680;
  line-height: 1.35;
}

.tm-guide-v5 .tm-guide-directory__scene {
  margin-top: 16px;
  color: var(--tm-guide-body);
  font-size: 15px;
  line-height: 1.8;
}

.tm-guide-v5 .tm-guide-directory__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  padding: 14px 28px;
}

.tm-guide-v5 .tm-guide-directory__row {
  display: grid;
  min-width: 0;
  min-height: 92px;
  padding: 20px 14px;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  border-bottom: 1px solid var(--tm-guide-line);
}

.tm-guide-v5 .tm-guide-directory__row:nth-child(odd) {
  padding-right: 26px;
  border-right: 1px solid var(--tm-guide-line);
}

.tm-guide-v5 .tm-guide-directory__row:nth-child(even) {
  padding-left: 26px;
}

.tm-guide-v5 .tm-guide-directory__index {
  color: #9bb4d0;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.8;
}

.tm-guide-v5 .tm-guide-directory__row .tm-region__name {
  font-size: 17px;
  font-weight: 660;
}

.tm-guide-v5 .tm-guide-directory__row .tm-region__desc {
  margin-top: 7px;
  color: var(--tm-guide-muted);
  font-size: 13px;
  line-height: 1.6;
}

.tm-guide-v5 .tm-guide-directory-footer {
  margin: 20px 0 0;
}

/* 品牌背书：两块阵地承载四个入口，不把每个入口做成大空卡。 */
.tm-guide-v5 .tm-brand-grid .tcwf-product-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-group {
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-group__header {
  padding: 26px 28px 18px;
  border-bottom: 1px solid var(--tm-guide-line);
  background: linear-gradient(120deg, #f8fbff, #edf5ff);
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-group__title {
  color: var(--tm-guide-title);
  font-size: 22px;
  font-weight: 680;
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-group__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-card {
  display: flex;
  min-height: 188px;
  padding: 26px 28px;
  border: 0;
  border-radius: 0;
  background: #fff;
  flex-direction: column;
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-card + .tcwf-product-card {
  border-left: 1px solid var(--tm-guide-line);
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-card__title {
  color: var(--tm-guide-title);
  font-size: 18px;
  font-weight: 660;
  line-height: 1.45;
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-card__trait-label {
  margin-top: 10px;
  color: var(--tm-guide-body);
  font-size: 14px;
  line-height: 1.65;
}

.tm-guide-v5 .tm-brand-grid .tcwf-product-card__actions {
  margin-top: auto;
  padding-top: 18px;
}

/* 成长体系：先讲清概念，再提供入口、路径、细则与等级。 */
.tm-guide-v5 .tm-growth-stage > .tcwf-section__inner > .tcwf-split-story {
  display: grid;
  min-height: 440px;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  border: 1px solid #cfe0f2;
  border-radius: var(--tm-guide-radius-lg);
  background: var(--tm-guide-tint-blue);
}

.tm-guide-v5 .tm-growth-stage .tcwf-split-story__content {
  display: flex;
  max-width: none;
  padding: clamp(42px, 5vw, 68px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.tm-guide-v5 .tm-growth-stage .tcwf-split-story__title {
  color: var(--tm-guide-title);
  font-size: clamp(30px, 2.7vw, 40px);
  font-weight: 690;
  letter-spacing: -0.035em;
}

.tm-guide-v5 .tm-growth-stage .tcwf-split-story__description {
  max-width: 530px;
  margin-top: 22px;
  color: var(--tm-guide-body);
  font-size: 16px;
  line-height: 1.9;
}

.tm-guide-v5 .tm-guide-growth-cta {
  display: flex;
  margin-top: 28px;
  align-items: center;
  gap: 18px;
}

.tm-guide-v5 .tm-growth-stage .tm-figure {
  min-height: 440px;
  overflow: hidden;
}

.tm-guide-v5 .tm-growth-stage .tcwf-split-story__image {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
}

.tm-guide-v5 .tm-guide-growth-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: growth-entry;
}

.tm-guide-v5 .tm-guide-growth-actions .tm-region {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 218px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
  flex-direction: column;
  counter-increment: growth-entry;
}

.tm-guide-v5 .tm-guide-growth-actions .tm-region::before {
  margin-bottom: 30px;
  color: #9ab5d4;
  content: "0" counter(growth-entry);
  font-size: 13px;
  font-weight: 680;
  letter-spacing: 0.08em;
}

.tm-guide-v5 .tm-guide-growth-actions .tm-region__name {
  font-size: 18px;
  font-weight: 670;
}

.tm-guide-v5 .tm-guide-growth-actions .tm-region__desc {
  margin-top: 8px;
  color: var(--tm-guide-muted);
  font-size: 14px;
}

.tm-guide-v5 .tm-guide-growth-actions .tm-region__actions {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--tm-guide-line);
}

.tm-guide-v5 .tm-guide-growth-actions .tcwf-text-link {
  width: 100%;
  justify-content: space-between;
}

.tm-guide-v5 .tm-guide-paths-heading {
  padding-right: 112px;
}

.tm-guide-v5 .tm-growth-paths {
  position: relative;
}

.tm-guide-v5 .tm-growth-paths__controls {
  position: absolute;
  z-index: 2;
  top: -74px;
  right: 0;
  display: none;
  gap: 10px;
}

.tm-guide-v5 .tm-growth-paths.is-enhanced .tm-growth-paths__controls {
  display: flex;
}

.tm-guide-v5 .tm-growth-paths__control {
  display: grid;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--tm-guide-line-strong);
  border-radius: 50%;
  color: var(--tm-guide-blue-dark);
  background: #fff;
  cursor: pointer;
  appearance: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.tm-guide-v5 .tm-growth-paths__control:not(:disabled):hover {
  border-color: var(--tm-guide-blue);
  box-shadow: 0 8px 18px rgba(0, 110, 255, 0.12);
  transform: translateY(-1px);
}

.tm-guide-v5 .tm-growth-paths__control:disabled {
  opacity: 0.35;
  cursor: default;
}

.tm-guide-v5 .tm-growth-paths__viewport {
  overflow-x: auto;
  cursor: auto;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  scrollbar-width: none;
}

.tm-guide-v5 .tm-growth-paths.is-enhanced .tm-growth-paths__viewport {
  overflow: hidden;
  cursor: grab;
  scroll-snap-type: none;
  touch-action: pan-y;
}

.tm-guide-v5 .tm-growth-paths.is-enhanced.is-dragging .tm-growth-paths__viewport {
  cursor: grabbing;
  user-select: none;
}

.tm-guide-v5 .tm-growth-paths__track {
  display: flex;
  gap: 20px;
  transition: none;
}

.tm-guide-v5 .tm-growth-paths.is-enhanced .tm-growth-paths__track {
  transition: transform 520ms cubic-bezier(0.22, 0.8, 0.25, 1);
  will-change: transform;
}

.tm-guide-v5 .tm-growth-paths__track > article {
  position: relative;
  width: calc((100% - 40px) / 3.2);
  min-width: calc((100% - 40px) / 3.2);
  min-height: 242px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: linear-gradient(145deg, #fff, #f3f8ff);
  counter-increment: growth-path;
  scroll-snap-align: start;
}

.tm-guide-v5 .tm-growth-paths__track {
  counter-reset: growth-path;
}

.tm-guide-v5 .tm-growth-paths__track > article::before {
  display: block;
  margin-bottom: 64px;
  color: var(--tm-guide-blue);
  content: "0" counter(growth-path);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tm-guide-v5 .tm-growth-paths__track > article::after {
  position: absolute;
  top: -44px;
  right: -44px;
  width: 132px;
  height: 132px;
  border: 30px solid rgba(0, 110, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.tm-guide-v5 .tm-growth-paths__track .tcwf-solution-feature__title {
  color: var(--tm-guide-title);
  font-size: 21px;
  font-weight: 680;
}

.tm-guide-v5 .tm-growth-paths__track .tcwf-solution-feature__description {
  margin-top: 10px;
  color: var(--tm-guide-body);
  font-size: 14px;
  line-height: 1.75;
}

.tm-guide-v5 #score-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px 18px;
}

.tm-guide-v5 #score-accordion .tcwf-accordion__item {
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: 8px;
  background: #fff;
}

.tm-guide-v5 #score-accordion .tcwf-accordion__trigger {
  min-height: 62px;
  padding: 0 20px;
  border: 0;
  color: var(--tm-guide-title);
  background: #fff;
  font-size: 14px;
  font-weight: 620;
  text-align: left;
}

.tm-guide-v5 #score-accordion .tcwf-accordion__panel {
  padding: 0 20px 18px;
}

.tm-guide-v5 .tm-guide-ladder-table {
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
}

.tm-guide-v5 .tm-guide-ladder-table .tm-table {
  min-width: 760px;
}

.tm-guide-v5 .tm-guide-ladder-table th {
  height: 56px;
  padding: 0 24px;
  color: #48627e;
  background: var(--tm-guide-tint-blue);
  font-size: 13px;
}

.tm-guide-v5 .tm-guide-ladder-table td {
  padding: 20px 24px;
  border-top: 1px solid var(--tm-guide-line);
  color: var(--tm-guide-body);
  line-height: 1.65;
}

/* 新人参与：三步卡、底线要求与操作按钮不再拥挤。 */
.tm-guide-v5 .tm-guide-onboarding-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step,
.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step:first-child,
.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step:last-child {
  position: relative;
  display: flex;
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  background: #fff;
  box-shadow: none;
}

.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step__number {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin-right: 18px;
  color: #fff;
  background: var(--tm-guide-blue);
  font-size: 13px;
}

.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step__title {
  color: var(--tm-guide-title);
  font-size: 20px;
  font-weight: 680;
}

.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step__description {
  max-width: 250px;
  margin-top: 10px;
  color: var(--tm-guide-body);
  font-size: 14px;
  line-height: 1.7;
}

.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-text-link {
  margin-top: auto;
  padding-top: 22px;
}

.tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step__connector {
  display: none;
}

.tm-guide-v5 .tm-guide-requirements {
  display: grid;
  margin-top: 26px;
  padding: 34px 38px;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  column-gap: 52px;
  border: 1px solid #c9dcef;
  border-left: 4px solid var(--tm-guide-blue);
  border-radius: var(--tm-guide-radius);
  background: #fff;
}

.tm-guide-v5 .tm-guide-requirements .tm-panel__title {
  grid-column: 1;
  color: var(--tm-guide-title);
  font-size: 22px;
  font-weight: 680;
  line-height: 1.4;
}

.tm-guide-v5 .tm-guide-requirements > p:first-of-type {
  margin-top: 16px;
  grid-column: 1;
  color: var(--tm-guide-body);
  font-size: 14px;
  line-height: 1.8;
}

.tm-guide-v5 .tm-guide-requirements .tm-check-list {
  display: grid;
  margin: 0;
  grid-column: 2;
  grid-row: 1 / span 3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 12px 24px;
}

.tm-guide-v5 .tm-guide-requirements .tm-check-list li {
  display: flex;
  min-height: 48px;
  align-items: flex-start;
  padding: 12px 0;
  gap: 10px;
  border-bottom: 1px solid var(--tm-guide-line);
  color: var(--tm-guide-body);
  font-size: 14px;
  line-height: 1.65;
}

.tm-guide-v5 .tm-guide-requirements .tm-check-list img {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  flex: 0 0 auto;
}

.tm-guide-v5 .tm-guide-requirements > p:last-child {
  margin-top: 22px;
  grid-column: 1;
  color: #7b4f25;
  font-size: 13px;
  line-height: 1.7;
}

/* FAQ：标签、问答栅格和最终操作形成完整收尾。 */
.tm-guide-v5 .tm-guide-faq .tcwf-section__header {
  max-width: 820px;
  margin-inline: 0;
  text-align: left;
}

.tm-guide-v5 .tm-guide-faq .tm-faq-columns {
  border: 0;
  background: transparent;
}

.tm-guide-v5 .tm-guide-faq .tcwf-tabs__list {
  display: flex;
  min-height: 56px;
  align-items: stretch;
  gap: 38px;
  overflow: visible;
  border-bottom: 1px solid var(--tm-guide-line);
}

.tm-guide-v5 .tm-guide-faq .tcwf-tabs__tab {
  position: relative;
  min-width: auto;
  min-height: 56px;
  padding: 0 2px;
  border: 0;
  color: var(--tm-guide-muted);
  background: transparent;
  font-size: 15px;
  font-weight: 590;
}

.tm-guide-v5 .tm-guide-faq .tcwf-tabs__tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: transparent;
}

.tm-guide-v5 .tm-guide-faq .tcwf-tabs__tab[aria-selected="true"] {
  color: var(--tm-guide-blue-dark);
}

.tm-guide-v5 .tm-guide-faq .tcwf-tabs__tab[aria-selected="true"]::after {
  background: var(--tm-guide-blue);
}

.tm-guide-v5 .tm-guide-faq .tcwf-tabs__panel {
  padding: 28px 0 0;
  border: 0;
  background: transparent;
}

.tm-guide-v5 .tm-guide-faq .tcwf-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px 18px;
}

.tm-guide-v5 .tm-guide-faq .tcwf-accordion__item {
  overflow: hidden;
  border: 1px solid var(--tm-guide-line);
  border-radius: 8px;
  background: #fff;
}

.tm-guide-v5 .tm-guide-faq .tcwf-accordion__trigger {
  min-height: 66px;
  padding: 0 22px;
  border: 0;
  color: var(--tm-guide-title);
  background: #fff;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.5;
  text-align: left;
}

.tm-guide-v5 .tm-guide-faq .tcwf-accordion__trigger[aria-expanded="true"] {
  color: var(--tm-guide-blue-dark);
  background: var(--tm-guide-tint-blue);
}

.tm-guide-v5 .tm-guide-faq .tcwf-accordion__panel {
  padding: 0 22px 22px;
  color: var(--tm-guide-body);
  background: var(--tm-guide-tint-blue);
  font-size: 14px;
  line-height: 1.8;
}

.tm-guide-v5 .tm-guide-faq .tm-def-list dt {
  margin-top: 14px;
  color: var(--tm-guide-title);
  font-weight: 650;
}

.tm-guide-v5 .tm-guide-faq .tm-def-list dd {
  margin-top: 4px;
}

.tm-guide-v5 .tm-guide-contact-cta {
  display: flex;
  min-height: 88px;
  margin: 28px 0 0;
  padding: 20px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--tm-guide-line);
  border-radius: var(--tm-guide-radius);
  color: var(--tm-guide-body);
  background: #fff;
  font-size: 15px;
}

/* 弹窗沿用基础行为，仅统一本页间距和控件外观。 */
.tm-guide-v5 .tcwf-dialog__surface {
  border-radius: 12px;
}

.tm-guide-v5 .tcwf-dialog__body {
  color: var(--tm-guide-body);
  line-height: 1.75;
}

/* 卡片反馈：只移动少量，不用夸张缩放。 */
@media (hover: hover) {
  .tm-guide-v5 :is(
      .tm-resource-grid .tcwf-benefit,
      .tm-editorial-grid .tcwf-type-card,
      .tm-publication-shelf .tm-journal,
      .tm-region-knowledge-grid .tm-region,
      .tm-event-strip .tcwf-case-card,
      .tm-guide-growth-actions .tm-region,
      .tm-growth-paths__track > article,
      .tm-guide-onboarding-steps .tcwf-step
    ) {
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  }

  .tm-guide-v5 :is(
      .tm-resource-grid .tcwf-benefit,
      .tm-editorial-grid .tcwf-type-card,
      .tm-publication-shelf .tm-journal,
      .tm-region-knowledge-grid .tm-region,
      .tm-event-strip .tcwf-case-card,
      .tm-guide-growth-actions .tm-region,
      .tm-growth-paths__track > article,
      .tm-guide-onboarding-steps .tcwf-step
    ):hover {
    border-color: #b7d1ef;
    box-shadow: var(--tm-guide-shadow);
    transform: translateY(-3px);
  }

  .tm-guide-v5 .tcwf-action:not(:disabled):hover {
    transform: translateY(-1px);
  }
}

/* 进入视口后再出现；JS 未运行时内容默认可见。 */
.tm-guide-v5.tm-motion-ready [data-guide-reveal][data-guide-reveal-state="hidden"] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 640ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--tm-reveal-delay, 0ms),
    transform 640ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--tm-reveal-delay, 0ms);
}

.tm-guide-v5.tm-motion-ready [data-guide-reveal][data-guide-reveal-state="visible"] {
  opacity: 1;
  transform: translateY(0);
}

.tm-guide-v5.tm-motion-ready .tm-guide-hero .tcwf-solution-hero__copy {
  animation: tm-guide-copy-in 720ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.tm-guide-v5.tm-motion-ready .tm-guide-hero__media {
  animation: tm-guide-media-in 860ms 100ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

@keyframes tm-guide-copy-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tm-guide-media-in {
  from {
    opacity: 0;
    transform: translate3d(22px, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tm-guide-panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1179px) {
  .tm-guide-v5 {
    --tm-guide-section-space: 84px;
  }

  .tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__inner {
    min-height: 560px;
    padding: 62px 0 104px;
    grid-template-columns: minmax(350px, 0.88fr) minmax(390px, 1.12fr);
    gap: 38px;
  }

  .tm-guide-v5 .tm-guide-hero h1 {
    font-size: clamp(44px, 5vw, 54px);
  }

  .tm-guide-v5 .tm-resource-grid,
  .tm-guide-v5[data-tcwf-page="alliance-guide"] .tm-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .tm-guide-v5 .tm-resource-grid .tcwf-benefit:first-child {
    min-height: 300px;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .tm-guide-v5 .tm-resource-grid .tcwf-benefit:not(:first-child) {
    min-height: 214px;
    grid-column: span 1;
  }

  .tm-guide-v5 .tm-region-knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-guide-v5 .tm-guide-directory__panel {
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.5fr);
  }

  .tm-guide-v5 .tm-guide-directory__list {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-guide-directory__row:nth-child(odd),
  .tm-guide-v5 .tm-guide-directory__row:nth-child(even) {
    padding-right: 16px;
    padding-left: 16px;
    border-right: 0;
  }

  .tm-guide-v5 .tm-brand-grid .tcwf-product-group__cards {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-brand-grid .tcwf-product-card + .tcwf-product-card {
    border-top: 1px solid var(--tm-guide-line);
    border-left: 0;
  }

  .tm-guide-v5 .tm-guide-growth-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-guide-v5 .tm-growth-paths__track > article {
    width: calc((100% - 20px) / 2.2);
    min-width: calc((100% - 20px) / 2.2);
  }

  .tm-guide-v5 .tm-guide-requirements {
    column-gap: 32px;
  }

  .tm-guide-v5 .tm-guide-requirements .tm-check-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__inner {
    display: flex;
    min-height: 0;
    padding: 64px 0 98px;
    flex-direction: column;
    align-items: stretch;
    gap: 38px;
  }

  .tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__copy {
    max-width: 620px;
    margin-inline: auto;
    text-align: center;
  }

  .tm-guide-v5 .tm-guide-hero__eyebrow {
    justify-content: center;
  }

  .tm-guide-v5 .tm-guide-hero h1,
  .tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__copy > p:not(.tm-guide-hero__eyebrow) {
    max-width: 620px;
    margin-inline: auto;
  }

  .tm-guide-v5 .tm-guide-hero h1 {
    font-size: 50px;
  }

  .tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__actions {
    display: grid;
    max-width: 430px;
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-guide-v5 .tm-guide-hero .tcwf-action {
    min-width: 0;
  }

  .tm-guide-v5 .tm-guide-hero__media {
    max-width: 680px;
    margin-inline: auto;
    aspect-ratio: 16 / 9;
  }

  .tm-guide-v5 .tm-guide-overview {
    margin-top: -34px;
  }
}

@media (max-width: 767px) {
  .tm-guide-v5 {
    --tm-gutter: 20px;
    --tm-guide-section-space: 64px;
  }

  .tm-guide-v5 .tcwf-section__header {
    margin-bottom: 28px;
  }

  .tm-guide-v5 .tcwf-section__title,
  .tm-guide-v5 .tm-section-bar__title {
    font-size: 28px;
  }

  .tm-guide-v5 .tcwf-section__description,
  .tm-guide-v5 .tm-section-bar__hint {
    font-size: 14px;
  }

  .tm-guide-v5 .tm-guide-subsection {
    margin-top: 50px;
  }

  .tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__inner {
    min-height: 0;
    padding: 48px 0 82px;
    gap: 36px;
  }

  .tm-guide-v5 .tm-guide-hero h1 {
    max-width: 330px;
    font-size: clamp(40px, 12vw, 50px);
  }

  .tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__copy > p:not(.tm-guide-hero__eyebrow) {
    max-height: none;
    margin-top: 20px;
    overflow: visible;
    font-size: 15px;
    line-height: 1.75;
  }

  .tm-guide-v5 .tm-guide-hero .tcwf-solution-hero__actions {
    display: grid;
    margin-top: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-guide-v5 .tm-guide-hero .tcwf-action {
    min-width: 0;
    width: 100%;
    padding-inline: 12px;
  }

  .tm-guide-v5 .tm-guide-hero__media {
    aspect-ratio: 16 / 10;
  }

  .tm-guide-v5.tm-motion-ready .tm-guide-hero__media {
    animation-name: tm-guide-copy-in;
  }

  .tm-guide-v5 .tm-guide-hero__plaque {
    right: 12px;
    bottom: 12px;
  }

  .tm-guide-v5 .tm-guide-overview {
    margin-top: -32px;
    padding-bottom: 8px;
  }

  .tm-guide-v5 .tm-guide-overview .tcwf-steps {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-guide-overview .tcwf-step,
  .tm-guide-v5 .tm-guide-overview .tcwf-step:first-child,
  .tm-guide-v5 .tm-guide-overview .tcwf-step:last-child {
    min-height: 100px;
    padding: 0;
  }

  .tm-guide-v5 .tm-guide-overview__link {
    min-height: 100px;
    padding: 22px;
  }

  .tm-guide-v5 .tm-guide-overview .tcwf-step:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--tm-guide-line);
  }

  .tm-guide-v5 .tm-resource-grid,
  .tm-guide-v5[data-tcwf-page="alliance-guide"] .tm-resource-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tm-guide-v5 .tm-resource-grid .tcwf-benefit:first-child,
  .tm-guide-v5 .tm-resource-grid .tcwf-benefit:not(:first-child) {
    min-height: 0;
    padding: 26px;
    grid-column: 1;
  }

  .tm-guide-v5 .tm-resource-grid .tcwf-benefit:first-child {
    padding: 30px;
  }

  .tm-guide-v5 .tm-resource-grid .tcwf-benefit:first-child .tcwf-benefit__title {
    font-size: 24px;
  }

  .tm-guide-v5 .tm-editorial-grid .tcwf-section__inner {
    display: block;
  }

  .tm-guide-v5 .tm-editorial-grid .tcwf-type-grid,
  .tm-guide-v5 .tm-publication-shelf,
  .tm-guide-v5 .tm-region-knowledge-grid {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-editorial-grid .tcwf-type-card {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-editorial-grid .tcwf-type-card__art {
    min-height: 0;
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 16 / 9;
  }

  .tm-guide-v5 .tm-editorial-grid .tcwf-type-card__content {
    grid-column: 1;
    grid-row: 2;
  }

  .tm-guide-v5 .tm-publication-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-guide-v5 .tm-event-strip .tcwf-case-grid {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-event-strip .tcwf-case-card {
    min-height: 0;
  }

  .tm-guide-v5 .tm-guide-salon-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .tm-guide-v5 .tm-event-strip .tm-tag-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-guide-v5 .tm-people-strip .tcwf-tabs__list,
  .tm-guide-v5 .tm-guide-faq .tcwf-tabs__list {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 26px;
    scrollbar-width: none;
  }

  .tm-guide-v5 .tm-people-strip .tcwf-tabs__tab,
  .tm-guide-v5 .tm-guide-faq .tcwf-tabs__tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .tm-guide-v5 .tm-guide-directory__panel {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-guide-directory__intro {
    min-height: 0;
    padding: 28px 26px;
    border-right: 0;
    border-bottom: 1px solid var(--tm-guide-line);
  }

  .tm-guide-v5 .tm-guide-directory__list {
    padding: 8px 16px;
  }

  .tm-guide-v5 .tm-brand-grid .tcwf-product-groups,
  .tm-guide-v5 .tm-brand-grid .tcwf-product-group__cards {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-growth-stage > .tcwf-section__inner > .tcwf-split-story {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-growth-stage .tcwf-split-story__content {
    padding: 34px 28px;
  }

  .tm-guide-v5 .tm-growth-stage .tcwf-split-story__title {
    font-size: 28px;
  }

  .tm-guide-v5 .tm-growth-stage .tcwf-split-story__description {
    font-size: 14px;
  }

  .tm-guide-v5 .tm-guide-growth-cta {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .tm-guide-v5 .tm-guide-growth-cta .tcwf-action {
    width: 100%;
  }

  .tm-guide-v5 .tm-growth-stage .tm-figure,
  .tm-guide-v5 .tm-growth-stage .tcwf-split-story__image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .tm-guide-v5 .tm-guide-growth-actions {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-guide-growth-actions .tm-region {
    min-height: 192px;
  }

  .tm-guide-v5 .tm-guide-paths-heading {
    padding-right: 0;
  }

  .tm-guide-v5 .tm-growth-paths__controls {
    display: none;
  }

  .tm-guide-v5 .tm-growth-paths__viewport {
    margin-right: calc(var(--tm-gutter) * -1);
    padding-right: var(--tm-gutter);
    overflow-x: auto;
    cursor: auto;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .tm-guide-v5 .tm-growth-paths__track {
    transform: none !important;
  }

  .tm-guide-v5 .tm-growth-paths__track > article {
    width: min(82vw, 310px);
    min-width: min(82vw, 310px);
    scroll-snap-align: start;
  }

  .tm-guide-v5 #score-accordion,
  .tm-guide-v5 .tm-guide-faq .tcwf-accordion,
  .tm-guide-v5 .tm-guide-onboarding-steps {
    grid-template-columns: 1fr;
  }

  .tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step,
  .tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step:first-child,
  .tm-guide-v5 .tm-guide-onboarding-steps .tcwf-step:last-child {
    min-height: 208px;
    padding: 26px;
  }

  .tm-guide-v5 .tm-guide-requirements {
    display: block;
    padding: 28px 24px;
  }

  .tm-guide-v5 .tm-guide-requirements .tm-check-list {
    display: block;
    margin-top: 22px;
  }

  .tm-guide-v5 .tm-guide-contact-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .tm-guide-v5 .tm-guide-contact-cta .tcwf-action {
    width: 100%;
  }

  .tm-guide-v5.tm-motion-ready [data-guide-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-guide-v5 *,
  .tm-guide-v5 *::before,
  .tm-guide-v5 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .tm-guide-v5.tm-motion-ready [data-guide-reveal] {
    opacity: 1;
    transform: none;
  }

  .tm-guide-v5 .tm-growth-paths__controls {
    display: none;
  }

  .tm-guide-v5 .tm-growth-paths__viewport {
    overflow-x: auto;
    cursor: auto;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .tm-guide-v5 .tm-growth-paths__track {
    transform: none !important;
  }

  .tm-guide-v5 .tm-growth-paths__track > article {
    scroll-snap-align: start;
  }
}

@media (pointer: coarse) {
  .tm-guide-v5 .tm-growth-paths__controls {
    display: none;
  }

  .tm-guide-v5 .tm-growth-paths__viewport {
    overflow-x: auto;
    cursor: auto;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .tm-guide-v5 .tm-growth-paths__track {
    transform: none !important;
  }

  .tm-guide-v5 .tm-growth-paths__track > article {
    scroll-snap-align: start;
  }
}
