:root {
      --ink: #272421;
      --muted: #6f6860;
      --paper: #fdfcf9;
      --paper-edge: #e7e3dc;
      --line: #918b83;
      --soft-blue: #dcebf2;
      --blue: #98b8c8;
      --bg: #fbfaf7;
      --white: #fffefb;
      --border: rgba(71, 63, 54, 0.14);
      --shadow: 0 15px 28px rgba(58, 50, 42, 0.13);
      --container: 1360px;
      --side: clamp(24px, 5vw, 96px);
      --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
      --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
      --body-copy: rgba(39, 36, 33, 0.76);
      --body-copy-soft: rgba(39, 36, 33, 0.72);
      --dark-copy: rgba(255, 253, 248, 0.86);
      --dark-copy-strong: rgba(255, 253, 248, 0.92);
      --body-size: 16px;
      --compact-body-size: 15px;
      --lead-size: 17px;
      --body-line: 2.05;
      --lead-line: 2.1;
    }

.service-column-bridge {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(245, 242, 235, 0.76));
  border-top: 1px solid rgba(39, 36, 33, 0.08);
}

.service-column-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.18), rgba(255, 253, 248, 0.72)),
    url("../images/service-axis.webp") center / cover no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.service-column-bridge .container {
  position: relative;
  z-index: 1;
}

.service-column-bridge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-column-card {
  position: relative;
  display: grid;
  min-height: 248px;
  align-content: start;
  gap: 14px;
  padding: 30px 32px 28px;
  overflow: hidden;
  border: 1px solid rgba(39, 36, 33, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 254, 251, 0.94), rgba(247, 244, 236, 0.78)),
    radial-gradient(circle at 88% 14%, rgba(63, 74, 61, 0.14), transparent 30%);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(66, 57, 46, 0.055);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.service-column-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #3f4a3d;
}

.service-column-card::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(63, 74, 61, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49%, rgba(63, 74, 61, 0.14) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(63, 74, 61, 0.12) 50%, transparent 51%);
  opacity: 0.62;
  pointer-events: none;
}

.service-column-card--recruit::before {
  background: #6f817a;
}

.service-column-card--verbalize::before {
  background: #8b765f;
}

.service-column-card--culture::before {
  background: #59646e;
}

.service-column-card:hover,
.service-column-card:focus-visible {
  border-color: rgba(63, 74, 61, 0.28);
  box-shadow: 0 26px 58px rgba(66, 57, 46, 0.09);
  transform: translateY(-2px);
}

.service-column-card__index {
  color: rgba(39, 36, 33, 0.32);
  font-family: var(--serif);
  font-size: 2.45rem;
  line-height: 1;
}

.service-column-card__theme {
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(63, 74, 61, 0.16);
  border-radius: 999px;
  background: rgba(247, 244, 236, 0.82);
  color: #3f4a3d;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.service-column-card h3 {
  margin: 5px 0 0;
  color: #171513;
  font-family: var(--serif);
  font-size: 1.48rem;
  font-weight: 500;
  line-height: 1.42;
}

.service-column-card p {
  margin: 0;
  color: rgba(39, 36, 33, 0.72);
  font-size: 0.94rem;
  line-height: 1.86;
  overflow-wrap: normal;
  word-break: normal;
}

