/* Editorial clinical sanctuary — public homepage, August 2026. */
:root {
  --sanctuary-ivory: #f4efe5;
  --sanctuary-paper: #fbf8f1;
  --sanctuary-ink: #1f2926;
  --sanctuary-ink-soft: #52605b;
  --sanctuary-coral: #ea580c;
  --sanctuary-coral-deep: #c2410c;
  --sanctuary-verdigris: #0f766e;
  --sanctuary-verdigris-soft: #ccfbf1;
  --sanctuary-line: rgba(31, 41, 38, .15);
  --sanctuary-line-soft: rgba(31, 41, 38, .09);
  --sanctuary-serif: "Noto Serif SC", "Songti SC", STSong, serif;
  --sanctuary-sans: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  --bg-page: var(--sanctuary-paper);
  --text-primary: var(--sanctuary-ink);
  --text-secondary: var(--sanctuary-ink-soft);
  --text-muted: #748079;
  --border-subtle: var(--sanctuary-line-soft);
  --border-default: var(--sanctuary-line);
  --shadow-xs: none;
  --shadow-sm: none;
  --shadow-md: 0 22px 60px rgba(45, 51, 45, .09);
  --radius-md: 0;
  --radius-lg: 0;
}

/* Final Concept B cascade: loaded after the retained legacy homepage rules. */
@media (min-width: 761px) {
  .bottom-nav { display: none !important; }
}

.hero-title-mobile,
.hero-support-mobile { display: none; }

.shell .concept-b-header {
  min-height: 82px;
  padding: 14px 118px 14px 8px;
  border-bottom: 1px solid rgba(101, 72, 43, .1);
}

