/* Value-split section — photo left / content right (theme_010 base + theme_015 polish) */
.theme-015 .t3-section--value-split,
.theme-015 .t3-section--value-split * {
  --t3-bg: var(--t15-bg, #f7f9fb);
  --t3-bg-elev: var(--t15-bg-2, #ffffff);
  --t3-bg-card: var(--t15-brand-wash, #fdfbfe);
  --t3-bg-soft: var(--t15-bg-3, #f3eef8);
  --t3-line: var(--t15-line, rgba(114, 8, 145, 0.12));
  --t3-line-soft: rgba(114, 8, 145, 0.08);
  --t3-text: var(--t15-text, #424a66);
  --t3-text-mid: var(--t15-muted, #6a7391);
  --t3-text-dim: var(--t15-muted-2, #67718f);
  --t3-gold: var(--t15-brand, #720891);
  --t3-gold-2: var(--t15-brand-soft, #d79ee5);
  --t3-crimson: var(--t15-brand-mid, #9b3db8);
  --t3-radius: 14px;
  --t3-serif: 'Segoe UI', 'Microsoft YaHei', sans-serif;
  --t3-sans: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

.t3-section {
  padding: 80px 0;
  position: relative;
}

.t3-section--alt {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.t3-section--page {
  padding: 56px 0 80px;
}

.t3-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--t3-gold);
  margin-bottom: 10px;
}

.t3-prose h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.3;
  margin: 6px 0 18px;
  color: var(--t3-text);
}

.t3-prose p {
  color: var(--t3-text-mid);
  margin: 0 0 14px;
}

.t3-prose strong {
  color: var(--t3-gold);
  font-weight: 600;
}

.t3-prose a {
  color: var(--t3-gold);
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.45);
  text-underline-offset: 3px;
}

.t3-prose a:hover {
  color: var(--t3-text);
  text-decoration-color: var(--t3-gold);
}

.t3-prose--why .t3-prose__brand {
  margin: -6px 0 20px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--t3-text-dim);
}

.t3-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  counter-reset: none;
}

.t3-why-list > li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px 14px;
  align-items: start;
}

.t3-why-list__num {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--t3-gold);
  font-variant-numeric: tabular-nums;
}

.t3-why-list__body h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--t3-text);
}

.t3-why-list__body p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--t3-text-mid);
}

.t3-section--value-split .t3-value-main .t3-prose--why h2 {
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .t3-why-list > li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px 10px;
  }

  .t3-why-list__num {
    font-size: 17px;
  }

  .t3-why-list__body h3 {
    font-size: 15px;
  }

  .t3-why-list__body p {
    font-size: 13px;
  }
}

/* —— Desktop: left photo · right prose + serviceList —— */
.t3-section--value-split {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(48px, 7vh, 72px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.t3-section--value-split > .titleCell {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 1100px);
  margin-bottom: clamp(20px, 3vh, 36px);
  padding-inline: clamp(16px, 3vw, 24px);
  box-sizing: border-box;
}

.t3-section--value-split-photo {
  background: transparent;
}

.t3-section--value-split-photo > .t3-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.t3-value-bg {
  position: absolute;
  top: 0;
  left: clamp(48px, 7vw, 120px);
  bottom: 0;
  width: min(46%, 620px);
  max-width: 100%;
  margin: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.t3-value-bg img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(92%, 760px);
  max-width: 100%;
  object-fit: contain;
  object-position: right center;
  filter: contrast(1.14) saturate(1.1) brightness(1.04);
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.t3-value-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 58%,
    rgba(247, 249, 251, 0.28) 82%,
    rgba(247, 249, 251, 0.72) 100%
  );
  pointer-events: none;
}

.t3-value-body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-width: 0;
  padding: 0 clamp(20px, 3vw, 40px);
  box-sizing: border-box;
}

.t3-value-main {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3.5vh, 40px);
  min-width: 0;
  max-width: 720px;
  width: 100%;
  justify-self: end;
}

.t3-section--value-split .t3-value-main .t3-prose h2 {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.3;
  margin: 6px 0 14px;
}

.t3-section--value-split .t3-value-main .t3-prose p {
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0 0 12px;
}

.t3-section--value-split .t3-value-main .t3-prose p:last-child {
  margin-bottom: 0;
}

.t3-section--value-split:not(.t3-section--value-split-photo) .t3-value-body {
  grid-template-columns: 1fr;
}

.t3-section--value-split:not(.t3-section--value-split-photo) .t3-value-main {
  grid-column: 1;
  max-width: 100%;
  justify-self: stretch;
}

/* —— Tablet: title → photo → content —— */
@media (max-width: 1024px) {
  .t3-section--value-split-photo {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .t3-section--value-split-photo > .titleCell {
    order: 0;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .t3-section--value-split-photo .t3-value-bg {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: min(72vw, 420px);
    max-width: 100%;
    height: auto !important;
    flex-shrink: 0;
    margin: 12px auto 4px;
    overflow: visible;
    justify-content: center;
  }

  .t3-section--value-split-photo .t3-value-bg img {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: 440px;
    max-width: 100%;
    object-fit: contain !important;
    object-position: center bottom;
    filter: contrast(1.12) saturate(1.08) brightness(1.03);
  }

  .t3-section--value-split-photo .t3-value-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      transparent 55%,
      rgba(247, 249, 251, 0.28) 82%,
      rgba(247, 249, 251, 0.78) 96%,
      var(--t15-bg, #f7f9fb) 100%
    );
  }

  .t3-section--value-split-photo .t3-value-body {
    order: 2;
  }

  .t3-value-body {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px clamp(20px, 4vw, 32px) 0;
  }

  .t3-value-main {
    grid-column: 1;
    max-width: 100%;
    justify-self: stretch;
    gap: 28px;
  }

  .t3-section--value-split .t3-value-main .t3-prose h2 {
    font-size: clamp(24px, 4vw, 30px);
  }
}

/* —— Phone —— */
@media (max-width: 640px) {
  .t3-section {
    padding: 48px 0;
  }

  .t3-section--value-split {
    padding: 0 0 48px;
  }

  .t3-section--value-split-photo .t3-value-bg {
    width: min(78vw, 340px);
    margin: 16px auto 2px;
  }

  .t3-section--value-split-photo .t3-value-bg img {
    max-height: 360px;
  }

  .t3-value-body {
    padding: 4px 16px 0;
  }

  .t3-value-main {
    gap: 24px;
  }

  .t3-section--value-split .t3-value-main .t3-prose h2 {
    font-size: clamp(22px, 6vw, 26px);
    overflow-wrap: anywhere;
  }

  .t3-section--value-split .t3-value-main .t3-prose p {
    font-size: 14.5px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .t3-eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
  }
}
