@charset "UTF-8";

:root {
  --ink: #071b3d;
  --ink-soft: #294566;
  --muted: #60758f;
  --line: rgba(6, 69, 154, 0.12);
  --mist: #f4f8fd;
  --white: #fff;
  --blue: #06459a;
  --green: #06c755;
  --sky: #0ea5e9;
  --lime: #21c45b;
  --purple: #7c3aed;
  --orange: #ff5a00;
  --orange-hover: #e84f00;
  --navy: #041c46;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  --shadow-hover: 0 30px 80px rgba(15, 23, 42, 0.14);
  --container: 1280px;
  --header-height: 84px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================================================
   Information density refinement
   ========================================================= */

body.is-front-page .section,
.brand-page .section,
.framework-page .section {
  padding-block: clamp(82px, 7.5vw, 118px);
}

.brand-page .section-heading,
.framework-page .section-heading {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.home-proof {
  position: relative;
  z-index: 3;
  padding-block: 22px;
  border-block: 1px solid var(--line);
  background: rgb(255 255 255 / 88%);
  backdrop-filter: blur(18px);
}

.home-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.home-proof__item {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 8px 28px;
  color: var(--text);
  border-right: 1px solid var(--line);
  transition: color 180ms ease, transform 180ms ease;
}

.home-proof__item:first-child {
  padding-left: 0;
}

.home-proof__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.home-proof__item > span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.home-proof__item strong {
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.2;
}

.home-proof__item small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.home-proof__item .icon {
  position: absolute;
  top: 10px;
  right: 24px;
  width: 17px;
  height: 17px;
  color: var(--blue);
}

.home-proof__item:hover {
  color: var(--blue);
  transform: translateY(-2px);
}

.concept-principles {
  background:
    radial-gradient(circle at 12% 20%, rgb(22 93 255 / 7%), transparent 25%),
    var(--surface);
}

.concept-principle-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.concept-principle-card {
  display: flex;
  min-width: 0;
  min-height: 286px;
  flex-direction: column;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 12px 36px rgb(15 23 42 / 7%);
}

.concept-principle-card > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.concept-principle-card h3 {
  margin: 34px 0 14px;
  font-size: 19px;
}

.concept-principle-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.concept-principle-card small {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue-dark);
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.concept-start {
  padding-top: 0 !important;
}

.concept-start__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
  padding: clamp(44px, 5vw, 72px);
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 20%, rgb(54 158 255 / 36%), transparent 30%),
    linear-gradient(135deg, #061b48, #063eac);
  box-shadow: 0 28px 70px rgb(6 38 104 / 22%);
}

.concept-start__panel h2 {
  margin: 16px 0 20px;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.3;
}

.concept-start__panel p {
  margin: 0;
  color: rgb(255 255 255 / 76%);
  line-height: 1.9;
}

.concept-start__panel .eyebrow {
  color: #8ec8ff;
}

.concept-start__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.concept-start__list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px 17px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 14px;
  background: rgb(255 255 255 / 8%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.concept-start__list span {
  color: #8ec8ff;
  font-size: 12px;
  font-weight: 800;
}

.framework-deliverables-section {
  background: linear-gradient(180deg, #fff, #f6f9ff);
}

.framework-deliverables {
  display: grid;
  gap: 12px;
}

.framework-deliverable {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 300px;
  gap: 30px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--step-color, var(--blue));
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgb(15 23 42 / 7%);
}

.framework-deliverable--blue { --step-color: #1557ff; }
.framework-deliverable--green { --step-color: #10a84a; }
.framework-deliverable--sky { --step-color: #0ba7d3; }
.framework-deliverable--lime { --step-color: #00bf63; }
.framework-deliverable--purple { --step-color: #7047eb; }

.framework-deliverable__head {
  display: grid;
  grid-template-columns: 32px 38px 1fr;
  gap: 10px;
  align-items: center;
}

.framework-deliverable__head > span {
  color: var(--step-color);
  font-size: 12px;
  font-weight: 800;
}

.framework-deliverable__head > div {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--step-color);
  border-radius: 11px;
  background: color-mix(in srgb, var(--step-color) 10%, #fff);
}

.framework-deliverable__head .icon {
  width: 21px;
  height: 21px;
}

.framework-deliverable__head p,
.framework-deliverable > div:nth-child(2) p {
  margin: 0;
}

.framework-deliverable__head p {
  font-size: 13px;
  font-weight: 800;
}

.framework-deliverable h3 {
  margin: 0 0 7px;
  font-size: 18px;
}

.framework-deliverable > div:nth-child(2) p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.framework-deliverable > small {
  padding: 12px 15px;
  color: var(--blue-dark);
  border-radius: 12px;
  background: var(--surface);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .home-proof__grid,
  .concept-principle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-proof__item:nth-child(2) {
    border-right: 0;
  }

  .home-proof__item:nth-child(n+3) {
    margin-top: 16px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }

  .concept-principle-card:last-child {
    grid-column: 1 / -1;
    min-height: 220px;
  }

  .framework-deliverable {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .framework-deliverable > small {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  body.is-front-page .section,
  .brand-page .section,
  .framework-page .section {
    padding-block: 72px;
  }

  .home-proof {
    padding-block: 14px;
  }

  .home-proof__grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-proof__item {
    padding: 12px 14px;
  }

  .home-proof__item:first-child {
    padding-left: 0;
  }

  .home-proof__item:nth-child(2) {
    padding-right: 0;
  }

  .home-proof__item:nth-child(3) {
    padding-left: 0;
  }

  .home-proof__item strong {
    padding-right: 18px;
    font-size: 20px;
  }

  .home-proof__item small {
    font-size: 11px;
  }

  .home-proof__item .icon {
    right: 10px;
  }

  .concept-principle-grid {
    grid-template-columns: 1fr;
  }

  .concept-principle-card,
  .concept-principle-card:last-child {
    min-height: 0;
    grid-column: auto;
    padding: 24px 22px;
  }

  .concept-principle-card h3 {
    margin-top: 20px;
  }

  .concept-principle-card small {
    margin-top: 20px;
  }

  .concept-start__panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 34px 22px;
    border-radius: 24px;
  }

  .concept-start__panel h2 {
    font-size: 31px;
  }

  .concept-start__list li {
    grid-template-columns: 32px 1fr;
    padding: 13px 14px;
    font-size: 13px;
  }

  .framework-deliverable {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }

  .framework-deliverable > small {
    grid-column: auto;
  }
}

.content-card__kicker {
  display: block;
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.entry-notice {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 36px;
  padding: 20px 24px;
  color: var(--blue);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--mist);
}

.entry-download {
  margin-top: 64px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #edf4ff);
}

.entry-download h2 {
  margin: 10px 0 24px;
}

/* Service hub */
.service-hub-hero {
  background:
    radial-gradient(circle at 80% 20%, rgb(20 107 255 / 13%), transparent 28%),
    linear-gradient(145deg, #fff, #edf4ff);
}

.service-hub-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.service-hub-hero h1,
.lab-hero h1 {
  margin: 18px 0 28px;
  font-size: clamp(50px, 6vw, 84px);
  line-height: 1.12;
  letter-spacing: -0.07em;
}

.service-hub-hero h1 span,
.lab-hero h1 span {
  color: var(--blue);
}

.service-hub-hero__actions,
.lab-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.service-hub-map {
  position: relative;
  min-height: 510px;
}

.service-hub-map::before {
  position: absolute;
  inset: 8%;
  content: "";
  border: 20px solid rgb(14 89 218 / 10%);
  border-radius: 50%;
}

.service-hub-map__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 190px;
  height: 190px;
  place-content: center;
  text-align: center;
  border: 1px solid rgb(6 69 154 / 16%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 24px 70px rgb(6 69 154 / 14%);
  transform: translate(-50%, -50%);
}

.service-hub-map__center strong {
  color: var(--blue);
  font-size: 30px;
}

.service-hub-map__center span {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 800;
}

.service-hub-map__node {
  --node: var(--blue);
  position: absolute;
  display: grid;
  min-width: 150px;
  min-height: 76px;
  place-content: center;
  text-align: center;
  color: var(--node);
  border: 2px solid var(--node);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 44px color-mix(in srgb, var(--node) 15%, transparent);
}

.service-hub-map__node span { font-size: 10px; font-weight: 900; }
.service-hub-map__node strong { margin-top: 5px; font-size: 14px; }
.service-hub-map__node:nth-of-type(2) { top: 2%; left: 34%; }
.service-hub-map__node:nth-of-type(3) { top: 25%; right: 1%; }
.service-hub-map__node:nth-of-type(4) { right: 10%; bottom: 7%; }
.service-hub-map__node:nth-of-type(5) { bottom: 5%; left: 8%; }
.service-hub-map__node:nth-of-type(6) { top: 25%; left: 0; }
.service-hub-map__node--green,
.service-hub-map__node--lime { --node: var(--green); }
.service-hub-map__node--sky { --node: var(--sky); }
.service-hub-map__node--purple { --node: var(--purple); }

.service-hub-list {
  background: #fff;
}

.service-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.service-hub-card {
  --card-accent: var(--blue);
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: 34px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 18%, white);
  border-radius: 28px;
  background: linear-gradient(145deg, #fff 56%, color-mix(in srgb, var(--card-accent) 8%, white));
  box-shadow: 0 18px 55px rgb(15 23 42 / 6%);
}

.service-hub-card:last-child {
  grid-column: 1 / -1;
}

.service-hub-card--green,
.service-hub-card--lime { --card-accent: var(--green); }
.service-hub-card--sky { --card-accent: var(--sky); }
.service-hub-card--purple { --card-accent: var(--purple); }

.service-hub-card__head {
  display: flex;
  justify-content: space-between;
  color: var(--card-accent);
  font-size: 12px;
  font-weight: 900;
}

.service-hub-card__head p { margin: 0; }
.service-hub-card img { width: min(300px, 62%); height: 90px; margin: 30px 0 22px; object-fit: contain; object-position: left center; }
.service-hub-card h3 { margin: 0 0 13px; font-size: 27px; }
.service-hub-card > p { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.8; }
.service-hub-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 30px; padding: 0; list-style: none; }
.service-hub-card li { padding: 7px 11px; color: var(--card-accent); border-radius: 999px; background: color-mix(in srgb, var(--card-accent) 10%, white); font-size: 11px; font-weight: 800; }
.service-hub-card > a { display: inline-flex; gap: 8px; align-items: center; color: var(--card-accent); font-weight: 900; }
.service-hub-card > a .icon { width: 18px; }

.service-hub-flow {
  background: var(--mist);
}

.service-hub-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.service-hub-steps > div {
  min-width: 0;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.service-hub-steps span { color: var(--blue); font-size: 11px; font-weight: 900; }
.service-hub-steps strong { display: block; margin: 16px 0 8px; font-size: 15px; line-height: 1.5; }
.service-hub-steps small { color: var(--muted); font-size: 11px; }

/* Recruitment Brand Institute */
.lab-hero {
  background:
    radial-gradient(circle at 94% 20%, rgb(19 112 255 / 15%), transparent 26%),
    linear-gradient(145deg, #fff, #f0f6ff);
}

.lab-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.lab-search-panel {
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgb(255 255 255 / 88%);
  box-shadow: var(--shadow);
}

.lab-search-panel h2 { margin: 0 0 22px; font-size: 27px; }
.lab-search-panel form { display: grid; grid-template-columns: 1fr 58px; overflow: hidden; border: 1px solid rgb(6 69 154 / 18%); border-radius: 14px; }
.lab-search-panel input { width: 100%; min-height: 58px; padding: 0 18px; border: 0; outline: 0; font: inherit; }
.lab-search-panel button { display: grid; place-items: center; color: #fff; border: 0; background: var(--blue); }
.lab-search-panel button .icon { width: 20px; }
.lab-search-panel > p { margin: 24px 0 12px; color: var(--muted); font-size: 12px; font-weight: 800; }
.lab-search-panel > div { display: flex; flex-wrap: wrap; gap: 8px; }
.lab-search-panel > div span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 700; }

.lab-category-section {
  padding-block: 52px;
  border-block: 1px solid var(--line);
}

.lab-category-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.lab-category-head h2 { margin: 0; font-size: 28px; }
.lab-category-head a { display: inline-flex; gap: 7px; align-items: center; color: var(--blue); font-size: 13px; font-weight: 800; }
.lab-category-head .icon { width: 16px; }
.lab-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.lab-category-card { display: flex; gap: 14px; align-items: center; min-height: 86px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fff, #f3f7ff); }
.lab-category-card span { color: var(--blue); font-size: 11px; font-weight: 900; }
.lab-category-card strong { font-size: 14px; }
.lab-articles { background: #fff; }
.lab-empty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lab-empty-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #fff, #f3f7ff); }
.lab-empty-grid span { color: var(--blue); font-size: 11px; font-weight: 900; }
.lab-empty-grid h3 { margin: 34px 0 14px; font-size: 19px; line-height: 1.55; }
.lab-empty-grid p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.lab-empty-grid small { display: block; margin-top: 24px; color: var(--muted); font-weight: 800; }

@media (max-width: 1024px) {
  .service-hub-hero__grid,
  .lab-hero__grid {
    grid-template-columns: 1fr;
  }
  .service-hub-map { max-width: 700px; width: 100%; margin-inline: auto; }
  .service-hub-steps { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .service-hub-hero h1,
  .lab-hero h1 { font-size: 40px; }
  .service-hub-map { min-height: 470px; transform: scale(.92); }
  .service-hub-map__node { min-width: 120px; min-height: 66px; }
  .service-hub-map__center { width: 150px; height: 150px; }
  .service-hub-grid,
  .lab-category-grid,
  .lab-empty-grid,
  .service-hub-steps { grid-template-columns: 1fr; }
  .service-hub-card,
  .service-hub-card:last-child { min-height: 0; grid-column: auto; padding: 26px 22px; }
  .service-hub-card img { width: 78%; }
  .lab-search-panel { padding: 26px 20px; }
  .lab-category-head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .lab-category-grid { grid-template-columns: 1fr 1fr; }
}

/* PC first-view system: communicate the proposition within one viewport. */
@media (min-width: 1121px) {
  .hero-home {
    min-height: min(780px, 100svh);
    padding-top: 116px;
  }

  .hero-home__inner {
    grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
    gap: clamp(46px, 5vw, 76px);
    min-height: 560px;
  }

  .hero-home__title {
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.12;
  }

  .hero-home__lead {
    max-width: 620px;
    margin-top: 24px;
    line-height: 1.85;
  }

  .hero-home__actions {
    margin-top: 28px;
  }

  .hero-system {
    min-height: 520px;
    transform: scale(.94);
    transform-origin: center;
  }

  .concept-hero,
  .framework-hero,
  .service-hub-hero,
  .lab-hero,
  .about-hero,
  .contact-hero,
  .service-lp-hero {
    min-height: min(780px, 100svh);
    padding-block: 118px 54px;
  }

  .concept-hero__inner,
  .framework-hero__grid,
  .service-hub-hero__grid,
  .lab-hero__grid,
  .about-hero__grid,
  .contact-hero__grid,
  .service-lp-hero__inner {
    min-height: 590px;
    align-items: center;
  }

  .page-split-title,
  .about-hero h1,
  .contact-hero h1,
  .service-hub-hero h1,
  .lab-hero h1 {
    font-size: clamp(46px, 4.8vw, 68px);
    line-height: 1.16;
  }

  .service-lp-hero h1 {
    font-size: clamp(42px, 3.75vw, 56px);
    line-height: 1.18;
  }

  .service-lp-hero__inner {
    grid-template-columns: minmax(420px, 0.82fr) minmax(580px, 1.18fr);
    gap: clamp(44px, 4vw, 70px);
  }

  .service-lp-hero__lead {
    margin-top: 24px;
    line-height: 1.85;
  }

  .service-lp-hero__actions {
    margin-top: 28px;
  }

  .service-lp-visual {
    min-height: 500px;
  }

  .service-hub-map,
  .concept-orbit,
  .framework-map {
    transform: scale(.9);
    transform-origin: center;
  }
}

/* Institute data modules */
.lab-data-section {
  padding-block: 68px;
  background:
    radial-gradient(circle at 90% 10%, rgb(7 111 218 / 10%), transparent 28%),
    linear-gradient(145deg, #f8fbff, #eef5ff);
}

.lab-data-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: start;
}

.lab-ranking,
.lab-wages {
  padding: 30px;
  border: 1px solid rgb(6 69 154 / 12%);
  border-radius: 24px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 20px 55px rgb(15 50 110 / 7%);
}

.lab-data-heading {
  margin-bottom: 22px;
}

.lab-data-heading h2 {
  margin: 8px 0 0;
  font-size: 27px;
  letter-spacing: -.04em;
}

.lab-data-heading > p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.lab-ranking-list {
  display: grid;
}

.lab-ranking-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding-block: 15px;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.lab-ranking-item > strong {
  color: var(--blue);
  font-size: 25px;
  font-style: italic;
  letter-spacing: -.06em;
}

.lab-ranking-item span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
}

.lab-ranking-item h3 {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.55;
}

.lab-ranking-item small {
  color: #8794a7;
  font-size: 9px;
}

.lab-wage-details {
  border-top: 1px solid var(--line);
}

.lab-wage-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  cursor: pointer;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.lab-wage-details summary span {
  color: var(--ink);
}

.lab-wage-grid {
  display: grid;
  max-height: 380px;
  overflow: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 4px 4px 4px 0;
}

.lab-wage-grid > div {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 10px;
  border: 1px solid rgb(6 69 154 / 10%);
  border-radius: 11px;
  background: #f8fbff;
}

.lab-wage-grid span {
  color: #52647d;
  font-size: 10px;
}

.lab-wage-grid strong {
  color: var(--blue);
  font-size: 12px;
  white-space: nowrap;
}

.lab-wage-source {
  margin: 14px 0 0;
  color: #8b97a7;
  font-size: 9px;
}

@media (max-width: 900px) {
  .lab-data-grid {
    grid-template-columns: 1fr;
  }

  .lab-wage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lab-data-section {
    padding-block: 46px;
  }

  .lab-ranking,
  .lab-wages {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .lab-wage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-wage-details summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

/* AI advisor work execution diagram */
.service-lp-visual--ai-advisor {
  display: grid;
  place-items: center;
}

.ai-work-map {
  position: relative;
  width: min(100%, 680px);
  min-height: 500px;
}

.ai-work-map__orbit {
  position: absolute;
  inset: 56px 76px;
  border: 1px dashed color-mix(in srgb, var(--service-accent) 28%, transparent);
  border-radius: 50%;
}

.ai-work-map__orbit::before,
.ai-work-map__orbit::after {
  position: absolute;
  content: "";
  border: 1px solid color-mix(in srgb, var(--service-accent-2) 18%, transparent);
  border-radius: 50%;
}

.ai-work-map__orbit::before { inset: 42px; }
.ai-work-map__orbit::after { inset: 96px; }

.ai-work-map__robot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 230px;
  justify-items: center;
  transform: translate(-50%, -48%);
}

.ai-work-map__robot .ai-robot {
  position: relative;
  top: auto;
  left: auto;
  width: 178px;
  height: 204px;
  transform: none;
}

.ai-work-map__robot .ai-robot::before {
  top: 42px;
  left: 27px;
  width: 124px;
  height: 66px;
}

.ai-work-map__robot .ai-robot span::before,
.ai-work-map__robot .ai-robot span::after { top: 66px; }
.ai-work-map__robot .ai-robot span::before { left: 60px; }
.ai-work-map__robot .ai-robot span::after { right: 60px; }
.ai-work-map__robot .ai-robot b { bottom: 30px; }
.ai-work-map__robot > strong { margin-top: 12px; color: var(--ink); font-size: 17px; }
.ai-work-map__robot > small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; }

.ai-work-task {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  width: 190px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 18%, white);
  border-radius: 17px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 16px 40px rgb(22 20 72 / 9%);
}

.ai-work-task > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--service-accent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--service-accent) 10%, white);
}

.ai-work-task .icon { width: 20px; height: 20px; }
.ai-work-task strong { display: block; color: var(--ink); font-size: 12px; }
.ai-work-task small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; }
.ai-work-task--1 { top: 28px; left: 22px; }
.ai-work-task--2 { top: 28px; right: 20px; }
.ai-work-task--3 { top: 205px; right: -4px; }
.ai-work-task--4 { bottom: 34px; right: 44px; }
.ai-work-task--5 { bottom: 34px; left: 40px; }

.ai-work-map__status {
  position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: 5;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 16%, white);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(22 20 72 / 8%);
  transform: translateX(-50%);
}

.ai-work-map__status i {
  width: 8px;
  height: 8px;
  background: #16c967;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(22 201 103 / 10%);
}

.ai-work-map__status span { color: var(--muted); font-size: 9px; font-weight: 800; }
.ai-work-map__status strong { color: var(--service-accent); font-size: 11px; }

@media (max-width: 767px) {
  .ai-work-map { min-height: 680px; }
  .ai-work-map__orbit { inset: 130px 24px; }
  .ai-work-map__robot { top: 47%; }
  .ai-work-task { position: relative; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; width: calc(100% - 24px); margin: 9px 12px; }
  .ai-work-task--3,
  .ai-work-task--4,
  .ai-work-task--5 { display: none; }
  .ai-work-map__status { bottom: 14px; }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  line-break: strict;
  overflow-wrap: break-word;
}

main {
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

svg {
  display: block;
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(120px, 11vw, 180px);
}

.section + .section {
  margin-top: -1px;
}

.icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 20px;
  color: var(--ink);
  background: var(--white);
  border-radius: 10px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.62);
}

.eyebrow__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 107, 44, 0.12);
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.35s var(--ease), background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button--accent {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(255, 107, 44, 0.24);
}

.button--accent:hover {
  background: var(--orange-hover);
  box-shadow: 0 18px 38px rgba(255, 107, 44, 0.33);
}

.button--quiet {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.button--quiet:hover {
  background: var(--white);
  border-color: rgba(15, 23, 42, 0.2);
}

.button--glass {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}

.button--glass:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button--small {
  min-height: 46px;
  gap: 12px;
  padding-inline: 20px;
  font-size: 13px;
}

.button--large {
  min-height: 64px;
  padding-inline: 30px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.28);
  font-size: 14px;
  font-weight: 700;
  transition: gap 0.3s var(--ease), border-color 0.3s ease;
}

.text-link:hover {
  gap: 16px;
  border-color: var(--ink);
}

.text-link--light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
}

.section-heading h2,
.split-heading h2,
.philosophy-intro h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.section-heading--center {
  max-width: 820px;
  margin: 0 auto clamp(72px, 8vw, 112px);
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center > p:last-child,
.section-heading--with-link > div > p:last-child {
  max-width: 46em;
  margin: 26px 0 0;
  color: var(--muted);
  line-height: 2;
}

.section-heading--center > p:last-child {
  margin-inline: auto;
}

.section-heading--with-link {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: clamp(64px, 7vw, 96px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(140px, 0.45fr) 1.55fr;
  align-items: start;
  gap: clamp(36px, 5vw, 76px);
  margin-bottom: clamp(70px, 9vw, 120px);
}

.section-index {
  color: #98a2b3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: height 0.35s var(--ease), background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(22px) saturate(160%);
}

.site-header__inner {
  display: flex;
  width: min(calc(100% - 48px), 1440px);
  height: 100%;
  align-items: center;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand__logo {
  width: 190px;
  height: 52px;
  object-fit: contain;
  object-position: center;
}

.brand .custom-logo-link {
  display: flex;
  align-items: center;
}

.brand .custom-logo {
  width: auto;
  max-height: 42px;
}

.site-nav {
  margin-inline: auto;
}

.site-nav__list,
.site-nav .menu {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.2vw, 38px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: block;
  padding-block: 10px;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease);
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--ink);
  border: 0;
  border-radius: 50%;
}

.menu-toggle span {
  position: absolute;
  width: 18px;
  height: 1px;
  background: var(--white);
  transition: transform 0.3s var(--ease);
}

.menu-toggle span:first-child {
  transform: translateY(-3px);
}

.menu-toggle span:last-child {
  transform: translateY(3px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
}

/* Hero */
.hero-home {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding-top: var(--header-height);
  background:
    linear-gradient(rgba(16, 24, 40, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.028) 1px, transparent 1px),
    linear-gradient(145deg, #fff 25%, #f8fafc 100%);
  background-size: 80px 80px, 80px 80px, auto;
}

.hero-home::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 190px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.85));
  content: "";
  pointer-events: none;
}

.hero-home__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.45;
  pointer-events: none;
}

.hero-home__glow--blue {
  top: 14%;
  right: 7%;
  width: 38vw;
  height: 38vw;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.17), transparent 66%);
}