.service-column-card__action {
  align-self: end;
  width: fit-content;
  margin-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(23, 21, 19, 0.28);
  color: #171513;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .service-column-bridge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .service-column-bridge-grid {
    grid-template-columns: 1fr;
  }

  .service-column-card {
    min-height: 0;
    padding: 24px 22px 23px;
  }
}

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-width: 320px;
      min-height: 100vh;
      overflow-x: hidden;
      color: var(--ink);
      background: var(--bg);
      font-family: var(--sans);
      font-size: var(--body-size);
      -webkit-font-smoothing: antialiased;
    }

    img,
    svg {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    .page-hero {
      position: relative;
      min-height: 780px;
      display: block;
      align-items: start;
      padding: 168px var(--side) 108px;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(251, 250, 247, 0.92) 0%, rgba(251, 250, 247, 0.72) 42%, rgba(251, 250, 247, 0.12) 100%),
        url("https://lazotto.jp/wp-content/uploads/2026/06/service-fv-axis-architectural-bw-20260606.webp") center right / cover no-repeat;
    }

    .page-hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 34%;
      background: linear-gradient(180deg, rgba(251, 250, 247, 0), var(--bg));
      pointer-events: none;
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      width: min(var(--container), 100%);
      margin: 0 auto;
      padding-top: 28px;
    }

    .breadcrumb {
      position: relative;
      z-index: 1;
      width: min(var(--container), 100%);
      margin: 0 auto 52px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: rgba(39, 36, 33, 0.56);
      font-family: var(--serif);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.1em;
    }

    .breadcrumb a {
      color: inherit;
      text-decoration: none;
    }

    .eyebrow,
    .section-number {
      margin: 0 0 20px;
      color: rgba(39, 36, 33, 0.5);
      font-family: var(--serif);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .hero-title {
      max-width: 760px;
      margin-bottom: 28px;
      font-family: var(--serif);
      font-size: clamp(50px, 6vw, 86px);
      font-weight: 500;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .hero-lead-main {
      display: block;
      margin-bottom: 18px;
      color: var(--ink);
      font-family: var(--serif);
      font-size: clamp(26px, 2.65vw, 38px);
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0;
    }

    .hero-lead-main span {
      display: block;
    }

    .hero-lead-main .hero-lead-line-mobile {
      display: none;
    }

    .hero-lead-copy {
      display: block;
    }

    .hero-lead {
      max-width: 760px;
      color: var(--body-copy);
      font-size: var(--lead-size);
      line-height: var(--lead-line);
      letter-spacing: 0;
    }

    .section {
      position: relative;
      padding: clamp(94px, 10vw, 148px) 0;
      background: var(--bg);
    }

    .section-muted {
      background: #f4f3ef;
    }

    .container {
      width: min(var(--container), calc(100% - (var(--side) * 2)));
      margin: 0 auto;
    }

    .section-heading {
      display: grid;
      grid-template-columns: minmax(320px, 0.78fr) minmax(460px, 1.22fr);
      gap: clamp(48px, 6vw, 110px);
      align-items: end;
      margin-bottom: clamp(42px, 5vw, 76px);
    }

    .section-heading > * {
      min-width: 0;
    }

    .section-heading h2 {
      margin-bottom: 0;
      font-family: var(--serif);
      font-size: clamp(38px, 4.2vw, 62px);
      font-weight: 500;
      line-height: 1.18;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .section-lead {
      margin: 0 0 10px;
      color: var(--body-copy);
      font-size: var(--lead-size);
      line-height: var(--lead-line);
    }

    .service-structure {
      position: relative;
      padding: clamp(34px, 4.4vw, 58px) clamp(22px, 3.5vw, 48px);
      border-top: 1px solid rgba(39, 36, 33, 0.12);
      border-bottom: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 254, 251, 0.2));
    }

    .structure-core {
      width: min(520px, 100%);
      margin: 0 auto;
      padding: 30px 32px 32px;
      border: 1px solid rgba(39, 36, 33, 0.18);
      border-radius: 8px;
      background: rgba(255, 254, 251, 0.86);
      box-shadow: 0 22px 44px rgba(66, 57, 46, 0.08);
      text-align: center;
    }

    .structure-label,
    .structure-card-label {
      margin: 0 0 12px;
      color: rgba(39, 36, 33, 0.48);
      font-family: var(--serif);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .structure-core h3,
    .structure-card h3 {
      margin: 0 0 12px;
      font-family: var(--serif);
      font-size: 22px;
      font-weight: 500;
      line-height: 1.45;
      letter-spacing: 0;
    }

    .structure-core p,
    .structure-card p,
    .structure-advisory p {
      margin: 0;
      color: var(--body-copy-soft);
      font-size: var(--compact-body-size);
      line-height: var(--body-line);
    }

    .structure-flow {
      width: min(860px, 100%);
      height: 124px;
      margin: 0 auto;
      color: rgba(39, 36, 33, 0.42);
    }

    .structure-flow path {
      fill: none;
      stroke: currentColor;
      stroke-width: 1.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .structure-flow circle {
      fill: currentColor;
      opacity: 0.72;
    }

    .flow-base path {
      opacity: 0.34;
    }

    .flow-base circle {
      opacity: 0.38;
    }

    .flow-highlight {
      color: rgba(122, 154, 168, 0.84);
      filter: drop-shadow(0 0 8px rgba(142, 177, 190, 0.3));
    }

    .flow-highlight path {
      stroke-dasharray: 1;
      stroke-dashoffset: 1;
      opacity: 0;
    }

    .flow-highlight circle {
      opacity: 0;
      transform-box: fill-box;
      transform-origin: center;
    }

    .structure-branches {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .structure-card,
    .support-card,
    .process-card,
    .faq-item {
      border: 1px solid var(--border);
      border-radius: 8px;
      background: rgba(255, 254, 251, 0.76);
      box-shadow: 0 18px 36px rgba(66, 57, 46, 0.06);
    }

    .structure-card {
      min-height: 214px;
      padding: 28px 24px 30px;
      will-change: transform, box-shadow, border-color;
    }

    .card-index {
      display: block;
      margin-bottom: 22px;
      color: var(--blue);
      font-family: var(--serif);
      font-size: 30px;
      line-height: 1;
    }

    .structure-advisory {
      width: min(920px, 100%);
      display: flex;
      justify-content: center;
      gap: 34px;
      align-items: center;
      margin: 30px auto 0;
      padding: 24px 0;
      border-top: 1px solid rgba(39, 36, 33, 0.12);
      border-bottom: 1px solid rgba(39, 36, 33, 0.12);
      will-change: border-color;
    }

    .structure-advisory .structure-card-label {
      margin: 0;
      color: rgba(39, 36, 33, 0.48);
      font-size: 12px;
      line-height: 1;
      white-space: nowrap;
    }

    @media (min-width: 1101px) {
      .structure-advisory p:last-child {
        white-space: nowrap;
      }
    }

    .service-structure.is-visible .structure-core {
      animation: structureCoreSignal 5.8s ease-in-out infinite;
    }

    .service-structure.is-visible .flow-stem {
      animation: structureLineFlow 5.8s ease-in-out infinite;
    }

    .service-structure.is-visible .flow-branch-a {
      animation: structureLineFlow 5.8s ease-in-out 0.52s infinite;
    }

    .service-structure.is-visible .flow-branch-b {
      animation: structureLineFlow 5.8s ease-in-out 0.74s infinite;
    }

    .service-structure.is-visible .flow-branch-c {
      animation: structureLineFlow 5.8s ease-in-out 0.96s infinite;
    }

    .service-structure.is-visible .flow-dot-core {
      animation: structureDotPulse 5.8s ease-in-out 0.26s infinite;
    }

    .service-structure.is-visible .flow-dot-a {
      animation: structureDotPulse 5.8s ease-in-out 1.02s infinite;
    }

    .service-structure.is-visible .flow-dot-b {
      animation: structureDotPulse 5.8s ease-in-out 1.24s infinite;
    }

    .service-structure.is-visible .flow-dot-c {
      animation: structureDotPulse 5.8s ease-in-out 1.46s infinite;
    }

    .service-structure.is-visible .structure-card:nth-child(1) {
      animation: structureCardSignal 5.8s ease-in-out 1.08s infinite;
    }

    .service-structure.is-visible .structure-card:nth-child(2) {
      animation: structureCardSignal 5.8s ease-in-out 1.3s infinite;
    }

    .service-structure.is-visible .structure-card:nth-child(3) {
      animation: structureCardSignal 5.8s ease-in-out 1.52s infinite;
    }

    .service-structure.is-visible .structure-advisory {
      animation: structureAdvisorySignal 5.8s ease-in-out 2.05s infinite;
    }

    @keyframes structureLineFlow {
      0%,
      8% {
        stroke-dashoffset: 1;
        opacity: 0;
      }

      24%,
      58% {
        stroke-dashoffset: 0;
        opacity: 0.95;
      }

      78%,
      100% {
        stroke-dashoffset: 0;
        opacity: 0;
      }
    }

    @keyframes structureDotPulse {
      0%,
      10%,
      100% {
        opacity: 0;
        transform: scale(0.72);
      }

      22%,
      48% {
        opacity: 1;
        transform: scale(1.24);
      }

      66% {
        opacity: 0;
        transform: scale(1);
      }
    }

    @keyframes structureCoreSignal {
      0%,
      100% {
        transform: translateY(0);
        border-color: rgba(39, 36, 33, 0.18);
        box-shadow: 0 22px 44px rgba(66, 57, 46, 0.08);
      }

      14%,
      42% {
        transform: translateY(-2px);
        border-color: rgba(128, 158, 170, 0.36);
        box-shadow: 0 24px 52px rgba(66, 57, 46, 0.09), 0 0 24px rgba(147, 180, 192, 0.18);
      }
    }

    @keyframes structureCardSignal {
      0%,
      100% {
        transform: translateY(0);
        border-color: var(--border);
        box-shadow: 0 18px 36px rgba(66, 57, 46, 0.06);
      }

      12%,
      32% {
        transform: translateY(-4px);
        border-color: rgba(128, 158, 170, 0.34);
        box-shadow: 0 24px 46px rgba(66, 57, 46, 0.08), 0 0 22px rgba(147, 180, 192, 0.14);
      }
    }

    @keyframes structureAdvisorySignal {
      0%,
      100% {
        border-top-color: rgba(39, 36, 33, 0.12);
        border-bottom-color: rgba(39, 36, 33, 0.12);
        opacity: 1;
      }

      12%,
      36% {
        border-top-color: rgba(128, 158, 170, 0.42);
        border-bottom-color: rgba(128, 158, 170, 0.42);
        opacity: 1;
      }
    }

    .support-card h3,
    .process-card h3,
    .faq-item h3 {
      margin-bottom: 12px;
      font-family: var(--serif);
      font-size: 22px;
      font-weight: 500;
      line-height: 1.45;
      letter-spacing: 0;
    }

    .support-card p,
    .process-card p,
    .faq-item p {
      margin: 0;
      color: var(--body-copy-soft);
      font-size: var(--compact-body-size);
      line-height: var(--body-line);
    }

    .axis-feature {
      display: grid;
      grid-template-columns: minmax(420px, 0.96fr) minmax(520px, 1.04fr);
      gap: clamp(60px, 7vw, 112px);
      align-items: center;
      margin-bottom: clamp(48px, 6vw, 86px);
    }

    .axis-image {
      min-height: 510px;
      border: 1px solid rgba(39, 36, 33, 0.12);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(39, 36, 33, 0.1)),
        url("../images/service-axis.webp") center / cover no-repeat;
      box-shadow: 0 24px 58px rgba(39, 36, 33, 0.08);
    }

    .axis-feature .axis-image,
    .axis-feature .axis-copy > * {
      opacity: 0;
      transform: translateY(18px);
    }

    .axis-feature.is-visible .axis-image {
      animation: serviceImageIn 1s cubic-bezier(0.19, 1, 0.22, 1) 0.05s both;
    }

    .axis-feature.is-visible .axis-copy > * {
      animation: serviceTextIn 0.82s ease both;
    }

    .axis-feature.is-visible .axis-copy > *:nth-child(1) {
      animation-delay: 0.16s;
    }

    .axis-feature.is-visible .axis-copy > *:nth-child(2) {
      animation-delay: 0.26s;
    }

    .axis-feature.is-visible .axis-copy > *:nth-child(3) {
      animation-delay: 0.36s;
    }

    .axis-feature.is-visible .axis-copy > *:nth-child(4) {
      animation-delay: 0.46s;
    }

    .axis-feature.is-visible .axis-copy > *:nth-child(5) {
      animation-delay: 0.56s;
    }

    .axis-copy {
      position: relative;
      padding: clamp(30px, 4vw, 58px) 0 clamp(30px, 4vw, 58px) clamp(28px, 4vw, 56px);
    }

    .axis-copy::before {
      content: "";
      position: absolute;
      top: clamp(30px, 4vw, 58px);
      bottom: clamp(30px, 4vw, 58px);
      left: 0;
      width: 1px;
      background: rgba(39, 36, 33, 0.11);
    }

    .axis-copy h2 {
      margin-bottom: 28px;
      font-family: var(--serif);
      font-size: clamp(38px, 3.7vw, 56px);
      font-weight: 500;
      line-height: 1.22;
      letter-spacing: 0;
    }

    .axis-copy p {
      max-width: 660px;
      color: var(--body-copy);
      font-size: var(--body-size);
      line-height: var(--body-line);
    }

    .outcome-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 14px;
      padding: 0;
      margin: 28px 0 0;
      list-style: none;
    }

    .outcome-list li {
      min-height: 48px;
      display: flex;
      align-items: center;
      padding: 10px 14px;
      border: 1px solid rgba(71, 63, 54, 0.12);
      color: rgba(39, 36, 33, 0.74);
      background: rgba(255, 255, 255, 0.58);
      font-size: 14px;
      line-height: 1.5;
    }

    .detail-trigger {
      min-height: 54px;
      margin-top: 30px;
      padding: 0 28px;
      border: 1px solid rgba(39, 36, 33, 0.74);
      border-radius: 4px;
      color: var(--ink);
      background: transparent;
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0;
      cursor: pointer;
      transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    }

    .detail-trigger::after {
      content: "→";
      margin-left: 12px;
      font-family: var(--serif);
      font-weight: 500;
    }

    .detail-trigger:hover,
    .detail-trigger:focus-visible {
      transform: translateY(-2px);
      color: #fff;
      background: var(--ink);
      border-color: var(--ink);
      box-shadow: 0 16px 30px rgba(66, 57, 46, 0.12);
      outline: none;
    }

    .support-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .support-card {
      overflow: hidden;
      transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
    }

    .support-card img {
      width: 100%;
      height: 248px;
      object-fit: cover;
      border-bottom: 1px solid rgba(71, 63, 54, 0.11);
      filter: saturate(0.96) contrast(0.96);
      transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), filter 0.32s ease;
    }

    .support-card-body {
      padding: 28px 24px 30px;
    }

    .support-card-label {
      margin: 0 0 10px;
      color: rgba(39, 36, 33, 0.48);
      font-family: var(--serif);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .support-grid .support-card {
      opacity: 0;
      transform: translateY(22px);
    }

    .support-grid.is-visible .support-card {
      opacity: 1;
      transform: translateY(0);
      animation: serviceCardIn 0.82s ease both;
    }

    .support-grid.is-visible .support-card:nth-child(1) {
      animation-delay: 0.05s;
    }

    .support-grid.is-visible .support-card:nth-child(2) {
      animation-delay: 0.17s;
    }

    .support-grid.is-visible .support-card:nth-child(3) {
      animation-delay: 0.29s;
    }

    .support-card:hover,
    .support-card:focus-within {
      transform: translateY(-6px);
      border-color: rgba(122, 154, 168, 0.34);
      background: rgba(255, 254, 251, 0.94);
      box-shadow: 0 24px 52px rgba(66, 57, 46, 0.1), 0 0 26px rgba(147, 180, 192, 0.12);
    }

    .support-grid.is-visible .support-card:hover,
    .support-grid.is-visible .support-card:focus-within {
      transform: translateY(-6px);
    }

    .support-card:hover img,
    .support-card:focus-within img {
      transform: scale(1.035);
      filter: saturate(1.02) contrast(1.02);
    }

    .advisory-band {
      margin-top: clamp(48px, 6vw, 76px);
      padding: clamp(34px, 4vw, 52px);
      border-top: 1px solid rgba(39, 36, 33, 0.14);
      border-bottom: 1px solid rgba(39, 36, 33, 0.14);
      display: grid;
      grid-template-columns: minmax(240px, 0.62fr) minmax(420px, 1.38fr);
      gap: clamp(34px, 5vw, 72px);
      align-items: center;
    }

    .advisory-band > * {
      opacity: 0;
      transform: translateY(18px);
    }

    .advisory-band.is-visible > * {
      animation: serviceTextIn 0.82s ease both;
    }

    .advisory-band.is-visible > *:nth-child(1) {
      animation-delay: 0.08s;
    }

    .advisory-band.is-visible > *:nth-child(2) {
      animation-delay: 0.2s;
    }

    .advisory-band h3 {
      margin-bottom: 0;
      font-family: var(--serif);
      font-size: clamp(24px, 2.35vw, 32px);
      font-weight: 500;
      line-height: 1.36;
    }

    .advisory-band p {
      margin: 0;
      color: var(--body-copy);
      font-size: var(--body-size);
      line-height: var(--body-line);
    }

    body.modal-open {
      overflow: hidden;
    }

    .service-modal[hidden] {
      display: none;
    }

    .service-modal {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: grid;
      place-items: center;
      padding: clamp(18px, 4vw, 58px);
      background: rgba(20, 18, 16, 0.48);
      backdrop-filter: blur(10px);
      animation: serviceModalFadeIn 0.24s ease both;
    }

    .service-modal-panel {
      position: relative;
      width: min(1120px, 100%);
      max-height: min(860px, calc(100vh - 48px));
      overflow: auto;
      border: 1px solid rgba(39, 36, 33, 0.14);
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 32px 90px rgba(20, 18, 16, 0.28);
      animation: serviceModalPanelIn 0.42s cubic-bezier(0.19, 1, 0.22, 1) both;
    }

    .service-modal-close {
      position: absolute;
      top: 22px;
      right: 22px;
      width: 46px;
      height: 46px;
      border: 1px solid rgba(39, 36, 33, 0.18);
      border-radius: 50%;
      background: rgba(255, 254, 251, 0.84);
      cursor: pointer;
      transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
    }

    .service-modal-close::before,
    .service-modal-close::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 1px;
      background: currentColor;
      transform-origin: center;
    }

    .service-modal-close::before {
      transform: translate(-50%, -50%) rotate(45deg);
    }

    .service-modal-close::after {
      transform: translate(-50%, -50%) rotate(-45deg);
    }

    .service-modal-close:hover,
    .service-modal-close:focus-visible {
      color: #fff;
      background: var(--ink);
      border-color: var(--ink);
      transform: rotate(90deg);
      outline: none;
    }

    .service-modal-body {
      padding: clamp(36px, 5vw, 64px);
    }

    .service-modal-label {
      margin: 0 0 16px;
      color: rgba(39, 36, 33, 0.46);
      font-family: var(--serif);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .service-modal-title {
      max-width: 760px;
      margin: 0 0 20px;
      font-family: var(--serif);
      font-size: clamp(32px, 4vw, 52px);
      font-weight: 500;
      line-height: 1.24;
      letter-spacing: 0;
    }

    .service-modal-lead {
      max-width: 840px;
      margin: 0;
      color: var(--body-copy);
      font-size: var(--lead-size);
      line-height: var(--lead-line);
    }

    .service-modal-summary {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .service-modal-chip {
      display: inline-flex;
      align-items: baseline;
      gap: 12px;
      min-height: 48px;
      margin: 0;
      padding: 12px 16px;
      border: 1px solid rgba(71, 63, 54, 0.14);
      border-radius: 999px;
      background: rgba(251, 250, 247, 0.72);
      color: rgba(39, 36, 33, 0.72);
      font-size: 13px;
      line-height: 1.6;
      animation: serviceTextIn 0.55s ease both;
    }

    .service-modal-chip:nth-child(1) {
      animation-delay: 0.08s;
    }

    .service-modal-chip:nth-child(2) {
      animation-delay: 0.16s;
    }

    .service-modal-chip span {
      color: rgba(39, 36, 33, 0.48);
      font-family: var(--serif);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .service-modal-chip strong {
      color: var(--ink);
      font-weight: 700;
    }

    .service-modal-chip-wide {
      max-width: min(720px, 100%);
    }

    .service-modal-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      margin-top: clamp(30px, 4vw, 48px);
    }

    .service-modal-block {
      min-height: 260px;
      padding: 24px 22px 26px;
      border: 1px solid rgba(71, 63, 54, 0.13);
      border-radius: 8px;
      background: rgba(251, 250, 247, 0.58);
      animation: modalBlockIn 0.55s ease both;
    }

    .service-modal-block:nth-child(1) {
      animation-delay: 0.08s;
    }

    .service-modal-block:nth-child(2) {
      animation-delay: 0.16s;
    }

    .service-modal-block:nth-child(3) {
      animation-delay: 0.24s;
      border-color: rgba(122, 154, 168, 0.24);
      background: rgba(255, 254, 251, 0.9);
      box-shadow: 0 18px 40px rgba(66, 57, 46, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.62);
    }

    .service-modal-block h3 {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 16px;
      font-family: var(--serif);
      font-size: 20px;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 0;
    }

    .service-modal-block h3::before {
      content: attr(data-index);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border: 1px solid rgba(71, 63, 54, 0.16);
      border-radius: 50%;
      color: rgba(39, 36, 33, 0.54);
      background: rgba(255, 254, 251, 0.72);
      font-family: var(--serif);
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0;
      flex: 0 0 auto;
    }

    .service-modal-block:nth-child(3) h3::before {
      color: #fff;
      background: rgba(39, 36, 33, 0.88);
      border-color: rgba(39, 36, 33, 0.88);
    }

    .service-modal-list {
      display: grid;
      gap: 10px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .service-modal-list li {
      position: relative;
      padding-left: 16px;
      color: var(--body-copy-soft);
      font-size: 14px;
      line-height: 1.8;
      animation: modalListItemIn 0.42s ease both;
      animation-delay: calc(0.3s + (var(--item-index, 0) * 0.035s));
    }

    .service-modal-list li::before {
      content: "";
      position: absolute;
      top: 0.86em;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: rgba(122, 154, 168, 0.72);
    }

    .service-modal-footer {
      display: grid;
      grid-template-columns: minmax(420px, 1fr);
      gap: 22px;
      align-items: stretch;
      margin-top: 22px;
      padding-top: 22px;
      padding-left: clamp(56px, 7vw, 112px);
      border-top: 1px solid rgba(39, 36, 33, 0.12);
    }

    .service-modal-meta {
      margin: 0;
      padding: 18px 20px;
      max-width: 760px;
      border: 1px solid rgba(71, 63, 54, 0.12);
      border-radius: 8px;
      color: rgba(39, 36, 33, 0.62);
      background: rgba(251, 250, 247, 0.46);
      font-size: 14px;
      line-height: 1.8;
      animation: serviceTextIn 0.55s ease both;
      animation-delay: 0.34s;
    }

    .service-modal-meta strong {
      display: block;
      color: var(--ink);
      font-family: var(--serif);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.4;
    }

    @keyframes serviceImageIn {
      from {
        opacity: 0;
        transform: translateY(24px) scale(0.985);
        filter: blur(5px);
      }

      to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
      }
    }

    @keyframes serviceTextIn {
      from {
        opacity: 0;
        transform: translateY(18px);
        filter: blur(4px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
      }
    }

    @keyframes serviceCardIn {
      from {
        opacity: 0;
        filter: blur(5px);
      }

      to {
        opacity: 1;
        filter: blur(0);
      }
    }

    @keyframes processCardIn {
      from {
        opacity: 0;
        transform: translateY(24px);
        filter: blur(5px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
      }
    }

    @keyframes processIconDraw {
      0% {
        stroke-dashoffset: 1;
        opacity: 0.18;
      }

      34%,
      72% {
        stroke-dashoffset: 0;
        opacity: 1;
      }

      100% {
        stroke-dashoffset: 0;
        opacity: 0.72;
      }
    }

    @keyframes processIconLift {
      0%,
      100% {
        transform: translateY(0);
        filter: drop-shadow(0 0 0 rgba(122, 154, 168, 0));
      }

      42% {
        transform: translateY(-3px);
        filter: drop-shadow(0 0 12px rgba(122, 154, 168, 0.18));
      }
    }

    @keyframes processIconPulse {
      0%,
      100% {
        opacity: 0.78;
        stroke: currentColor;
      }

      42% {
        opacity: 1;
        stroke: rgba(122, 154, 168, 0.95);
      }
    }

    @keyframes serviceModalFadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes serviceModalPanelIn {
      from {
        opacity: 0;
        transform: translateY(22px) scale(0.985);
      }

      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    @keyframes modalBlockIn {
      from {
        opacity: 0;
        transform: translateY(16px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes modalListItemIn {
      from {
        opacity: 0;
        transform: translateX(-8px);
      }

      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 18px;
      margin-top: clamp(-26px, -2vw, -14px);
    }

    .process-card {
      min-height: 276px;
      padding: 26px 20px 24px;
      opacity: 0;
      transform: translateY(22px);
      transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    }

    .process-heading {
      margin-bottom: clamp(28px, 3.2vw, 48px);
    }

    .process-heading .section-lead {
      width: min(660px, 100%);
      justify-self: end;
      transform: translateX(clamp(28px, 4vw, 72px));
    }

    .process-card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 28px;
    }

    .process-card .card-index {
      margin-bottom: 0;
    }

    .process-icon {
      width: 42px;
      height: 42px;
      color: rgba(39, 36, 33, 0.56);
      flex: 0 0 auto;
      transform: translateY(0);
    }

    .process-icon path,
    .process-icon circle {
      fill: none;
      stroke: currentColor;
      stroke-width: 1.45;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 1;
      stroke-dashoffset: 1;
    }

    .process-grid.is-visible .process-card {
      opacity: 1;
      transform: translateY(0);
      animation: processCardIn 0.78s ease backwards;
    }

    .process-grid.is-visible .process-card:nth-child(1) {
      animation-delay: 0.04s;
    }

    .process-grid.is-visible .process-card:nth-child(2) {
      animation-delay: 0.14s;
    }

    .process-grid.is-visible .process-card:nth-child(3) {
      animation-delay: 0.24s;
    }

    .process-grid.is-visible .process-card:nth-child(4) {
      animation-delay: 0.34s;
    }

    .process-grid.is-visible .process-card:nth-child(5) {
      animation-delay: 0.44s;
    }

    .process-grid.is-visible .process-icon path,
    .process-grid.is-visible .process-icon circle {
      animation:
        processIconDraw 4.8s ease-in-out infinite,
        processIconPulse 4.8s ease-in-out infinite;
      animation-delay: 0s, 0s;
    }

    .process-grid.is-visible .process-card:nth-child(2) .process-icon path,
    .process-grid.is-visible .process-card:nth-child(2) .process-icon circle {
      animation-delay: 0.18s, 0.18s;
    }

    .process-grid.is-visible .process-card:nth-child(3) .process-icon path,
    .process-grid.is-visible .process-card:nth-child(3) .process-icon circle {
      animation-delay: 0.36s, 0.36s;
    }

    .process-grid.is-visible .process-card:nth-child(4) .process-icon path,
    .process-grid.is-visible .process-card:nth-child(4) .process-icon circle {
      animation-delay: 0.54s, 0.54s;
    }

    .process-grid.is-visible .process-card:nth-child(5) .process-icon path,
    .process-grid.is-visible .process-card:nth-child(5) .process-icon circle {
      animation-delay: 0.72s, 0.72s;
    }

    .process-grid.is-visible .process-icon {
      animation: none;
    }

    .process-card:hover,
    .process-card:focus-within,
    .process-grid.is-visible .process-card:hover,
    .process-grid.is-visible .process-card:focus-within {
      transform: translateY(-5px);
      border-color: rgba(122, 154, 168, 0.28);
      background: rgba(255, 254, 251, 0.9);
      box-shadow: 0 22px 48px rgba(66, 57, 46, 0.08), 0 0 22px rgba(147, 180, 192, 0.1);
    }

    .process-card:hover .process-icon,
    .process-card:focus-within .process-icon {
      color: rgba(122, 154, 168, 0.9);
    }

    .faq-list {
      width: min(900px, 100%);
      margin-left: auto;
      border-top: 1px solid rgba(71, 63, 54, 0.16);
    }

    .faq-item {
      border: 0;
      border-bottom: 1px solid rgba(71, 63, 54, 0.16);
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      padding: 28px 4px 30px;
    }

    .faq-item h3 {
      margin-bottom: 12px;
      font-size: 22px;
    }

    .contact-section {
      position: relative;
      min-height: 620px;
      display: grid;
      align-items: center;
      overflow: hidden;
      padding: clamp(96px, 12vw, 156px) 0;
      color: #fffdf8;
      background: #171513;
    }

    .contact-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(23, 21, 19, 0.84), rgba(23, 21, 19, 0.5), rgba(23, 21, 19, 0.2)),
        url("../images/contact-bg.jpg") center / cover no-repeat;
      filter: saturate(0.98) contrast(1.02);
    }

    .contact-copy {
      position: relative;
      z-index: 1;
      width: min(620px, calc(100% - (var(--side) * 2)));
      margin-left: max(var(--side), calc((100vw - var(--container)) / 2));
    }

    .contact-copy .section-number {
      color: rgba(255, 253, 248, 0.68);
    }

    .contact-copy h2 {
      margin: 0;
      color: #fffdf8;
      font-family: var(--serif);
      font-size: clamp(34px, 4vw, 54px);
      font-weight: 500;
      line-height: 1.32;
      letter-spacing: 0;
    }

    .contact-lead,
    .contact-free-note {
      max-width: 720px;
      margin: 24px 0 0;
      color: var(--dark-copy);
      font-size: var(--lead-size);
      line-height: var(--lead-line);
    }

    .contact-free-note {
      margin-top: 18px;
      color: var(--dark-copy-strong);
      font-weight: 700;
    }

    .button,
    .button-invert {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 68px;
      min-width: 300px;
      margin-top: 32px;
      padding: 0 40px;
      border: 1px solid var(--ink);
      border-radius: 4px;
      color: #fff;
      background: var(--ink);
      box-shadow: 0 16px 30px rgba(66, 57, 46, 0.1);
      font-family: var(--sans);
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      text-align: center;
      text-decoration: none;
      transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    }

    .button:hover {
      transform: translateY(-2px);
      color: var(--ink);
      background: rgba(255, 253, 248, 0.96);
      border-color: rgba(39, 36, 33, 0.28);
      box-shadow: 0 18px 34px rgba(66, 57, 46, 0.16);
    }

    .button-invert {
      width: min(360px, 100%);
      min-width: 0;
      color: var(--ink);
      background: rgba(255, 253, 248, 0.92);
      border-color: rgba(255, 253, 248, 0.92);
    }

    .button-invert:hover {
      transform: translateY(-2px);
      color: #fff;
      background: var(--ink);
      border-color: rgba(255, 253, 248, 0.92);
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      filter: blur(6px);
      transition: opacity 0.85s ease, transform 0.85s ease, filter 0.85s ease;
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }

    @media (max-width: 1100px) {
      .section-heading,
      .axis-feature,
      .advisory-band {
        grid-template-columns: 1fr;
      }

      .structure-branches,
      .support-grid {
        grid-template-columns: 1fr;
      }

      .service-modal-grid,
      .service-modal-footer {
        grid-template-columns: 1fr;
      }

      .service-modal-footer {
        padding-left: 0;
      }

      .process-heading .section-lead {
        justify-self: start;
        transform: none;
      }

      .structure-flow {
        display: none;
      }

      .structure-advisory {
        flex-wrap: wrap;
        justify-content: flex-start;
      }

      .process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 720px) {
      :root {
        --side: 22px;
        --body-size: 15px;
        --compact-body-size: 14px;
        --lead-size: 15px;
        --body-line: 1.95;
        --lead-line: 2;
      }

      .page-hero {
        min-height: 650px;
        padding-top: 104px;
        background:
          linear-gradient(180deg, rgba(251, 250, 247, 0.98), rgba(251, 250, 247, 0.84)),
          url("https://lazotto.jp/wp-content/uploads/2026/06/service-fv-axis-architectural-bw-20260606.webp") center / cover no-repeat;
      }

      .breadcrumb {
        margin-bottom: 36px;
      }

      .hero-title {
        font-size: clamp(46px, 15vw, 68px);
      }

      .hero-lead-main {
        font-size: 24px;
      }

      .hero-lead-main .hero-lead-line-desktop {
        display: none;
      }

      .hero-lead-main .hero-lead-line-mobile {
        display: block;
      }

      .hero-lead,
      .section-lead {
        max-width: calc(100vw - 64px);
      }

      .axis-copy p br,
      .contact-lead br {
        display: none;
      }

      .section-heading {
        gap: 28px;
      }

      .section-heading h2 {
        font-size: clamp(32px, 9vw, 38px);
        white-space: normal;
      }

      .hero-lead,
      .section-lead,
      .structure-card p,
      .axis-copy p,
      .support-card p,
      .process-card p,
      .faq-item p {
        overflow-wrap: anywhere;
        word-break: break-all;
      }

      .structure-branches,
      .support-grid,
      .process-grid,
      .outcome-list {
        grid-template-columns: 1fr;
      }

      .service-structure {
        padding-inline: 0;
        border-bottom-color: rgba(39, 36, 33, 0.1);
      }

      .structure-core,
      .structure-card {
        padding: 24px 22px 26px;
      }

      .structure-advisory {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        padding: 20px 0;
      }

      .detail-trigger {
        width: 100%;
      }

      .service-modal {
        align-items: end;
        padding: 12px;
      }

      .service-modal-panel {
        max-height: calc(100vh - 24px);
      }

      .service-modal-close {
        top: 14px;
        right: 14px;
      }

      .service-modal-body {
        padding: 34px 22px 28px;
      }

      .service-modal-title {
        padding-right: 46px;
      }

      .service-modal-summary {
        display: grid;
        grid-template-columns: 1fr;
      }

      .service-modal-chip {
        align-items: flex-start;
        border-radius: 8px;
      }

      .service-modal-block {
        min-height: auto;
      }

      .axis-image {
        min-height: 330px;
      }

      .axis-copy {
        padding-left: 0;
      }

      .axis-copy::before {
        display: none;
      }

      .support-card img {
        height: 210px;
      }

      .contact-copy {
        width: calc(100% - (var(--side) * 2));
        margin: 0 auto;
      }
    }

    @media (max-width: 720px) {
      .page-hero {
        min-height: 570px;
        padding-top: 96px;
        padding-bottom: 54px;
        background:
          linear-gradient(180deg, rgba(251, 250, 247, 0.98), rgba(251, 250, 247, 0.9)),
          url("https://lazotto.jp/wp-content/uploads/2026/06/service-fv-axis-architectural-bw-20260606.webp") 64% center / cover no-repeat;
      }

      .breadcrumb {
        margin-bottom: 28px;
      }

      .hero-title {
        font-size: clamp(43px, 13.2vw, 56px);
        line-height: 1.12;
      }

      .hero-lead-main {
        margin-top: 24px;
        font-size: clamp(22px, 6.4vw, 28px);
        line-height: 1.55;
      }

      .hero-lead,
      .section-lead {
        max-width: min(320px, calc(100vw - 44px));
        line-height: 1.9;
      }

      .section-heading {
        gap: 22px;
      }

      .section-heading h2 {
        font-size: clamp(31px, 8.4vw, 37px);
        line-height: 1.38;
      }

      .support-grid {
        gap: 20px;
      }

      .support-card {
        border-radius: 8px;
      }

      .support-card img {
        height: 190px;
      }

      .support-card-body {
        padding: 30px 24px 32px;
      }

      .support-card h3 {
        font-size: clamp(26px, 7vw, 34px);
        line-height: 1.36;
      }

      .detail-trigger {
        min-height: 56px;
      }

      .service-modal-body {
        padding: 30px 20px 26px;
      }

      .service-modal-title {
        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.32;
      }
    }

    @media (max-width: 380px) {
      .page-hero {
        min-height: 540px;
      }

      .hero-title {
        font-size: clamp(40px, 12.6vw, 52px);
      }

      .support-card img {
        height: 176px;
      }

      .support-card-body {
        padding-inline: 22px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      .reveal {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
      }

      .axis-feature .axis-image,
      .axis-feature .axis-copy > *,
      .support-grid .support-card,
      .advisory-band > *,
      .process-grid .process-card,
      .process-icon,
      .process-icon path,
      .process-icon circle,
      .service-modal,
      .service-modal-panel,
      .service-modal-chip,
      .service-modal-block,
      .service-modal-list li,
      .service-modal-meta {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
        transition: none;
      }

      .support-card:hover,
      .support-card:focus-within,
      .support-grid.is-visible .support-card:hover,
      .support-grid.is-visible .support-card:focus-within,
      .support-card:hover img,
      .support-card:focus-within img {
        transform: none;
      }

      .process-icon path,
      .process-icon circle {
        stroke-dashoffset: 0;
      }

      .service-structure.is-visible .structure-core,
      .service-structure.is-visible .flow-stem,
      .service-structure.is-visible .flow-branch-a,
      .service-structure.is-visible .flow-branch-b,
      .service-structure.is-visible .flow-branch-c,
      .service-structure.is-visible .flow-dot-core,
      .service-structure.is-visible .flow-dot-a,
      .service-structure.is-visible .flow-dot-b,
      .service-structure.is-visible .flow-dot-c,
      .service-structure.is-visible .structure-card,
      .service-structure.is-visible .structure-advisory {
        animation: none;
      }

      .flow-highlight path {
        stroke-dashoffset: 0;
        opacity: 0.38;
      }

      .flow-highlight circle {
        opacity: 0.42;
        transform: none;
      }
    }

/* Visible FV visual layer. */
.service-page .page-hero {
  position: relative;
  isolation: isolate;
  background: #fbfaf7 !important;
}

.service-page .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("https://lazotto.jp/wp-content/uploads/2026/06/service-fv-axis-architectural-bw-20260606.webp") center right / cover no-repeat;
  opacity: 0.62;
  transform: none;
  transform-origin: center;
  pointer-events: none;
}

.service-page .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  height: auto;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.94) 0%, rgba(251, 250, 247, 0.82) 34%, rgba(251, 250, 247, 0.28) 72%, rgba(251, 250, 247, 0.06) 100%);
  pointer-events: none;
}

.service-page .page-hero .breadcrumb,
.service-page .page-hero .hero-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .service-page .page-hero::before {
    background-position: 58% center;
    opacity: 0.46;
  }

  .service-page .page-hero::after {
    background:
      linear-gradient(180deg, rgba(251, 250, 247, 0.94) 0%, rgba(251, 250, 247, 0.76) 48%, rgba(251, 250, 247, 0.26) 100%);
  }
}

/* FROM COLUMN compact card refinement 20260607 */
.service-column-bridge .process-heading {
  align-items: start;
}

.service-column-bridge .section-lead {
  max-width: 560px;
  line-height: 1.9;
}

.service-column-bridge-grid {
  gap: 16px;
}

.service-column-card {
  min-height: 214px;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 10px;
  padding: 26px 28px 24px;
}

.service-column-card__index {
  font-size: 2.15rem;
}

.service-column-card__theme {
  max-width: 100%;
  white-space: nowrap;
}

.service-column-card h3 {
  margin-top: 3px;
  font-size: clamp(1.28rem, 1.55vw, 1.48rem);
  line-height: 1.34;
}

.service-column-card p {
  max-width: 30em;
  font-size: 0.91rem;
  line-height: 1.72;
}

@media (min-width: 1180px) {
  .service-column-bridge-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .service-column-bridge .process-heading h2 {
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .service-column-card {
    min-height: 0;
    padding: 22px 22px 21px;
  }
}
