/* APPROACH page only. Keep every selector under .approach-page. */
.approach-page {
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
}

/* Breadcrumb */
.approach-page .approach-breadcrumb {
  padding: 25px 0 0;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .12em;
}

.approach-page .approach-breadcrumb ol {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  align-items: center;
  list-style: none;
}

.approach-page .approach-breadcrumb li + li::before {
  margin: 0 12px;
  color: var(--muted);
  content: "/";
}

.approach-page .approach-breadcrumb a {
  display: inline-flex;
  min-height: 44px;
  padding-inline: 2px;
  align-items: center;
  color: var(--ink);
  font-weight: 700;
}

.approach-page .approach-breadcrumb a:hover {
  opacity: .68;
}

/* Hero */
.approach-page .approach-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 98px;
  background: var(--white);
}

.approach-page .approach-hero-inner {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
}

.approach-page .approach-hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(760px, calc(100% - 350px));
  min-width: 0;
}

.approach-page .approach-kicker,
.approach-page .approach-phase-kicker,
.approach-page .approach-surface-label {
  color: #6d645b;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.approach-page .approach-kicker {
  margin-bottom: 24px;
  font-size: .7rem;
  letter-spacing: .18em;
}

.approach-page .approach-kicker::before {
  display: inline-block;
  width: 34px;
  height: 2px;
  margin-right: 14px;
  background: var(--brand-yellow);
  content: "";
  vertical-align: 3px;
}

.approach-page .approach-hero h1,
.approach-page .approach-phase h2,
.approach-page .approach-item-main h3,
.approach-page .approach-triad h4 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .025em;
}

.approach-page .approach-hero h1 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(2.05rem, 3.35vw, 3.15rem);
  line-height: 1.48;
  line-break: strict;
  text-wrap: pretty;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.approach-page .approach-hero-line {
  display: block;
  white-space: nowrap;
}

.approach-page .approach-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: #4e4943;
  font-size: .94rem;
  line-height: 2.05;
  line-break: strict;
  text-wrap: pretty;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.approach-page .approach-hero-graphic {
  position: absolute;
  top: 50%;
  right: 0;
  width: 300px;
  height: 270px;
  pointer-events: none;
  transform: translateY(-50%);
}

.approach-page .approach-hero-line-art {
  position: absolute;
  top: 136px;
  right: 20px;
  left: 32px;
  height: 1px;
  background: var(--line);
}

.approach-page .approach-hero-node {
  position: absolute;
  top: 129px;
  width: 15px;
  height: 15px;
  border: 1px solid #bfb6a9;
  border-radius: 50%;
  background: var(--white);
}

.approach-page .approach-hero-node-1 { left: 26px; }
.approach-page .approach-hero-node-2 { left: 126px; }
.approach-page .approach-hero-node-3 { left: 226px; }

.approach-page .approach-hero-ring {
  position: absolute;
  border: 1px solid #e7dfd2;
  border-radius: 50%;
  background: transparent;
}

.approach-page .approach-hero-ring-1 {
  top: 95px;
  left: 0;
  width: 82px;
  height: 82px;
}

.approach-page .approach-hero-ring-2 {
  top: 80px;
  left: 78px;
  width: 112px;
  height: 112px;
}

.approach-page .approach-hero-ring-3 {
  top: 65px;
  left: 158px;
  width: 142px;
  height: 142px;
}

.approach-page .approach-hero-accent {
  position: absolute;
  top: 125px;
  left: 242px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-red);
}

/* Phase framework */
.approach-page .approach-phase {
  --approach-phase-bg: var(--white);
  padding: 112px 0 118px;
  background: var(--white);
}

.approach-page .approach-phase--warm {
  --approach-phase-bg: var(--warm);
  background: var(--warm);
}

.approach-page .approach-phase-inner {
  display: grid;
  width: min(1120px, calc(100% - 56px));
  margin-inline: auto;
  grid-template-columns: 160px minmax(0, 900px);
  gap: 52px;
  align-items: start;
}

.approach-page .approach-phase-side {
  position: static;
  padding-top: 4px;
}

.approach-page .approach-phase-kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  color: #6f675e;
  font-size: .72rem;
  letter-spacing: .12em;
}

.approach-page .approach-phase-kicker::before {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--brand-red);
  content: "";
}

.approach-page .approach-phase-side h2 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.55;
  line-break: strict;
  text-wrap: pretty;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.approach-page .approach-phase-progress {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  align-items: center;
}

.approach-page .approach-phase-progress span {
  display: block;
  width: 28px;
  height: 1px;
  background: #d8d0c4;
}

.approach-page .approach-phase-progress span.is-current {
  width: 36px;
  height: 2px;
  background: var(--brand-red);
}

.approach-page .approach-phase-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  min-width: 0;
}