.hero-home__glow--orange {
  bottom: -12%;
  left: -10%;
  width: 32vw;
  height: 32vw;
  background: radial-gradient(circle, rgba(255, 107, 44, 0.12), transparent 67%);
}

.hero-home__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 154px);
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  padding-block: 70px 40px;
}

.hero-home__content {
  max-width: 720px;
}

.hero-home__title {
  margin-bottom: 32px;
  font-size: clamp(52px, 5.35vw, 78px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.065em;
  text-wrap: nowrap;
}

.hero-home__title span {
  display: block;
  white-space: nowrap;
}

.hero-home__title span:last-child {
  background: linear-gradient(100deg, var(--ink) 0%, var(--blue) 57%, var(--sky) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-home__lead {
  max-width: 42em;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 16px;
  line-height: 2.05;
  letter-spacing: 0.035em;
}

.hero-home__actions .button {
  min-width: 190px;
}

.hero-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-system {
  position: relative;
  min-height: 590px;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.hero-system__grid {
  position: absolute;
  inset: 7% -12% -6% 2%;
  background:
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 50%;
  mask-image: radial-gradient(circle, #000 30%, transparent 72%);
  transform: rotate(-10deg);
}

.hero-system__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-system__orb--one {
  top: 16%;
  right: 5%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 34% 28%, #fff, rgba(37, 99, 235, 0.32) 30%, rgba(37, 99, 235, 0.04) 70%);
  box-shadow: inset -30px -20px 80px rgba(37, 99, 235, 0.25), 0 35px 90px rgba(37, 99, 235, 0.14);
}

.hero-system__orb--two {
  bottom: 8%;
  left: 8%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 35% 28%, #fff, rgba(255, 107, 44, 0.45) 28%, rgba(255, 107, 44, 0.08) 68%);
  box-shadow: 0 25px 60px rgba(255, 107, 44, 0.16);
}

.hero-system__card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 35px 90px rgba(15, 23, 42, 0.13), inset 0 1px rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(26px) saturate(140%);
}

.hero-system__card--main {
  top: 27%;
  left: 2%;
  width: 330px;
  min-height: 240px;
  padding: 38px;
}

.hero-system__card--main > p {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-system__card--main > strong {
  display: block;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.hero-system__pulse {
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 40px;
  overflow: hidden;
  background: rgba(37, 99, 235, 0.09);
  border-radius: 99px;
}

.hero-system__pulse span {
  display: block;
  width: 64%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--sky));
  border-radius: inherit;
  animation: pulse-bar 3s var(--ease) infinite;
}

.hero-system__card--metric {
  right: -2%;
  bottom: 9%;
  width: 220px;
  padding: 25px;
}

.hero-system__card--metric > span {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 11px;
}

.hero-system__card--metric > strong {
  font-size: 36px;
  letter-spacing: -0.07em;
}

.hero-system__card--metric small {
  margin-left: 3px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
}

.hero-system__card--metric svg {
  width: 100%;
  height: 46px;
  margin-top: 6px;
  overflow: visible;
}

.hero-system__card--metric path {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.hero-system__card--cycle {
  top: 9%;
  left: 26%;
  display: flex;
  width: 235px;
  min-height: 92px;
  align-items: center;
  padding: 22px;
}

.hero-system__card--cycle p {
  margin: 0 0 0 18px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.hero-system__card--cycle strong {
  color: var(--ink);
  font-size: 12px;
}

.cycle-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.15);
}

.cycle-dot--blue { left: 23px; background: var(--blue); }
.cycle-dot--green { left: 31px; transform: translate(8px, -11px); background: var(--green); }
.cycle-dot--sky { left: 47px; background: var(--sky); }
.cycle-dot--purple { left: 31px; transform: translate(8px, 11px); background: var(--purple); }
.cycle-dot--orange { left: 31px; background: var(--orange); }

.hero-home__bottom {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  color: #98a2b3;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.hero-home__bottom p {
  margin: 0;
}

.hero-home__scroll {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
}

.hero-home__scroll i {
  position: relative;
  display: block;
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.15);
}

.hero-home__scroll i::after {
  position: absolute;
  inset: 0;
  background: var(--ink);
  content: "";
  animation: scroll-line 2.2s ease infinite;
}

/* Problems */
.problem-section {
  background: var(--white);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 28px);
}

.problem-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 48px);
  background: var(--mist);
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform 0.45s var(--ease), background 0.4s ease, border-color 0.4s ease, box-shadow 0.45s var(--ease);
}

.problem-card:hover {
  background: var(--white);
  border-color: var(--line);
  box-shadow: var(--shadow);
  transform: translateY(-10px);
}

.problem-card > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 72px;
  color: #98a2b3;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}

.problem-card h3,
.problem-card p {
  max-width: 20em;
}

.problem-card h3 {
  margin-bottom: 22px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.55;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.problem-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
}

.problem-conclusion {
  margin: clamp(60px, 7vw, 92px) 0 0;
  text-align: center;
  font-size: clamp(19px, 2.4vw, 30px);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.problem-conclusion em {
  position: relative;
  color: var(--blue);
  font-style: normal;
}

.problem-conclusion em::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  content: "";
}

/* Category */
.category-section {
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.category-section::before {
  position: absolute;
  top: -30%;
  right: -10%;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.24), transparent 64%);
  content: "";
}

.category-section__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 10vw, 150px);
}

.category-copy {
  position: relative;
  z-index: 2;
}

.category-copy h2 {
  margin-bottom: 34px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.15;
  letter-spacing: -0.07em;
}

.category-copy h2 span {
  margin-left: 8px;
  font-size: 17px;
  vertical-align: top;
}

.category-copy__lead {
  margin-bottom: 28px;
  color: var(--white) !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  font-weight: 600;
  line-height: 1.75 !important;
}

.category-copy > p:not(.eyebrow) {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 2.1;
}

.category-copy .text-link {
  margin-top: 28px;
}

.category-model {
  position: relative;
  min-height: 590px;
}

.category-model__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.category-model__ring--outer {
  width: 550px;
  height: 550px;
  animation: model-spin 28s linear infinite;
}

.category-model__ring--outer::before,
.category-model__ring--outer::after {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--blue);
  border: 5px solid var(--navy);
  border-radius: 50%;
  box-shadow: 0 0 25px var(--blue);
  content: "";
}

.category-model__ring--outer::before {
  top: 48px;
  left: 80px;
}

.category-model__ring--outer::after {
  right: 16px;
  bottom: 150px;
  background: var(--orange);
  box-shadow: 0 0 25px var(--orange);
}

.category-model__ring--inner {
  width: 350px;
  height: 350px;
  border-style: dashed;
  animation: model-spin-reverse 22s linear infinite;
}

.category-model__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 240px;
  height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.2), rgba(37, 99, 235, 0.13) 40%, rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(37, 99, 235, 0.23), inset 0 0 50px rgba(255, 255, 255, 0.06);
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(16px);
}

.category-model__center span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-model__center strong {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.category-model__label {
  position: absolute;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.category-model__label--one { top: 19%; right: 3%; }
.category-model__label--two { bottom: 14%; left: 3%; }
.category-model__label--three { top: 10%; left: 18%; }

/* Framework */
.framework-section {
  overflow: hidden;
  background: #f8fafc;
}

.framework {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 1.7vw, 24px);
}

.framework__line {
  position: absolute;
  z-index: 0;
  top: 74px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: #d8dee8;
}

.framework__line span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--sky), var(--purple));
  transition: width 2.2s var(--ease);
}

.framework.is-visible .framework__line span {
  width: 100%;
}

.framework-step {
  position: relative;
  z-index: 1;
  min-height: 350px;
  padding: clamp(24px, 2.3vw, 32px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.framework-step:hover {
  z-index: 2;
  box-shadow: var(--shadow);
  transform: translateY(-9px);
}

.framework-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 78px;
}

.framework-step__top > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border: 6px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.3);
  font-size: 9px;
  font-weight: 800;
}

.framework-step__top .icon {
  width: 21px;
  height: 21px;
  color: var(--blue);
}

.framework-step > p:not(.framework-step__description) {
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.framework-step h3 {
  margin-bottom: 18px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.55;
}

.framework-step__description {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.035em;
}

.framework-step--green .framework-step__top > span { background: var(--green); box-shadow: 0 0 0 1px rgba(6, 199, 85, 0.3); }
.framework-step--green .framework-step__top .icon,
.framework-step--green > p:not(.framework-step__description) { color: var(--green); }
.framework-step--sky .framework-step__top > span { background: var(--sky); box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.3); }
.framework-step--sky .framework-step__top .icon,
.framework-step--sky > p:not(.framework-step__description) { color: var(--sky); }
.framework-step--lime .framework-step__top > span { background: var(--lime); box-shadow: 0 0 0 1px rgba(33, 196, 91, 0.3); }
.framework-step--lime .framework-step__top .icon,
.framework-step--lime > p:not(.framework-step__description) { color: var(--lime); }
.framework-step--purple .framework-step__top > span { background: var(--purple); box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.3); }
.framework-step--purple .framework-step__top .icon,
.framework-step--purple > p:not(.framework-step__description) { color: var(--purple); }

.framework-loop {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.framework-loop i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, #d8dee8, var(--blue), #d8dee8);
}

.framework-loop p {
  margin: 0;
}

/* Services */
.services-section {
  background: var(--white);
}

.services-list {
  border-top: 1px solid var(--line);
}

.service-row {
  --service-color: var(--blue);
  position: relative;
  display: grid;
  min-height: 202px;
  grid-template-columns: 44px minmax(220px, 280px) minmax(136px, 0.62fr) minmax(260px, 1.12fr) minmax(210px, 0.92fr) 46px;
  align-items: center;
  gap: clamp(18px, 2.4vw, 42px);
  overflow: hidden;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
  transition: padding 0.4s var(--ease), background 0.4s ease, border-radius 0.4s var(--ease), transform 0.4s var(--ease);
}

.service-row::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(100deg, color-mix(in srgb, var(--service-color) 8%, white), white 65%);
  content: "";
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-row:hover {
  z-index: 1;
  padding-inline: 26px;
  border-radius: var(--radius);
  transform: scale(1.012);
}

.service-row:hover::before {
  opacity: 1;
}

.service-row--green,
.service-row--lime { --service-color: var(--green); }
.service-row--sky { --service-color: var(--sky); }
.service-row--purple { --service-color: var(--purple); }

.service-row__number {
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
}

.service-row__brand {
  width: 100%;
  height: 96px;
  overflow: hidden;
  background: color-mix(in srgb, var(--service-color) 4%, white);
  border: 1px solid color-mix(in srgb, var(--service-color) 12%, white);
  border-radius: 20px;
}

.service-row__brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-row__identity h3 {
  margin-bottom: 9px;
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.service-row__identity p,
.service-row__copy {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.95;
}

.service-row__identity p {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.service-row__copy {
  max-width: 25em;
  font-weight: 600;
  text-wrap: pretty;
}

.service-row__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-row__tags span {
  padding: 7px 11px;
  color: var(--muted);
  background: var(--mist);
  border-radius: 99px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
}

.service-row__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s var(--ease);
}

.service-row:hover .service-row__arrow {
  color: var(--white);
  background: var(--service-color);
  border-color: var(--service-color);
  transform: rotate(45deg);
}

/* Cases */
.cases-section {
  background: var(--mist);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 28px);
}

.case-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.case-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-10px);
}

.case-card__visual {
  position: relative;
  display: flex;
  height: 310px;
  align-items: end;
  overflow: hidden;
  padding: 30px;
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.75), transparent 25%),
    linear-gradient(145deg, #dfe9ff, #a9c5ff);
}

.case-card__visual--2 { background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.7), transparent 25%), linear-gradient(145deg, #dff8ec, #a7e7c7); }
.case-card__visual--3 { background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.7), transparent 25%), linear-gradient(145deg, #eee5ff, #c9aff7); }

.case-card__visual::after {
  position: absolute;
  top: -25%;
  right: -15%;
  width: 72%;
  height: 120%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 48% 52% 40% 60%;
  content: "";
  transform: rotate(26deg);
}

.case-card__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card__visual > span {
  position: absolute;
  top: 26px;
  left: 30px;
  color: rgba(17, 24, 39, 0.35);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.case-card__visual p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(17, 24, 39, 0.55);
  font-size: 11px;
  font-weight: 700;
}

.case-card__visual strong {
  display: block;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.3;
  letter-spacing: -0.06em;
}

.case-card__body {
  position: relative;
  min-height: 190px;
  padding: 32px 68px 34px 32px;
}

.case-card__body > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.case-card__body h3 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.case-card__body > .icon {
  position: absolute;
  top: 30px;
  right: 28px;
  transition: transform 0.3s var(--ease);
}

.case-card:hover .case-card__body > .icon {
  transform: translate(3px, -3px);
}

/* Philosophy */
.philosophy-section {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 5%, rgba(37, 99, 235, 0.22), transparent 30%),
    radial-gradient(circle at 88% 90%, rgba(124, 58, 237, 0.16), transparent 30%),
    var(--navy);
}

.philosophy-intro {
  max-width: 800px;
  margin-bottom: clamp(70px, 10vw, 130px);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2vw, 28px);
}

.philosophy-card {
  min-height: 400px;
  padding: clamp(35px, 5vw, 62px);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}

.philosophy-card > span {
  display: block;
  margin-bottom: 82px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.philosophy-card h3 {
  margin-bottom: 24px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.55;
  letter-spacing: -0.04em;
}

.philosophy-card p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 2.05;
  letter-spacing: 0.035em;
}

.philosophy-card--message {
  position: relative;
  min-height: 360px;
  grid-column: 1 / -1;
  padding-left: 30%;
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.14), rgba(255, 255, 255, 0.05));
}

.philosophy-card--message > .icon {
  position: absolute;
  top: 50%;
  left: 11%;
  width: 100px;
  height: 100px;
  color: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
}

.philosophy-card--message > span {
  margin-bottom: 58px;
}

/* Insights */
.insights-section {
  background: var(--white);
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 2.4vw, 34px);
}

.insight-card {
  display: block;
}

.insight-card__image {
  position: relative;
  display: grid;
  height: 260px;
  place-items: center;
  overflow: hidden;
  margin-bottom: 22px;
  color: var(--blue);
  background:
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    #edf3ff;
  background-size: 28px 28px;
  border-radius: var(--radius);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.insight-card__image--2 { color: var(--green); background-color: #ecfbf2; background-image: linear-gradient(rgba(6,199,85,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(6,199,85,.08) 1px, transparent 1px); }
.insight-card__image--3 { color: var(--purple); background-color: #f3efff; background-image: linear-gradient(rgba(124,58,237,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(124,58,237,.08) 1px, transparent 1px); }

.insight-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-card__image > span {
  position: relative;
  z-index: 2;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 99px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.09);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.insight-card__image i {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.25;
}

.insight-card:hover .insight-card__image {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.insight-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #98a2b3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.insight-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

/* CTA */
.global-cta {
  padding-top: 0;
  background: var(--white);
}

.global-cta__card {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: clamp(48px, 7vw, 90px);
  overflow: hidden;
  padding: clamp(50px, 8vw, 100px);
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--navy);
  background-size: 48px 48px;
  border-radius: var(--radius-lg);
}

.global-cta__glow {
  position: absolute;
  top: -60%;
  right: -5%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.5), transparent 66%);
  border-radius: 50%;
}

.global-cta__card > div:not(.global-cta__glow) {
  position: relative;
  z-index: 2;
}

.global-cta h2 {
  margin-bottom: 30px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.32;
  letter-spacing: -0.055em;
}

.global-cta h2 + p {
  max-width: 46em;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 2;
}

.global-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Footer */
.site-footer {
  padding: 90px max(32px, calc((100vw - var(--container)) / 2)) 28px;
  color: var(--white);
  background: #050d1a;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  padding-bottom: 90px;
}

.brand--footer {
  margin-bottom: 34px;
}

.brand--footer .brand__logo {
  width: 210px;
  height: 58px;
}

.site-footer__top > div:first-child > p {
  max-width: 34em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 2;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.site-footer__nav > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__label {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  transition: color 0.25s ease, transform 0.25s var(--ease);
}

.site-footer__nav a:hover {
  color: var(--white);
  transform: translateX(4px);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__bottom div {
  display: flex;
  gap: 30px;
}

/* Inner pages */
.container--narrow {
  max-width: 860px;
}

.site-main {
  min-height: 70vh;
}

.page-hero,
.entry-hero,
.service-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(190px, 20vw, 280px) clamp(90px, 10vw, 140px);
  background:
    linear-gradient(rgba(16, 24, 40, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.03) 1px, transparent 1px),
    linear-gradient(145deg, #fff, #f6f8fb);
  background-size: 64px 64px, 64px 64px, auto;
}

.page-hero::after,
.entry-hero::after {
  position: absolute;
  top: 12%;
  right: -8%;
  width: 45vw;
  height: 45vw;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.12), transparent 67%);
  border-radius: 50%;
  content: "";
}

.page-hero .container,
.entry-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1,
.entry-hero h1 {
  max-width: 1000px;
  margin: 0;
  white-space: pre-line;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: -0.07em;
}

.page-hero--compact,
.page-hero--archive {
  padding-bottom: 100px;
}

.page-hero__lead {
  max-width: 680px;
  margin: 35px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 2.05;
  letter-spacing: 0.035em;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 2.4vw, 34px);
}