.shell .concept-b-header .brand { max-width: 285px; gap: 12px; }
.shell .concept-b-header .brand img {
  width: 52px; height: 52px; border: 0; border-radius: 17px;
  box-shadow: 0 8px 24px rgba(135, 86, 32, .1);
}
.shell .concept-b-header .brand h1 {
  color: #493525; font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: 21px; letter-spacing: .08em;
}
.shell .concept-b-header .brand-sub { color: #8b7969; font-size: 10px; letter-spacing: .16em; }
.shell .concept-b-nav { gap: 38px; }
.shell .concept-b-nav a { color: #5d4939; font-size: 13px; letter-spacing: .04em; }
.shell .concept-b-nav a:first-child { color: #cb6846; }
.shell .topline .header-auth-register { border-color: #da7957; background: #da7957; color: #fffaf2; }

.app .concept-b-hero {
  min-height: 500px;
  grid-template-columns: minmax(245px, .9fr) minmax(440px, 1.42fr) minmax(285px, 1fr);
  gap: 0;
  margin: 18px 0 0;
  padding: 44px 28px 72px;
  overflow: hidden;
  border: 1px solid rgba(196, 125, 78, .12);
  border-radius: 34px 34px 105px 105px / 34px 34px 54px 54px;
  background:
    radial-gradient(circle at 77% 31%, rgba(255,255,255,.84) 0 9%, transparent 29%),
    radial-gradient(circle at 15% 30%, rgba(255,226,207,.76), transparent 28%),
    linear-gradient(134deg, #fff6ea 0%, #f9dfcf 46%, #f7e6d4 71%, #e8e6d7 100%);
  box-shadow: 0 30px 80px rgba(117,75,41,.12);
}
.app .concept-b-hero::before {
  inset: auto -8% -28% -6%; width: auto; height: 48%; border: 0;
  border-radius: 50% 50% 0 0 / 38% 42% 0 0;
  background:
    linear-gradient(168deg, transparent 0 23%, rgba(255,251,244,.76) 24% 45%, transparent 46%),
    repeating-radial-gradient(ellipse at 50% 110%, transparent 0 15px, rgba(205,111,75,.13) 16px 17px, transparent 18px 29px);
  opacity: .75; transform: rotate(-2deg);
}
.app .concept-b-hero::after {
  position: absolute; z-index: 0; top: -20%; right: 22%; width: 42%; height: 100%;
  border: 1px solid rgba(202,112,74,.1); border-radius: 50%; content: ""; transform: rotate(19deg);
}
.app .concept-b-hero-profile,
.app .concept-b-hero-copy,
.app .concept-b-hero-scene { position: relative; z-index: 2; }
.app .concept-b-hero-profile { align-self: stretch; margin-left: -28px; }
.app .concept-b-hero-profile svg {
  width: min(360px, 31vw); height: 100%; min-height: 360px; transform: translate(-34px, 10px);
}
.app .concept-b-hero-profile p {
  right: auto; bottom: 28px; left: 42px; color: #6b8078; font-size: 9px; letter-spacing: .24em;
}
.app .concept-b-hero-copy {
  align-self: center; max-width: 610px; padding: 20px 16px 26px; text-align: center;
}
.app .concept-b-kicker {
  margin-bottom: 22px; color: #c26c48; font-size: 10px; font-weight: 650; letter-spacing: .38em;
}
.app .concept-b-kicker::before,
.app .concept-b-kicker::after {
  display: inline-block; width: 28px; height: 1px; margin: 0 13px 4px;
  background: rgba(194,108,72,.48); content: "";
}
.app .concept-b-hero-copy h2 {
  color: #4e3020; font-size: clamp(48px, 4.35vw, 68px); font-weight: 580;
  letter-spacing: -.055em; line-height: 1.14;
}
.app .concept-b-support {
  max-width: 570px; margin: 27px auto 0; color: #735e4c; font-size: 16px;
  letter-spacing: .08em; line-height: 1.9;
}
.app .concept-b-primary-action {
  min-width: 300px; min-height: 62px; margin-top: 30px; border: 0; border-radius: 999px;
  background: linear-gradient(112deg,#d66c47,#e78a5d); color: #fffaf3;
  box-shadow: 0 18px 34px rgba(196,93,55,.22); font-size: 17px; letter-spacing: .08em;
}
.app .concept-b-hero-copy > small {
  display: block; margin-top: 17px; color: rgba(91,73,57,.62); font-size: 9px; letter-spacing: .04em;
}
.app .concept-b-hero-scene { align-self: end; margin-right: -30px; }
.app .concept-b-hero-scene svg { width: min(470px,35vw); max-width: none; transform: translate(14px,40px); }
.app .concept-b-hero-scene p {
  right: 2px; bottom: 17px; min-width: 188px; border: 0; border-left: 3px solid rgba(91,142,128,.62);
  border-radius: 0; background: rgba(255,252,246,.82); box-shadow: 0 10px 26px rgba(75,51,33,.09);
}

.app .concept-b-pathways {
  position: relative; padding: 30px 52px 20px;
  background: radial-gradient(circle at 10% 70%,rgba(172,190,160,.1),transparent 18%),
              radial-gradient(circle at 90% 70%,rgba(235,159,116,.12),transparent 18%);
}
.app .concept-b-path-grid {
  grid-template-columns: minmax(0,1fr) 130px minmax(0,1fr); gap: 6px; margin-top: 0;
}
.app .concept-b-path-grid .dual-path-panel {
  height: 195px; min-height: 195px; display: grid; grid-template-columns: 104px minmax(0,1fr);
  align-content: center; gap: 0 24px; padding: 14px 24px 20px; overflow: visible;
  border: 0; border-radius: 0; background: transparent; box-shadow: none;
}
.app .concept-b-path-grid .dual-path-panel::before {
  inset: auto 24px 0; width: auto; height: 1px;
  background: linear-gradient(90deg,transparent,rgba(84,109,95,.38),transparent);
}
.app .concept-b-path-grid .dual-path-parent::before {
  background: linear-gradient(90deg,transparent,rgba(210,117,80,.38),transparent);
}
.app .pathway-botanical {
  width: 96px; height: 120px; grid-row: 1 / span 2; align-self: center;
  fill: rgba(146,167,132,.32); stroke: rgba(96,127,101,.63); stroke-linecap: round;
  stroke-linejoin: round; stroke-width: 2;
}
.app .dual-path-parent .pathway-botanical { fill: rgba(236,164,122,.3); stroke: rgba(211,121,82,.6); }
.app .concept-b-path-grid .dual-path-copy { gap: 12px; }
.app .concept-b-path-grid .dual-path-copy strong {
  color: #4b3425; font-family: "Noto Serif SC","Songti SC",STSong,serif;
  font-size: 34px; font-weight: 580; letter-spacing: .02em;
}
.app .concept-b-path-grid .dual-path-copy small { color: #79695b; font-size: 13px; letter-spacing: .03em; line-height: 1.85; }
.app .concept-b-path-grid .dual-path-details { color: #8b7b6d; font-size: 10px; letter-spacing: .06em; }
.app .concept-b-path-grid .dual-path-action {
  grid-column: 2; align-self: end; margin-top: 12px; color: #5a846f; font-size: 13px; letter-spacing: .06em;
}
.app .concept-b-path-grid .dual-path-parent .dual-path-action { color: #c96946; }
.app .pathway-bridge { grid-template-columns: 1fr 60px 1fr; gap: 4px; }
.app .pathway-bridge img { width: 58px; height: 58px; border: 7px solid #fbf7ed; box-shadow: 0 8px 26px rgba(126,82,43,.15); }

.app .concept-b-process {
  display: block; margin: 0 52px; padding: 38px 0 44px;
  border-top: 1px solid rgba(91,72,57,.1); border-bottom: 1px solid rgba(91,72,57,.1);
}
.app .concept-b-process > div { text-align: center; }
.app .concept-b-process > div p { color: #c46a47; font-size: 10px; letter-spacing: .26em; }
.app .concept-b-process > div h2 { margin-top: 8px; font-size: 27px; }
.app .concept-b-process ol {
  position: relative; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; margin-top: 28px;
}
.app .concept-b-process ol::before {
  position: absolute; top: 17px; right: 9%; left: 9%; height: 1px;
  background: repeating-linear-gradient(90deg,rgba(201,108,71,.28) 0 4px,transparent 4px 9px); content: "";
}
.app .concept-b-process li { position: relative; z-index: 1; display: block; padding: 0 12px; border: 0; text-align: center; }
.app .concept-b-process li > span {
  width: 35px; height: 35px; display: grid; place-items: center; margin: 0 auto 10px;
  border: 1px solid rgba(198,104,70,.25); border-radius: 50%; background: #fbf7ed; color: #c46745; font-size: 9px;
}
.app .concept-b-process li strong { display: block; font-size: 13px; }
.app .concept-b-process li small { display: block; margin-top: 5px; font-size: 9px; }

@media (max-width: 600px) {
  .app { padding-right: 16px; padding-left: 16px; padding-bottom: 54px; }
  .shell .concept-b-header { min-height: 66px; padding: 8px 92px 8px 0; }
  .shell .concept-b-header .brand { max-width: 215px; gap: 9px; }
  .shell .concept-b-header .brand img { width: 44px; height: 44px; border-radius: 14px; }
  .shell .concept-b-header .brand h1 { font-size: 18px; }
  .shell .concept-b-header .brand-sub { display: block; margin-top: 2px; font-size: 8px; letter-spacing: .09em; }
  .shell .topline .header-auth { right: 0; gap: 2px; }
  .shell .topline .header-auth-btn { min-width: 40px; height: 34px; padding: 0 7px; font-size: 11px; }

  .app .concept-b-hero {
    min-height: 276px; grid-template-columns: 1fr; margin-top: 8px; padding: 22px 18px 24px;
    border-radius: 26px 26px 42px 42px;
    background: radial-gradient(circle at 85% 17%,rgba(239,177,92,.22),transparent 23%),
                radial-gradient(circle at 12% 32%,rgba(255,221,201,.72),transparent 34%),
                linear-gradient(145deg,#fff8ef,#f9e1d1 58%,#f2eadc);
    box-shadow: 0 18px 44px rgba(117,75,41,.1);
  }
  .hero-title-desktop,.hero-support-desktop { display: none; }
  .hero-title-mobile,.hero-support-mobile { display: inline; }
  .app .concept-b-hero-profile,.app .concept-b-hero-scene { display: block; position: absolute; pointer-events: none; }
  .app .concept-b-hero-profile { top: 8px; left: -76px; width: 180px; margin: 0; opacity: .4; }
  .app .concept-b-hero-profile svg { width: 180px; min-height: 250px; transform: none; }
  .app .concept-b-hero-profile p { display: none; }
  .app .concept-b-hero-scene { right: -54px; bottom: -18px; width: 172px; opacity: .52; }
  .app .concept-b-hero-scene svg { width: 172px; transform: none; }
  .app .concept-b-hero-scene p { display: none; }
  .app .concept-b-hero-copy { align-self: center; max-width: 330px; padding: 0; }
  .app .concept-b-kicker { display: none; }
  .app .concept-b-hero-copy h2 { font-size: clamp(34px,10vw,40px); line-height: 1.15; }
  .app .concept-b-hero-copy h2 em { color: #c9603e; font-style: normal; }
  .app .concept-b-support { max-width: 280px; margin-top: 13px; font-size: 11px; letter-spacing: .035em; line-height: 1.65; }
  .app .concept-b-primary-action { min-width: 208px; min-height: 44px; margin-top: 17px; padding: 0 18px; font-size: 12px; }
  .app .concept-b-hero-copy > small { display: none; }

  .app .concept-b-pathways { padding: 18px 0 14px; background: transparent; }
  .app .concept-b-path-grid { grid-template-columns: 1fr; gap: 10px; }
  .app .concept-b-path-grid .dual-path-panel {
    height: 128px; min-height: 128px; grid-template-columns: 58px minmax(0,1fr) 30px; align-content: center;
    gap: 0 13px; padding: 15px 16px; border: 1px solid #dc724e; border-radius: 22px;
    background: rgba(255,251,245,.86); box-shadow: 0 10px 26px rgba(124,79,43,.08);
  }
  .app .concept-b-path-grid .dual-path-therapist {
    background: linear-gradient(112deg,#d86d48,#e88b5d); color: #fffaf3;
    box-shadow: 0 15px 30px rgba(199,91,55,.2);
  }
  .app .concept-b-path-grid .dual-path-panel::before { display: none; }
  .app .pathway-botanical { width: 52px; height: 66px; grid-row: 1; align-self: center; }
  .app .dual-path-therapist .pathway-botanical { fill: rgba(255,255,255,.08); stroke: rgba(255,255,255,.86); }
  .app .dual-path-parent .pathway-botanical { fill: rgba(221,116,76,.1); stroke: rgba(133,96,69,.72); }
  .app .concept-b-path-grid .dual-path-copy { grid-column: 2; grid-row: 1; gap: 5px; }
  .app .concept-b-path-grid .dual-path-copy strong { color: #4b3425; font-size: 23px; line-height: 1.1; }
  .app .concept-b-path-grid .dual-path-therapist .dual-path-copy strong,
  .app .concept-b-path-grid .dual-path-therapist .dual-path-copy small { color: #fffaf3; }
  .app .concept-b-path-grid .dual-path-copy small { color: #735e4d; font-size: 10px; line-height: 1.45; }
  .app .concept-b-path-grid .dual-path-copy small br,.app .concept-b-path-grid .dual-path-details { display: none; }
  .app .concept-b-path-grid .dual-path-action {
    width: 28px; grid-column: 3; grid-row: 1; align-self: center; margin: 0;
    overflow: hidden; color: #c96745; font-size: 0; white-space: nowrap;
  }
  .app .concept-b-path-grid .dual-path-action span { font-size: 25px; }
  .app .concept-b-path-grid .dual-path-therapist .dual-path-action { color: #fffaf3; }
  .app .pathway-bridge { display: none; }

  .app .concept-b-process { margin: 0; padding: 29px 0 31px; }
  .app .concept-b-process > div p { font-size: 8px; }
  .app .concept-b-process > div h2 { font-size: 23px; }
  .app .concept-b-process ol { grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: 22px; }
  .app .concept-b-process ol::before { top: 13px; right: 7%; left: 7%; }
  .app .concept-b-process li { display: block; padding: 0 2px; border: 0; }
  .app .concept-b-process li > span { width: 27px; height: 27px; margin-bottom: 7px; font-size: 7px; }
  .app .concept-b-process li strong { display: block; font-size: 9px; line-height: 1.35; }
  .app .concept-b-process li small { display: none; }
}

/* Concept B fidelity pass — warm therapeutic dual-path. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-title-mobile,
.hero-support-mobile {
  display: none;
}

.shell .concept-b-header {
  min-height: 82px;
  padding: 14px 118px 14px 8px;
  border-bottom-color: rgba(101, 72, 43, .1);
}

.shell .concept-b-header .brand {
  max-width: 285px;
  gap: 12px;
}

.shell .concept-b-header .brand img {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 17px;
  box-shadow: 0 8px 24px rgba(135, 86, 32, .1);
}

.shell .concept-b-header .brand h1 {
  color: #493525;
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: 21px;
  letter-spacing: .08em;
}

.shell .concept-b-header .brand-sub {
  color: #8b7969;
  font-size: 10px;
  letter-spacing: .16em;
}

.concept-b-nav {
  gap: 38px;
}

.concept-b-nav a {
  color: #5d4939;
  font-size: 13px;
  letter-spacing: .04em;
}

.concept-b-nav a:first-child {
  color: #cb6846;
}

.topline .header-auth-register {
  border-color: #da7957;
  background: #da7957;
  color: #fffaf2;
}

.concept-b-hero {
  min-height: 510px;
  grid-template-columns: minmax(245px, .9fr) minmax(440px, 1.42fr) minmax(285px, 1fr);
  gap: 0;
  margin: 18px 0 0;
  padding: 44px 28px 72px;
  overflow: hidden;
  border: 1px solid rgba(196, 125, 78, .12);
  border-radius: 34px 34px 105px 105px / 34px 34px 54px 54px;
  background:
    radial-gradient(circle at 77% 31%, rgba(255, 255, 255, .84) 0 9%, transparent 29%),
    radial-gradient(circle at 15% 30%, rgba(255, 226, 207, .76), transparent 28%),
    linear-gradient(134deg, #fff6ea 0%, #f9dfcf 46%, #f7e6d4 71%, #e8e6d7 100%);
  box-shadow: 0 30px 80px rgba(117, 75, 41, .12);
}

.concept-b-hero::before {
  inset: auto -8% -28% -6%;
  width: auto;
  height: 48%;
  border: 0;
  border-radius: 50% 50% 0 0 / 38% 42% 0 0;
  background:
    linear-gradient(168deg, transparent 0 23%, rgba(255, 251, 244, .76) 24% 45%, transparent 46%),
    repeating-radial-gradient(ellipse at 50% 110%, transparent 0 15px, rgba(205, 111, 75, .13) 16px 17px, transparent 18px 29px);
  opacity: .75;
  transform: rotate(-2deg);
}

.concept-b-hero::after {
  position: absolute;
  z-index: 0;
  top: -20%;
  right: 22%;
  width: 42%;
  height: 100%;
  border: 1px solid rgba(202, 112, 74, .1);
  border-radius: 50%;
  content: "";
  transform: rotate(19deg);
}

.concept-b-hero-profile,
.concept-b-hero-copy,
.concept-b-hero-scene {
  position: relative;
  z-index: 2;
}

.concept-b-hero-profile {
  align-self: stretch;
  margin-left: -28px;
}

.concept-b-hero-profile svg {
  width: min(360px, 31vw);
  height: 100%;
  min-height: 430px;
  transform: translate(-34px, 10px);
}

.profile-field {
  fill: rgba(255, 239, 224, .48);
}

.profile-fill {
  fill: rgba(255, 250, 242, .72);
  stroke: rgba(193, 120, 79, .3);
  stroke-width: 1.4;
}

.profile-line {
  stroke: rgba(92, 123, 105, .7);
  stroke-width: 2;
}

.sound-wave {
  stroke-width: 1.8;
}

.sound-wave-a {
  stroke: rgba(91, 142, 128, .82);
}

.sound-wave-b {
  stroke: rgba(218, 121, 87, .66);
}

.concept-b-hero-profile p {
  right: auto;
  bottom: 28px;
  left: 42px;
  color: #6b8078;
  font-size: 9px;
  letter-spacing: .24em;
}

.concept-b-hero-copy {
  align-self: center;
  max-width: 610px;
  padding: 20px 16px 26px;
  text-align: center;
}

.concept-b-kicker {
  margin-bottom: 22px;
  color: #c26c48;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .38em;
}

.concept-b-kicker::before,
.concept-b-kicker::after {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 13px 4px;
  background: rgba(194, 108, 72, .48);
  content: "";
}

.concept-b-hero-copy h2 {
  color: #4e3020;
  font-size: clamp(48px, 4.35vw, 68px);
  font-weight: 580;
  letter-spacing: -.055em;
  line-height: 1.14;
}

.concept-b-support {
  max-width: 570px;
  margin: 27px auto 0;
  color: #735e4c;
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.9;
}

.concept-b-primary-action {
  min-width: 300px;
  min-height: 62px;
  margin-top: 30px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(112deg, #d66c47, #e78a5d);
  box-shadow: 0 18px 34px rgba(196, 93, 55, .22);
  font-size: 17px;
  letter-spacing: .08em;
}

.concept-b-primary-action:hover {
  background: linear-gradient(112deg, #c85e3c, #dc7b50);
  box-shadow: 0 22px 42px rgba(196, 93, 55, .27);
}

.concept-b-hero-copy > small {
  margin-top: 17px;
  color: rgba(91, 73, 57, .62);
  font-size: 9px;
  letter-spacing: .04em;
}

.concept-b-hero-scene {
  align-self: end;
  margin-right: -30px;
}

.concept-b-hero-scene svg {
  width: min(470px, 35vw);
  max-width: none;
  transform: translate(14px, 40px);
}

.scene-room {
  fill: rgba(255, 250, 242, .57);
}

.scene-sun {
  fill: rgba(239, 177, 92, .72);
}

.scene-plant,
.scene-speech {
  fill: none;
  stroke: rgba(100, 131, 96, .48);
  stroke-linecap: round;
  stroke-width: 4;
}

.scene-hill-back {
  fill: #cfbaa4;
}

.scene-hill-front {
  fill: #a9b7a7;
}

.scene-table {
  fill: rgba(150, 108, 74, .78);
}

.scene-adult,
.scene-child {
  fill: #fff8ee;
  stroke: rgba(104, 78, 59, .24);
  stroke-width: 1.4;
}

.scene-hair {
  fill: #67493a;
  stroke: none;
}

.scene-arm,
.scene-connection {
  fill: none;
  stroke: #d27651;
  stroke-linecap: round;
  stroke-width: 6;
}

.scene-spark {
  fill: #df7651;
}

.concept-b-hero-scene p {
  right: 2px;
  bottom: 17px;
  min-width: 188px;
  border: 0;
  border-left: 3px solid rgba(91, 142, 128, .62);
  border-radius: 0;
  background: rgba(255, 252, 246, .82);
  box-shadow: 0 10px 26px rgba(75, 51, 33, .09);
}

.concept-b-pathways {
  position: relative;
  padding: 40px 52px 30px;
  background:
    radial-gradient(circle at 10% 70%, rgba(172, 190, 160, .1), transparent 18%),
    radial-gradient(circle at 90% 70%, rgba(235, 159, 116, .12), transparent 18%);
}

.concept-b-path-grid {
  grid-template-columns: minmax(0, 1fr) 130px minmax(0, 1fr);
  gap: 6px;
  margin-top: 0;
}

.concept-b-path-grid .dual-path-panel {
  min-height: 210px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-content: center;
  gap: 0 28px;
  padding: 22px 24px 28px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.concept-b-path-grid .dual-path-panel::before {
  inset: auto 24px 0;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 109, 95, .38), transparent);
}

.concept-b-path-grid .dual-path-parent::before {
  background: linear-gradient(90deg, transparent, rgba(210, 117, 80, .38), transparent);
}

.pathway-botanical {
  width: 112px;
  height: 142px;
  grid-row: 1 / span 2;
  align-self: center;
  fill: rgba(146, 167, 132, .32);
  stroke: rgba(96, 127, 101, .63);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.dual-path-parent .pathway-botanical {
  fill: rgba(236, 164, 122, .3);
  stroke: rgba(211, 121, 82, .6);
}

.concept-b-path-grid .dual-path-copy {
  gap: 12px;
}

.concept-b-path-grid .dual-path-copy strong {
  color: #4b3425;
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: 34px;
  font-weight: 580;
  letter-spacing: .02em;
}

.concept-b-path-grid .dual-path-copy small {
  color: #79695b;
  font-size: 13px;
  letter-spacing: .03em;
  line-height: 1.85;
}

.concept-b-path-grid .dual-path-details {
  color: #8b7b6d;
  font-size: 10px;
  letter-spacing: .06em;
}

.concept-b-path-grid .dual-path-action {
  grid-column: 2;
  align-self: end;
  margin-top: 22px;
  color: #5a846f;
  font-size: 13px;
  letter-spacing: .06em;
}

.concept-b-path-grid .dual-path-parent .dual-path-action {
  color: #c96946;
}

.pathway-bridge {
  grid-template-columns: 1fr 60px 1fr;
  gap: 4px;
}

.pathway-bridge img {
  width: 58px;
  height: 58px;
  border: 7px solid #fbf7ed;
  box-shadow: 0 8px 26px rgba(126, 82, 43, .15);
}

.pathway-bridge span {
  height: 1px;
  background: linear-gradient(90deg, rgba(102, 139, 116, .24), rgba(210, 116, 78, .28));
}

.concept-b-process {
  display: block;
  margin: 0 52px;
  padding: 38px 0 44px;
  border-top: 1px solid rgba(91, 72, 57, .1);
  border-bottom: 1px solid rgba(91, 72, 57, .1);
}

.concept-b-process > div {
  text-align: center;
}

.concept-b-process > div p {
  color: #c46a47;
  font-size: 10px;
  letter-spacing: .26em;
}

.concept-b-process > div h2 {
  margin-top: 8px;
  font-size: 27px;
}

.concept-b-process ol {
  position: relative;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
}

.concept-b-process ol::before {
  position: absolute;
  top: 17px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(201, 108, 71, .28) 0 4px, transparent 4px 9px);
  content: "";
}

.concept-b-process li {
  position: relative;
  z-index: 1;
  align-items: center;
  padding: 0 12px;
  border-left: 0;
  text-align: center;
}

.concept-b-process li > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  border: 1px solid rgba(198, 104, 70, .25);
  border-radius: 50%;
  background: #fbf7ed;
  color: #c46745;
  font-size: 9px;
}

.concept-b-process li strong {
  font-size: 13px;
}

.concept-b-process li small {
  margin-top: 5px;
  font-size: 9px;
}

@media (max-width: 600px) {
  .app {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 54px;
  }

  .shell .concept-b-header {
    min-height: 66px;
    padding: 8px 92px 8px 0;
  }

  .shell .concept-b-header .brand {
    max-width: 215px;
    gap: 9px;
  }

  .shell .concept-b-header .brand img {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .shell .concept-b-header .brand h1 {
    font-size: 18px;
  }

  .shell .concept-b-header .brand-sub {
    display: block;
    margin-top: 2px;
    font-size: 8px;
    letter-spacing: .09em;
  }

  .topline .header-auth {
    right: 0;
    gap: 2px;
  }

  .topline .header-auth-btn {
    min-width: 40px;
    height: 34px;
    padding: 0 7px;
    font-size: 11px;
  }

  .concept-b-hero {
    min-height: 276px;
    grid-template-columns: 1fr;
    margin-top: 8px;
    padding: 22px 18px 24px;
    border-radius: 26px 26px 42px 42px;
    background:
      radial-gradient(circle at 85% 17%, rgba(239, 177, 92, .22), transparent 23%),
      radial-gradient(circle at 12% 32%, rgba(255, 221, 201, .72), transparent 34%),
      linear-gradient(145deg, #fff8ef, #f9e1d1 58%, #f2eadc);
    box-shadow: 0 18px 44px rgba(117, 75, 41, .1);
  }

  .concept-b-hero::before {
    right: -18%;
    bottom: -34%;
    left: -18%;
    height: 50%;
  }

  .concept-b-hero::after {
    top: -38%;
    right: -8%;
    width: 62%;
  }

  .hero-title-desktop,
  .hero-support-desktop {
    display: none;
  }

  .hero-title-mobile,
  .hero-support-mobile {
    display: inline;
  }

  .concept-b-hero-profile,
  .concept-b-hero-scene {
    display: block;
    position: absolute;
    pointer-events: none;
  }

  .concept-b-hero-profile {
    top: 8px;
    left: -76px;
    width: 180px;
    margin: 0;
    opacity: .4;
  }

  .concept-b-hero-profile svg {
    width: 180px;
    min-height: 250px;
    transform: none;
  }

  .concept-b-hero-profile p {
    display: none;
  }

  .concept-b-hero-scene {
    right: -54px;
    bottom: -18px;
    width: 172px;
    opacity: .52;
  }

  .concept-b-hero-scene svg {
    width: 172px;
    transform: none;
  }

  .concept-b-hero-scene p {
    display: none;
  }

  .concept-b-hero-copy {
    align-self: center;
    max-width: 330px;
    padding: 0;
  }

  .concept-b-kicker {
    display: none;
  }

  .concept-b-hero-copy h2 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.15;
  }

  .concept-b-hero-copy h2 em {
    color: #c9603e;
    font-style: normal;
  }

  .concept-b-support {
    max-width: 280px;
    margin-top: 13px;
    font-size: 11px;
    letter-spacing: .035em;
    line-height: 1.65;
  }

  .concept-b-primary-action {
    min-width: 208px;
    min-height: 44px;
    margin-top: 17px;
    padding: 0 18px;
    font-size: 12px;
  }

  .concept-b-pathways {
    padding: 18px 0 14px;
    background: transparent;
  }

  .concept-b-path-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .concept-b-path-grid .dual-path-panel {
    min-height: 128px;
    grid-template-columns: 58px minmax(0, 1fr) 30px;
    align-content: center;
    gap: 0 13px;
    padding: 15px 16px;
    border: 1px solid #dc724e;
    border-radius: 22px;
    background: rgba(255, 251, 245, .86);
    box-shadow: 0 10px 26px rgba(124, 79, 43, .08);
  }

  .concept-b-path-grid .dual-path-therapist {
    background: linear-gradient(112deg, #d86d48, #e88b5d);
    color: #fffaf3;
    box-shadow: 0 15px 30px rgba(199, 91, 55, .2);
  }

  .concept-b-path-grid .dual-path-panel::before {
    display: none;
  }

  .pathway-botanical {
    width: 52px;
    height: 66px;
    grid-row: 1;
    align-self: center;
  }

  .dual-path-therapist .pathway-botanical {
    fill: rgba(255, 255, 255, .08);
    stroke: rgba(255, 255, 255, .86);
  }

  .dual-path-parent .pathway-botanical {
    fill: rgba(221, 116, 76, .1);
    stroke: rgba(133, 96, 69, .72);
  }

  .concept-b-path-grid .dual-path-copy {
    grid-column: 2;
    grid-row: 1;
    gap: 5px;
  }

  .concept-b-path-grid .dual-path-copy strong {
    color: #4b3425;
    font-size: 23px;
    line-height: 1.1;
  }

  .concept-b-path-grid .dual-path-therapist .dual-path-copy strong,
  .concept-b-path-grid .dual-path-therapist .dual-path-copy small {
    color: #fffaf3;
  }

  .concept-b-path-grid .dual-path-copy small {
    color: #735e4d;
    font-size: 10px;
    line-height: 1.45;
  }

  .concept-b-path-grid .dual-path-copy small br {
    display: none;
  }

  .concept-b-path-grid .dual-path-details {
    display: none;
  }

  .concept-b-path-grid .dual-path-action {
    width: 28px;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    margin: 0;
    overflow: hidden;
    color: #c96745;
    font-size: 0;
    white-space: nowrap;
  }

  .concept-b-path-grid .dual-path-action span {
    font-size: 25px;
  }

  .concept-b-path-grid .dual-path-therapist .dual-path-action {
    color: #fffaf3;
  }

  .pathway-bridge {
    display: none;
  }

  .concept-b-process {
    margin: 0;
    padding: 29px 0 31px;
  }

  .concept-b-process > div p {
    font-size: 8px;
  }

  .concept-b-process > div h2 {
    font-size: 23px;
  }

  .concept-b-process ol {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 22px;
  }

  .concept-b-process ol::before {
    top: 13px;
    right: 7%;
    left: 7%;
  }

  .concept-b-process li {
    display: block;
    padding: 0 2px;
    border: 0;
  }

  .concept-b-process li > span {
    width: 27px;
    height: 27px;
    margin-bottom: 7px;
    font-size: 7px;
  }

  .concept-b-process li strong {
    display: block;
    font-size: 9px;
    line-height: 1.35;
  }

  .concept-b-process li small {
    display: none;
  }

}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(200, 98, 75, .055), transparent 25rem),
    linear-gradient(180deg, #f6f1e8 0, #fbf8f1 42rem, #f8f5ee 100%);
  color: var(--sanctuary-ink);
  font-family: var(--sanctuary-sans);
}

.shell {
  width: min(100%, 1280px);
  max-width: 1280px;
  min-height: 100vh;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.app {
  gap: 0;
  padding: 0 28px 80px;
}

.shell .topline {
  min-height: 96px;
  margin: 0;
  padding: 20px 118px 20px 6px;
  border-bottom: 1px solid var(--sanctuary-line-soft);
}

.shell .brand {
  gap: 14px;
}

.shell .brand img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(31, 41, 38, .1);
  border-radius: 50%;
  background: var(--sanctuary-paper);
  box-shadow: none;
}

.shell .brand h1 {
  color: var(--sanctuary-ink);
  font-family: var(--sanctuary-serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
}

.shell .brand-sub {
  margin-top: 5px;
  color: #7b817c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .13em;
}

.topline .header-auth-btn {
  min-width: 50px;
  height: 44px;
  border-color: transparent;
  background: transparent;
  color: var(--sanctuary-ink-soft);
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
}

.topline .header-auth-register {
  border: 1px solid var(--sanctuary-line);
  background: rgba(251, 248, 241, .72);
  color: var(--sanctuary-ink);
}

.topline .header-auth-btn:hover {
  color: var(--sanctuary-coral-deep);
}

.welcome-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr);
  gap: clamp(48px, 7vw, 92px);
  margin: 30px 0 0;
  padding: clamp(56px, 7vw, 92px) clamp(42px, 7vw, 88px) 34px;
  overflow: hidden;
  border: 0;
  border-radius: 32px;
  background: var(--sanctuary-ivory);
  box-shadow: 0 32px 90px rgba(52, 57, 49, .09);
}

.welcome-hero::before {
  position: absolute;
  z-index: -1;
  top: -18%;
  right: -12%;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(51, 118, 107, .12);
  border-radius: 50%;
  content: "";
}

.welcome-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(31, 41, 38, .09) .55px, transparent .55px);
  background-size: 8px 8px;
  content: "";
  opacity: .14;
  pointer-events: none;
}

.editorial-hero-copy {
  align-self: center;
  min-width: 0;
}

.editorial-hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  color: var(--sanctuary-verdigris);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.editorial-hero-kicker::before {
  width: 34px;
  height: 1px;
  background: var(--sanctuary-coral);
  content: "";
}

.editorial-hero-kicker .welcome-greeting {
  position: relative;
  margin-left: 6px;
  padding-left: 16px;
  color: #747d77;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: none;
}

.editorial-hero-kicker .welcome-greeting::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--sanctuary-line);
  content: "";
}

.welcome-greeting .wave {
  animation: none;
}

.editorial-hero-title {
  max-width: 720px;
  margin: 0;
  color: var(--sanctuary-ink);
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: clamp(48px, 4.2vw, 60px);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: 1.14;
  text-wrap: balance;
}

.editorial-hero-title::after {
  display: inline-block;
  width: .18em;
  height: .18em;
  margin-left: .12em;
  border-radius: 50%;
  background: var(--sanctuary-coral);
  content: "";
  vertical-align: .12em;
}

.editorial-hero-lede {
  max-width: 570px;
  margin: 28px 0 0;
  color: var(--sanctuary-ink-soft);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.9;
}

.editorial-hero-actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 18px;
}

.identity-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.identity-choice {
  position: relative;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 20px 22px 18px;
  border: 1px solid rgba(31, 41, 38, .16);
  border-radius: 18px;
  background: rgba(251, 248, 241, .72);
  color: var(--sanctuary-ink);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.identity-choice::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--sanctuary-verdigris);
  content: "";
}

.identity-choice-parent::before {
  background: var(--sanctuary-coral);
}

.identity-choice:hover {
  border-color: rgba(31, 41, 38, .3);
  background: rgba(255, 253, 248, .95);
  transform: translateY(-2px);
}

.identity-choice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--sanctuary-serif);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.identity-choice-title span {
  color: var(--sanctuary-verdigris);
  font-family: var(--sanctuary-sans);
  font-size: 18px;
}

.identity-choice-parent .identity-choice-title span {
  color: var(--sanctuary-coral-deep);
}

.identity-choice small {
  color: var(--sanctuary-ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

.editorial-primary-action {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 26px;
  border: 1px solid var(--sanctuary-coral);
  border-radius: 999px;
  background: var(--sanctuary-coral);
  color: #fffaf3;
  box-shadow: 0 15px 30px rgba(170, 79, 60, .18);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.editorial-primary-action:hover {
  background: var(--sanctuary-coral-deep);
  box-shadow: 0 18px 34px rgba(170, 79, 60, .24);
  transform: translateY(-2px);
}

.editorial-primary-action:focus-visible,
.workbench-search-trigger:focus-visible,
.identity-choice:focus-visible,
.entry-card:focus-visible,
.qlink:focus-visible,
.header-auth-btn:focus-visible {
  outline: 3px solid rgba(51, 118, 107, .35);
  outline-offset: 4px;
}

.editorial-primary-action span {
  font-size: 18px;
}

.workbench-search-trigger {
  width: auto;
  min-width: 210px;
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 9px;
  padding: 8px 15px;
  border: 1px solid var(--sanctuary-line);
  border-radius: 999px;
  background: rgba(251, 248, 241, .45);
  color: var(--sanctuary-ink);
  box-shadow: none;
}

.workbench-search-trigger:hover {
  border-color: rgba(51, 118, 107, .4);
  background: rgba(251, 248, 241, .8);
  box-shadow: none;
  transform: none;
}

.workbench-search-icon {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--sanctuary-verdigris);
}

.workbench-search-icon svg {
  width: 18px;
  height: 18px;
}

.workbench-search-copy strong,
.workbench-search-copy span {
  color: inherit;
}

.workbench-search-copy strong {
  font-size: 13px;
  font-weight: 650;
}

.workbench-search-copy span {
  margin-top: 1px;
  color: #77817b;
  font-size: 9px;
  font-weight: 400;
}

.workbench-search-trigger > kbd {
  border: 0;
  background: transparent;
  color: #8d948f;
  box-shadow: none;
  font-size: 9px;
}

.resume-row {
  margin-top: 18px;
  border: 1px solid rgba(51, 118, 107, .2);
  border-radius: 14px;
  background: rgba(216, 231, 225, .42);
  box-shadow: none;
}

.resume-row:hover {
  background: rgba(216, 231, 225, .65);
  transform: none;
}

.editorial-hero-visual {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 8px;
}

.hero-signal-art {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.hero-signal-art::before,
.hero-signal-art::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.hero-signal-art::before {
  width: min(32vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(51, 118, 107, .18);
  background:
    radial-gradient(circle, rgba(51, 118, 107, .12) 0 3px, transparent 4px),
    radial-gradient(circle at 50% 50%, transparent 0 29%, rgba(51, 118, 107, .07) 29.5% 30%, transparent 30.5% 49%, rgba(200, 98, 75, .08) 49.5% 50%, transparent 50.5%);
}

.hero-signal-art::after {
  width: min(23vw, 238px);
  aspect-ratio: 1;
  border: 1px solid rgba(200, 98, 75, .18);
  transform: translate(23%, -17%);
}

.hero-signal-art svg {
  position: relative;
  z-index: 2;
  width: min(38vw, 430px);
  overflow: visible;
}

.signal-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signal-line-a {
  stroke: var(--sanctuary-verdigris);
  stroke-width: 2.2;
  opacity: .72;
}

.signal-line-b {
  stroke: var(--sanctuary-coral);
  stroke-width: 1.25;
  opacity: .5;
}

.signal-node-a {
  fill: var(--sanctuary-coral);
}

.signal-node-b {
  fill: var(--sanctuary-verdigris);
}

.signal-caption {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  padding: 8px 14px;
  border: 1px solid rgba(31, 41, 38, .13);
  border-radius: 999px;
  background: rgba(244, 239, 229, .88);
  color: var(--sanctuary-ink);
  font-family: var(--sanctuary-serif);
  font-size: 13px;
  letter-spacing: .14em;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.hero-stat-badge {
  width: min(100%, 350px);
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid var(--sanctuary-line);
  border-bottom: 1px solid var(--sanctuary-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #6e7872;
}

.hero-stat-main,
.hero-stat-detail,
.hero-stat-main strong,
.hero-stat-popular strong {
  color: inherit;
  font-size: 10px;
  font-weight: 600;
}

.hero-stat-main strong {
  color: var(--sanctuary-verdigris);
  font-size: 13px;
}

.hero-stat-detail {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-stat-divider {
  width: 1px;
  height: 10px;
  background: var(--sanctuary-line);
}

.hero-editorial-note {
  width: min(100%, 350px);
  align-self: center;
  margin: 20px 0 0;
  color: #64706a;
  font-family: var(--sanctuary-serif);
  font-size: 13px;
  letter-spacing: .035em;
  line-height: 1.9;
}

.quicklinks {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid var(--sanctuary-line-soft);
}

.qlink {
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #727c76;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
}

.qlink + .qlink {
  border-left: 0;
}

.qlink:hover {
  background: transparent;
  color: var(--sanctuary-coral-deep);
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(40px, 7vw, 88px);
  row-gap: 0;
  margin: 0;
  padding: 86px clamp(18px, 4vw, 48px) 78px;
  counter-reset: resource;
}

.resource-index-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--sanctuary-ink);
}

.resource-index-kicker {
  color: var(--sanctuary-coral-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.resource-index-head h2 {
  margin: 8px 0 0;
  color: var(--sanctuary-ink);
  font-family: var(--sanctuary-serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 650;
  letter-spacing: -.025em;
}

.resource-index-head p {
  max-width: 330px;
  margin: 0 0 3px;
  color: #6e7872;
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}

.entry-card {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 26px;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 16px;
  padding: 24px 44px 24px 0;
  border: 0;
  border-bottom: 1px solid var(--sanctuary-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  counter-increment: resource;
  transition: color .2s ease, padding-left .2s ease;
}

.entry-grid > .entry-card {
  grid-column: auto !important;
}

.entry-card.project-map {
  min-height: 112px;
  grid-column: auto;
  grid-template-columns: 42px minmax(0, 1fr) 26px;
  grid-template-rows: auto auto;
  padding: 24px 44px 24px 0;
  border: 0;
  border-bottom: 1px solid var(--sanctuary-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.entry-card::before,
.entry-card.project-map::before {
  position: absolute;
  top: 24px;
  right: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9a9f9a;
  content: "0" counter(resource);
  font-family: var(--sanctuary-serif);
  font-size: 10px;
  letter-spacing: .08em;
}

.entry-card::after,
.entry-card.project-map::after {
  display: none;
}

.entry-card:hover,
.entry-card.project-map:hover {
  padding-left: 8px;
  border-color: var(--sanctuary-verdigris);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.entry-card:active {
  background: transparent;
  transform: none;
}

.entry-icon,
.entry-card.project-map .entry-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid rgba(51, 118, 107, .2);
  border-radius: 50%;
  background: transparent;
  color: var(--sanctuary-verdigris);
  box-shadow: none;
}

.entry-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
}

.entry-title,
.entry-card.project-map .entry-title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: var(--sanctuary-ink);
  font-family: var(--sanctuary-serif);
  font-size: 17px;
  font-weight: 650;
  letter-spacing: .01em;
}

.entry-desc,
.entry-card.project-map .entry-desc {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 4px 0 0;
  color: #7a827d;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em;
}

.entry-arrow,
.entry-card.project-map .entry-arrow {
  position: static;
  grid-column: 3;
  grid-row: 1 / 3;
  width: 24px;
  height: 24px;
  background: transparent;
  color: var(--sanctuary-coral);
}

.project-map-copy {
  grid-column: 2;
  grid-row: 1 / 3;
}

.project-map-kicker {
  margin-bottom: 5px;
  color: var(--sanctuary-verdigris);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}

.project-map-index {
  display: none;
}

.entry-new-badge {
  top: auto;
  right: 32px;
  bottom: 24px;
  min-height: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--sanctuary-coral-deep);
  box-shadow: none;
  font-size: 7px;
  letter-spacing: .12em;
}

.section-card {
  margin: 0 clamp(18px, 4vw, 48px);
  padding: 54px 0;
  border: 0;
  border-top: 1px solid var(--sanctuary-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.section-title {
  color: var(--sanctuary-ink);
  font-family: var(--sanctuary-serif);
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -.015em;
}

.skill-upgrade-list {
  gap: 0;
  margin-top: 24px;
}

.skill-upgrade-link {
  min-height: 82px;
  border: 0;
  border-top: 1px solid var(--sanctuary-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.skill-upgrade-link:hover {
  background: rgba(244, 239, 229, .55);
  box-shadow: none;
  transform: none;
}

.download-card {
  border-radius: 12px;
  box-shadow: none;
}

.download-card:hover {
  box-shadow: none;
  transform: none;
}

#aiAssistant,
#aiAssistant.expanded {
  background: rgba(251, 248, 241, .72);
}

#aiAssistant .ai-solution-total-count,
#aiAssistant .ai-service-summary {
  background: rgba(244, 239, 229, .8);
  color: var(--text-muted);
}

.group-join-btn {
  border: 1px solid rgba(51, 118, 107, .28);
  background: rgba(216, 231, 225, .52);
  color: var(--sanctuary-verdigris);
  box-shadow: none;
}

.member-cta {
  border: 1px solid #c5d5cf;
  background: #f1f7f4;
  color: #276b5f;
  box-shadow: none;
}

.member-card {
  min-height: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid #e4e5e1;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

.member-title {
  font-size: 18px;
}

.member-desc {
  font-size: 13px;
}

.member-benefits {
  padding-right: 0;
}

.snail {
  display: none;
}

.bottom-nav {
  border-color: var(--sanctuary-line-soft);
  background: rgba(251, 248, 241, .92);
  box-shadow: 0 -1px 0 var(--sanctuary-line-soft);
  backdrop-filter: blur(14px);
}

@media (min-width: 760px) {
  .bottom-nav {
    display: none;
  }
}

@media (min-width: 980px) {
  .member-card {
    min-height: 0;
    padding: 22px;
    border-radius: 16px;
  }

  .member-title {
    font-size: 20px;
  }

  .member-desc {
    font-size: 14px;
  }

  .member-cta {
    min-height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .welcome-hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
    gap: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .editorial-hero-title {
    font-size: clamp(42px, 6vw, 58px);
  }

  .editorial-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .workbench-search-trigger {
    min-width: 260px;
  }
}

@media (max-width: 600px) {
  body {
    background: var(--sanctuary-paper);
  }

  .app {
    gap: 0;
    padding: 0 14px 94px;
  }

  .shell .topline {
    min-height: 76px;
    padding: 13px 96px 13px 2px;
  }

  .shell .brand {
    gap: 9px;
  }

  .shell .brand img {
    width: 40px;
    height: 40px;
  }

  .shell .brand h1 {
    font-size: 16px;
    letter-spacing: .01em;
  }

  .shell .brand-sub {
    font-size: 9px;
    letter-spacing: .06em;
  }

  .topline .header-auth-btn {
    min-width: 42px;
    height: 44px;
    padding: 0 7px;
    font-size: 11px;
  }

  .welcome-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 14px;
    padding: 42px 24px 22px;
    border-radius: 24px;
    box-shadow: 0 20px 52px rgba(52, 57, 49, .08);
  }

  .welcome-hero::before {
    top: 38%;
    right: -44%;
    width: 100%;
  }

  .editorial-hero-kicker {
    gap: 8px;
    margin-bottom: 22px;
    font-size: 8px;
    letter-spacing: .11em;
  }

  .editorial-hero-kicker::before {
    width: 20px;
  }

  .editorial-hero-kicker .welcome-greeting {
    display: none;
  }

  .editorial-hero-title {
    font-size: clamp(36px, 12vw, 52px);
    letter-spacing: -.06em;
    line-height: 1.17;
  }

  .editorial-hero-lede {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.8;
  }

  .editorial-hero-actions {
    align-items: stretch;
    gap: 9px;
    margin-top: 28px;
  }

  .editorial-primary-action,
  .workbench-search-trigger {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .editorial-primary-action {
    justify-content: space-between;
    padding: 0 22px;
  }

  .workbench-search-trigger {
    border-radius: 16px;
  }

  .identity-choices {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 24px;
  }

  .identity-choice {
    min-height: 82px;
    gap: 4px;
    padding: 14px 17px 13px 20px;
    border-radius: 14px;
  }

  .identity-choice-title {
    font-size: 18px;
  }

  .identity-choice small {
    font-size: 11px;
  }

  .editorial-hero-visual {
    margin: 0 -8px;
  }

  .hero-signal-art {
    min-height: 210px;
  }

  .hero-signal-art::before {
    width: 210px;
  }

  .hero-signal-art::after {
    width: 145px;
  }

  .hero-signal-art svg {
    width: 290px;
  }

  .signal-caption {
    font-size: 11px;
  }

  .hero-stat-badge {
    width: 100%;
    gap: 8px;
  }

  .hero-stat-popular {
    display: none !important;
  }

  .hero-editorial-note {
    width: 100%;
    font-size: 12px;
  }

  .quicklinks {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 2px;
    padding-top: 18px;
  }

  .qlink {
    min-height: 44px;
  }

  .entry-grid {
    grid-template-columns: 1fr;
    padding: 64px 10px 58px;
  }

  .resource-index-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 22px;
  }

  .resource-index-head h2 {
    font-size: 30px;
  }

  .resource-index-head p {
    text-align: left;
  }

  .entry-card,
  .entry-card.project-map {
    grid-column: auto;
    min-height: 96px;
    padding: 18px 36px 18px 0;
  }

  .entry-card::before,
  .entry-card.project-map::before {
    top: 18px;
  }

  .entry-card:hover,
  .entry-card.project-map:hover {
    padding-left: 0;
  }

  .entry-title,
  .entry-card.project-map .entry-title {
    font-size: 16px;
  }

  .entry-new-badge {
    right: 26px;
    bottom: 18px;
  }

  .section-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .member-card {
    padding: 16px;
  }

  .section-card {
    padding: 44px 0;
  }

  .section-title {
    font-size: 21px;
  }

  #aiAssistant {
    padding: 18px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .editorial-primary-action,
  .entry-card,
  .skill-upgrade-link,
  .download-card,
  .audience-path {
    transition: none;
  }
}

/* Warm therapeutic dual-path landing — mobile-first, August 2026. */
:root {
  --warm-ivory: #fbf7ed;
  --warm-paper: #fffdf8;
  --warm-ink: #28322f;
  --warm-muted: #64706b;
  --sunshine: #e2b43d;
  --sunshine-soft: #f8edc8;
  --soft-teal: #5f9491;
  --soft-teal-pale: #e4efed;
  --warm-line: rgba(40, 50, 47, .13);
}

body {
  background: var(--warm-ivory);
}

.app {
  padding-bottom: 72px;
}

.shell .topline {
  position: absolute;
  z-index: 10;
  top: 0;
  right: auto;
  left: 50%;
  width: min(calc(100% - 56px), 1280px);
  min-height: 78px;
  padding: 14px 112px 14px 0 !important;
  border-bottom-color: transparent;
  transform: translateX(-50%);
}

.shell .topline .brand {
  display: flex;
}

.shell .brand img {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
}

.shell .brand h1 {
  color: var(--warm-ink);
  font-family: var(--sanctuary-sans);
  font-size: 18px;
  font-weight: 680;
  letter-spacing: .04em;
}

.shell .brand-sub {
  color: #7b827e;
  letter-spacing: .08em;
}

.topline .header-auth-register {
  border-color: rgba(226, 180, 61, .48);
  background: var(--sunshine-soft);
  color: #655326;
}

.therapeutic-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: clamp(48px, 6vw, 76px) clamp(16px, 5vw, 68px) clamp(34px, 4vw, 52px);
  box-sizing: border-box;
  border-bottom: 1px solid var(--warm-line);
  background: transparent;
}

.therapeutic-hero::before {
  position: absolute;
  top: 42px;
  left: 0;
  width: 44px;
  height: 2px;
  background: linear-gradient(90deg, var(--sunshine) 0 62%, var(--soft-teal) 62% 100%);
  content: "";
}

.therapeutic-hero-intro {
  width: min(100%, 880px);
  margin: 0 auto;
  text-align: center;
}

.therapeutic-hero-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--warm-ink);
  text-align: left;
  text-decoration: none;
}

.therapeutic-hero-mark img {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  object-fit: contain;
}

.therapeutic-hero-mark span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.therapeutic-hero-mark strong {
  font-size: 18px;
  font-weight: 680;
  letter-spacing: .05em;
}

.therapeutic-hero-mark small {
  color: #747d78;
  font-size: 9px;
  letter-spacing: .08em;
}

.therapeutic-hero-title {
  max-width: 880px;
  margin: 0 auto;
  color: var(--warm-ink);
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 580;
  letter-spacing: -.045em;
  line-height: 1.18;
  text-wrap: balance;
}

.therapeutic-hero-lede {
  max-width: 610px;
  margin: 18px auto 0;
  color: var(--warm-muted);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
}

.dual-paths {
  width: min(100%, 980px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(28px, 4vw, 42px) auto 0;
}

.dual-path-panel {
  position: relative;
  min-width: 0;
  min-height: 178px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 18px;
  padding: 24px 26px 20px;
  overflow: hidden;
  border: 1px solid var(--warm-line);
  border-radius: 14px;
  background: rgba(255, 253, 248, .68);
  color: var(--warm-ink);
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.dual-path-panel::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--sunshine);
  content: "";
}

.dual-path-parent::after {
  background: var(--soft-teal);
}

.dual-path-panel:hover,
.dual-path-panel:focus-visible {
  border-color: rgba(40, 50, 47, .28);
  background: var(--warm-paper);
  transform: translateY(-2px);
}

.dual-path-panel:focus-visible {
  outline: 3px solid rgba(95, 148, 145, .24);
  outline-offset: 3px;
}

.dual-path-number {
  grid-row: 1 / 3;
  color: #a58d4f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.dual-path-parent .dual-path-number {
  color: var(--soft-teal);
}

.dual-path-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dual-path-kicker {
  margin-bottom: 7px;
  color: #8b805f;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
}

.dual-path-parent .dual-path-kicker {
  color: #668a87;
}

.dual-path-copy strong {
  color: var(--warm-ink);
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.dual-path-copy small {
  margin-top: 7px;
  color: var(--warm-muted);
  font-size: 13px;
  line-height: 1.55;
}

.dual-path-details {
  margin-top: 12px;
  color: #7d7664;
  font-size: 11px;
  line-height: 1.5;
}

.dual-path-parent .dual-path-details {
  color: #637c79;
}

.dual-path-action {
  grid-column: 2;
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--warm-line);
  color: #6c5a2f;
  font-size: 12px;
  font-weight: 680;
}

.dual-path-parent .dual-path-action {
  color: #4f7774;
}

.therapeutic-hero-note {
  margin: 18px auto 0;
  color: #8a8f8b;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.homepage-secondary {
  margin: 0;
  padding: 30px clamp(16px, 5vw, 68px) 18px;
  border-bottom: 1px solid var(--warm-line);
}

.secondary-search-row {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.homepage-secondary .workbench-search-trigger {
  min-height: 58px;
  margin: 0;
  border-color: var(--warm-line);
  border-radius: 12px;
  background: rgba(255, 253, 248, .52);
  box-shadow: none;
}

.quiet-usage {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #7d847f;
  font-size: 11px;
  white-space: nowrap;
}

.quiet-usage strong {
  color: var(--warm-ink);
  font-weight: 650;
}

.homepage-secondary .quicklinks {
  position: static;
  grid-column: auto;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 16px;
  padding: 0;
}

.homepage-secondary .qlink {
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #69726d;
  font-size: 12px;
}

.homepage-secondary .qlink:hover {
  border-bottom-color: var(--soft-teal);
  background: transparent;
  color: var(--warm-ink);
}

@media (max-width: 760px) {
  .secondary-search-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quiet-usage {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .app {
    padding: 0 16px 56px;
  }

  .shell .topline {
    width: calc(100% - 32px);
    min-height: 66px;
    padding: 9px 94px 9px 0 !important;
  }

  .shell .brand {
    gap: 9px;
  }

  .shell .brand img {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  .shell .brand h1 {
    font-size: 16px;
  }

  .shell .brand-sub {
    max-width: 156px;
    margin-top: 3px;
    font-size: 9px;
    letter-spacing: .04em;
  }

  .topline .header-auth {
    gap: 2px;
  }

  .topline .header-auth-btn {
    min-width: 42px;
    height: 36px;
    padding: 0 7px;
    font-size: 12px;
  }

  .therapeutic-hero {
    min-height: 100svh;
    padding: 24px 2px 22px;
  }

  .therapeutic-hero::before {
    top: 20px;
    width: 34px;
  }

  .therapeutic-hero-mark {
    gap: 10px;
    margin-bottom: 16px;
  }

  .therapeutic-hero-mark img {
    width: 50px;
    height: 50px;
    border-radius: 13px;
  }

  .therapeutic-hero-mark strong {
    font-size: 16px;
  }

  .therapeutic-hero-mark small {
    font-size: 8px;
  }

  .therapeutic-hero-title {
    font-size: clamp(30px, 9.4vw, 38px);
    letter-spacing: -.045em;
    line-height: 1.16;
  }

  .therapeutic-hero-lede {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
  }

  .dual-paths {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 21px;
  }

  .dual-path-panel {
    min-height: 116px;
    grid-template-columns: 25px minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    gap: 10px;
    padding: 14px 15px 13px;
    border-radius: 11px;
  }

  .dual-path-number {
    grid-row: auto;
    align-self: start;
    padding-top: 3px;
    font-size: 9px;
  }

  .dual-path-copy strong {
    font-size: 19px;
  }

  .dual-path-copy small {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.45;
  }

  .dual-path-kicker {
    margin-bottom: 3px;
    font-size: 8px;
  }

  .dual-path-details {
    margin-top: 6px;
    font-size: 9px;
    white-space: normal;
  }

  .dual-path-action {
    grid-column: auto;
    align-self: stretch;
    justify-content: center;
    margin: 0;
    padding: 0 0 0 11px;
    border-top: 0;
    border-left: 1px solid var(--warm-line);
    font-size: 0;
  }

  .dual-path-action span {
    font-size: 18px;
  }

  .therapeutic-hero-note {
    margin-top: 11px;
    font-size: 9px;
  }

  .homepage-secondary {
    padding: 22px 2px 14px;
  }

  .homepage-secondary .workbench-search-trigger {
    min-height: 54px;
  }

  .quiet-usage {
    gap: 12px;
    font-size: 9px;
  }

  .homepage-secondary .quicklinks {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .homepage-secondary .qlink {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 4px;
    font-size: 10px;
  }

  .bottom-nav {
    border-radius: 0;
    background: rgba(251, 247, 237, .96);
    box-shadow: 0 -1px 0 var(--warm-line);
  }

  .bottom-nav .nav-item,
  .bottom-nav .nav-item[href="index.html"],
  .bottom-nav .nav-item[href*="rehab-workstation"],
  .bottom-nav .nav-item[href*="成长营"],
  .bottom-nav .nav-item[href*="parent.html"],
  .bottom-nav .nav-item[href*="会员中心"] {
    color: #6f7873 !important;
  }

  .bottom-nav .nav-item.active {
    color: #735f2d !important;
  }
}

/* Concept B — layered warm therapeutic landing composition. */
.shell .concept-b-header {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 14px 112px 14px 4px !important;
  border-bottom: 1px solid var(--warm-line);
  transform: none;
}

.shell .concept-b-header .brand {
  flex: 0 1 290px;
}

.shell .concept-b-header .brand img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
}

.shell .concept-b-header .brand h1 {
  font-size: 18px;
}

.concept-b-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 34px);
  margin-left: auto;
}

.concept-b-nav a {
  position: relative;
  padding: 8px 0;
  color: #66716c;
  font-size: 12px;
  font-weight: 560;
  letter-spacing: .03em;
  text-decoration: none;
}

.concept-b-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: var(--sunshine);
  content: "";
  opacity: 0;
  transform: scaleX(.3);
  transition: opacity .18s ease, transform .18s ease;
}

.concept-b-nav a:hover::after,
.concept-b-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.concept-b-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(210px, .78fr) minmax(420px, 1.45fr) minmax(230px, .85fr);
  align-items: center;
  gap: clamp(20px, 3vw, 46px);
  margin: 30px 0 0;
  padding: clamp(42px, 5vw, 68px) clamp(28px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(112, 96, 66, .1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 22%, rgba(226, 180, 61, .15), transparent 23%),
    radial-gradient(circle at 88% 78%, rgba(95, 148, 145, .17), transparent 27%),
    linear-gradient(125deg, #f8edcf 0%, #fbf6ea 47%, #f1e7d8 100%);
  box-shadow: 0 24px 70px rgba(72, 62, 47, .08);
}

.concept-b-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(66, 75, 70, .11) .55px, transparent .55px);
  background-size: 10px 10px;
  content: "";
  opacity: .15;
}

.concept-b-hero-profile,
.concept-b-hero-scene {
  position: relative;
  min-width: 0;
  align-self: stretch;
}

.concept-b-hero-profile {
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-b-hero-profile svg {
  position: relative;
  z-index: 2;
  width: min(100%, 270px);
  overflow: visible;
}

.profile-fill {
  fill: rgba(255, 253, 248, .72);
  stroke: rgba(77, 104, 97, .2);
  stroke-width: 1.4;
}

.profile-line,
.sound-wave {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-line {
  stroke: #6e8c84;
  stroke-width: 2.2;
}

.sound-wave-a {
  stroke: var(--soft-teal);
  stroke-width: 2.5;
  opacity: .9;
}

.sound-wave-b {
  stroke: #d39842;
  stroke-width: 1.7;
  opacity: .72;
}

.profile-orbit {
  position: absolute;
  border: 1px solid rgba(95, 148, 145, .21);
  border-radius: 50%;
}

.profile-orbit-one {
  width: 220px;
  height: 220px;
}

.profile-orbit-two {
  width: 286px;
  height: 286px;
  border-color: rgba(226, 180, 61, .18);
}

.concept-b-hero-profile p {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  margin: 0;
  color: #68817a;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .16em;
}

.concept-b-hero-copy {
  position: relative;
  z-index: 4;
  text-align: center;
}

.concept-b-kicker {
  margin: 0 0 21px;
  color: #8f7a48;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
}

.concept-b-hero-copy h2 {
  margin: 0;
  color: var(--warm-ink);
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 580;
  letter-spacing: -.055em;
  line-height: 1.17;
  text-wrap: balance;
}

.concept-b-support {
  max-width: 560px;
  margin: 22px auto 0;
  color: #64706a;
  font-size: 14px;
  line-height: 1.8;
}

.concept-b-primary-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
  padding: 0 24px;
  border: 1px solid #d68731;
  border-radius: 999px;
  background: #dc8e37;
  color: #fffaf1;
  box-shadow: 0 12px 28px rgba(180, 106, 35, .18);
  font-size: 13px;
  font-weight: 680;
  letter-spacing: .04em;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

.concept-b-primary-action:hover {
  background: #c87929;
  transform: translateY(-2px);
}

.concept-b-hero-copy > small {
  display: block;
  max-width: 510px;
  margin: 16px auto 0;
  color: #858a83;
  font-size: 9px;
  line-height: 1.65;
}

.concept-b-hero-scene {
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-b-hero-scene svg {
  width: min(100%, 310px);
  overflow: visible;
}

.scene-sun {
  fill: rgba(232, 171, 65, .48);
}

.scene-hill-back {
  fill: rgba(196, 139, 93, .22);
}

.scene-hill-front {
  fill: rgba(95, 148, 145, .34);
}

.scene-adult,
.scene-child {
  fill: #fffaf1;
  stroke: rgba(71, 96, 90, .34);
  stroke-width: 1.4;
}

.scene-arm,
.scene-connection {
  fill: none;
  stroke: #6a8c83;
  stroke-linecap: round;
  stroke-width: 3;
}

.scene-connection {
  stroke: #d38c3e;
  stroke-dasharray: 4 7;
  stroke-width: 2;
}

.scene-spark {
  fill: #dfa241;
}

.concept-b-hero-scene p {
  position: absolute;
  right: 4px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 10px 13px;
  border-left: 2px solid var(--soft-teal);
  background: rgba(255, 253, 248, .55);
  color: var(--warm-ink);
  font-size: 11px;
}

.concept-b-hero-scene p span {
  color: #748079;
  font-size: 9px;
}

.concept-b-pathways {
  padding: clamp(58px, 7vw, 88px) clamp(18px, 5vw, 68px) 52px;
}

.concept-b-section-heading {
  text-align: center;
}

.concept-b-section-heading p,
.concept-b-process > div > p {
  margin: 0 0 9px;
  color: #76928b;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
}

.concept-b-section-heading h2,
.concept-b-process h2 {
  margin: 0;
  color: var(--warm-ink);
  font-family: "Noto Serif SC", "Songti SC", STSong, serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -.035em;
}

.concept-b-path-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 34px;
}

.concept-b-path-grid .dual-path-panel {
  min-height: 188px;
  background: rgba(255, 253, 248, .7);
}

.pathway-bridge {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: center;
}

.pathway-bridge span {
  height: 1px;
  background: linear-gradient(90deg, var(--warm-line), rgba(226, 180, 61, .5));
}

.pathway-bridge span:last-child {
  background: linear-gradient(90deg, rgba(95, 148, 145, .5), var(--warm-line));
}

.pathway-bridge img {
  width: 42px;
  height: 42px;
  border: 5px solid var(--warm-ivory);
  border-radius: 50%;
  object-fit: contain;
}

.concept-b-process {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.6fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
  margin: 0 clamp(18px, 5vw, 68px);
  padding: 30px 0 34px;
  border-top: 1px solid var(--warm-line);
  border-bottom: 1px solid var(--warm-line);
}

.concept-b-process h2 {
  font-size: clamp(23px, 2.4vw, 31px);
}

.concept-b-process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.concept-b-process li {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px 24px;
  border-left: 1px solid var(--warm-line);
}

.concept-b-process li > span {
  color: #b18b36;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.concept-b-process li strong {
  color: var(--warm-ink);
  font-size: 14px;
  font-weight: 650;
}

.concept-b-process li small {
  color: #77807b;
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .concept-b-nav {
    gap: 14px;
  }

  .concept-b-nav a {
    font-size: 11px;
  }

  .concept-b-hero {
    grid-template-columns: minmax(160px, .65fr) minmax(350px, 1.35fr) minmax(170px, .7fr);
    gap: 10px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .concept-b-hero-copy h2 {
    font-size: 43px;
  }
}

@media (max-width: 600px) {
  .shell .concept-b-header {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 8px 94px 8px 0 !important;
    transform: none;
  }

  .shell .concept-b-header .brand {
    display: flex;
    gap: 8px;
  }

  .shell .concept-b-header .brand img {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  .shell .concept-b-header .brand h1 {
    font-size: 16px;
  }

  .shell .concept-b-header .brand-sub {
    max-width: 142px;
    font-size: 8px;
  }

  .concept-b-nav {
    display: none;
  }

  .concept-b-hero {
    min-height: 370px;
    grid-template-columns: 1fr;
    margin-top: 12px;
    padding: 52px 20px 38px;
    border-radius: 22px;
  }

  .concept-b-hero-profile,
  .concept-b-hero-scene {
    position: absolute;
    inset: auto;
    pointer-events: none;
  }

  .concept-b-hero-profile {
    top: 6px;
    left: -48px;
    width: 150px;
    height: 210px;
    opacity: .42;
  }

  .concept-b-hero-profile svg {
    width: 145px;
  }

  .profile-orbit-one {
    width: 105px;
    height: 105px;
  }

  .profile-orbit-two {
    width: 138px;
    height: 138px;
  }

  .concept-b-hero-profile p {
    display: none;
  }

  .concept-b-hero-scene {
    right: -42px;
    bottom: -28px;
    width: 160px;
    height: 220px;
    opacity: .38;
  }

  .concept-b-hero-scene svg {
    width: 158px;
  }

  .concept-b-hero-scene p {
    display: none;
  }

  .concept-b-hero-copy {
    z-index: 5;
  }

  .concept-b-kicker {
    margin-bottom: 14px;
    font-size: 7px;
  }

  .concept-b-hero-copy h2 {
    font-size: clamp(31px, 9.4vw, 37px);
    line-height: 1.18;
  }

  .concept-b-support {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.65;
  }

  .concept-b-primary-action {
    min-height: 46px;
    margin-top: 20px;
    padding: 0 20px;
    font-size: 12px;
  }

  .concept-b-hero-copy > small {
    display: none;
  }

  .concept-b-pathways {
    padding: 34px 2px 30px;
  }

  .concept-b-section-heading p {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .concept-b-section-heading h2 {
    font-size: 25px;
  }

  .concept-b-path-grid {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .concept-b-path-grid .dual-path-panel {
    min-height: 116px;
  }

  .pathway-bridge {
    height: 25px;
    grid-template-columns: 1fr 32px 1fr;
    padding: 0 26px;
  }

  .pathway-bridge img {
    width: 32px;
    height: 32px;
    border-width: 4px;
  }

  .concept-b-process {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 2px;
    padding: 28px 0;
  }

  .concept-b-process > div {
    text-align: center;
  }

  .concept-b-process ol {
    grid-template-columns: 1fr;
  }

  .concept-b-process li {
    display: grid;
    grid-template-columns: 28px 74px 1fr;
    align-items: baseline;
    gap: 8px;
    padding: 10px 4px;
    border-top: 1px solid var(--warm-line);
    border-left: 0;
  }
}