.approach-page .approach-item {
  --approach-item-gap: 84px;
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0 0 var(--approach-item-gap);
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.approach-page .approach-item:not(:last-child)::before {
  position: absolute;
  top: 37px;
  bottom: calc(-1 * var(--approach-item-gap) - 37px);
  left: 92px;
  width: 1px;
  background: #d8d0c4;
  content: "";
  pointer-events: none;
}

/* Keep each phase visually self-contained: extend the flow about 30px
   above the first node and below the last node. */
.approach-page .approach-phase-content > .approach-item:first-of-type::after,
.approach-page .approach-phase-content > .approach-item:last-of-type::after {
  position: absolute;
  left: 92px;
  width: 1px;
  background: #d8d0c4;
  content: "";
  pointer-events: none;
}

.approach-page .approach-phase-content > .approach-item:first-of-type::after {
  top: 7px;
  height: 30px;
}

.approach-page .approach-phase-content > .approach-item:last-of-type::after {
  top: 37px;
  height: 30px;
}

/* PHASE 3's final item has 18px top padding, so only the 08→09 segment
   needs that same 18px added to its lower endpoint. */
.approach-page #phase-3 .approach-phase-content > .approach-item:nth-of-type(2)::before {
  bottom: calc(-1 * var(--approach-item-gap) - 55px);
}

.approach-page #phase-3 .approach-phase-content > .approach-item:last-of-type::after {
  top: 55px;
}

.approach-page .approach-item:last-child {
  margin-bottom: 0;
}

.approach-page .approach-item-number {
  position: relative;
  z-index: 1;
  padding: 8px 0 10px;
  color: #d9d2c7;
  background: var(--approach-phase-bg);
  font-family: "Baskerville", "Iowan Old Style", "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
}

.approach-page .approach-item-number::after {
  position: absolute;
  top: 37px;
  left: 62px;
  width: 30px;
  height: 1px;
  background: #cfc7bb;
  content: "";
}

.approach-page .approach-item-number::before {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 89px;
  width: 7px;
  height: 7px;
  border: 1px solid #cfc7bb;
  border-radius: 50%;
  background: var(--approach-phase-bg);
  content: "";
}

.approach-page .approach-item-main {
  width: 100%;
  max-width: 780px;
  min-width: 0;
}

.approach-page .approach-item-main h3 {
  margin: 0 0 22px;
  font-size: 1.56rem;
  line-height: 1.65;
  line-break: strict;
  text-wrap: pretty;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.approach-page .approach-item-main p {
  margin: 0 0 14px;
  color: #4e4943;
  font-size: .875rem;
  line-height: 1.9;
  line-break: strict;
  text-wrap: pretty;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.approach-page .approach-item-main p:last-child {
  margin-bottom: 0;
}

/* PHASE 1 / 03: one surface-and-background figure, not six cards */
.approach-page .approach-surface-diagram {
  margin-top: 38px;
  border-top: 1px solid #bfb7ab;
  border-bottom: 1px solid #bfb7ab;
  color: var(--ink);
}

.approach-page .approach-surface-label {
  padding: 0 0 10px;
  color: #857d73;
  font-size: .66rem;
  letter-spacing: .13em;
}

.approach-page .approach-surface-row,
.approach-page .approach-background-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.approach-page .approach-surface-row > div {
  display: flex;
  min-height: 78px;
  padding: 16px 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .81rem;
  line-height: 1.7;
}

.approach-page .approach-surface-row > div + div,
.approach-page .approach-background-row > div + div {
  border-left: 1px solid var(--line);
}

.approach-page .approach-surface-connector {
  position: relative;
  height: 44px;
}

.approach-page .approach-surface-connector::before {
  position: absolute;
  top: 22px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: #cfc7bb;
  content: "";
}

.approach-page .approach-surface-connector span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #cfc7bb;
}

.approach-page .approach-surface-connector span:nth-child(1) { left: 16.666%; }
.approach-page .approach-surface-connector span:nth-child(2) { left: 50%; }
.approach-page .approach-surface-connector span:nth-child(3) { left: 83.333%; }

.approach-page .approach-background-row > div {
  display: flex;
  min-height: 110px;
  padding: 18px 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .75rem;
  line-height: 1.9;
}

.approach-page .approach-background-row > div > span {
  display: block;
}

/* PHASE 2 / 05: one three-part region separated by two fine vertical rules */
.approach-page .approach-triad {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid #bfb7ab;
  border-bottom: 1px solid #bfb7ab;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.approach-page .approach-triad > div {
  min-height: 220px;
  padding: 28px 26px 30px;
}

.approach-page .approach-triad > div + div {
  border-left: 1px solid var(--line);
}

.approach-page .approach-triad h4 {
  margin: 0 0 16px;
  font-size: 1.2rem;
  line-height: 1.55;
}

.approach-page .approach-triad h4::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  content: "";
  vertical-align: 2px;
}

.approach-page .approach-triad-keep h4::before { background: var(--brand-yellow); }
.approach-page .approach-triad-change h4::before { background: var(--brand-orange); }
.approach-page .approach-triad-stop h4::before { background: var(--brand-red); }