.content-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.content-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-8px);
}

.content-card__image {
  display: grid;
  height: 230px;
  place-items: center;
  overflow: hidden;
  color: var(--blue);
  background: linear-gradient(135deg, #eff4ff, #dce8ff);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.content-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-card__body {
  padding: 30px;
}

.content-card__meta,
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.content-card h2 {
  margin: 16px 0 14px;
  font-size: 19px;
  line-height: 1.72;
  letter-spacing: -0.03em;
}

.content-card__body > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.95;
}

.content-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.pagination {
  margin-top: 70px;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pagination .page-numbers {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 11px;
}

.pagination .current {
  color: var(--white);
  background: var(--ink);
}

.empty-state {
  padding-block: 80px;
  text-align: center;
}

.empty-state .eyebrow {
  justify-content: center;
}

.empty-state h2 {
  margin-bottom: 16px;
  font-size: 42px;
  letter-spacing: -0.04em;
}

.empty-state p:last-child {
  color: var(--muted);
}

.entry-hero {
  padding-bottom: 100px;
}

.entry-hero h1 {
  margin-bottom: 32px;
  font-size: clamp(40px, 5.5vw, 72px);
}

.entry-featured {
  margin-top: -45px;
}

.entry-featured img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.entry-content {
  padding-block: clamp(80px, 10vw, 130px);
  font-size: 16px;
  line-height: 2.12;
  letter-spacing: 0.025em;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  max-width: 45em;
}

.entry-content > * + * {
  margin-top: 1.7em;
}

.entry-content h2 {
  margin-top: 2.7em;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 32px;
  line-height: 1.55;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.entry-content h3 {
  margin-top: 2.3em;
  font-size: 23px;
  letter-spacing: -0.03em;
  line-height: 1.55;
  text-wrap: balance;
}

.entry-content p {
  color: var(--ink-soft);
}

.entry-content a:not(.button) {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.entry-content blockquote {
  padding: 30px 36px;
  margin-inline: 0;
  background: var(--mist);
  border-left: 3px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.service-hero {
  --service-accent: var(--blue);
  padding-bottom: 100px;
}

.service-detail--ltouch-lab,
.service-detail--ltouch { --service-accent: var(--green); }
.service-detail--airnavi { --service-accent: var(--sky); }
.service-detail--ai-advisor { --service-accent: var(--purple); }

.service-hero__inner {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 80px;
}

.service-hero h1 {
  margin-bottom: 25px;
  font-size: clamp(48px, 7vw, 90px);
  line-height: 1.2;
  letter-spacing: -0.07em;
}

.service-hero__tagline {
  max-width: 600px;
  margin-bottom: 35px;
  color: var(--muted);
  font-size: 18px;
  line-height: 2;
}

.service-hero__visual {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--service-accent);
  background:
    linear-gradient(color-mix(in srgb, var(--service-accent) 11%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 11%, transparent) 1px, transparent 1px),
    color-mix(in srgb, var(--service-accent) 7%, white);
  background-size: 35px 35px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 15%, white);
  border-radius: var(--radius-lg);
}

.service-hero__logo {
  position: relative;
  z-index: 1;
  width: min(92%, 520px);
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.service-hero__visual span {
  position: relative;
  z-index: 2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-hero__visual strong {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: var(--ink);
  font-size: 30px;
}

.service-hero__visual i {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.25;
  box-shadow: 0 0 80px color-mix(in srgb, var(--service-accent) 25%, transparent);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 70px;
}

.feature-list > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px;
  background: var(--mist);
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.feature-list .icon {
  color: var(--service-accent);
}

/* Service LP refinement */
.service-detail {
  background:
    radial-gradient(circle at 8% 12%, color-mix(in srgb, var(--service-accent) 10%, transparent), transparent 30%),
    var(--white);
}

.service-hero--refined {
  padding-block: clamp(150px, 13vw, 205px) clamp(76px, 8vw, 112px);
  background:
    linear-gradient(color-mix(in srgb, var(--service-accent) 4%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 4%, transparent) 1px, transparent 1px),
    linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--service-accent) 6%, white) 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.service-hero__copy {
  max-width: 760px;
}

.service-hero__label {
  margin: 0 0 20px;
  color: var(--service-accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.service-hero h1.service-hero__title {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 4.35vw, 64px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -0.06em;
  white-space: normal;
  text-wrap: balance;
}

.service-hero__title span {
  display: block;
  max-width: max-content;
}

.service-hero__title span:last-child {
  color: var(--service-accent);
}

.service-hero__tagline {
  margin-top: 26px;
}

.service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.service-hero--refined .service-hero__visual {
  min-height: 520px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.56)),
    radial-gradient(circle at 74% 20%, color-mix(in srgb, var(--service-accent) 18%, transparent), transparent 30%),
    radial-gradient(circle at 20% 78%, rgba(255, 90, 0, 0.11), transparent 28%);
  border-color: color-mix(in srgb, var(--service-accent) 14%, white);
  box-shadow: 0 34px 90px rgba(7, 27, 61, 0.1);
  backdrop-filter: blur(24px) saturate(145%);
}

.service-hero__logo-card {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(86%, 520px);
  min-height: 220px;
  place-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid color-mix(in srgb, var(--service-accent) 14%, white);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(7, 27, 61, 0.1);
}

.service-hero__logo-card .service-hero__logo {
  width: 100%;
  height: 196px;
  object-fit: contain;
  border-radius: 20px;
}

.service-hero__mini-card {
  position: absolute;
  z-index: 3;
  min-width: 150px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid color-mix(in srgb, var(--service-accent) 13%, white);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.09);
  backdrop-filter: blur(18px);
}

.service-hero__mini-card--one {
  top: 54px;
  left: 44px;
}

.service-hero__mini-card--two {
  right: 44px;
  bottom: 54px;
}

.service-hero__mini-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-hero__mini-card strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.service-value-section {
  background: var(--white);
}

.service-value-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: clamp(54px, 8vw, 118px);
}

.service-value-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.28;
  letter-spacing: -0.055em;
}

.service-value-copy > p:last-child {
  max-width: 36em;
  color: var(--muted);
  font-size: 15px;
  line-height: 2.05;
}

.service-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-outcome-card {
  min-height: 210px;
  padding: 32px;
  background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--service-accent) 5%, white));
  border: 1px solid color-mix(in srgb, var(--service-accent) 13%, white);
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(7, 27, 61, 0.055);
}

.service-outcome-card span {
  display: block;
  margin-bottom: 48px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.service-outcome-card strong {
  color: var(--service-accent);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.07em;
}

.service-features-section {
  background: #f7faff;
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.service-feature-card {
  min-height: 260px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid color-mix(in srgb, var(--service-accent) 12%, white);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.045);
}

.service-feature-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 46px;
  color: var(--white);
  background: var(--service-accent);
  border-radius: 50%;
}

.service-feature-card h3 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.service-feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.95;
}

.service-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 1.7vw, 22px);
}

.service-flow__item {
  position: relative;
  min-height: 190px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid color-mix(in srgb, var(--service-accent) 12%, white);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.045);
}

.service-flow__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 2;
  width: 32px;
  color: var(--service-accent);
  content: "→";
  font-weight: 900;
  text-align: center;
  transform: translateY(-50%);
}

.service-flow__item span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 48px;
  color: var(--white);
  background: var(--service-accent);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.service-flow__item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

/* Concept page */
.concept-hero {
  padding-bottom: clamp(80px, 8vw, 120px);
}

.concept-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.concept-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.concept-orbit {
  position: relative;
  min-height: 560px;
  border-radius: 50%;
}

.concept-orbit::before,
.concept-orbit::after {
  position: absolute;
  inset: 5%;
  border: 1px solid rgba(6, 69, 154, 0.13);
  border-radius: 50%;
  content: "";
}

.concept-orbit::after {
  inset: 18%;
  border-style: dashed;
}

.concept-orbit__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 220px;
  height: 220px;
  place-items: center;
  padding: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: var(--shadow);
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(20px);
}

.concept-orbit__center span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.concept-orbit__center strong {
  color: var(--blue);
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.concept-orbit__item {
  position: absolute;
  display: grid;
  min-width: 138px;
  min-height: 72px;
  place-items: center;
  padding: 14px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.65;
  text-align: center;
  backdrop-filter: blur(18px);
}

.concept-orbit__item--one { top: 8%; left: 50%; transform: translateX(-50%); }
.concept-orbit__item--two { top: 44%; left: 2%; }
.concept-orbit__item--three { top: 44%; right: 2%; }
.concept-orbit__item--four { bottom: 8%; left: 50%; transform: translateX(-50%); }

.concept-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 1.7vw, 22px);
}

.concept-stat-card,
.concept-outcome-card,
.framework-result-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

.concept-stat-card {
  min-height: 260px;
  padding: 28px;
}

.concept-stat-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 36px;
  color: var(--blue);
  background: #eef5ff;
  border-radius: 50%;
}

.concept-stat-card h3 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.03em;
}

.concept-stat-card p,
.concept-stat-card small,
.concept-flow__item p,
.concept-definition__grid > div:first-child > p:last-child,
.concept-equation__node p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.95;
}

.concept-stat-card strong {
  display: block;
  color: var(--blue);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.07em;
}

.concept-before-after {
  background: #f8fafc;
}

.concept-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.concept-flow__item {
  position: relative;
  min-height: 230px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.concept-flow__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 2;
  width: 32px;
  color: var(--blue);
  content: "→";
  font-weight: 900;
  text-align: center;
  transform: translateY(-50%);
}

.concept-flow__item span {
  display: block;
  margin-bottom: 58px;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 800;
}

.concept-flow__item h3 {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.concept-definition__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

.concept-definition h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.25;
  letter-spacing: -0.06em;
}

.concept-definition__grid > div:first-child > p:last-child {
  max-width: 34em;
  font-size: 15px;
}

.concept-equation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.concept-equation__node,
.concept-equation__result {
  display: grid;
  min-height: 210px;
  align-content: center;
  padding: 30px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.concept-equation__node span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 28px;
  color: var(--blue);
  background: var(--white);
  border-radius: 50%;
}

.concept-equation__node h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

.concept-equation__result {
  grid-column: 1 / -1;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), #1673d8);
  text-align: center;
}

.concept-equation__result .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
}

.concept-equation__result strong {
  font-size: 28px;
  line-height: 1.45;
}

.concept-outcomes {
  padding-top: 0;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.concept-outcome-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.concept-outcome-card {
  padding: 28px;
  text-align: center;
}

.concept-outcome-card span {
  display: block;
  min-height: 48px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.concept-outcome-card p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
}

.concept-outcome-card strong {
  color: var(--blue);
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.06em;
}

/* Framework page */
.framework-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

.framework-hero__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 720px;
  margin-top: 42px;
}

.framework-hero__cards div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.framework-hero__cards span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.6;
}

.framework-hero__cards strong {
  font-size: 13px;
  line-height: 1.7;
}

.framework-map {
  position: relative;
  min-height: 650px;
}

.framework-map::before,
.framework-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(6, 69, 154, 0.15);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.framework-map::before {
  width: 610px;
  height: 610px;
}

.framework-map::after {
  width: 410px;
  height: 410px;
  border-style: dashed;
}

.framework-map__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 210px;
  height: 210px;
  place-items: center;
  padding: 34px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: var(--shadow);
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(20px);
}

.framework-map__center img {
  width: 126px;
  margin-bottom: 10px;
}

.framework-map__center strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
}

.framework-map__node {
  --node-color: var(--blue);
  position: absolute;
  z-index: 3;
  display: grid;
  width: 164px;
  height: 164px;
  place-items: center;
  padding: 18px;
  color: var(--node-color);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid color-mix(in srgb, var(--node-color) 24%, white);
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.09);
  text-align: center;
  backdrop-filter: blur(20px);
}

.framework-map__node--green,
.framework-process__card--green { --node-color: var(--green); }
.framework-map__node--sky,
.framework-process__card--sky { --node-color: var(--sky); }
.framework-map__node--lime,
.framework-process__card--lime { --node-color: var(--lime); }
.framework-map__node--purple,
.framework-process__card--purple { --node-color: var(--purple); }

.framework-map__node--1 { top: 2%; left: 39%; }
.framework-map__node--2 { top: 24%; right: 4%; }
.framework-map__node--3 { right: 14%; bottom: 4%; }
.framework-map__node--4 { bottom: 4%; left: 14%; }
.framework-map__node--5 { top: 24%; left: 4%; }

.framework-map__node span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
  background: var(--node-color);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.framework-map__node .icon {
  width: 26px;
  height: 26px;
}

.framework-map__node strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.framework-map__node small {
  font-size: 10px;
  font-weight: 800;
}

.framework-process-section {
  background: #f8fafc;
}

.framework-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 1.7vw, 24px);
}

.framework-process__card {
  --node-color: var(--blue);
  position: relative;
  min-height: 360px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

.framework-process__card:not(:last-child)::after {
  position: absolute;
  top: 74px;
  right: -17px;
  z-index: 2;
  width: 34px;
  color: var(--blue);
  content: "→";
  font-weight: 900;
  text-align: center;
}

.framework-process__number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 56px;
  color: var(--white);
  background: var(--node-color);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.framework-process__icon {
  color: var(--node-color);
  margin-bottom: 18px;
}

.framework-process__icon .icon {
  width: 30px;
  height: 30px;
}

.framework-process__card p {
  margin-bottom: 8px;
  color: var(--node-color);
  font-size: 11px;
  font-weight: 900;
}

.framework-process__card h3 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.framework-process__card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.95;
}

.framework-loop-section {
  background: var(--white);
}

.framework-loop-panel {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(60px, 8vw, 110px);
  padding: clamp(50px, 7vw, 90px);
  background: linear-gradient(135deg, #f7fbff, #fff);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.framework-loop-panel h2,
.framework-results__copy h2 {
  margin-bottom: 26px;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1.28;
  letter-spacing: -0.055em;
}

.framework-loop-panel p:not(.eyebrow),
.framework-results__copy p:not(.section-index) {
  max-width: 34em;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.framework-growth-cycle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.framework-growth-cycle__item {
  min-height: 190px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.framework-growth-cycle__item span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 26px;
  color: var(--blue);
  background: #eef5ff;
  border-radius: 50%;
}

.framework-growth-cycle__item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.55;
}

.framework-growth-cycle__item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.framework-results-section {
  padding-top: 0;
}

.framework-results {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: end;
  gap: clamp(54px, 8vw, 120px);
}

.framework-results__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.framework-result-card {
  min-height: 190px;
  padding: 30px;
}

.framework-result-card span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 28px;
  color: var(--blue);
  background: #eef5ff;
  border-radius: 50%;
}

.framework-result-card p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.framework-result-card strong {
  color: var(--blue);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.07em;
}

/* Lower page design refinement */
.brand-page,
.framework-page {
  background:
    radial-gradient(circle at 8% 14%, rgba(6, 69, 154, 0.08), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(255, 90, 0, 0.055), transparent 28%),
    var(--white);
}

.concept-hero,
.framework-hero {
  min-height: auto;
  padding-block: clamp(180px, 16vw, 230px) clamp(86px, 9vw, 128px);
  background:
    linear-gradient(rgba(6, 69, 154, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 69, 154, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #fff 0%, #f7fbff 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.concept-hero::after,
.framework-hero::after {
  position: absolute;
  right: -12%;
  bottom: -26%;
  width: 58vw;
  height: 58vw;
  background: radial-gradient(circle, rgba(6, 69, 154, 0.13), transparent 68%);
  border-radius: 50%;
  content: "";
}

.concept-hero__copy,
.framework-hero__copy {
  max-width: 760px;
}

.page-hero h1.page-split-title {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 4.3vw, 60px);
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: -0.065em;
  white-space: normal;
}

.page-hero h1.page-split-title span {
  display: block;
  white-space: nowrap;
}

.page-hero h1.page-split-title span:last-child {
  background: linear-gradient(100deg, var(--ink) 0%, var(--blue) 58%, #1673d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.concept-hero .page-hero__lead,
.framework-hero .page-hero__lead {
  max-width: 43em;
  margin-top: 34px;
  font-size: 16px;
  line-height: 2.12;
  letter-spacing: 0.035em;
}

.concept-orbit,
.framework-map {
  isolation: isolate;
  width: 100%;
}

.concept-orbit {
  min-height: 560px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48)),
    radial-gradient(circle at 74% 20%, rgba(6, 69, 154, 0.16), transparent 32%),
    radial-gradient(circle at 22% 80%, rgba(255, 90, 0, 0.12), transparent 28%);
  border: 1px solid rgba(6, 69, 154, 0.12);
  border-radius: 42px;
  box-shadow: 0 34px 90px rgba(7, 27, 61, 0.11);
  backdrop-filter: blur(24px) saturate(145%);
}

.concept-orbit::before,
.concept-orbit::after {
  inset: 13%;
  border-color: rgba(6, 69, 154, 0.12);
}

.concept-orbit::after {
  inset: 27%;
  border-color: rgba(255, 90, 0, 0.16);
}

.concept-orbit__badge {
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 3;
  padding: 10px 15px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(6, 69, 154, 0.12);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.concept-orbit__center {
  width: 230px;
  height: 230px;
  background:
    linear-gradient(145deg, #fff, #f3f8ff);
  border-color: rgba(6, 69, 154, 0.16);
  box-shadow: 0 30px 70px rgba(6, 69, 154, 0.14), inset 0 1px rgba(255, 255, 255, 0.9);
}

.concept-orbit__center strong {
  color: var(--ink);
}

.concept-orbit__item {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(6, 69, 154, 0.12);
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.08);
}

.concept-orbit__item--one {
  top: 14%;
}

.concept-orbit__item--two {
  top: 46%;
  left: 8%;
}

.concept-orbit__item--three {
  top: 46%;
  right: 8%;
}

.concept-orbit__item--four {
  bottom: 14%;
}

.concept-stat-grid,
.concept-outcome-grid {
  gap: clamp(16px, 2vw, 28px);
}

.concept-stat-card,
.concept-outcome-card,
.framework-result-card,
.framework-growth-cycle__item {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(6, 69, 154, 0.11);
  box-shadow: 0 22px 60px rgba(7, 27, 61, 0.055);
}

.concept-stat-card {
  min-height: 282px;
  padding: 32px;
}

.concept-stat-card > span,
.framework-result-card span,
.framework-growth-cycle__item span {
  color: var(--blue);
  background: linear-gradient(145deg, #eef5ff, #fff);
  border: 1px solid rgba(6, 69, 154, 0.1);
}

.concept-stat-card h3,
.concept-flow__item h3,
.concept-equation__node h3,
.framework-growth-cycle__item h3,
.framework-process__card h3 {
  color: var(--ink);
  font-weight: 800;
}

.concept-stat-card strong,
.concept-outcome-card strong,
.framework-result-card strong {
  color: var(--blue);
}

.concept-before-after,
.framework-process-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(6, 69, 154, 0.06), transparent 30%),
    #f7faff;
}

.concept-flow {
  gap: clamp(16px, 1.8vw, 26px);
}

.concept-flow__item {
  min-height: 250px;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.045);
}

.concept-flow__item span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 52px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
}

.concept-definition {
  background: var(--white);
}

.concept-definition__grid {
  align-items: start;
}

.concept-definition h2 {
  max-width: 9em;
}

.concept-equation {
  gap: 18px;
}

.concept-equation__node,
.concept-equation__result {
  background: linear-gradient(145deg, #f8fbff, #fff);
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.045);
}

.concept-equation__node span {
  color: var(--blue);
  background: #eef5ff;
}

.concept-equation__result {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, var(--blue), #0b5fbe);
  box-shadow: 0 28px 70px rgba(6, 69, 154, 0.2);
}

.concept-outcomes {
  background:
    linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.concept-outcome-card {
  min-height: 190px;
  padding: 32px 24px;
}

.concept-outcome-card span {
  min-height: auto;
  margin-bottom: 24px;
}

.framework-hero__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
}

.framework-hero__cards {
  gap: 14px;
}

.framework-hero__cards div {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(6, 69, 154, 0.12);
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.055);
}

