.site-page { min-width: 0; }
.site-page body { font-family: var(--font-sans); }
.site-page body:has(> .interior-main) { background: #f2f5fc; }
.wrap { width: min(1280px, calc(100% - 160px)); margin-inline: auto; }
.interior-main { padding-top: 72px; }
.page-section { padding-block: 64px; scroll-margin-top: 110px; }
.section-heading { display: grid; grid-template-columns: 1.6fr 1fr; align-items: start; gap: 48px; margin-bottom: 40px; }
.section-heading h2 { margin-top: 0; color: var(--color-text-900); font-size: 32px; line-height: 40px; font-weight: 500; letter-spacing: -.02em; text-wrap: balance; }
.section-heading > p { width: 100%; max-width: 420px; justify-self: end; padding-top: 3px; color: var(--color-text-600); font-size: 16px; line-height: 26px; text-align: right; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button-row .button { display: inline-flex; align-items: center; justify-content: center; width: 240px; max-width: 100%; padding: 16px 22px; min-height: 54px; border-radius: 12px; text-align: center; }
.link-arrow { width: 20px; height: 20px; flex-shrink: 0; transition: transform var(--motion-hover-duration) var(--motion-hover-ease); }
.button .link-arrow { filter: brightness(0) invert(1); }
.link-arrow--back { transform: rotate(-135deg); }
.button:hover .link-arrow { transform: translate(2px,-2px); }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; font-size: 14px; line-height: 22px; color: var(--color-text-500); }
.breadcrumb a { padding-block: 6px; }
.breadcrumb a:hover { color: var(--color-brand); }
.service-hero__description { color: #6b7180; font-size: 17px; line-height: 1.95; margin-top: 24px; max-width: 500px; }
.value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.value-card { overflow: hidden; border-radius: 20px; background: white; padding: 8px; box-shadow: var(--shadow-control); }
.value-card__visual { position: relative; display: grid; place-items: center; height: 160px; border-radius: 12px; overflow: hidden; background: linear-gradient(130deg,#edf4ff,#c3d4f8 60%,#e0edff); }
.value-card__visual::before, .value-card__visual::after { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; border: 1px solid #ffffff8c; }
.value-card__visual::before { transform: translate(-48px,38px); }
.value-card__visual::after { transform: translate(48px,-38px); }
.value-card__visual > span { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 20px; background: #ffffffe0; border: 1px solid white; box-shadow: var(--shadow-control); transform: rotate(-8deg); }
.value-card__body { padding: 22px 16px 24px; }
.value-card h3 { font-size: 20px; line-height: 30px; font-weight: 500; text-wrap: balance; }
.value-card p { margin-top: 12px; font-size: 16px; line-height: 26px; color: var(--color-text-600); text-wrap: pretty; }
.site-page [data-consultation-status].is-visible { grid-column: 1 / -1; margin: 12px 0 0; color: #1a355d; font-size: 14px; line-height: 22px; }
.site-page [data-consultation-status]:empty { display: none; }
.site-page button:disabled { cursor: not-allowed; }
.site-page a:focus-visible, .site-page button:focus-visible, .site-page .table-scroll:focus-visible { outline: 2px solid var(--color-brand); outline-offset: 5px; }
.track-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.track-card { padding: 8px; background: white; border-radius: 20px; box-shadow: var(--shadow-control); }
.track-visual { height: 310px; position: relative; border-radius: 12px; overflow: hidden; padding: 24px; background: linear-gradient(135deg,#e1edff,#9ebbec 60%,#d3e4f9); }
.track-visual__label { font-size: 11px; color: #6382ad; }
.track-visual--people { background: linear-gradient(135deg,#e5f5f6,#add1e2 60%,#ddedfa); }
.growth-steps { display: flex; align-items: end; height: 192px; width: 80%; margin: 22px auto 0; }
.growth-steps span { display: flex; align-items: end; justify-content: center; width: 33.33%; padding-bottom: 20px; height: 44%; border: 1px solid #fff9; border-radius: 10px 10px 0 0; background: #ffffffb3; font-size: 14px; color: #5d88a9; }
.growth-steps span:nth-child(2) { height: 68%; background: #ffffff94; }
.growth-steps span:nth-child(3) { height: 92%; background: #ffffff73; }
.track-card__body { padding: 28px 28px 32px; }
.track-card h3 { font-size: 26px; line-height: 36px; font-weight: 500; margin-top: 12px; }
.track-card p { color: var(--color-text-600); font-size: 16px; line-height: 28px; margin: 16px 0 24px; }
@media(max-width:980px) {
  .wrap { width: calc(100% - 80px); }
}
@media(max-width:1100px) {
  .section-heading { gap: 32px; }
  .section-heading h2{ font-size: 32px; }
  .value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .value-card__visual { height: 180px; }
}
@media(max-width:800px) {
  .wrap { width: calc(100% - 48px); }
  .page-section { padding-block: 48px; }
  .breadcrumb { margin-bottom: 30px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .section-heading > p { justify-self: start; max-width: 550px; text-align: left; }
  .track-visual { height: 250px; }
  .growth-steps { width: 95%; height: 160px; }
  .track-card__body { padding: 22px; }
}
@media(max-width:720px) {
  .interior-main { padding-top: 0; }
}
@media(max-width:520px) {
  .wrap { width: calc(100% - 40px); }
  .page-section { padding-block: 36px; }
  .service-hero__description { font-size: 15px; line-height: 1.9; margin-top: 18px; }
  .button-row { gap: 20px; }
  .button-row .button { font-size: 15px; gap: 16px; padding: 13px 18px; min-height: 48px; }
  .section-heading h2{ font-size: 27px; line-height: 38px; }
  .section-heading > p { padding-top: 0; font-size: 15px; line-height: 26px; }
  .value-grid { gap: 8px; }
  .value-card { padding: 6px; border-radius: 16px; }
  .value-card__visual { height: 126px; }
  .value-card__visual > span { width: 58px; height: 58px; border-radius: 16px; }
  .value-card__visual img { width: 34px; height: 34px; }
  .value-card__body { padding: 16px 10px; }
  .value-card h3 { font-size: 17px; line-height: 25px; }
  .value-card p { font-size: 14px; line-height: 24px; }
  .track-grid { grid-template-columns: 1fr; gap: 16px; }
  .track-visual { height: 280px; }
  .growth-steps { height: 180px; width: 85%; }
  .track-card h3 { font-size: 24px; line-height: 34px; }
  .track-card p { font-size: 15px; line-height: 26px; }
}
@media(prefers-reduced-motion:reduce) {
  .site-page { scroll-behavior: auto; }
  .link-arrow { transition: none; }
  .button:hover .link-arrow { transform: none; }
}

@media (max-width: 720px) {
  .track-visual__label { font-size: 12px; line-height: 18px; }
  .breadcrumb { gap: 2px 10px; }
  .breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; }
}


@media (min-width: 721px) and (max-width: 980px) {
  .interior-main { padding-top: 0; }
  .about-hero { margin-top: -72px; }
}