.approach-page .approach-triad p {
  color: #4e4943;
  font-size: .81rem;
  line-height: 1.9;
}

/* PHASE 3 / 09: additional space marks the quiet endpoint */
.approach-page .approach-item-final {
  padding-top: 18px;
}

/* CTA */
.approach-page .approach-cta {
  padding: 72px 0 88px;
  border-top: 1px solid rgba(120, 105, 80, .08);
  background: var(--warm);
}

.approach-page .approach-cta-inner {
  display: flex;
  justify-content: center;
}

.approach-page .approach-cta .btn {
  min-width: 160px;
}

.approach-page .approach-cta .btn:hover,
.approach-page .approach-cta .btn:focus-visible {
  border-color: #6f6b64;
  box-shadow: 0 9px 18px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

/* Large desktop: the PHASE guide uses the left page space as a sticky index. */
@media (min-width: 1281px) {
  .approach-page .approach-phase-inner {
    width: min(1380px, calc(100% - 56px));
    grid-template-columns: 180px minmax(0, 900px);
    gap: 82px;
  }

  .approach-page .approach-phase-side {
    position: sticky;
    top: 104px;
  }
}

@media (max-width: 1023px) {
  .approach-page .approach-hero-line {
    display: inline;
    white-space: normal;
  }

  .approach-page .approach-phase-inner {
    display: block;
    width: min(780px, calc(100% - 34px));
  }

  .approach-page .approach-phase-side {
    position: static;
    margin-bottom: 52px;
  }

  .approach-page .approach-phase-progress {
    display: none;
  }
}

@media (max-width: 920px) {
  .approach-page .approach-hero {
    padding: 76px 0 84px;
  }

  .approach-page .approach-phase {
    padding: 86px 0 92px;
  }

  .approach-page .approach-item {
    --approach-item-gap: 68px;
  }

  .approach-page .approach-item-main p,
  .approach-page .approach-hero-copy > p {
    text-wrap: balance;
    word-break: auto-phrase;
  }
}

@media (max-width: 834px) {
  .approach-page .approach-hero-graphic {
    display: none;
  }

  .approach-page .approach-hero-copy {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .approach-page .approach-phase {
    padding: 68px 0 74px;
  }

  .approach-page .approach-phase-side {
    margin-bottom: 40px;
  }

  .approach-page .approach-phase-side h2 {
    font-size: 1.38rem;
  }

  .approach-page .approach-item {
    display: block;
    margin-bottom: 58px;
  }

  .approach-page .approach-item:not(:last-child)::before {
    display: none;
  }

  .approach-page .approach-phase-content > .approach-item:first-of-type::after,
  .approach-page .approach-phase-content > .approach-item:last-of-type::after {
    display: none;
  }

  .approach-page .approach-item-number {
    display: block;
    margin-bottom: 18px;
    padding: 0;
    font-size: 3rem;
  }

  .approach-page .approach-item-number::before,
  .approach-page .approach-item-number::after {
    display: none;
  }

  .approach-page .approach-item-main h3 {
    margin-bottom: 16px;
    font-size: 1.38rem;
    text-wrap: balance;
  }

  .approach-page .approach-triad {
    grid-template-columns: minmax(0, 1fr);
  }

  .approach-page .approach-triad > div {
    min-height: 0;
    padding: 24px 18px;
  }

  .approach-page .approach-triad > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .approach-page .approach-surface-row,
  .approach-page .approach-background-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .approach-page .approach-surface-row > div {
    min-height: auto;
    padding: 14px 12px;
  }

  .approach-page .approach-surface-row > div + div,
  .approach-page .approach-background-row > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .approach-page .approach-surface-connector {
    height: 32px;
  }

  .approach-page .approach-surface-connector::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: auto;
  }

  .approach-page .approach-surface-connector span {
    display: none;
  }

  .approach-page .approach-background-row > div {
    min-height: auto;
    padding: 14px 12px;
  }

  .approach-page .approach-item-final {
    padding-top: 10px;
  }
}

@media (max-width: 560px) {
  .approach-page .approach-breadcrumb {
    padding-top: 18px;
  }

  .approach-page .approach-hero {
    padding: 64px 0 78px;
  }

  .approach-page .approach-hero h1 {
    margin-bottom: 22px;
    font-size: 2rem;
    line-height: 1.52;
  }

  .approach-page .approach-phase {
    padding: 62px 0 68px;
  }

  .approach-page .approach-item-main h3 {
    font-size: 1.28rem;
  }

  .approach-page .approach-cta {
    padding: 60px 0 68px;
  }

  .approach-page .approach-cta .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .approach-page .approach-cta .btn,
  .approach-page .approach-cta .btn:hover,
  .approach-page .approach-cta .btn:focus-visible {
    transition: none;
    transform: none;
    box-shadow: none;
  }
}
