/* About and service page refresh; isolated from other pages. */
main[data-page="about"] .about-brand { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); align-items: stretch; gap: 44px; }
main[data-page="about"] .about-brand-media { min-height: 440px; height: auto; }
main[data-page="about"] .about-brand-media img { position: absolute; inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); aspect-ratio: auto; object-position: center; }
main[data-page="about"] .about-roots { aspect-ratio: auto; height: auto; padding: 64px 0; background: #f3f8f5; }
main[data-page="about"] .about-roots > .container { padding: 0; }
main[data-page="about"] .about-roots-bg img { object-fit: cover; }
main[data-page="about"] .about-rail-item .year { font-size: 32px; margin-bottom: 12px; }
.about-rail-item .year small { font-size: 16px; margin-left: 5px; }
main[data-page="about"] .about-rail-item p { font-size: 15px; line-height: 1.9; }
.refresh-heading { margin-bottom: 36px; }
.eyebrow { color: var(--primary-hover); font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.refresh-heading h2 { margin: 8px 0 10px; font-size: 36px; line-height: 1.35; }
.refresh-heading > p { margin: 0; color: var(--text-2); }
.responsibility, .about-branches, .core-services, .care-features { padding: 72px 0; }
.responsibility-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: start; }
.responsibility-copy p { margin: 0 0 20px; line-height: 2; color: var(--text-2); }
.responsibility-shared { padding: 30px 32px; background: #f1f7f2; border-radius: 20px; border-top: 3px solid var(--primary); }
.responsibility-shared h3 { margin: 8px 0 16px; font-size: 25px; line-height: 1.5; }
.responsibility-shared p { color: var(--text-2); margin: 0 0 20px; }
.responsibility-shared ul { padding: 0; margin: 0; list-style: none; }
.responsibility-shared li { padding: 12px 0; border-top: 1px solid #d8e7dc; display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 14px; }
.responsibility-shared li strong { color: var(--primary-hover); }
.responsibility-shared li span { color: var(--text-2); }
.impact-stats { display: grid; grid-template-columns: repeat(3,1fr); background: #286443; color: white; border-radius: 20px; margin-top: 36px; padding: 32px 12px; }
.impact-stats article { padding: 0 30px; text-align: center; border-right: 1px solid #ffffff35; }
.impact-stats article:last-child { border: 0; }
.impact-stats strong { font-size: clamp(36px,4vw,58px); line-height: 1.2; font-variant-numeric: tabular-nums; }
.impact-stats small { font-size: 22px; margin-left: 4px; }
.impact-stats p { margin: 12px 0 0; line-height: 1.8; color: #e0efe5; }
.impact-note { max-width: 1000px; margin: 24px auto 0; text-align: center; color: var(--text-2); line-height: 1.9; }
.impact-note strong { display: block; color: var(--primary-hover); margin-top: 8px; }
.about-branches { background: #f6f8f6; }
.branch-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 24px; }
.branch-card { grid-column: span 2; background: white; border: 1px solid #e0e9e2; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.branch-card:nth-child(4) { grid-column: 2 / span 2; }
.branch-card > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.branch-copy { padding: 24px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.branch-index { font-size: 12px; letter-spacing: .1em; color: var(--primary-hover); }
.branch-copy h3 { font-size: 20px; margin: 8px 0 14px; line-height: 1.5; }
.branch-copy p { font-size: 14px; color: var(--text-2); margin: 0 0 10px; }
.branch-copy p:last-child { margin-top: auto; margin-bottom: 0; padding-top: 6px; }
.branch-copy a { color: var(--primary-hover); font-size: 18px; font-weight: 700; display: inline-flex; align-items: center; min-height: 44px; }
.branch-copy a:hover { text-decoration: underline; }
.branch-copy a:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
main[data-page="product-list"] .svc-brand-main { align-items: center; }
main[data-page="product-list"] .svc-brand-copy .svc-lead { line-height: 2; font-size: 17px; margin-bottom: 0; }
.core-services { background: var(--bg-soft); }
.core-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.core-service-card { padding: 32px; border: 1px solid #dde8df; border-radius: 20px; background: white; }
.core-service-card > header { display: flex; align-items: center; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid #e5ece6; margin-bottom: 22px; }
.core-number { font-size: 38px; line-height: 1; font-weight: 700; color: var(--primary); font-variant-numeric: tabular-nums; }
.core-service-card h3 { font-size: 23px; margin: 0; line-height: 1.5; }
.core-description p { color: var(--text-2); margin: 0 0 14px; line-height: 1.9; }
.core-checklist { background: #f6f9f6; padding: 20px; border-radius: 12px; margin-top: 22px; }
.core-checklist h4 { margin: 0 0 12px; font-size: 14px; color: var(--primary-hover); }
.core-checklist ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; list-style: none; padding: 0; margin: 0; }
.core-checklist li { padding-left: 14px; position: relative; font-size: 14px; line-height: 1.7; color: var(--text-2); }
.core-checklist li::before { content: ''; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--primary); }
.core-note { font-size: 14px; color: var(--primary-hover); border-left: 2px solid #8db69a; padding-left: 14px; margin: 20px 0 0; }
.care-feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.care-feature-card { padding: 32px; border: 1px solid #dce8de; border-radius: 18px; background: linear-gradient(135deg,#f0f7f1,white 75%); }
.care-feature-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.care-symbol { font-size: 42px; color: var(--primary-hover); font-weight: 700; line-height: 1.3; }
.care-index { font-size: 12px; color: var(--text-2); letter-spacing: .1em; }
.care-feature-card h3 { font-size: 23px; margin: 20px 0 14px; }
.care-feature-card p { margin: 0; color: var(--text-2); line-height: 1.9; }
@media (max-width: 1100px) {
  .responsibility-layout { gap: 28px; }
  .branch-copy { padding: 20px; }
  .core-service-card, .care-feature-card { padding: 24px; }
}
@media (max-width: 992px) {
  main[data-page="about"] .about-brand { grid-template-columns: 1fr; gap: 28px; }
  main[data-page="about"] .about-brand-media { min-height: 0; }
  main[data-page="about"] .about-brand-media img { position: static; width: 100%; height: auto; aspect-ratio: 16/9; }
  .responsibility-layout { grid-template-columns: 1fr; }
  .branch-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .branch-card, .branch-card:nth-child(4) { grid-column: auto; }
  .core-checklist ul { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .responsibility, .about-branches, .core-services, .care-features { padding: 40px 0; }
  .refresh-heading { margin-bottom: 24px; }
  .refresh-heading h2 { font-size: 26px; }
  .refresh-heading > p, .responsibility-copy p, .responsibility-shared p { font-size: 15px; }
  .eyebrow { font-size: 12px; letter-spacing: .08em; }
  .responsibility-shared { padding: 24px; }
  .responsibility-shared h3 { font-size: 23px; }
  .impact-stats { margin-top: 24px; padding: 8px 24px; grid-template-columns: 1fr; }
  .impact-stats article { display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; padding: 22px 0; border-right: 0; border-bottom: 1px solid #ffffff35; }
  .impact-stats strong { font-size: 40px; white-space: nowrap; }
  .impact-stats small { font-size: 18px; }
  .impact-stats p { margin: 0; font-size: 13px; text-align: right; }
  .impact-note { font-size: 14px; text-align: left; }
  .branch-grid, .core-service-grid, .care-feature-grid { grid-template-columns: 1fr; gap: 18px; }
  .branch-copy h3 { font-size: 20px; }
  .core-service-card, .care-feature-card { padding: 24px 20px; border-radius: 16px; }
  .core-service-card > header { gap: 14px; margin-bottom: 18px; padding-bottom: 18px; }
  .core-number { font-size: 32px; }
  .core-service-card h3, .care-feature-card h3 { font-size: 20px; }
  .core-description p, .care-feature-card p { font-size: 15px; }
  .core-checklist { padding: 18px; }
  main[data-page="product-list"] .svc-brand-copy .svc-lead { font-size: 15px; line-height: 1.9; }
  main[data-page="about"] .about-brand-copy > p:not(.about-brand-slogan) { font-size: 15px; }
}

/* Let the existing advantages content determine its height. */
main[data-page="product-list"] .channel-hero ~ .svc-adv.svc-section {
  aspect-ratio: auto;
}
.svc-adv-bg img { object-fit: cover; }

/* Reference-led image and card layouts. */
.responsibility { background: #f6f9f7; padding-bottom: 48px; }
.responsibility-layout { grid-template-columns: 1.4fr 1fr .95fr; gap: 28px; align-items: stretch; }
.responsibility-copy .refresh-heading { margin-bottom: 24px; }
.responsibility-copy .refresh-heading::after { content: ''; display: block; width: 42px; height: 3px; background: var(--primary); margin-top: 20px; }
.responsibility-copy .refresh-heading > p { color: var(--text-1); font-size: 18px; font-weight: 600; }
.responsibility-copy > p { font-size: 14px; line-height: 1.95; margin-bottom: 14px; }
.responsibility-copy > p:last-child { margin-bottom: 0; }
.responsibility-photo { margin: 0; position: relative; min-height: 450px; border-radius: 8px; overflow: hidden; background: #e4eee6; }
.responsibility-photo img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.responsibility-photo::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(245,250,245,.92)); }
.responsibility-photo figcaption { position: absolute; bottom: 26px; right: 20px; z-index: 1; color: #377b50; font: 28px/1.6 KaiTi, STKaiti, serif; transform: rotate(-5deg); }
.responsibility-shared { padding: 28px 24px; border: 0; border-radius: 8px; background: #eaf2ec; }
.shared-label { display: flex; align-items: center; gap: 12px; }
.shared-label svg { width: 25px; height: 25px; fill: currentColor; }
.responsibility-shared h3 { font-size: 23px; margin-top: 22px; }
.responsibility-shared p { font-size: 14px; line-height: 1.95; }
.responsibility-shared li { display: block; padding: 14px 0; }
.responsibility-shared li strong { display: block; font-size: 15px; margin-bottom: 3px; }
.impact-banner { margin-top: 48px; background: linear-gradient(90deg,rgba(20,78,47,.6),rgba(14,63,42,.8)),url('/shixin/assets/images/welfare-forest.png') center 55% / cover; }
.impact-stats { grid-template-columns: repeat(3,1fr) 1.15fr; border-radius: 0; background: none; margin: 0; padding: 38px 0; align-items: center; }
.impact-stats article { position: relative; border: 0; padding: 0 24px; }
.impact-stats article::after { content: ''; position: absolute; right: 0; height: 85px; bottom: 8px; width: 1px; background: #ffffff35; }
.impact-stats article:nth-child(3)::after { display: none; }
.impact-icon { display: block; width: 30px; height: 30px; margin: 0 auto 12px; color: #d6ecdd; }
.impact-icon svg { width: 100%; height: 100%; }
.impact-stats strong { font-size: 48px; }
.impact-stats small { font-size: 19px; }
.impact-stats p { font-size: 14px; margin-top: 10px; }
.impact-signature { text-align: center; color: #e0eee2; font: 29px/1.8 KaiTi, STKaiti, serif; transform: rotate(-7deg); }
.impact-signature span { display: inline-block; border-bottom: 1px solid #c2ddc5; padding-bottom: 8px; }
.impact-note { font-size: 14px; max-width: 1100px; }
.branch-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.branch-card, .branch-card:nth-child(4) { grid-column: auto; border-radius: 12px; }
.branch-copy { padding: 18px 16px; }
.branch-copy h3 { font-size: 17px; min-height: 51px; }
.branch-copy p { font-size: 13px; }
.branch-copy a { font-size: 17px; }
.core-service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.core-service-card { padding: 26px 24px; border-radius: 16px; box-shadow: 0 5px 24px #204a3010; }
.core-service-card > header { align-items: center; gap: 18px; padding: 0; margin-bottom: 20px; border: 0; }
.core-icon { display: grid; place-items: center; flex: 0 0 62px; height: 62px; background: #eaf4ec; color: #236744; border-radius: 50%; }
.core-icon svg { width: 32px; height: 32px; }
.core-number { display: block; font-size: 24px; margin-bottom: 7px; }
.core-service-card h3 { font-size: 19px; }
.core-description p { font-size: 14px; line-height: 1.85; }
.core-checklist { border-radius: 0; padding: 18px 0 0; margin-top: 20px; background: none; border-top: 1px solid #e4eee7; }
.core-checklist ul { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 14px; }
.core-checklist li { font-size: 13px; }
.core-note { font-size: 13px; }
.care-feature-card { padding: 0; overflow: hidden; background: #fff; box-shadow: 0 8px 30px #234b3210; }
.care-feature-image { width: 100%; aspect-ratio: 2/1; object-fit: cover; object-position: center 42%; }
.care-feature-body { padding: 26px 30px 30px; position: relative; }
.care-feature-top { padding-bottom: 16px; border-bottom: 1px solid #e5eee7; }
.care-symbol { font-size: 32px; }
.care-feature-card h3 { margin-top: 18px; }
@media (max-width: 1100px) {
  .responsibility-layout { grid-template-columns: 1.25fr 1fr; gap: 24px; }
  .responsibility-shared { grid-column: 1/-1; }
  .responsibility-shared h3 br { display: none; }
  .responsibility-shared ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .core-service-grid { gap: 16px; }
  .core-service-card { padding: 24px 18px; }
  .core-service-card > header { gap: 12px; }
  .core-icon { flex-basis: 48px; height: 48px; }
  .core-service-card h3 { font-size: 18px; }
  .core-checklist ul { grid-template-columns: 1fr; }
  .branch-copy { padding: 16px 12px; }
  .branch-copy h3 { font-size: 16px; }
  .branch-copy a { font-size: 15px; }
}
@media (max-width: 992px) {
  .branch-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .branch-copy h3 { min-height: 0; }
  .core-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .impact-stats { grid-template-columns: repeat(3,1fr); }
  .impact-signature { grid-column: 1/-1; font-size: 25px; margin-top: 24px; transform: none; }
  .impact-signature br { display: none; }
  .impact-signature span { border: 0; margin-left: 10px; padding: 0; }
}
@media (max-width: 640px) {
  .responsibility-layout { grid-template-columns: 1fr; }
  .responsibility-copy > p { font-size: 15px; }
  .responsibility-photo { min-height: 0; aspect-ratio: 4/5; }
  .responsibility-shared { grid-column: auto; padding: 24px; }
  .responsibility-shared h3 br { display: block; }
  .responsibility-shared ul { display: block; }
  .responsibility-shared h3 { margin-top: 16px; }
  .impact-banner { margin-top: 32px; }
  .impact-stats { grid-template-columns: 1fr; padding: 12px 4px 24px; }
  .impact-stats article { display: grid; grid-template-columns: 32px 1fr auto; gap: 16px; padding: 24px 0; border-bottom: 1px solid #ffffff30; }
  .impact-stats article::after { display: none; }
  .impact-icon { width: 28px; height: 28px; margin: 0; }
  .impact-stats strong { font-size: 38px; }
  .impact-stats small { font-size: 16px; }
  .impact-stats p { font-size: 12px; margin: 0; }
  .impact-signature { font-size: 22px; }
  .branch-grid, .core-service-grid { grid-template-columns: 1fr; }
  .branch-copy { padding: 22px; }
  .branch-copy h3 { font-size: 20px; }
  .branch-copy p { font-size: 14px; }
  .branch-copy a { font-size: 18px; }
  .core-service-card { padding: 24px 20px; }
  .core-service-card h3 { font-size: 20px; }
  .core-description p { font-size: 15px; }
  .core-checklist li, .core-note { font-size: 14px; }
  .care-feature-card { padding: 0; }
  .care-feature-image { aspect-ratio: 3/2; }
  .care-feature-body { padding: 22px; }
}

/* Editorial refinement: clearer typography and compact information. */
.responsibility { background: #fff; padding-bottom: 0; }
.responsibility-copy > p { font-size: 16px; line-height: 1.95; margin-bottom: 18px; }
.responsibility-copy .refresh-heading { margin-bottom: 26px; }
.responsibility-copy .refresh-heading h2 { margin-top: 0; }
.responsibility-photo { border-radius: 14px; }
.responsibility-shared { background: #fff; border: 1px solid #e0e9e3; border-radius: 14px; padding: 30px 24px; box-shadow: 0 8px 28px #264b3108; }
.responsibility-shared h3 { margin: 0 0 18px; font-size: 23px; line-height: 1.65; }
.responsibility-shared > p { font-size: 16px; line-height: 1.9; margin-bottom: 24px; }
.responsibility-shared li { font-size: 16px; padding: 18px 0; }
.responsibility-shared li strong { font-size: 16px; margin-bottom: 5px; }
.impact-banner { margin-top: 56px; padding: 48px 0 44px; }
.impact-heading { text-align: center; max-width: 1050px; margin: 0 auto; color: #fff; }
.impact-heading h3 { font-size: 28px; line-height: 1.6; margin: 0 0 18px; letter-spacing: .03em; }
.impact-heading p { margin: 0; font-size: 17px; line-height: 1.95; color: #edf5ef; }
.impact-stats { grid-template-columns: repeat(3,minmax(0,1fr)); padding: 32px 0 0; margin-top: 30px; border-top: 1px solid #ffffff35; }
.impact-stats article::after { height: 90px; bottom: 10px; }
.impact-stats strong { font-weight: 700; }
.impact-stats small { font-size: 22px; }
.impact-stats p { font-size: 18px; line-height: 1.65; margin: 12px 0 0; }
.about-branches .refresh-heading { display: flex; align-items: center; gap: 28px; margin-bottom: 30px; }
.about-branches .refresh-heading h2 { margin: 0; flex-shrink: 0; }
.about-branches .refresh-heading p { border-left: 1px solid #b9cec0; padding-left: 28px; font-size: 17px; }
.branch-copy h3 { min-height: 0; margin: 0 0 12px; }
.branch-copy p { margin-bottom: 6px; line-height: 1.75; }
.branch-copy p:last-child { margin-top: 0; padding-top: 0; }
.branch-copy a { min-height: 32px; }
.core-service-card { padding: 28px 24px; border-top: 3px solid #91b69b; }
.core-service-card > header { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid #e3ece5; }
.core-service-card > header > div { display: flex; align-items: center; gap: 14px; }
.core-number { display: inline-block; margin: 0; font-size: 25px; padding-right: 14px; border-right: 1px solid #9cbaa5; }
.core-service-card h3 { font-size: 20px; line-height: 1.45; }
.core-description p, .core-checklist h4, .core-checklist li, .core-note { font-size: 16px; }
.core-description p { line-height: 1.95; }
.core-checklist { padding-top: 20px; margin-top: 22px; }
.core-checklist h4 { margin-bottom: 14px; }
.core-checklist ul { gap: 12px 14px; }
.core-checklist li { line-height: 1.8; padding-left: 12px; }
.care-feature-card { position: relative; display: grid; grid-template-columns: 42% 58%; min-height: 290px; background: #fff; padding: 0; }
.care-feature-image { position: absolute; inset: 0 auto 0 0; width: 48%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 45% center; mask-image: linear-gradient(to right,#000 65%,transparent 100%); -webkit-mask-image: linear-gradient(to right,#000 65%,transparent 100%); }
.care-feature-body { grid-column: 2; align-self: center; padding: 30px 26px 30px 12px; }
.care-feature-card h3 { font-size: 22px; line-height: 1.5; margin: 0 0 18px; }
.care-feature-card h3::after { content: ''; display: block; width: 32px; height: 2px; background: #83ac8e; margin-top: 16px; }
.care-feature-card p { font-size: 15px; line-height: 1.9; }
@media (max-width: 1200px) {
  .core-service-card { padding: 24px 18px; }
  .core-service-card > header > div { gap: 10px; }
  .core-number { font-size: 22px; padding-right: 10px; }
  .core-service-card h3 { font-size: 18px; }
  .core-checklist ul { grid-template-columns: 1fr; }
  .care-feature-body { padding: 26px 20px 26px 8px; }
  .care-feature-card h3 { font-size: 20px; }
}
@media (max-width: 800px) {
  .care-feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .responsibility-copy > p { font-size: 16px; }
  .responsibility-shared { padding: 24px; }
  .responsibility-shared h3 { font-size: 22px; }
  .impact-banner { margin-top: 32px; padding: 30px 0; }
  .impact-heading { text-align: left; }
  .impact-heading h3 { font-size: 23px; margin-bottom: 16px; }
  .impact-heading p { font-size: 17px; line-height: 1.85; }
  .impact-stats { grid-template-columns: 1fr; padding: 0; margin-top: 24px; }
  .impact-stats article { grid-template-columns: 1fr auto; padding: 22px 0; }
  .impact-stats article:last-child { padding-bottom: 0; border-bottom: 0; }
  .impact-stats strong { font-size: 42px; }
  .impact-stats small { font-size: 18px; }
  .impact-stats p { font-size: 16px; margin: 0; }
  .about-branches .refresh-heading { display: block; }
  .about-branches .refresh-heading p { margin-top: 12px; padding-left: 0; border: 0; font-size: 16px; }
  .branch-copy h3 { margin-bottom: 10px; }
  .core-service-card { padding: 24px 18px; }
  .core-service-card > header > div { gap: 10px; }
  .core-service-card h3 { font-size: 18px; }
  .core-description p, .core-checklist h4, .core-checklist li, .core-note { font-size: 16px; }
  .care-feature-card { grid-template-columns: 36% 64%; min-height: 280px; }
  .care-feature-image { width: 43%; object-position: 48% center; }
  .care-feature-body { padding: 24px 18px 24px 4px; }
  .care-feature-card h3 { font-size: 20px; }
}

/* Two-column illustrated services and text-only service features. */
.branch-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.branch-card, .branch-card:nth-child(4) { grid-column: auto; }
.branch-copy { padding: 22px 24px; }
.branch-copy h3 { font-size: 20px; }
.branch-copy p { font-size: 15px; }
.branch-copy a { font-size: 18px; }
.core-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.core-service-card { padding: 0; overflow: hidden; border-top: 1px solid #dde8df; }
.core-service-image { display: block; width: 100%; aspect-ratio: 2.4/1; object-fit: cover; object-position: center 42%; }
.core-service-body { padding: 28px 30px 30px; }
.core-service-body > header { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e3ece5; }
.core-service-body > header > div { display: flex; align-items: center; gap: 14px; }
.core-service-card h3 { font-size: 22px; }
.core-checklist ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
.care-features { background: #fff; }
.care-feature-grid { gap: 24px; }
.care-feature-card { display: block; min-height: 0; border: 1px solid #dce8de; border-radius: 16px; background: linear-gradient(120deg,#f2f7f3,#fff 65%); box-shadow: none; }
.care-feature-card::before { content: ''; position: absolute; left: 0; top: 32px; bottom: 32px; width: 4px; border-radius: 0 4px 4px 0; background: #82aa8b; }
.care-feature-body { padding: 32px 36px; }
.care-feature-card h3 { margin: 0 0 16px; font-size: 23px; color: #234f36; }
.care-feature-card h3::after { display: none; }
.care-feature-card p { font-size: 16px; line-height: 1.95; }
@media(max-width: 992px) {
 .branch-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .core-service-body { padding: 24px; }
 .core-service-card h3 { font-size: 19px; }
 .core-checklist ul { grid-template-columns: 1fr; }
}
@media(max-width: 640px) {
 .branch-grid, .core-service-grid { grid-template-columns: 1fr; gap: 20px; }
 .core-service-image { aspect-ratio: 1.8/1; }
 .core-service-body { padding: 24px 18px; }
 .core-service-body > header > div { gap: 10px; }
 .core-service-card h3 { font-size: 18px; }
 .care-feature-body { padding: 26px 24px; }
 .care-feature-card h3 { font-size: 21px; }
}

/* Brand positioning: an integrated image and editorial panel. */
main[data-page="product-list"] .service-position { padding: 40px 0 64px; }
main[data-page="product-list"] .service-position .svc-brand-main { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 0; align-items: stretch; margin: 0; border: 1px solid #e1eae3; border-radius: 22px; overflow: hidden; background: linear-gradient(120deg,#fff 45%,#f3f8f4); box-shadow: 0 14px 40px #234b320a; }
.service-position .svc-brand-copy { grid-column: 2; grid-row: 1; padding: 44px 48px; }
main[data-page="product-list"] .service-position .svc-brand-copy h2 { font-size: 34px; line-height: 1.35; margin: 0 0 28px; letter-spacing: .03em; }
main[data-page="product-list"] .service-position .svc-brand-copy h2::after { content: ''; display: block; width: 42px; height: 3px; margin-top: 18px; background: #81aa8c; }
.service-position .position-intro p { font-size: 17px; line-height: 1.95; margin: 0 0 20px; color: #47584e; }
.service-position .position-intro p:last-child { margin: 0; }
.service-position .position-intro strong { color: #286443; font-weight: 700; }
.service-position .svc-brand-media { grid-column: 1; grid-row: 1; position: relative; border-radius: 0; max-width: none; min-height: 370px; }
.service-position .svc-brand-media img { position: absolute; inset: 0; height: 100%; width: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
@media(max-width: 1100px) {
 .service-position .svc-brand-copy { padding: 32px; }
 .service-position .position-intro p { font-size: 16px; }
}
@media(max-width: 800px) {
 main[data-page="product-list"] .service-position { padding: 24px 0 40px; }
 main[data-page="product-list"] .service-position .svc-brand-main { grid-template-columns: 1fr; border-radius: 16px; }
 .service-position .svc-brand-copy { grid-column: 1; grid-row: 2; padding: 28px 24px; }
 .service-position .svc-brand-media { grid-column: 1; grid-row: 1; min-height: 0; aspect-ratio: 16/9; }
 .service-position .svc-brand-media img { object-position: center 48%; }
 main[data-page="product-list"] .service-position .svc-brand-copy h2 { font-size: 28px; margin-bottom: 22px; }
 .service-position .position-intro p { font-size: 16px; line-height: 1.9; }
}