.framework-map {
  min-height: 620px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.56)),
    radial-gradient(circle at 50% 50%, rgba(6, 69, 154, 0.13), transparent 38%),
    radial-gradient(circle at 84% 24%, rgba(14, 165, 233, 0.13), transparent 26%),
    radial-gradient(circle at 18% 78%, rgba(255, 90, 0, 0.12), transparent 28%);
  border: 1px solid rgba(6, 69, 154, 0.12);
  border-radius: 42px;
  box-shadow: 0 34px 90px rgba(7, 27, 61, 0.11);
  backdrop-filter: blur(24px) saturate(145%);
}

.framework-map::before {
  width: 520px;
  height: 520px;
  border-color: rgba(6, 69, 154, 0.13);
}

.framework-map::after {
  width: 340px;
  height: 340px;
  border-color: rgba(255, 90, 0, 0.16);
}

.framework-map__center {
  width: 220px;
  height: 220px;
  background: linear-gradient(145deg, #fff, #f3f8ff);
  border-color: rgba(6, 69, 154, 0.16);
  box-shadow: 0 30px 70px rgba(6, 69, 154, 0.14), inset 0 1px rgba(255, 255, 255, 0.9);
}

.framework-map__center img {
  width: 136px;
}

.framework-map__node {
  width: 168px;
  height: 168px;
  background: rgba(255, 255, 255, 0.86);
  border-width: 1px;
  box-shadow: 0 22px 58px rgba(7, 27, 61, 0.09);
}

.framework-map__node--1 {
  top: 6%;
  left: 39%;
}

.framework-map__node--2 {
  top: 27%;
  right: 6%;
}

.framework-map__node--3 {
  right: 17%;
  bottom: 7%;
}

.framework-map__node--4 {
  bottom: 7%;
  left: 17%;
}

.framework-map__node--5 {
  top: 27%;
  left: 6%;
}

.framework-process {
  gap: clamp(16px, 1.8vw, 26px);
}

.framework-process__card {
  min-height: 370px;
  padding: 32px 28px;
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.045);
}

.framework-process__number {
  margin-bottom: 62px;
}

.framework-loop-panel {
  background:
    radial-gradient(circle at 88% 16%, rgba(6, 69, 154, 0.1), transparent 28%),
    linear-gradient(135deg, #fff, #f6faff);
  border-color: rgba(6, 69, 154, 0.12);
  box-shadow: 0 30px 80px rgba(7, 27, 61, 0.075);
}

.framework-results-section {
  background: var(--white);
}

.framework-results {
  align-items: center;
}

.framework-results__grid {
  gap: 18px;
}

.not-found {
  position: relative;
  display: flex;
  min-height: 90vh;
  align-items: center;
  overflow: hidden;
  padding-block: 150px 100px;
  background: #f8fafc;
}

.not-found__orb {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.17), transparent 66%);
  border-radius: 50%;
}

.not-found .container {
  position: relative;
  z-index: 1;
}

.not-found h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1.3;
  letter-spacing: -0.07em;
}

.not-found p:not(.eyebrow) {
  margin-bottom: 35px;
  color: var(--muted);
}

/* Motion */
.reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .js .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
  }

  .js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.problem-grid .reveal:nth-child(2),
.case-grid .reveal:nth-child(2),
.insights-grid .reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.problem-grid .reveal:nth-child(3),
.case-grid .reveal:nth-child(3),
.insights-grid .reveal:nth-child(3) {
  transition-delay: 0.2s;
}

.framework .reveal:nth-of-type(3) { transition-delay: 0.08s; }
.framework .reveal:nth-of-type(4) { transition-delay: 0.16s; }
.framework .reveal:nth-of-type(5) { transition-delay: 0.24s; }
.framework .reveal:nth-of-type(6) { transition-delay: 0.32s; }

@keyframes pulse-bar {
  0%, 100% { transform: translateX(-25%); }
  50% { transform: translateX(55%); }
}

@keyframes scroll-line {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes model-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes model-spin-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

/* Tablet */
@media (max-width: 1120px) {
  :root {
    --header-height: 76px;
  }

  .site-nav {
    display: none;
  }

  .header-contact {
    margin-left: auto;
    margin-right: 10px;
  }

  .menu-toggle {
    position: relative;
    display: flex;
  }

  .mobile-menu {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 110px 32px 50px;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 0.35s ease, transform 0.35s var(--ease);
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu nav {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .mobile-menu a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  .hero-home__inner {
    grid-template-columns: 1fr 0.85fr;
    gap: 30px;
  }

  .hero-home__title {
    font-size: clamp(48px, 6.2vw, 66px);
  }

  .hero-system {
    min-height: 500px;
    transform: scale(0.85);
    transform-origin: center right;
  }

  .framework {
    grid-template-columns: repeat(2, 1fr);
  }

  .framework__line {
    display: none;
  }

  .framework-step {
    min-height: 290px;
  }

  .framework-step__top {
    margin-bottom: 52px;
  }

  .service-row {
    grid-template-columns: 34px minmax(170px, 220px) minmax(110px, 0.8fr) minmax(180px, 1fr) 42px;
  }

  .service-row__tags {
    display: none;
  }

  .concept-hero__inner,
  .framework-hero__grid {
    grid-template-columns: 1fr;
  }

  .concept-orbit,
  .framework-map {
    min-height: 560px;
  }

  .concept-stat-grid,
  .concept-flow,
  .concept-outcome-grid,
  .framework-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .concept-flow__item:not(:last-child)::after,
  .framework-process__card:not(:last-child)::after {
    display: none;
  }

  .concept-definition__grid,
  .framework-loop-panel,
  .framework-results {
    grid-template-columns: 1fr;
  }

  .service-hero__inner,
  .service-value-grid {
    grid-template-columns: 1fr;
  }

  .service-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-flow__item:not(:last-child)::after {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767px) {
  :root {
    --radius: 20px;
    --radius-lg: 26px;
  }

  body {
    font-size: 15px;
  }

  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .section {
    padding-block: 96px;
  }

  .site-header__inner {
    width: calc(100% - 28px);
  }

  .site-header.is-scrolled {
    height: 66px;
  }

  .header-contact {
    display: none;
  }

  .brand__logo {
    width: 152px;
    height: 44px;
  }

  .section-heading h2,
  .split-heading h2,
  .philosophy-intro h2 {
    font-size: 35px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 58px;
  }

  .section-heading--with-link {
    align-items: start;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 54px;
  }

  .section-heading--center {
    margin-bottom: 62px;
    text-align: left;
  }

  .section-heading--center .eyebrow {
    justify-content: flex-start;
  }

  .hero-home {
    min-height: auto;
    background-size: 48px 48px, 48px 48px, auto;
  }

  .hero-home__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 78px 0;
  }

  .hero-home__title {
    margin-bottom: 25px;
    font-size: clamp(40px, 11.4vw, 54px);
    line-height: 1.24;
    letter-spacing: -0.055em;
    text-wrap: wrap;
  }

  .hero-home__title span {
    white-space: normal;
  }

  .hero-home__lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  .hero-home__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-home__actions .button {
    justify-content: space-between;
  }

  .hero-system {
    width: 118%;
    min-height: 420px;
    margin-left: -9%;
    transform: scale(0.76);
    transform-origin: top center;
  }

  .hero-system__card--main {
    left: 6%;
  }

  .hero-system__card--metric {
    right: 1%;
  }

  .hero-home__bottom {
    display: none;
  }

  .problem-grid,
  .case-grid,
  .insights-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: auto;
  }

  .problem-card > span {
    margin-bottom: 50px;
  }

  .problem-conclusion {
    text-align: left;
  }

  .category-section__inner {
    grid-template-columns: 1fr;
  }

  .category-copy h2 {
    font-size: 48px;
  }

  .category-model {
    min-height: 420px;
    transform: scale(0.8);
  }

  .category-model__ring--outer {
    width: 470px;
    height: 470px;
  }

  .framework {
    grid-template-columns: 1fr;
  }

  .framework-step {
    min-height: 250px;
  }

  .framework-step__top {
    margin-bottom: 40px;
  }

  .framework-loop {
    align-items: start;
    flex-direction: column;
  }

  .framework-loop i {
    width: 100%;
    flex: none;
  }

  .service-row {
    min-height: auto;
    grid-template-columns: 42px 1fr 42px;
    gap: 15px;
    padding-block: 28px;
  }

  .service-row:hover {
    padding-inline: 14px;
  }

  .service-row__brand {
    width: 100%;
    height: 70px;
    grid-column: 1 / 3;
  }

  .service-row__number,
  .service-row__copy,
  .service-row__tags {
    display: none;
  }

  .service-row__identity {
    grid-column: 2;
    grid-row: 2;
  }

  .service-row__identity h3 {
    font-size: 20px;
  }

  .service-row__arrow {
    grid-column: 3;
  }

  .case-card__visual {
    height: 270px;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-card {
    min-height: 330px;
  }

  .philosophy-card > span {
    margin-bottom: 58px;
  }

  .philosophy-card--message {
    min-height: 360px;
    grid-column: auto;
    padding-left: 40px;
    padding-top: 130px;
  }

  .philosophy-card--message > .icon {
    top: 40px;
    left: 40px;
    width: 65px;
    height: 65px;
    transform: none;
  }

  .global-cta__card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 50px 28px 28px;
  }

  .global-cta h2 {
    font-size: 37px;
  }

  .global-cta__actions .button {
    justify-content: space-between;
  }

  .page-hero,
  .entry-hero,
  .service-hero {
    padding-block: 145px 80px;
    background-size: 44px 44px, 44px 44px, auto;
  }

  .page-hero h1,
  .entry-hero h1 {
    font-size: 43px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .entry-content {
    font-size: 15px;
  }

  .entry-content h2 {
    font-size: 26px;
  }

  .service-hero__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .service-hero__visual {
    min-height: 310px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .service-hero--refined {
    padding-block: 138px 76px;
    background-size: 48px 48px, 48px 48px, auto;
  }

  .service-hero h1.service-hero__title {
    font-size: clamp(38px, 9.9vw, 48px);
    line-height: 1.25;
    letter-spacing: -0.06em;
  }

  .service-hero__title span {
    white-space: normal;
  }

  .service-hero__actions {
    flex-direction: column;
  }

  .service-hero__actions .button {
    justify-content: space-between;
  }

  .service-hero--refined .service-hero__visual {
    min-height: 440px;
    border-radius: 30px;
  }

  .service-hero__logo-card {
    width: calc(100% - 44px);
    min-height: 170px;
  }

  .service-hero__logo-card .service-hero__logo {
    height: 155px;
  }

  .service-hero__mini-card {
    min-width: 128px;
    padding: 14px 16px;
  }

  .service-hero__mini-card--one {
    top: 24px;
    left: 22px;
  }

  .service-hero__mini-card--two {
    right: 22px;
    bottom: 24px;
  }

  .service-outcome-grid,
  .service-feature-grid,
  .service-flow {
    grid-template-columns: 1fr;
  }

  .service-outcome-card,
  .service-feature-card,
  .service-flow__item {
    min-height: auto;
    padding: 28px;
  }

  .service-outcome-card span,
  .service-feature-card > span,
  .service-flow__item span {
    margin-bottom: 34px;
  }

  .concept-hero__actions {
    flex-direction: column;
  }

  .concept-hero__actions .button {
    justify-content: space-between;
  }

  .framework-hero__cards {
    grid-template-columns: 1fr;
  }

  .concept-orbit {
    min-height: 420px;
    margin-inline: -18px;
    transform: scale(0.9);
    transform-origin: top center;
  }

  .concept-orbit__center {
    width: 180px;
    height: 180px;
  }

  .concept-orbit__center strong {
    font-size: 22px;
  }

  .concept-orbit__item {
    min-width: 118px;
    min-height: 64px;
    padding: 12px 14px;
    font-size: 10px;
  }

  .concept-stat-grid,
  .concept-flow,
  .concept-equation,
  .concept-outcome-grid,
  .framework-process,
  .framework-growth-cycle,
  .framework-results__grid {
    grid-template-columns: 1fr;
  }

  .concept-stat-card,
  .concept-flow__item,
  .framework-process__card {
    min-height: auto;
  }

  .concept-flow__item span,
  .framework-process__number {
    margin-bottom: 34px;
  }

  .concept-definition h2,
  .framework-loop-panel h2,
  .framework-results__copy h2 {
    font-size: 38px;
  }

  .framework-map {
    min-height: 640px;
    margin-inline: -18px;
    transform: scale(0.86);
    transform-origin: top center;
  }

  .framework-map::before {
    width: 520px;
    height: 520px;
  }

  .framework-map::after {
    width: 340px;
    height: 340px;
  }

  .framework-map__center {
    width: 176px;
    height: 176px;
  }

  .framework-map__center img {
    width: 108px;
  }

  .framework-map__node {
    width: 142px;
    height: 142px;
    padding: 14px;
  }

  .framework-loop-panel {
    padding: 34px;
  }

  .not-found h1 {
    font-size: 46px;
  }

  .site-footer {
    padding: 70px 24px 24px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-bottom: 60px;
  }

  .site-footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 18px;
  }
}

@media (max-width: 1120px) {
  .page-hero h1.page-split-title {
    max-width: 12em;
  }

  .framework-hero__grid {
    grid-template-columns: 1fr;
  }

  .concept-orbit,
  .framework-map {
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .concept-hero,
  .framework-hero {
    padding-block: 138px 76px;
    background-size: 48px 48px, 48px 48px, auto;
  }

  .page-hero h1.page-split-title {
    max-width: none;
    font-size: clamp(37px, 9.7vw, 46px);
    line-height: 1.24;
    letter-spacing: -0.06em;
  }

  .page-hero h1.page-split-title span {
    display: block;
    white-space: nowrap;
  }

  .page-hero h1.page-split-title span + span::before {
    content: none;
  }

  .concept-hero .page-hero__lead,
  .framework-hero .page-hero__lead {
    margin-top: 26px;
    font-size: 14px;
    line-height: 2;
  }

  .concept-orbit,
  .framework-map {
    border-radius: 30px;
  }

  .concept-orbit {
    min-height: 470px;
    margin-top: 20px;
    transform: none;
  }

  .concept-orbit__badge {
    top: 22px;
    left: 22px;
  }

  .concept-orbit__center {
    width: 170px;
    height: 170px;
  }

  .concept-orbit__item--one {
    top: 17%;
  }

  .concept-orbit__item--two {
    top: 50%;
    left: 5%;
  }

  .concept-orbit__item--three {
    top: 50%;
    right: 5%;
  }

  .concept-orbit__item--four {
    bottom: 9%;
  }

  .concept-stat-card,
  .concept-flow__item,
  .concept-equation__node,
  .concept-equation__result,
  .concept-outcome-card,
  .framework-process__card,
  .framework-growth-cycle__item,
  .framework-result-card {
    padding: 28px;
  }

  .framework-map {
    min-height: 690px;
    margin-top: 18px;
    transform: none;
  }

  .framework-map::before {
    width: 430px;
    height: 430px;
  }

  .framework-map::after {
    width: 275px;
    height: 275px;
  }

  .framework-map__center {
    width: 156px;
    height: 156px;
  }

  .framework-map__center img {
    width: 96px;
  }

  .framework-map__node {
    width: 132px;
    height: 132px;
    padding: 13px;
  }

  .framework-map__node span {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .framework-map__node .icon {
    width: 22px;
    height: 22px;
  }

  .framework-map__node strong {
    font-size: 11px;
  }

  .framework-map__node small {
    font-size: 9px;
  }

  .framework-map__node--1 {
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
  }

  .framework-map__node--2 {
    top: 27%;
    right: 2%;
  }

  .framework-map__node--3 {
    right: 8%;
    bottom: 9%;
  }

  .framework-map__node--4 {
    bottom: 9%;
    left: 8%;
  }

  .framework-map__node--5 {
    top: 27%;
    left: 2%;
  }
}

/* Service product LP direction */
.service-lp {
  --service-accent: var(--blue);
  --service-accent-2: var(--sky);
  background: #fff;
}

.service-lp--ltouch,
.service-lp--ltouch-lab {
  --service-accent: var(--green);
  --service-accent-2: #7be6a4;
}

.service-lp--airnavi {
  --service-accent: #0061ff;
  --service-accent-2: #ff2fb3;
}

.service-lp--ai-advisor {
  --service-accent: var(--purple);
  --service-accent-2: #00a5ff;
}

.service-lp-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(116px, 10vw, 148px) clamp(48px, 5vw, 72px);
  background:
    radial-gradient(circle at 80% 16%, color-mix(in srgb, var(--service-accent) 10%, transparent), transparent 28%),
    linear-gradient(135deg, #fff 0%, color-mix(in srgb, var(--service-accent) 4%, white) 100%);
}

.service-lp-hero::after {
  position: absolute;
  right: -18%;
  bottom: -42%;
  width: 62vw;
  height: 62vw;
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--service-accent) 11%, transparent), transparent 64%);
  pointer-events: none;
}

.service-lp-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(640px, 1.18fr);
  align-items: center;
  gap: clamp(44px, 5vw, 82px);
}

.service-lp-hero__brand {
  display: block;
  width: min(245px, 58%);
  height: 70px;
  margin-bottom: 22px;
  object-fit: contain;
  object-position: left center;
}

.service-lp-hero__label {
  margin: 0 0 18px;
  color: var(--service-accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.service-lp-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 4.25vw, 62px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.service-lp-hero h1 span {
  display: block;
}

.service-lp-hero h1 span:nth-child(n+2) {
  color: var(--service-accent);
}

.service-lp-hero__lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 650;
  line-height: 2.05;
}

.service-lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.service-lp-hero__trust {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.service-lp-hero__trust span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--service-accent);
  border-radius: 50%;
}

.service-lp-hero__trust .icon {
  width: 15px;
  height: 15px;
}

.service-lp-visual {
  position: relative;
  min-height: 520px;
}

.service-lp-visual::before {
  position: absolute;
  inset: 8% 0 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.42)),
    radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--service-accent) 15%, transparent), transparent 45%);
  border: 1px solid color-mix(in srgb, var(--service-accent) 12%, white);
  border-radius: 34px;
  box-shadow: 0 30px 78px rgba(7, 27, 61, 0.075);
  backdrop-filter: blur(20px);
}

.phone-mockup {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 260px;
  min-height: 520px;
  padding: 42px 18px 22px;
  color: #05204d;
  background: linear-gradient(180deg, #eaf7ff, #cce7f4);
  border: 12px solid #101923;
  border-radius: 44px;
  box-shadow: 0 32px 80px rgba(7, 27, 61, 0.22);
  transform: translateX(-50%);
}

.phone-mockup__bar {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 82px;
  height: 18px;
  background: #101923;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phone-mockup p {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.chat-bubble,
.chat-date {
  max-width: 86%;
  padding: 12px 14px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(7, 27, 61, 0.08);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.chat-bubble--me {
  margin-left: auto;
  color: #fff;
  background: var(--service-accent);
}

.chat-date {
  max-width: none;
  text-align: center;
}

.floating-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 205px;
  padding: 18px;
  color: var(--service-accent);
  background: rgba(255,255,255,.9);
  border: 1px solid color-mix(in srgb, var(--service-accent) 13%, white);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(7, 27, 61, 0.09);
}

.floating-chip span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
}

.floating-chip--1 { top: 62px; left: 16px; }
.floating-chip--2 { top: 210px; left: 0; }
.floating-chip--3 { top: 104px; right: 0; }
.floating-chip--4 { right: 30px; bottom: 86px; }

.laptop-mockup {
  position: relative;
  z-index: 2;
  width: min(92%, 640px);
  padding: 18px 18px 28px;
  margin: 0 auto;
  background: #171f2d;
  border-radius: 28px 28px 18px 18px;
  box-shadow: 0 30px 80px rgba(7, 27, 61, 0.18);
}

.laptop-mockup::after {
  position: absolute;
  right: -42px;
  bottom: -18px;
  left: -42px;
  height: 24px;
  content: "";
  background: linear-gradient(180deg, #dfe7ef, #aab7c6);
  border-radius: 0 0 40px 40px;
}

.laptop-mockup__screen {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.2)),
    linear-gradient(135deg, color-mix(in srgb, var(--service-accent) 70%, #fff), #dff8ec);
  border-radius: 16px;
}

.laptop-mockup__screen::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0,0,0,.34), transparent 62%);
}

.laptop-mockup__screen img {
  position: relative;
  z-index: 2;
  width: 160px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.18));
}

.laptop-mockup__screen .laptop-mockup__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.laptop-mockup__screen strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 420px;
  margin-top: 70px;
  font-size: 38px;
  line-height: 1.25;
}

.laptop-mockup__screen span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 12px 18px;
  margin-top: 22px;
  background: var(--service-accent);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.lp-card-row {
  position: absolute;
  right: 6px;
  bottom: 10px;
  left: 6px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.lp-mini-card {
  min-height: 110px;
  padding: 12px;
  background: rgba(255,255,255,.94);
  border: 1px solid color-mix(in srgb, var(--service-accent) 15%, white);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(7, 27, 61, 0.1);
}

.lp-mini-card b {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--service-accent);
  border-radius: 50%;
  font-size: 11px;
}

.lp-mini-card span {
  display: block;
  margin-top: 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.dashboard-mockup {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 350px;
  overflow: hidden;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--service-accent) 14%, white);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(7, 27, 61, 0.12);
}

.dashboard-mockup--hero {
  width: min(92%, 640px);
  margin: 76px auto 0;
}

.dashboard-sidebar {
  background: linear-gradient(180deg, #071b3d, #112d5d);
}

.dashboard-main {
  padding: 24px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-row div {
  padding: 16px;
  background: #f7faff;
  border: 1px solid rgba(0, 97, 255, 0.08);
  border-radius: 14px;
}

.metric-row span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

.metric-row strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.chart-line {
  position: relative;
  height: 140px;
  margin-top: 22px;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 97, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 97, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  border-radius: 18px;
}

.chart-line::after {
  position: absolute;
  inset: 24px 24px 34px;
  content: "";
  background: linear-gradient(135deg, transparent 10%, var(--service-accent) 11%, var(--service-accent) 14%, transparent 15%, transparent 42%, var(--service-accent-2) 43%, var(--service-accent-2) 47%, transparent 48%, transparent);
  filter: drop-shadow(0 8px 10px color-mix(in srgb, var(--service-accent) 25%, transparent));
}

.chart-bars {
  position: absolute;
  right: 38px;
  bottom: 34px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.chart-bars i {
  width: 18px;
  height: 58px;
  background: var(--service-accent);
  border-radius: 999px 999px 4px 4px;
}

.chart-bars i:nth-child(2) { height: 88px; opacity: .82; }
.chart-bars i:nth-child(3) { height: 112px; opacity: .7; }
.chart-bars i:nth-child(4) { height: 76px; opacity: .58; }
.chart-bars i:nth-child(5) { height: 122px; opacity: .48; }

.social-phone {
  position: absolute;
  right: 10px;
  bottom: 34px;
  z-index: 3;
  width: 142px;
  min-height: 258px;
  padding: 24px 16px;
  background: #fff;
  border: 8px solid #101923;
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(7, 27, 61, 0.18);
}

.social-phone span {
  display: block;
  height: 130px;
  padding: 14px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--service-accent-2) 28%, white), #fff);
  border-radius: 16px;
  font-size: 12px;
  font-weight: 900;
}

.social-phone b {
  margin-right: 10px;
  font-size: 15px;
}

.ai-robot {
  position: absolute;
  top: 170px;
  left: 0;
  z-index: 3;
  width: 196px;
  height: 236px;
  background: linear-gradient(180deg, #fff, #eaf1ff);
  border-radius: 48% 48% 38% 38%;
  box-shadow: 0 30px 70px rgba(7, 27, 61, 0.13);
}

.ai-robot::before {
  position: absolute;
  top: 52px;
  left: 34px;
  width: 142px;
  height: 72px;
  content: "";
  background: #071b3d;
  border-radius: 34px;
}

.ai-robot span::before,
.ai-robot span::after {
  position: absolute;
  top: 78px;
  z-index: 2;
  width: 22px;
  height: 22px;
  content: "";
  background: #31d9ff;
  border-radius: 50%;
}

.ai-robot span::before { left: 76px; }
.ai-robot span::after { right: 76px; }

.ai-robot b {
  position: absolute;
  bottom: 42px;
  left: 50%;
  color: var(--service-accent);
  font-size: 26px;
  transform: translateX(-50%);
}

.dashboard-mockup--ai {
  width: min(68%, 540px);
  min-height: 360px;
  margin: 52px 0 0 auto;
}

.speech-card {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 4;
  max-width: 220px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(106, 53, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(7, 27, 61, 0.08);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
}

.brand-board {
  position: relative;
  z-index: 2;
  min-height: 420px;
  border-radius: 36px;
}

.brand-board__photo {
  position: absolute;
  inset: 0 0 60px;
  overflow: hidden;
  background: linear-gradient(145deg, #dbeafe, #f8fbff);
  border: 1px solid rgba(0, 97, 255, 0.12);
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(7, 27, 61, 0.1);
}

.brand-board__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-board__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,255,255,.58));
}

.brand-board__map {
  position: absolute;
  right: 40px;
  bottom: 90px;
  width: 330px;
  height: 240px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,97,255,.14);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(7, 27, 61, 0.1);
  backdrop-filter: blur(16px);
}

.brand-board__map span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  color: var(--blue);
  background: #fff;
  border: 1px solid rgba(0,97,255,.14);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  transform: translate(-50%, -50%);
}

.brand-board__map i {
  position: absolute;
  padding: 9px 12px;
  color: var(--blue);
  background: #f4f8ff;
  border-radius: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.brand-board__map i:nth-of-type(1) { top: 22px; left: 38px; }
.brand-board__map i:nth-of-type(2) { top: 24px; right: 30px; }
.brand-board__map i:nth-of-type(3) { bottom: 26px; left: 32px; }
.brand-board__map i:nth-of-type(4) { right: 28px; bottom: 26px; }

.result-strip {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 70px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,97,255,.12);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(7, 27, 61, 0.08);
}

.result-strip span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

.result-strip strong {
  color: var(--blue);
  font-size: 26px;
  letter-spacing: -0.05em;
}

.service-metrics-band {
  padding-block: 30px;
  background: #fff;
}

.service-metrics-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-metric-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--service-accent) 12%, white);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.055);
}

.service-metric-card .icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  color: var(--service-accent);
}

.service-metric-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.service-metric-card strong {
  color: var(--service-accent);
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.service-feature-grid--lp {
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.service-feature-card--lp {
  min-height: 182px;
  padding: 24px 16px;
  text-align: center;
}

.service-feature-card--lp > span {
  margin-inline: auto;
  margin-bottom: 18px;
  color: var(--service-accent);
  background: color-mix(in srgb, var(--service-accent) 10%, white);
}

.service-feature-card--lp h3 {
  font-size: 17px;
}

.service-feature-card--lp p {
  font-size: 11px;
  line-height: 1.75;
}

.service-flow--lp {
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.service-flow__item--lp {
  min-height: 128px;
  padding: 22px 16px;
  text-align: center;
}

.service-flow__item--lp span {
  margin-inline: auto;
  margin-bottom: 18px;
}

.service-dashboard-section {
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--service-accent) 6%, white));
}

.service-dashboard-grid {
  display: grid;
  grid-template-columns: 0.52fr 1fr;
  align-items: center;
  gap: clamp(44px, 6vw, 92px);
}

.service-dashboard-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.25;
  letter-spacing: -0.055em;
}

.service-dashboard-copy p {
  color: var(--ink-soft);
  line-height: 2;
}

.service-dashboard-copy ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.service-dashboard-copy li {
  position: relative;
  padding-left: 32px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.service-dashboard-copy li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #fff;
  content: "✓";
  background: var(--service-accent);
  border-radius: 50%;
  font-size: 12px;
}

.service-dashboard-panel {
  padding: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid color-mix(in srgb, var(--service-accent) 12%, white);
  border-radius: 34px;
  box-shadow: 0 26px 80px rgba(7, 27, 61, 0.08);
}

.dashboard-mockup--large {
  min-height: 430px;
}

.dashboard-bottom {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 18px;
  margin-top: 18px;
}

.donut-chart {
  min-height: 150px;
  background: conic-gradient(var(--service-accent) 0 42%, var(--service-accent-2) 42% 70%, #dbe7ff 70% 100%);
  border: 28px solid #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}

.improve-list {
  padding: 20px;
  background: #fff;
  border-radius: 18px;
}

.improve-list span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.improve-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.service-strength-section {
  background: #fff;
}

.service-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-strength-card {
  min-height: 230px;
  padding: 32px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--service-accent) 12%, white);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(7, 27, 61, 0.045);
}

.service-strength-card .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 26px;
  color: var(--service-accent);
}

.service-strength-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.45;
}

.service-strength-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.service-product-cta {
  padding-block: 56px;
  color: #fff;
  background: linear-gradient(135deg, var(--service-accent), var(--service-accent-2));
}

.service-product-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.service-product-cta h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.service-product-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button--light {
  color: var(--service-accent);
  background: #fff;
}

@media (max-width: 1120px) {
  .service-lp-hero__inner,
  .service-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .service-lp-visual {
    min-height: 560px;
  }

  .service-feature-grid--lp {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .service-lp-hero {
    padding-block: 124px 62px;
  }

  .service-lp-hero__inner,
  .service-lp-hero__copy,
  .service-lp-visual {
    min-width: 0;
  }

  .service-lp-hero__copy,
  .service-lp-visual {
    width: 100%;
  }

  .service-lp-hero__brand {
    width: min(220px, 72%);
    height: 66px;
    margin-bottom: 24px;
  }

  .service-lp-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.2vw, 40px);
    line-height: 1.24;
    letter-spacing: -0.045em;
    text-wrap: wrap;
    overflow-wrap: anywhere;
  }

  .service-lp-hero h1 span,
  .service-lp-hero__label,
  .service-lp-hero__lead,
  .service-lp-hero__trust {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .service-lp-hero__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .service-lp-hero__actions,
  .service-product-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .service-lp-hero__actions .button,
  .service-product-cta__actions .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 56px;
    justify-content: space-between;
    padding: 14px 20px;
    line-height: 1.45;
    white-space: normal;
  }

  .service-lp-visual {
    min-height: 520px;
  }

  .service-lp-visual::before {
    inset: 34px 0 0;
    border-radius: 30px;
  }

  .phone-mockup {
    width: 220px;
    min-height: 450px;
  }

  .floating-chip {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto;
    margin: 10px 18px;
  }

  .floating-chip:nth-of-type(n+3) {
    display: none;
  }

  .lp-card-row,
  .result-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-card-row {
    position: relative;
    margin-top: 18px;
  }

  .lp-mini-card:nth-child(n+5) {
    display: none;
  }

  .dashboard-mockup,
  .dashboard-mockup--large {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dashboard-sidebar {
    display: none;
  }

  .metric-row,
  .service-metrics-band__grid,
  .service-feature-grid--lp,
  .service-strength-grid,
  .dashboard-bottom {
    grid-template-columns: 1fr;
  }

  .service-dashboard-panel {
    padding: 12px;
    border-radius: 24px;
  }

  .ai-robot {
    position: relative;
    top: auto;
    left: 50%;
    margin-top: 40px;
    transform: translateX(-50%);
  }

  .dashboard-mockup--ai {
    width: 100%;
    margin-top: 24px;
  }

  .social-phone {
    display: none;
  }

  .brand-board__map {
    right: 18px;
    left: 18px;
    width: auto;
  }

  .result-strip {
    right: 18px;
    left: 18px;
  }

  .service-product-cta__inner {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Case study archive / single */
.case-archive-hero,
.case-single-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(160px, 14vw, 220px) clamp(78px, 8vw, 116px);
  background:
    linear-gradient(color-mix(in srgb, var(--blue) 4%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--blue) 4%, transparent) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(0, 97, 255, 0.14), transparent 32%),
    linear-gradient(145deg, #fff 0%, #f7fbff 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.case-archive-hero::after,
.case-single-hero::after {
  position: absolute;
  right: -8%;
  bottom: -36%;
  width: 48vw;
  height: 48vw;
  min-width: 520px;
  min-height: 520px;
  content: "";
  background: radial-gradient(circle, rgba(255, 90, 0, 0.16), transparent 62%);
  pointer-events: none;
}

.case-archive-hero__inner,
.case-single-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.56fr);
  align-items: end;
  gap: clamp(48px, 7vw, 112px);
}

.case-archive-hero__copy h1,
.case-single-hero__copy h1 {
  max-width: 860px;
  margin: 22px 0 26px;
  color: var(--ink);
  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.065em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.case-single-hero__copy h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.45vw, 64px);
  line-height: 1.18;
  letter-spacing: -0.058em;
  text-wrap: pretty;
}

.case-archive-hero__copy > p:last-child,
.case-single-hero__copy > p:last-child {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.case-archive-hero__panel,
.case-single-hero__result {
  padding: clamp(30px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 97, 255, 0.12);
  border-radius: 32px;
  box-shadow: 0 32px 90px rgba(7, 27, 61, 0.1);
  backdrop-filter: blur(22px) saturate(150%);
}

.case-archive-hero__panel p,
.case-single-hero__result span {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-archive-hero__panel div {
  display: grid;
  gap: 16px;
}

.case-archive-hero__panel span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 16px;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(0, 97, 255, 0.1);
  font-size: 14px;
  font-weight: 800;
}

.case-archive-hero__panel span:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.case-archive-hero__panel strong,
.case-single-hero__result strong {
  color: var(--blue);
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1;
  letter-spacing: -0.07em;
}

.case-filter-band {
  margin-top: -40px;
}

.case-filter-band__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 97, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(7, 27, 61, 0.08);
  backdrop-filter: blur(18px);
}

.case-filter-band__inner > span {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
}

.case-archive-section {
  background: var(--white);
}

.case-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.case-archive-card {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  min-height: 360px;
  overflow: hidden;
  color: inherit;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 97, 255, 0.11);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(7, 27, 61, 0.065);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.case-archive-card:hover {
  border-color: rgba(0, 97, 255, 0.22);
  box-shadow: 0 34px 90px rgba(7, 27, 61, 0.11);
  transform: translateY(-6px);
}

.case-archive-card__visual {
  position: relative;
  display: grid;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.58), transparent 22%),
    linear-gradient(145deg, #0061ff, #00a5ff);
}

.case-archive-card:nth-child(3n+2) .case-archive-card__visual {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.58), transparent 22%),
    linear-gradient(145deg, #05c755, #67df9a);
}

.case-archive-card:nth-child(3n) .case-archive-card__visual {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.58), transparent 22%),
    linear-gradient(145deg, #6a35ff, #00a5ff);
}

.case-archive-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-archive-card__visual > span {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 28px;
  font-size: 42px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.case-archive-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.2vw, 42px);
}

.case-archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.case-archive-card__meta span,
.case-single-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  color: var(--blue);
  background: rgba(0, 97, 255, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.case-archive-card__meta small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.case-archive-card h2 {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.45;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.case-archive-card p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.case-archive-card__result {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  margin-top: auto;
  background: #f7faff;
  border-radius: 18px;
}

.case-archive-card__result span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.case-archive-card__result strong {
  color: var(--blue);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.case-archive-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.case-archive-card__link .icon {
  width: 16px;
  height: 16px;
}

.case-single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.case-single-hero__result {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
}

.case-single-hero__result small {
  display: block;
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.case-single__featured {
  margin-top: -52px;
}

.case-single__featured img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(7, 27, 61, 0.12);
}

.case-single-summary {
  background: var(--white);
}

.case-single-summary__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
}

.case-summary-card {
  min-height: 330px;
  padding: clamp(30px, 3.4vw, 44px);
  background: #fff;
  border: 1px solid rgba(0, 97, 255, 0.1);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(7, 27, 61, 0.055);
}

.case-summary-card--accent {
  color: var(--white);
  background: linear-gradient(145deg, var(--blue), #06388f);
  border-color: transparent;
}

.case-summary-card span {
  display: block;
  margin-bottom: 34px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-summary-card--accent span {
  color: rgba(255, 255, 255, 0.72);
}

.case-summary-card h2 {
  margin: 0 0 18px;
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.35;
  letter-spacing: -0.045em;
}

.case-summary-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.case-summary-card--accent p {
  color: rgba(255, 255, 255, 0.82);
}

.case-single-content {
  padding-top: 0;
  background: linear-gradient(180deg, #fff, #f7faff);
}

.case-single-quote {
  position: relative;
  padding: clamp(34px, 5vw, 58px);
  margin: clamp(48px, 6vw, 84px) 0 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 97, 255, 0.12);
  border-left: 0;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(7, 27, 61, 0.07);
}

.case-single-quote .icon {
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: var(--blue);
}

.case-single-quote p {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: -0.04em;
}

.case-single-quote cite {
  display: block;
  margin-top: 26px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 1120px) {
  .case-archive-hero__inner,
  .case-single-hero__inner,
  .case-archive-card,
  .case-single-summary__grid {
    grid-template-columns: 1fr;
  }

  .case-archive-card__visual {
    min-height: 260px;
  }

  .case-single-hero__result {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .case-archive-hero,
  .case-single-hero {
    padding-block: 136px 76px;
    background-size: 48px 48px, 48px 48px, auto, auto;
  }

  .case-archive-hero__copy h1,
  .case-single-hero__copy h1 {
    font-size: clamp(39px, 11vw, 48px);
    line-height: 1.18;
  }

  .case-archive-hero__copy > p:last-child,
  .case-single-hero__copy > p:last-child {
    font-size: 15px;
    line-height: 1.9;
  }

  .case-archive-hero__panel,
  .case-single-hero__result {
    border-radius: 26px;
  }

  .case-filter-band {
    margin-top: -24px;
  }

  .case-filter-band__inner {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .case-filter-band__inner .button {
    justify-content: space-between;
  }

  .case-archive-grid {
    grid-template-columns: 1fr;
  }

  .case-archive-card {
    border-radius: 26px;
  }

  .case-archive-card__body,
  .case-summary-card {
    padding: 28px;
  }

  .case-archive-card__result {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .case-single__featured {
    margin-top: -28px;
  }

  .case-single__featured img {
    border-radius: 24px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* 2026-07 mobile QA hardening: prevent overflow, overlap and awkward Japanese wrapping. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.container,
.site-header__inner,
.hero-home__inner,
.page-hero .container,
.entry-hero .container,
.concept-hero__inner,
.framework-hero__grid,
.service-hub-hero__grid,
.lab-hero__grid,
.service-lp-hero__inner,
.case-archive-hero__inner,
.case-single-hero__inner,
.about-hero__grid,
.contact-hero__grid,
.service-dashboard-grid,
.content-grid,
.global-cta__card,
.site-footer__top,
.site-footer__nav {
  min-width: 0;
}

h1,
h2,
h3,
.button,
.page-hero__lead,
.hero-home__lead,
.service-lp-hero__lead,
.lab-search-panel,
.lab-hero-benefits,
.case-archive-card,
.service-lp-visual,
.framework-map,
.concept-orbit {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .service-hub-hero__grid,
  .lab-hero__grid,
  .service-lp-hero__inner,
  .case-archive-hero__inner,
  .case-single-hero__inner,
  .content-grid,
  .global-cta__card {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  body {
    line-height: 1.78;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding-block: 64px;
  }

  .site-header {
    height: 68px;
  }

  .brand__logo {
    width: min(150px, 46vw);
    height: auto;
  }

  .page-hero,
  .entry-hero,
  .concept-hero,
  .framework-hero,
  .lab-hero,
  .case-archive-hero,
  .case-single-hero,
  .service-lp-hero,
  .about-hero,
  .contact-hero {
    min-height: auto !important;
    padding-block: 104px 54px !important;
  }

  .hero-home {
    min-height: auto !important;
    padding-top: 0;
  }

  .hero-home__inner {
    padding-block: 96px 36px;
  }

  .hero-home__title,
  .page-hero h1,
  .entry-hero h1,
  .case-archive-hero__copy h1,
  .case-single-hero__copy h1,
  .service-lp-hero h1,
  .service-hero h1.service-hero__title {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 44px) !important;
    line-height: 1.23 !important;
    letter-spacing: -0.055em;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .page-hero h1.page-split-title,
  .page-hero h1.page-split-title span,
  .service-lp-hero h1 span,
  .hero-home__title span {
    display: inline !important;
    white-space: normal !important;
  }

  .hero-home__lead,
  .page-hero__lead,
  .entry-hero__lead,
  .service-lp-hero__lead,
  .case-archive-hero__copy > p:last-child,
  .case-single-hero__copy > p:last-child {
    max-width: 100%;
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  .hero-home__actions,
  .concept-hero__actions,
  .service-lp-hero__actions,
  .service-hero__actions,
  .global-cta__actions,
  .service-product-cta__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .button,
  .hero-home__actions .button,
  .concept-hero__actions .button,
  .service-lp-hero__actions .button,
  .service-hero__actions .button,
  .global-cta__actions .button,
  .service-product-cta__actions .button {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    padding-inline: 18px;
    white-space: normal;
    text-align: left;
  }

  .lab-search-panel {
    width: 100%;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .lab-search-panel form {
    grid-template-columns: 1fr 54px;
  }

  .lab-hero-benefits {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .lab-hero-benefits > div {
    min-height: 74px;
    grid-template-columns: 36px 1fr;
    padding: 13px 15px;
  }

  .lab-category-grid,
  .lab-empty-grid,
  .service-feature-grid--lp,
  .case-archive-grid,
  .case-grid,
  .insights-grid,
  .concept-stat-grid,
  .concept-flow,
  .concept-equation,
  .concept-outcome-grid,
  .framework-process,
  .framework-growth-cycle,
  .framework-results__grid,
  .service-dashboard-grid,
  .service-value-grid,
  .service-flow,
  .feature-list {
    grid-template-columns: 1fr !important;
  }

  .service-lp-visual,
  .service-hero__visual,
  .hero-system {
    width: 100%;
    min-height: auto !important;
    margin-inline: 0;
    transform: none !important;
  }

  .service-lp-visual {
    min-height: 460px !important;
  }

  .phone-mockup {
    width: min(220px, 68vw);
  }

  .framework-map,
  .concept-orbit {
    width: 100%;
    max-width: 100%;
    margin-inline: 0 !important;
    transform: none !important;
  }

  .framework-map {
    min-height: 560px !important;
    padding: 20px;
  }

  .framework-map::before {
    width: min(470px, 96vw);
    height: min(470px, 96vw);
  }

  .framework-map::after {
    width: min(310px, 70vw);
    height: min(310px, 70vw);
  }

  .framework-map__center {
    width: min(168px, 42vw);
    height: min(168px, 42vw);
  }

  .framework-map__center img {
    width: min(105px, 28vw);
  }

  .framework-map__center strong {
    font-size: clamp(14px, 4vw, 18px);
  }

  .framework-map__node {
    width: min(130px, 34vw);
    height: min(130px, 34vw);
    padding: 12px;
  }

  .framework-map__node strong {
    font-size: clamp(11px, 3.1vw, 13px);
  }

  .framework-map__node small {
    font-size: 9px;
  }

  .case-archive-card,
  .case-single-summary__grid,
  .framework-deliverable,
  .framework-loop-panel,
  .framework-results,
  .concept-definition__grid {
    grid-template-columns: 1fr !important;
  }

  .site-footer {
    background: #f7fbff;
  }

  .site-footer__nav {
    grid-template-columns: 1fr !important;
  }
}

/* Final cascade: keep core pages intentionally information-dense. */
body.is-front-page .section,
.brand-page .section,
.framework-page .section {
  padding-block: clamp(82px, 7.5vw, 118px);
}

.brand-page .section-heading,
.framework-page .section-heading {
  margin-bottom: clamp(34px, 4vw, 54px);
}

@media (max-width: 767px) {
  body.is-front-page .section,
  .brand-page .section,
  .framework-page .section {
    padding-block: 72px;
  }
}

/* Service brand color system: stronger identity without sacrificing readability. */
.service-lp {
  --service-surface: #eaf2ff;
  --service-surface-strong: #d6e6ff;
  --service-glow: rgb(6 69 154 / 22%);
}

.service-lp--ltouch,
.service-lp--ltouch-lab {
  --service-surface: #e8faef;
  --service-surface-strong: #cdf4dc;
  --service-glow: rgb(6 199 85 / 22%);
}

.service-lp--airnavi {
  --service-surface: #edf3ff;
  --service-surface-strong: #f7dcf2;
  --service-glow: rgb(22 99 255 / 25%);
}

.service-lp--ai-advisor {
  --service-surface: #f1ecff;
  --service-surface-strong: #dcd4ff;
  --service-glow: rgb(124 58 237 / 25%);
}

.service-lp-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--service-accent-2) 32%, transparent), transparent 27%),
    radial-gradient(circle at 10% 78%, color-mix(in srgb, var(--service-accent) 18%, transparent), transparent 30%),
    linear-gradient(132deg, #fff 0%, var(--service-surface) 52%, var(--service-surface-strong) 100%);
}

.service-lp-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(color-mix(in srgb, var(--service-accent) 7%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--service-accent) 7%, transparent) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(100deg, transparent 0%, #000 60%, #000 100%);
  opacity: 0.58;
}

.service-lp-hero::after {
  right: -12%;
  bottom: -36%;
  background: radial-gradient(circle, var(--service-glow), transparent 63%);
}

.service-lp-hero__brand {
  width: min(330px, 74%);
  height: 100px;
  padding: 0;
  object-fit: contain;
  object-position: left center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 10px 22px color-mix(in srgb, var(--service-accent) 14%, transparent));
}

.service-lp-visual::before {
  background:
    linear-gradient(145deg, rgb(255 255 255 / 76%), rgb(255 255 255 / 38%)),
    var(--service-surface-strong);
  border-color: color-mix(in srgb, var(--service-accent) 28%, white);
  box-shadow:
    0 34px 90px var(--service-glow),
    inset 0 0 80px rgb(255 255 255 / 46%);
}

.service-metrics-band {
  background: color-mix(in srgb, var(--service-surface) 72%, white);
  border-block: 1px solid color-mix(in srgb, var(--service-accent) 13%, white);
}

.service-metric-card {
  background:
    linear-gradient(145deg, rgb(255 255 255 / 94%), rgb(255 255 255 / 68%)),
    var(--service-surface);
  border-color: color-mix(in srgb, var(--service-accent) 24%, white);
  box-shadow: 0 18px 48px var(--service-glow);
}

.service-features-section {
  background:
    radial-gradient(circle at 95% 5%, color-mix(in srgb, var(--service-accent-2) 14%, transparent), transparent 25%),
    #fff;
}

.service-feature-card--lp {
  border-color: color-mix(in srgb, var(--service-accent) 20%, white);
  background: linear-gradient(155deg, #fff 52%, var(--service-surface));
}

.service-flow-section {
  background:
    linear-gradient(180deg, var(--service-surface), color-mix(in srgb, var(--service-surface) 40%, white));
}

.service-flow__item--lp {
  border-color: color-mix(in srgb, var(--service-accent) 20%, white);
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 16px 42px color-mix(in srgb, var(--service-accent) 12%, transparent);
}

.service-dashboard-section {
  background:
    radial-gradient(circle at 85% 18%, color-mix(in srgb, var(--service-accent-2) 18%, transparent), transparent 28%),
    linear-gradient(160deg, color-mix(in srgb, var(--service-surface-strong) 72%, white), #fff 78%);
}

.service-dashboard-panel {
  background: rgb(255 255 255 / 78%);
  border-color: color-mix(in srgb, var(--service-accent) 26%, white);
  box-shadow: 0 30px 90px var(--service-glow);
}

.service-strength-section {
  background:
    linear-gradient(180deg, #fff, color-mix(in srgb, var(--service-surface) 76%, white));
}

.service-strength-card {
  overflow: hidden;
  border-color: color-mix(in srgb, var(--service-accent) 22%, white);
  background:
    linear-gradient(145deg, #fff 54%, var(--service-surface));
  box-shadow: 0 18px 48px color-mix(in srgb, var(--service-accent) 12%, transparent);
}

.service-strength-card::before {
  display: block;
  width: 58px;
  height: 5px;
  margin: -32px 0 27px -32px;
  content: "";
  background: linear-gradient(90deg, var(--service-accent), var(--service-accent-2));
  border-radius: 0 0 8px;
}

@media (max-width: 767px) {
  .service-lp-hero::before {
    background-size: 34px 34px;
    opacity: 0.42;
  }

  .service-lp-hero__brand {
    width: min(270px, 82%);
    height: 82px;
    margin-bottom: 26px;
    border-radius: 0;
  }
}

/* Remaining corporate and utility pages */
.about-hero__grid,
.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.about-hero h1,
.contact-hero h1 {
  margin: 18px 0 26px;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 1.14;
  letter-spacing: -0.065em;
}

.about-hero__statement {
  padding: clamp(38px, 5vw, 66px);
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgb(63 160 255 / 42%), transparent 35%),
    linear-gradient(145deg, #061a43, #0756c9);
  box-shadow: 0 30px 90px rgb(6 49 125 / 24%);
}

.about-hero__statement span {
  color: #91caff;
  font-size: 13px;
  font-weight: 800;
}

.about-hero__statement strong {
  display: block;
  margin-top: 38px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.5;
}

.about-values {
  background: var(--mist);
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-value-grid article {
  min-height: 330px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(15 23 42 / 6%);
}

.about-value-grid span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.about-value-grid h3 {
  margin: 54px 0 18px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.45;
}

.about-value-grid p,
.about-company p {
  color: var(--muted);
  line-height: 1.9;
}

.about-company__grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: clamp(50px, 8vw, 120px);
}

.about-company__grid h2 {
  font-size: clamp(38px, 4vw, 58px);
}

.about-company dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.about-company dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.about-company dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.about-company dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.8;
}

.contact-hero {
  background:
    radial-gradient(circle at 85% 20%, rgb(255 90 0 / 12%), transparent 28%),
    linear-gradient(145deg, #fff, #edf4ff);
}

.contact-points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-points li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 14px 38px rgb(15 23 42 / 5%);
  font-weight: 800;
}

.contact-points strong {
  color: var(--orange);
  font-size: 13px;
}

.contact-section {
  background: var(--mist);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(42px, 7vw, 100px);
}

.contact-guide {
  align-self: start;
  padding: 34px;
  color: #fff;
  border-radius: 26px;
  background: linear-gradient(145deg, #061a43, #073f99);
}

.contact-guide h2 {
  margin: 14px 0 26px;
  font-size: 32px;
}

.contact-guide ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-guide li {
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  font-size: 14px;
  font-weight: 700;
}

.contact-guide > p:last-child {
  margin: 26px 0 0;
  color: rgb(255 255 255 / 68%);
  font-size: 12px;
}

.contact-form-shell {
  min-height: 430px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-placeholder {
  display: grid;
  min-height: 310px;
  place-content: center;
  text-align: center;
}

.contact-placeholder h2 {
  font-size: 30px;
}

.contact-placeholder p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.9;
}

.rec-contact-form {
  color: var(--ink);
}

.rec-contact-form__notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 800;
  line-height: 1.7;
}

.rec-contact-form__notice--success {
  border: 1px solid rgb(22 163 74 / 22%);
  background: rgb(240 253 244);
  color: #047857;
}

.rec-contact-form__notice--error {
  border: 1px solid rgb(239 68 68 / 22%);
  background: rgb(254 242 242);
  color: #b91c1c;
}

.rec-contact-form__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rec-contact-form__lead,
.rec-contact-form__full,
.rec-contact-form__submit {
  grid-column: 1 / -1;
}

.rec-contact-form__lead {
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.9;
}

.rec-contact-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.rec-contact-form label > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rec-contact-form em {
  padding: 2px 7px;
  border-radius: 999px;
  background: rgb(255 107 0 / 10%);
  color: var(--orange);
  font-style: normal;
  font-size: 11px;
  letter-spacing: .04em;
}

.rec-contact-form input:not([type="checkbox"]),
.rec-contact-form select,
.rec-contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgb(6 69 154 / 16%);
  border-radius: 15px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.rec-contact-form textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.8;
}

.rec-contact-form input:focus,
.rec-contact-form select:focus,
.rec-contact-form textarea:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgb(6 95 212 / 10%);
}

.rec-contact-form__privacy {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 11px !important;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--mist);
  color: var(--muted);
  font-size: 13px !important;
  line-height: 1.7;
}

.rec-contact-form__privacy input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.rec-contact-form__privacy a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rec-contact-form__submit {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), #ff8a00);
  color: #fff;
  font: inherit;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 20px 45px rgb(255 107 0 / 24%);
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s ease;
}

.rec-contact-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgb(255 107 0 / 30%);
}

.legal-hero {
  padding-bottom: 74px;
  background: linear-gradient(145deg, #fff, #edf4ff);
}

.legal-content {
  padding-block: 70px 120px;
}

.legal-content h2 {
  margin: 52px 0 16px;
  font-size: 25px;
}

.legal-content p {
  color: var(--ink-soft);
  line-height: 2;
}

.faq-section {
  background: var(--mist);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgb(15 23 42 / 4%);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.faq-item summary span,
.faq-item__answer > span {
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.faq-item__answer {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 0 26px 24px;
  color: var(--muted);
  line-height: 1.9;
}

.faq-item__answer p {
  margin-top: 0;
}

@media (max-width: 900px) {
  .about-hero__grid,
  .contact-hero__grid,
  .about-company__grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .about-value-grid {
    grid-template-columns: 1fr;
  }

  .about-value-grid article {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .about-hero h1,
  .contact-hero h1 {
    font-size: 40px;
  }

  .about-hero__statement {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .about-hero__statement strong {
    margin-top: 24px;
    font-size: 25px;
  }

  .about-value-grid article,
  .contact-guide,
  .contact-form-shell {
    padding: 24px 22px;
  }

  .rec-contact-form__body {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .rec-contact-form input:not([type="checkbox"]),
  .rec-contact-form select,
  .rec-contact-form textarea {
    min-height: 52px;
    border-radius: 14px;
  }

  .about-value-grid h3 {
    margin-top: 28px;
  }

  .about-company dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .faq-item summary,
  .faq-item__answer {
    grid-template-columns: 28px 1fr;
    gap: 10px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Final PC hero cascade — intentionally last. */
@media (min-width: 1121px) {
  .hero-home {
    min-height: 100svh;
    padding-top: 108px;
  }

  .hero-home__inner {
    grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
    gap: clamp(44px, 5vw, 72px);
    min-height: 540px;
  }

  .hero-home__title {
    font-size: clamp(50px, 4.8vw, 68px);
    line-height: 1.12;
  }

  .hero-home__lead { margin-top: 22px; line-height: 1.8; }
  .hero-home__actions { margin-top: 26px; }
  .hero-system { min-height: 500px; transform: scale(.9); transform-origin: center; }

  .concept-hero,
  .framework-hero,
  .service-hub-hero,
  .lab-hero,
  .about-hero,
  .contact-hero,
  .service-lp-hero {
    box-sizing: border-box;
    min-height: 760px;
    padding-block: 108px 42px;
  }

  .concept-hero__inner,
  .framework-hero__grid,
  .service-hub-hero__grid,
  .lab-hero__grid,
  .about-hero__grid,
  .contact-hero__grid,
  .service-lp-hero__inner {
    min-height: 0;
    align-items: center;
  }

  .page-split-title,
  .service-hub-hero h1,
  .lab-hero h1,
  .about-hero h1,
  .contact-hero h1 {
    font-size: clamp(46px, 4.5vw, 64px);
    line-height: 1.16;
  }

  .service-lp-hero h1 {
    font-size: clamp(40px, 3.55vw, 52px);
    line-height: 1.2;
  }

  .service-lp-hero__inner {
    grid-template-columns: minmax(400px, .82fr) minmax(560px, 1.18fr);
    gap: clamp(42px, 4vw, 66px);
  }

  .service-lp-hero__lead { margin-top: 22px; line-height: 1.8; }
  .service-lp-hero__actions { margin-top: 26px; }
  .service-lp-visual { min-height: 500px; }

  .concept-orbit,
  .framework-map {
    width: 560px;
    height: 520px;
    min-height: 520px;
    margin-inline: auto;
    transform: scale(.88);
    transform-origin: center;
  }

  .service-hub-map {
    min-height: 500px;
    transform: scale(.9);
    transform-origin: center;
  }

  .lab-search-panel { padding: 38px 44px; }
  .about-hero__statement { padding: 42px 48px; }
  .about-hero__statement strong { margin-top: 26px; font-size: clamp(26px, 2.6vw, 38px); }
}

/* Reference fidelity pass
 * Match the approved visual comps: compact rhythm, controlled Japanese line breaks,
 * dense card layouts and a hero that communicates within the first PC viewport.
 */
:root {
  --reference-section-space: clamp(54px, 5vw, 76px);
  --reference-card-radius: 18px;
  --reference-soft-shadow: 0 12px 36px rgb(11 40 94 / 7%);
}

.container {
  width: min(1360px, calc(100% - 64px));
}

.service-lp .section,
.framework-page .section {
  padding-block: var(--reference-section-space);
}

.service-lp .section-heading,
.framework-page .section-heading {
  margin-bottom: 28px;
}

.service-lp .section-heading h2,
.framework-page .section-heading h2 {
  font-size: clamp(28px, 2.45vw, 38px);
  line-height: 1.28;
  letter-spacing: -.035em;
}

.service-lp h1,
.service-lp h2,
.service-lp h3,
.service-lp p,
.framework-page h1,
.framework-page h2,
.framework-page h3,
.framework-page p {
  word-break: keep-all;
}

.service-feature-card--lp,
.service-flow__item--lp,
.service-strength-card,
.service-metric-card,
.framework-process__card,
.framework-result-card {
  border-radius: var(--reference-card-radius);
  box-shadow: var(--reference-soft-shadow);
}

.service-features-section,
.service-flow-section,
.service-dashboard-section,
.service-strength-section {
  overflow: hidden;
}

.service-feature-grid--lp {
  gap: 14px;
}

.service-feature-card--lp {
  min-height: 184px;
  padding: 24px 18px 20px;
}

.service-feature-card--lp > span {
  width: 46px;
  height: 46px;
}

.service-feature-card--lp h3 {
  margin-top: 15px;
  font-size: 17px;
}

.service-feature-card--lp p {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.65;
}

.service-flow--lp {
  gap: 10px;
}

.service-flow__item--lp {
  min-height: 112px;
  padding: 20px 14px;
}

.service-dashboard-grid {
  gap: 34px;
}

.service-dashboard-panel {
  padding: 18px;
  border-radius: 22px;
}

.service-strength-grid {
  gap: 14px;
}

.service-strength-card {
  min-height: 190px;
  padding: 26px;
}

.service-product-cta {
  padding-block: 32px;
}

.service-product-cta__inner {
  min-height: 118px;
}

.framework-process {
  gap: 10px;
}

.framework-process__card {
  min-height: 282px;
  padding: 28px 18px 24px;
}

.framework-loop-panel {
  padding: 40px;
  border-radius: 24px;
}

.framework-deliverables {
  gap: 12px;
}

@media (min-width: 1121px) {
  .site-header__inner {
    min-height: 78px;
  }

  .service-lp-hero,
  .framework-hero {
    min-height: 690px;
    padding-block: 94px 28px;
  }

  .service-lp-hero__inner {
    grid-template-columns: minmax(410px, .78fr) minmax(610px, 1.22fr);
    gap: 36px;
  }

  .service-lp-hero__copy {
    align-self: center;
    max-width: 590px;
  }

  .service-lp-hero__brand {
    width: min(285px, 68%);
    height: 72px;
    margin-bottom: 10px;
  }

  .service-lp-hero__label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .service-lp-hero h1 {
    margin: 0;
    font-size: clamp(40px, 3.25vw, 49px);
    line-height: 1.28;
    letter-spacing: -.045em;
  }

  .service-lp-hero h1 span {
    display: block;
    width: max-content;
    max-width: 100%;
  }

  .service-lp-hero__lead {
    max-width: 540px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.85;
  }

  .service-lp-hero__actions {
    gap: 12px;
    margin-top: 22px;
  }

  .service-lp-hero__actions .button {
    min-height: 52px;
    padding-inline: 24px;
  }

  .service-lp-hero__trust {
    margin-top: 20px;
    font-size: 12px;
  }

  .service-lp-visual {
    min-height: 530px;
    transform: scale(.94);
    transform-origin: center;
  }

  .service-metrics-band {
    padding-block: 18px;
  }

  .service-metrics-band__grid {
    gap: 12px;
  }

  .service-metric-card {
    min-height: 104px;
    padding: 18px 22px;
  }

  .framework-hero__grid {
    grid-template-columns: minmax(400px, .72fr) minmax(620px, 1.28fr);
    gap: 30px;
  }

  .framework-hero__copy {
    max-width: 560px;
  }

  .framework-hero .page-split-title {
    margin-block: 16px;
    font-size: clamp(48px, 4.25vw, 64px);
    line-height: 1.04;
  }

  .framework-hero .page-hero__lead {
    max-width: 530px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.9;
  }

  .framework-hero__cards {
    gap: 0;
    margin-top: 24px;
    padding: 22px 12px;
    border-radius: 18px;
  }

  .framework-hero__cards div {
    padding-inline: 14px;
  }

  .framework-map {
    width: 620px;
    height: 540px;
    min-height: 540px;
    transform: scale(.94);
  }
}

@media (max-width: 1120px) {
  .container {
    width: min(100% - 40px, 960px);
  }

  .service-lp .section,
  .framework-page .section {
    padding-block: 58px;
  }

  .service-lp-hero,
  .framework-hero {
    padding-block: 92px 46px;
  }

  .service-lp-hero__inner,
  .framework-hero__grid {
    gap: 36px;
  }
}

@media (max-width: 767px) {
  :root {
    --reference-section-space: 46px;
  }

  .container {
    width: calc(100% - 32px);
  }

  .service-lp .section,
  .framework-page .section {
    padding-block: 46px;
  }

  .service-lp .section-heading,
  .framework-page .section-heading {
    margin-bottom: 22px;
  }

  .service-lp .section-heading h2,
  .framework-page .section-heading h2 {
    font-size: 25px;
    line-height: 1.4;
  }

  .service-lp-hero,
  .framework-hero {
    min-height: 0;
    padding-block: 82px 34px;
  }

  .service-lp-hero__inner,
  .framework-hero__grid {
    gap: 28px;
  }

  .service-lp-hero__copy {
    text-align: left;
  }

  .service-lp-hero__brand {
    width: min(235px, 76%);
    height: 64px;
    margin: 0 0 10px;
    object-position: left center;
  }

  .service-lp-hero__label {
    margin-bottom: 12px;
    font-size: 11px;
    text-align: left;
  }

  .service-lp-hero h1 {
    margin: 0;
    font-size: clamp(31px, 9.4vw, 38px);
    line-height: 1.36;
    letter-spacing: -.045em;
    text-align: left;
  }

  .service-lp-hero h1 span {
    display: inline;
  }

  .service-lp-hero h1 span:not(:last-child)::after {
    content: " ";
  }

  .service-lp-hero__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .service-lp-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .service-lp-hero__actions .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 16px;
    white-space: normal;
    text-align: center;
  }

  .service-lp-hero__trust {
    justify-content: flex-start;
    margin-top: 18px;
    font-size: 11px;
    text-align: left;
  }

  .service-lp-visual {
    min-height: 390px;
    margin-inline: -4px;
  }

  .service-lp--ai-advisor .service-lp-visual {
    min-height: 650px;
  }

  .service-lp--ai-advisor .ai-work-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-height: 630px;
    padding-top: 300px;
  }

  .service-lp--ai-advisor .ai-work-map__orbit {
    inset: 30px 42px 330px;
  }

  .service-lp--ai-advisor .ai-work-map__robot {
    top: 150px;
  }

  .service-lp--ai-advisor .ai-work-task,
  .service-lp--ai-advisor .ai-work-task--3,
  .service-lp--ai-advisor .ai-work-task--4,
  .service-lp--ai-advisor .ai-work-task--5 {
    position: static;
    display: grid;
    width: auto;
    min-height: 78px;
    margin: 0;
    padding: 10px;
  }

  .service-lp--ai-advisor .ai-work-task--5 {
    grid-column: 1 / -1;
  }

  .service-lp--ai-advisor .ai-work-map__status {
    bottom: 0;
  }

  .service-metrics-band {
    padding-block: 12px;
  }

  .service-metrics-band__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .service-metric-card {
    min-width: 0;
    min-height: 92px;
    padding: 12px 6px;
    text-align: center;
  }

  .service-metric-card .icon {
    display: none;
  }

  .service-metric-card span {
    font-size: 10px;
  }

  .service-metric-card strong {
    font-size: clamp(18px, 5.2vw, 24px);
  }

  .service-feature-grid--lp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .service-feature-card--lp {
    min-height: 168px;
    padding: 20px 12px 16px;
  }

  .service-feature-card--lp h3 {
    font-size: 15px;
    line-height: 1.45;
  }

  .service-feature-card--lp p {
    font-size: 11px;
  }

  .service-flow--lp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-flow__item--lp {
    min-height: 104px;
  }

  .service-dashboard-grid {
    gap: 24px;
  }

  .service-dashboard-copy h2 {
    font-size: 27px;
  }

  .service-dashboard-panel {
    padding: 10px;
    border-radius: 18px;
  }

  .service-strength-grid {
    gap: 10px;
  }

  .service-strength-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .service-product-cta {
    padding-block: 26px;
  }

  .service-product-cta__inner {
    min-height: 0;
  }

  .framework-hero .page-split-title {
    margin-block: 14px;
    font-size: 40px;
    line-height: 1.14;
  }

  .framework-hero .page-hero__lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.85;
  }

  .framework-hero__cards {
    margin-top: 22px;
    padding: 8px 18px;
  }

  .framework-hero__cards div {
    padding-block: 14px;
  }

  .framework-map {
    width: min(430px, 112vw);
    height: 390px;
    min-height: 390px;
    margin-left: 50%;
    transform: translateX(-50%) scale(.78);
    transform-origin: center;
  }

  .framework-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .framework-process__card {
    min-height: 230px;
    padding: 22px 12px 18px;
  }

  .framework-loop-panel {
    padding: 26px 20px;
  }
}

@media (max-width: 390px) {
  .service-lp-hero h1 {
    font-size: 30px;
  }

  .service-feature-grid--lp,
  .framework-process {
    grid-template-columns: 1fr;
  }

  .service-feature-card--lp,
  .framework-process__card {
    min-height: 0;
  }
}

/* Impact hero system — recruitment-brand page is the shared composition reference. */
.hero-home,
.concept-hero,
.framework-hero,
.service-hub-hero,
.lab-hero,
.about-hero,
.contact-hero,
.service-lp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgb(0 155 255 / 18%), transparent 27%),
    radial-gradient(circle at 68% 76%, rgb(38 78 255 / 12%), transparent 29%),
    radial-gradient(circle at 8% 88%, rgb(255 102 0 / 10%), transparent 24%),
    linear-gradient(135deg, #fff 8%, #f2f7ff 54%, #e7f2ff 100%);
}

.hero-home::before,
.concept-hero::before,
.framework-hero::before,
.service-hub-hero::before,
.lab-hero::before,
.about-hero::before,
.contact-hero::before,
.service-lp-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgb(5 75 180 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(5 75 180 / 5%) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent 2%, #000 58%, #000);
}

.hero-home__inner,
.concept-hero__inner,
.framework-hero__grid,
.service-hub-hero__grid,
.lab-hero__grid,
.about-hero__grid,
.contact-hero__grid,
.service-lp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, .82fr) minmax(580px, 1.18fr);
  gap: clamp(38px, 4.5vw, 70px);
  align-items: center;
}

.hero-home__content,
.concept-hero__copy,
.framework-hero__copy,
.service-hub-hero__copy,
.lab-hero__copy,
.about-hero__copy,
.contact-hero__copy,
.service-lp-hero__copy {
  max-width: 610px;
}

.hero-home__title,
.page-split-title,
.service-hub-hero h1,
.lab-hero h1,
.about-hero h1,
.contact-hero h1,
.service-lp-hero h1 {
  font-size: clamp(44px, 4vw, 58px);
  line-height: 1.18;
  letter-spacing: -.055em;
}

/* Home: recruitment system workflow */
.hero-home {
  min-height: 720px;
  padding-top: 78px;
}

.hero-home__inner {
  min-height: 590px;
  padding-block: 40px 24px;
}

.hero-home__title {
  margin: 16px 0 24px;
}

.hero-home__lead {
  margin: 0 0 26px;
  line-height: 1.85;
}

.hero-system--workflow {
  position: relative;
  width: min(100%, 700px);
  min-height: 570px;
  margin-inline: auto;
  transform: none;
}

.hero-system--workflow .hero-system__grid {
  inset: 2%;
  border-radius: 36px;
  background:
    linear-gradient(rgb(37 99 235 / 7%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(37 99 235 / 7%) 1px, transparent 1px),
    linear-gradient(145deg, rgb(255 255 255 / 72%), rgb(226 239 255 / 62%));
  background-size: 34px 34px, 34px 34px, auto;
  border: 1px solid rgb(37 99 235 / 12%);
  border-radius: 34px;
  mask-image: none;
  box-shadow: 0 34px 90px rgb(16 69 160 / 14%);
  transform: rotate(-2deg);
}

.hero-workflow__ring {
  position: absolute;
  inset: 76px 105px 86px;
  border: 18px solid rgb(255 255 255 / 72%);
  border-top-color: #1769e8;
  border-right-color: #00a8d6;
  border-bottom-color: #7147e8;
  border-left-color: #14ad63;
  border-radius: 50%;
  box-shadow: 0 22px 70px rgb(24 91 190 / 18%), inset 0 0 0 1px rgb(17 85 190 / 8%);
  transform: rotate(18deg);
}

.hero-workflow__ring::after {
  position: absolute;
  right: 13px;
  bottom: 18px;
  width: 18px;
  height: 18px;
  content: "";
  background: #ff6a00;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgb(255 106 0 / 30%);
}

.hero-workflow__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 250px;
  height: 250px;
  place-content: center;
  justify-items: center;
  padding: 32px;
  text-align: center;
  border: 1px solid rgb(22 91 200 / 14%);
  border-radius: 50%;
  background: rgb(255 255 255 / 91%);
  box-shadow: 0 28px 70px rgb(20 74 155 / 18%);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(18px);
}

.hero-workflow__center img {
  width: 142px;
  height: auto;
  margin-bottom: 12px;
}

.hero-workflow__center span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-workflow__center strong {
  margin-top: 6px;
  font-size: 19px;
  line-height: 1.45;
}

.hero-workflow__node {
  --node-color: var(--blue);
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 26px 34px 1fr;
  gap: 8px;
  align-items: center;
  width: 196px;
  min-height: 72px;
  padding: 11px 13px;
  border: 1px solid color-mix(in srgb, var(--node-color) 28%, white);
  border-radius: 17px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 16px 38px color-mix(in srgb, var(--node-color) 18%, transparent);
}

.hero-workflow__node > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: var(--node-color);
  border-radius: 50%;
}

.hero-workflow__node > .icon {
  width: 28px;
  height: 28px;
  color: var(--node-color);
}

.hero-workflow__node strong,
.hero-workflow__node small {
  display: block;
}

.hero-workflow__node strong { font-size: 12px; }
.hero-workflow__node small { margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 700; }
.hero-workflow__node--blue { --node-color: #105de0; }
.hero-workflow__node--green { --node-color: #0eaa58; }
.hero-workflow__node--sky { --node-color: #009fc7; }
.hero-workflow__node--lime { --node-color: #06c755; }
.hero-workflow__node--purple { --node-color: #7442df; }
.hero-workflow__node--1 { top: 22px; left: 50%; transform: translateX(-50%); }
.hero-workflow__node--2 { top: 126px; right: 0; }
.hero-workflow__node--3 { right: 8px; bottom: 88px; }
.hero-workflow__node--4 { bottom: 34px; left: 54px; }
.hero-workflow__node--5 { top: 126px; left: 0; }

.hero-workflow__result {
  position: absolute;
  right: 52px;
  bottom: 10px;
  z-index: 5;
  padding: 9px 15px;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(100deg, #084cad, #0879d8);
  box-shadow: 0 12px 30px rgb(8 76 173 / 24%);
}

.hero-workflow__result span,
.hero-workflow__result strong { display: block; }
.hero-workflow__result span { color: rgb(255 255 255 / 68%); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.hero-workflow__result strong { margin-top: 2px; font-size: 10px; }

/* Keep the category name on one line in the central home section. */
.category-copy h2 {
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(44px, 5.2vw, 76px);
}

/* Recruitment brand orbit: stronger color coding and contrast. */
.concept-orbit {
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 50%, rgb(255 255 255 / 92%) 0 21%, transparent 22%),
    conic-gradient(from 30deg, rgb(22 105 232 / 28%), rgb(4 174 200 / 25%), rgb(12 188 101 / 25%), rgb(126 69 224 / 25%), rgb(255 107 0 / 24%), rgb(22 105 232 / 28%));
  box-shadow: 0 32px 90px rgb(10 66 160 / 18%);
}

.concept-orbit::before {
  border: 18px solid rgb(255 255 255 / 72%);
  box-shadow: inset 0 0 0 1px rgb(26 94 203 / 10%);
}

.concept-orbit::after {
  border-color: rgb(8 91 211 / 28%);
}

.concept-orbit__center {
  color: #fff;
  border: 1px solid rgb(255 255 255 / 55%);
  background: linear-gradient(145deg, #063c9a, #0876dc 58%, #0a9cd0);
  box-shadow: 0 22px 55px rgb(5 70 167 / 30%);
}

.concept-orbit__center span,
.concept-orbit__center strong {
  color: #fff;
}

.concept-orbit__item {
  border-color: rgb(255 255 255 / 72%);
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 14px 34px rgb(11 54 124 / 15%);
}

.concept-orbit__item--one { color: #075bd5; }
.concept-orbit__item--two { color: #0093b9; }
.concept-orbit__item--three { color: #0b9c54; }
.concept-orbit__item--four { color: #753fd4; }

/* Transparent logo needs a light footer surface, not near-black. */
.site-footer {
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgb(0 116 224 / 12%), transparent 25%),
    linear-gradient(145deg, #f7fbff, #e8f1ff);
  border-top: 1px solid rgb(5 74 170 / 10%);
}

.site-footer__top > div:first-child > p,
.site-footer__nav a {
  color: #52647d;
}

.site-footer__label {
  color: #1261ca;
}

.site-footer__nav a:hover {
  color: var(--blue);
}

.site-footer__bottom {
  color: #7a899d;
  border-top-color: rgb(5 74 170 / 12%);
}

@media (min-width: 1121px) {
  .concept-hero,
  .framework-hero,
  .service-hub-hero,
  .lab-hero,
  .about-hero,
  .contact-hero,
  .service-lp-hero {
    min-height: 720px;
    padding-block: 98px 34px;
  }
}

@media (max-width: 1120px) {
  .hero-home__inner,
  .concept-hero__inner,
  .framework-hero__grid,
  .service-hub-hero__grid,
  .lab-hero__grid,
  .about-hero__grid,
  .contact-hero__grid,
  .service-lp-hero__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero-home,
  .concept-hero,
  .framework-hero,
  .service-hub-hero,
  .lab-hero,
  .about-hero,
  .contact-hero,
  .service-lp-hero {
    min-height: 0;
    padding-block: 84px 36px;
  }

  .hero-home__inner {
    min-height: 0;
    padding-block: 20px 0;
  }

  .hero-home__title,
  .page-split-title,
  .service-hub-hero h1,
  .lab-hero h1,
  .about-hero h1,
  .contact-hero h1,
  .service-lp-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.3;
  }

  .hero-home__title span {
    white-space: normal;
  }

  .hero-system--workflow {
    min-height: 630px;
    margin-top: 8px;
  }

  .hero-workflow__ring {
    inset: 100px 24px 160px;
    border-width: 13px;
  }

  .hero-workflow__center {
    top: 43%;
    width: 190px;
    height: 190px;
    padding: 24px;
  }

  .hero-workflow__center img { width: 112px; }
  .hero-workflow__center strong { font-size: 16px; }

  .hero-workflow__node {
    width: 162px;
    min-height: 66px;
    grid-template-columns: 23px 28px 1fr;
    gap: 6px;
    padding: 9px;
  }

  .hero-workflow__node--1 { top: 24px; }
  .hero-workflow__node--2 { top: 130px; right: -6px; }
  .hero-workflow__node--3 { right: -6px; bottom: 96px; }
  .hero-workflow__node--4 { bottom: 32px; left: 0; }
  .hero-workflow__node--5 { top: 130px; left: -6px; }
  .hero-workflow__result { right: 0; bottom: 18px; }

  .category-copy h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .concept-orbit {
    margin-inline: auto;
  }

  .site-footer {
    padding-top: 58px;
  }
}

/* Framework and category precision pass */
@media (min-width: 1121px) {
  .framework-hero__grid {
    grid-template-columns: minmax(520px, .9fr) minmax(680px, 1.1fr);
    gap: 32px;
  }

  .framework-hero__copy {
    max-width: 620px;
  }

  .framework-hero .page-split-title {
    max-width: 620px;
    font-size: clamp(48px, 3.8vw, 56px);
    line-height: 1.16;
  }

  .framework-hero .page-hero__lead {
    max-width: 590px;
    font-size: 15px;
    line-height: 1.9;
  }

  .framework-hero__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 620px;
    margin-top: 26px;
    padding: 0;
    background: transparent;
  }

  .framework-hero__cards div {
    min-width: 0;
    min-height: 132px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .framework-hero__cards span {
    min-height: 38px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.55;
    word-break: keep-all;
  }

  .framework-hero__cards strong {
    display: block;
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .framework-map {
    width: 680px;
    height: 580px;
    min-height: 580px;
    transform: none;
  }

  .framework-map::before {
    width: 540px;
    height: 540px;
  }

  .framework-map::after {
    width: 360px;
    height: 360px;
  }

  .framework-map__center {
    width: 210px;
    height: 210px;
  }

  .framework-map__center img {
    width: 142px;
  }

  .framework-map__center strong {
    font-size: 16px;
  }

  .framework-map__node {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .framework-map__node > span {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .framework-map__node > .icon {
    width: 30px;
    height: 30px;
  }

  .framework-map__node strong {
    font-size: 14px;
    line-height: 1.45;
  }

  .framework-map__node small {
    font-size: 12px;
  }

  .framework-map__node--1 {
    top: 10px;
    left: calc(50% - 80px);
  }

  .framework-map__node--2 {
    top: 125px;
    right: 20px;
  }

  .framework-map__node--3 {
    right: 95px;
    bottom: 15px;
  }

  .framework-map__node--4 {
    bottom: 15px;
    left: 95px;
  }

  .framework-map__node--5 {
    top: 125px;
    left: 20px;
  }

  .category-section__inner {
    grid-template-columns: minmax(560px, 1fr) minmax(600px, 1fr);
    gap: clamp(44px, 5vw, 76px);
  }

  .category-copy h2 {
    position: relative;
    z-index: 3;
    width: auto;
    max-width: 100%;
    margin-bottom: 28px;
    font-size: clamp(52px, 4.45vw, 64px);
    line-height: 1.12;
    letter-spacing: -.065em;
    white-space: nowrap;
  }

  .category-copy h2 span {
    position: relative;
    top: -1.2em;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    line-height: 1;
    vertical-align: baseline;
  }

  .category-model__center {
    width: 270px;
    height: 270px;
  }

  .category-model__center span {
    font-size: 12px;
  }

  .category-model__center strong {
    font-size: 31px;
    line-height: 1.45;
  }

  .category-model__label {
    padding: 14px 22px;
    color: rgb(255 255 255 / 88%);
    background: rgb(255 255 255 / 10%);
    border-color: rgb(255 255 255 / 24%);
    font-size: 14px;
    font-weight: 800;
  }
}

/* Company profile and group company */
.about-company__locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-company__locations address {
  padding: 18px;
  border: 1px solid rgb(6 69 154 / 12%);
  border-radius: 16px;
  background: #f7faff;
  font-style: normal;
}

.about-company__locations strong,
.about-company__locations span {
  display: block;
}

.about-company__locations strong {
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 12px;
}

.about-company__locations span {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.about-company__business {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-company__business li {
  position: relative;
  padding-left: 17px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.about-company__business li::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: linear-gradient(135deg, var(--blue), var(--sky));
  border-radius: 50%;
}

.about-group {
  background:
    radial-gradient(circle at 88% 18%, rgb(15 110 225 / 13%), transparent 28%),
    linear-gradient(145deg, #f7fbff, #eaf3ff);
}

.about-group-card {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  color: var(--ink);
  border: 1px solid rgb(6 69 154 / 14%);
  border-radius: 24px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 22px 60px rgb(10 57 130 / 9%);
  transition: transform .3s ease, box-shadow .3s ease;
}

.about-group-card:hover {
  box-shadow: 0 30px 76px rgb(10 57 130 / 15%);
  transform: translateY(-4px);
}

.about-group-card__mark {
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .08em;
  border-radius: 22px;
  background: linear-gradient(145deg, #063c98, #0877d8);
}

.about-group-card span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-group-card h3 {
  margin: 5px 0 8px;
  font-size: 26px;
}

.about-group-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.about-group-card > strong {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--blue);
  font-size: 12px;
  white-space: nowrap;
}

.about-group-card > strong .icon {
  width: 17px;
}

.about-group__grid > div:first-child > h2 {
  margin: 8px 0 22px;
  font-size: clamp(38px, 4vw, 58px);
}

.about-group__grid > div:first-child > p {
  max-width: 360px;
  color: var(--muted);
  line-height: 1.9;
}

.about-group__grid .about-group-card__mark {
  margin-bottom: 20px;
}

.about-group__grid .text-link {
  margin-top: 20px;
}

.about-group__profile {
  margin: 0;
  border-top: 1px solid rgb(6 69 154 / 14%);
}

.about-group__profile > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid rgb(6 69 154 / 14%);
}

.about-group__profile dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.about-group__profile dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .about-company__locations,
  .about-company__business {
    grid-template-columns: 1fr;
  }

  .about-group-card {
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .about-group-card__mark {
    width: 72px;
    height: 72px;
    font-size: 19px;
    border-radius: 18px;
  }

  .about-group-card h3 {
    font-size: 20px;
  }

  .about-group-card > strong {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .about-group__profile > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* About hero — handwritten founder message */
.about-hero__visual {
  position: relative;
  min-height: 520px;
  padding: 34px 26px 58px 52px;
}

.about-hero__visual::before {
  position: absolute;
  inset: 12px 0 42px 28px;
  z-index: -1;
  content: "";
  border: 1px solid rgb(16 91 207 / 12%);
  border-radius: 38px;
  background:
    linear-gradient(rgb(18 88 190 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(18 88 190 / 5%) 1px, transparent 1px),
    linear-gradient(145deg, rgb(255 255 255 / 70%), rgb(219 235 255 / 62%));
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: 0 28px 80px rgb(10 67 160 / 13%);
  transform: rotate(1.5deg);
}

.about-hero .about-hero__statement {
  position: relative;
  z-index: 2;
  min-height: 390px;
  padding: 46px 48px 38px;
  color: #16233a;
  border: 1px solid rgb(117 91 52 / 12%);
  border-radius: 8px 18px 12px 20px;
  background:
    linear-gradient(rgb(77 119 170 / 7%) 1px, transparent 1px),
    linear-gradient(100deg, #fffef8, #fffdf3);
  background-size: 100% 32px, auto;
  box-shadow: 0 24px 55px rgb(60 49 31 / 14%);
  transform: rotate(-2.2deg);
}

.about-hero .about-hero__statement::before {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 128px;
  height: 30px;
  content: "";
  background: rgb(221 207 165 / 64%);
  box-shadow: 0 2px 6px rgb(50 40 20 / 8%);
  transform: translateX(-50%) rotate(1deg);
}

.about-hero .about-hero__statement > span {
  color: #6b7b92;
  font-family: "Klee One", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}

.about-hero .about-hero__statement > p {
  margin: 24px 0 14px;
  color: #143f87;
  font-family: "Klee One", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .04em;
}

.about-hero .about-hero__statement > strong {
  display: block;
  margin: 0;
  color: #19283f;
  font-family: "Klee One", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 600;
  line-height: 1.95;
  letter-spacing: .035em;
}

.about-hero__signature {
  display: grid;
  justify-content: end;
  margin-top: 24px;
  text-align: right;
  transform: rotate(-1deg);
}

.about-hero__signature small {
  color: #68768b;
  font-size: 9px;
}

.about-hero__signature b {
  margin-top: 3px;
  color: #123c82;
  font-family: "Klee One", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
}

.about-hero__facts {
  position: absolute;
  right: -8px;
  bottom: 2px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px;
}

.about-hero__facts > div {
  min-width: 126px;
  padding: 12px 14px;
  border: 1px solid rgb(12 82 185 / 13%);
  border-radius: 14px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 12px 30px rgb(8 65 150 / 10%);
}

.about-hero__facts span,
.about-hero__facts strong {
  display: block;
}

.about-hero__facts span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.about-hero__facts strong {
  margin-top: 3px;
  font-size: 11px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .about-hero__visual {
    min-height: 560px;
    padding: 28px 4px 128px 16px;
  }

  .about-hero__visual::before {
    inset: 8px 0 108px 8px;
  }

  .about-hero .about-hero__statement {
    min-height: 400px;
    padding: 38px 24px 30px;
  }

  .about-hero .about-hero__statement > p {
    font-size: 20px;
  }

  .about-hero .about-hero__statement > strong {
    font-size: 17px;
  }

  .about-hero__facts {
    right: 0;
    bottom: 14px;
    left: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-hero__facts > div {
    min-width: 0;
    padding: 11px 8px;
  }

  .about-hero__facts strong {
    font-size: 9px;
    white-space: normal;
  }
}

/* About hero — full-view handwritten brand letter */
.about-hero {
  min-height: 100svh;
  padding: 98px 0 28px;
  background:
    radial-gradient(circle at 84% 14%, rgb(77 151 255 / 24%), transparent 28%),
    radial-gradient(circle at 10% 88%, rgb(255 127 48 / 14%), transparent 25%),
    linear-gradient(145deg, #eaf3ff, #dceaff);
}

.about-hero::before {
  background-image:
    linear-gradient(rgb(8 72 165 / 6%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(8 72 165 / 6%) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: none;
}

.about-hero .about-hero__grid {
  position: relative;
  min-height: calc(100svh - 126px);
  grid-template-columns: minmax(420px, .88fr) minmax(560px, 1.12fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: center;
  padding: clamp(44px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgb(111 93 57 / 14%);
  border-radius: 12px 28px 16px 34px;
  background:
    linear-gradient(90deg, transparent 58px, rgb(219 93 80 / 15%) 59px, transparent 60px),
    repeating-linear-gradient(180deg, transparent 0 35px, rgb(46 106 171 / 9%) 36px),
    linear-gradient(105deg, #fffef8, #fffdf2);
  box-shadow: 0 38px 100px rgb(26 61 108 / 20%);
  transform: rotate(-.35deg);
}

.about-hero .about-hero__grid::before {
  position: absolute;
  top: -12px;
  left: 13%;
  width: 150px;
  height: 34px;
  content: "";
  background: rgb(218 200 150 / 65%);
  box-shadow: 0 2px 8px rgb(64 50 24 / 10%);
  transform: rotate(-3deg);
}

.about-hero .about-hero__grid::after {
  position: absolute;
  right: 54px;
  bottom: 36px;
  width: 112px;
  height: 42px;
  content: "REC-ECO";
  color: rgb(8 72 165 / 48%);
  font-family: "Klee One", cursive;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
  border: 2px solid rgb(8 72 165 / 30%);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.about-hero .about-hero__grid > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 590px;
  padding-left: 18px;
}

.about-hero .eyebrow {
  font-family: "Klee One", cursive;
  font-weight: 600;
  letter-spacing: .12em;
}

.about-hero h1 {
  position: relative;
  margin: 22px 0 28px;
  font-family: "Klee One", cursive;
  font-size: clamp(48px, 4.5vw, 66px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .015em;
  transform: rotate(-1deg);
}

.about-hero h1::after {
  position: absolute;
  right: 3%;
  bottom: -7px;
  left: 2%;
  height: 9px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8C92 1 172 11 260 6s154 4 237-3' fill='none' stroke='%230b63cf' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  opacity: .7;
}

.about-hero .page-hero__lead {
  max-width: 520px;
  margin-top: 0;
  color: #46566e;
  font-family: "Klee One", cursive;
  font-size: 17px;
  font-weight: 600;
  line-height: 2.05;
  letter-spacing: .045em;
}

.about-hero__visual {
  min-height: 560px;
  padding: 34px 22px 70px;
}

.about-hero__visual::before {
  display: none;
}

.about-hero .about-hero__statement {
  min-height: 430px;
  padding: 46px 48px 34px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(1.2deg);
}

.about-hero .about-hero__statement::before {
  top: 4px;
  width: 106px;
  height: 24px;
  opacity: .8;
}

.about-hero .about-hero__statement > span,
.about-hero .about-hero__statement > p,
.about-hero .about-hero__statement > strong,
.about-hero__signature b {
  font-family: "Klee One", cursive;
}

.about-hero .about-hero__statement > p {
  margin-top: 32px;
  font-size: clamp(23px, 2.1vw, 30px);
  line-height: 1.85;
}

.about-hero .about-hero__statement > strong {
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 2.05;
}

.about-hero__signature {
  margin-top: 28px;
}

.about-hero__signature b {
  font-size: 18px;
}

.about-hero__facts {
  right: 22px;
  bottom: 12px;
}

.about-hero__facts > div {
  padding: 13px 16px;
  border-color: rgb(91 75 39 / 12%);
  background: rgb(255 253 242 / 82%);
  box-shadow: 0 10px 25px rgb(63 49 24 / 8%);
  transform: rotate(-1deg);
}

.about-hero__facts > div:nth-child(2) { transform: rotate(1.5deg); }
.about-hero__facts > div:nth-child(3) { transform: rotate(-2deg); }

.about-hero__facts span,
.about-hero__facts strong {
  font-family: "Klee One", cursive;
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 0;
    padding: 82px 0 20px;
  }

  .about-hero .about-hero__grid {
    min-height: 0;
    gap: 12px;
    padding: 42px 22px 28px;
    background:
      linear-gradient(90deg, transparent 28px, rgb(219 93 80 / 13%) 29px, transparent 30px),
      repeating-linear-gradient(180deg, transparent 0 31px, rgb(46 106 171 / 8%) 32px),
      linear-gradient(105deg, #fffef8, #fffdf2);
  }

  .about-hero .about-hero__grid > div:first-child {
    padding-left: 12px;
  }

  .about-hero h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.5;
  }

  .about-hero .page-hero__lead {
    font-size: 15px;
    line-height: 2;
  }

  .about-hero__visual {
    min-height: 590px;
    padding: 0 0 128px;
  }

  .about-hero .about-hero__statement {
    min-height: 450px;
    padding: 36px 12px 24px;
  }

  .about-hero .about-hero__statement > p {
    font-size: 21px;
  }

  .about-hero .about-hero__statement > strong {
    font-size: 18px;
  }

  .about-hero__facts {
    right: 0;
    left: 0;
  }

  .about-hero .about-hero__grid::after {
    right: 12px;
    bottom: 12px;
  }
}

/* Institute hero benefits and visual ranking */
.lab-hero-benefits {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.lab-hero-benefits > div {
  display: grid;
  min-height: 92px;
  grid-template-columns: 42px 1fr;
  column-gap: 13px;
  align-content: center;
  padding: 16px 20px;
  border: 1px solid rgb(6 69 154 / 13%);
  border-radius: 18px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 16px 40px rgb(10 59 135 / 8%);
  backdrop-filter: blur(12px);
}

.lab-hero-benefits .icon {
  width: 29px;
  height: 29px;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--blue);
}

.lab-hero-benefits span,
.lab-hero-benefits strong {
  display: block;
}

.lab-hero-benefits span {
  color: #718096;
  font-size: 9px;
  font-weight: 700;
}

.lab-hero-benefits strong {
  margin-top: 3px;
  font-size: 13px;
}

.lab-ranking-item {
  grid-template-columns: 42px 76px minmax(0, 1fr);
  align-items: center;
}

.lab-ranking-item__image {
  width: 76px;
  height: 58px;
  overflow: hidden;
  border-radius: 11px;
  background: #eaf2ff;
}

.lab-ranking-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .lab-hero-benefits {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

@media (min-width: 1121px) {
  .lab-hero {
    min-height: 840px;
    padding-bottom: 34px;
  }

  .lab-hero__grid {
    min-height: 570px;
    align-items: center;
  }

  .lab-hero__actions {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .lab-hero-benefits > div {
    min-height: 78px;
    padding: 13px 16px;
  }

  .lab-ranking-item {
    grid-template-columns: 34px 68px minmax(0, 1fr);
    gap: 9px;
  }

  .lab-ranking-item__image {
    width: 68px;
    height: 54px;
  }
}

/* Final mobile override: this block must stay last. */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip !important;
  }

  .container,
  .site-header__inner {
    width: min(calc(100% - 28px), var(--container)) !important;
  }

  .page-hero,
  .entry-hero,
  .concept-hero,
  .framework-hero,
  .lab-hero,
  .case-archive-hero,
  .case-single-hero,
  .service-lp-hero,
  .about-hero,
  .contact-hero {
    min-height: auto !important;
    padding-block: 104px 54px !important;
  }

  .hero-home__inner,
  .concept-hero__inner,
  .framework-hero__grid,
  .service-hub-hero__grid,
  .lab-hero__grid,
  .service-lp-hero__inner,
  .case-archive-hero__inner,
  .case-single-hero__inner,
  .about-hero__grid,
  .contact-hero__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    min-width: 0 !important;
  }

  .hero-home__title,
  .page-hero h1,
  .entry-hero h1,
  .service-lp-hero h1,
  .case-archive-hero__copy h1,
  .case-single-hero__copy h1,
  .about-hero h1,
  .contact-hero h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 9.4vw, 44px) !important;
    line-height: 1.23 !important;
    white-space: normal !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .page-hero h1.page-split-title span,
  .service-lp-hero h1 span,
  .hero-home__title span {
    display: inline !important;
    white-space: normal !important;
  }

  .hero-home__lead,
  .page-hero__lead,
  .service-lp-hero__lead,
  .case-archive-hero__copy > p:last-child,
  .case-single-hero__copy > p:last-child {
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  .hero-home__actions,
  .concept-hero__actions,
  .service-lp-hero__actions,
  .service-hero__actions,
  .global-cta__actions,
  .service-product-cta__actions {
    width: 100% !important;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .button,
  .hero-home__actions .button,
  .concept-hero__actions .button,
  .service-lp-hero__actions .button,
  .service-hero__actions .button,
  .global-cta__actions .button,
  .service-product-cta__actions .button {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: space-between !important;
    white-space: normal !important;
  }

  .lab-search-panel {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    padding: 22px 18px !important;
    border-radius: 24px !important;
  }

  .lab-hero-benefits {
    position: static !important;
    grid-template-columns: 1fr !important;
    margin-top: 18px !important;
  }

  .framework-map,
  .concept-orbit,
  .service-lp-visual,
  .service-hero__visual,
  .hero-system {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    transform: none !important;
  }

  .framework-map {
    min-height: 560px !important;
    padding: 20px !important;
  }

  .framework-map__node {
    width: min(130px, 34vw) !important;
    height: min(130px, 34vw) !important;
    padding: 12px !important;
  }

  .framework-map__node strong {
    font-size: clamp(11px, 3.1vw, 13px) !important;
  }

  .framework-map__center {
    width: min(168px, 42vw) !important;
    height: min(168px, 42vw) !important;
  }

  .lab-category-grid,
  .lab-empty-grid,
  .service-feature-grid--lp,
  .case-archive-grid,
  .case-grid,
  .insights-grid,
  .concept-stat-grid,
  .concept-flow,
  .concept-equation,
  .concept-outcome-grid,
  .framework-process,
  .framework-growth-cycle,
  .framework-results__grid,
  .service-dashboard-grid,
  .service-value-grid,
  .service-flow,
  .feature-list,
  .site-footer__nav {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-07-09 photo QA patch: mobile menu and service visual fit. Keep this at the very end. */
@media (max-width: 767px) {
  .site-header {
    z-index: 10000 !important;
    height: 72px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(18px) saturate(150%) !important;
  }

  .site-header__inner {
    height: 72px !important;
    padding-inline: 0 !important;
  }

  .menu-toggle {
    z-index: 10020 !important;
    width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px !important;
    background: #031b44 !important;
    box-shadow: 0 14px 30px rgb(3 27 68 / 18%) !important;
  }

  .mobile-menu {
    position: fixed !important;
    z-index: 9990 !important;
    top: 72px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    padding: 22px 32px 42px !important;
    overflow-y: auto !important;
    background:
      linear-gradient(rgba(6, 69, 154, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(6, 69, 154, 0.035) 1px, transparent 1px),
      rgba(255, 255, 255, 0.985) !important;
    background-size: 42px 42px, 42px 42px, auto !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
  }

  .mobile-menu.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .mobile-menu nav {
    width: 100% !important;
  }

  .mobile-menu a {
    display: block !important;
    padding: 18px 0 !important;
    color: #031b44 !important;
    border-bottom: 1px solid rgb(6 69 154 / 12%) !important;
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  body.menu-open main,
  body.menu-open .hero-home,
  body.menu-open .page-hero,
  body.menu-open .service-lp-hero {
    pointer-events: none !important;
  }

  .hero-home__visual,
  .service-lp-visual {
    overflow: hidden !important;
    border-radius: 30px !important;
  }

  .hero-system {
    min-height: 360px !important;
    max-height: 430px !important;
    overflow: hidden !important;
  }

  .hero-system__card {
    transform: scale(0.86) !important;
  }

  .hero-system__card--metric,
  .hero-system__card--growth,
  .hero-system__card--process {
    position: static !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }

  .service-lp-hero {
    overflow: hidden !important;
  }

  .service-lp-hero__inner {
    padding-top: 14px !important;
  }

  .service-lp-visual {
    min-height: auto !important;
    padding: 22px 12px 24px !important;
  }

  .service-lp-visual::before {
    inset: 10px 0 !important;
    border-radius: 28px !important;
  }

  .dashboard-mockup,
  .dashboard-mockup--hero,
  .dashboard-mockup--large {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin: 18px auto 0 !important;
    grid-template-columns: 1fr !important;
    border-radius: 24px !important;
  }

  .dashboard-sidebar {
    display: none !important;
  }

  .dashboard-main {
    min-width: 0 !important;
    padding: 16px !important;
  }

  .metric-row,
  .service-metrics-band__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .metric-row div,
  .service-metric-card {
    min-width: 0 !important;
    min-height: 86px !important;
    padding: 16px 18px !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  .metric-row strong,
  .service-metric-card strong {
    display: block !important;
    max-width: 100% !important;
    font-size: clamp(28px, 9vw, 40px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.06em !important;
    white-space: normal !important;
  }

  .lp-card-row {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  .lp-mini-card {
    min-height: 116px !important;
    padding: 18px 16px !important;
  }

  .lp-mini-card span {
    margin-top: 22px !important;
    font-size: 14px !important;
  }

  .service-lp--ltouch .phone-mockup,
  .service-lp--ltouch-lab .laptop-mockup,
  .phone-mockup {
    width: min(300px, 78vw) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  .service-lp--ltouch-lab .service-lp-visual {
    padding-top: 18px !important;
  }

  .service-lp--airnavi .dashboard-mockup,
  .service-lp--ai-advisor .dashboard-mockup {
    transform: none !important;
  }

  .chart-line,
  .bar-chart,
  .donut-chart {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .service-lp--ai-advisor .service-lp-visual {
    min-height: auto !important;
  }

  .service-lp--ai-advisor .ai-work-map {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 18px 0 0 !important;
  }

  .service-lp--ai-advisor .ai-work-map__orbit,
  .service-lp--ai-advisor .ai-work-map__robot {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .service-lp--ai-advisor .ai-work-map__robot {
    margin: 0 auto 10px !important;
  }

  .service-lp--ai-advisor .ai-work-task,
  .service-lp--ai-advisor .ai-work-task--3,
  .service-lp--ai-advisor .ai-work-task--4,
  .service-lp--ai-advisor .ai-work-task--5 {
    position: static !important;
    display: grid !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .service-lp--ai-advisor .ai-work-map__status {
    position: static !important;
    transform: none !important;
    justify-content: center !important;
    margin-top: 8px !important;
  }

  .service-feature-grid--lp {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-07-09 mobile nav hotfix: place hamburger at the right edge and keep it tappable. */
@media (max-width: 767px) {
  .site-header__inner {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .brand {
    min-width: 0 !important;
    max-width: calc(100% - 74px) !important;
  }

  .brand__logo,
  .brand .custom-logo {
    width: min(178px, 48vw) !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .menu-toggle {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    display: flex !important;
    margin-left: auto !important;
    transform: none !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
  }

  .menu-toggle span {
    pointer-events: none !important;
  }

  .mobile-menu {
    visibility: hidden !important;
  }

  .mobile-menu.is-open {
    visibility: visible !important;
  }
}
