/* Aptise grounded corporate direction - 2026-08-27
   Calm, evidence-led styling for the home page. */

html { background: #ffffff; }

.site-grounded {
  --navy: #173149;
  --navy-2: #28455f;
  --navy-3: #102436;
  --orange: #b9542d;
  --ink: #1b2a38;
  --text: #4b5965;
  --muted: #727e87;
  --line: #dce2e5;
  --line-strong: #bcc6cb;
  --paper: #ffffff;
  --pale: #f5f7f8;
  --white: #ffffff;
  --container: min(1180px, calc(100vw - 64px));
  --header-h: 76px;
  --type-section-title: clamp(2rem, 3.2vw, 3rem);
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", system-ui, sans-serif;
}

.site-grounded h1,
.site-grounded h2,
.site-grounded h3,
.site-grounded h4 {
  font-weight: 600;
  letter-spacing: -.01em;
}

.site-grounded p { color: var(--text); }

.site-grounded .container { width: var(--container); }

/* Calm global chrome */
.site-grounded .site-header {
  height: var(--header-h);
  border-bottom: 1px solid rgba(23, 38, 56, .14);
  background: rgba(255, 255, 255, .96);
  box-shadow: none;
  backdrop-filter: none;
}

.site-grounded .site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 8px 24px rgba(20, 35, 50, .045);
}

.site-grounded .header-inner {
  width: var(--container);
  max-width: none;
  padding-left: 0;
}

.site-grounded .site-logo img { width: 134px; }
.site-grounded .site-nav__list { gap: clamp(24px, 2.5vw, 38px); }

.site-grounded .site-nav__link {
  color: #233344;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .085em;
}

.site-grounded .site-nav__link::after {
  bottom: 18px;
  height: 1px;
  background: var(--orange);
}

.site-grounded .site-subnav {
  min-width: 224px;
  padding: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 18px 44px rgba(23, 38, 56, .09);
}

.site-grounded .site-subnav a {
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  font-weight: 700;
}

.site-grounded .site-subnav a:hover,
.site-grounded .site-subnav a[aria-current="page"] {
  background: #f4f6f7;
  color: var(--ink);
}

.site-grounded .header-contact {
  align-self: center;
  min-width: 132px;
  min-height: 44px;
  margin-left: 34px;
  padding: 0 18px;
  border: 1px solid var(--navy);
  border-radius: 2px;
  background: var(--navy);
  font-size: .7rem;
  letter-spacing: .08em;
}

.site-grounded .header-contact:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
}

.site-grounded .header-contact span { color: #e6b29d; }

/* Buttons do not perform theatrical fills or lifts. */
.site-grounded .button {
  min-width: 220px;
  min-height: 54px;
  padding: 13px 18px;
  border: 1px solid var(--navy);
  border-radius: 2px;
  background: var(--navy);
  box-shadow: none;
  color: white;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.site-grounded .button::before { display: none; }
.site-grounded .button::after { color: #e6b29d; }

.site-grounded .button:hover {
  transform: none;
  border-color: var(--navy-2);
  background: var(--navy-2);
  box-shadow: none;
}

.site-grounded .button--outline {
  border-color: #aab2b1;
  background: transparent;
  color: var(--ink);
}

.site-grounded .button--outline:hover {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.site-grounded .button--outline::after { color: var(--orange); }

/* Shared page heroes: lead with the business statement, not fictional imagery. */
.site-grounded .hero,
.site-grounded .page-hero {
  min-height: auto;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
  background: #ffffff;
  background-image: none;
}

.site-grounded .hero::before,
.site-grounded .page-hero::before { display: none; }

.site-grounded .page-hero .hero__inner,
.site-grounded .hero--copy-expanded .hero__inner {
  width: var(--container);
  min-height: clamp(430px, 58svh, 560px);
  margin-inline: auto;
  padding: 0;
}

.site-grounded .page-hero .hero__copy,
.site-grounded .hero--copy-expanded .hero__copy {
  width: min(900px, 100%);
  padding: clamp(70px, 8vw, 104px) 0;
}

.site-grounded .page-hero .hero__copy h1 {
  max-width: 860px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(2.8rem, 4.5vw, 4.4rem);
  line-height: 1.22;
  letter-spacing: -.018em;
}

.site-grounded .page-hero .hero__copy p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 26px;
  color: var(--text);
  font-size: clamp(.96rem, 1.15vw, 1.06rem);
  line-height: 1.95;
}

.site-grounded .page-hero .hero__visual,
.site-grounded .page-hero .hero__scroll { display: none; }

.site-grounded .page-hero.page-hero--art-ai {
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .99) 42%, rgba(255, 255, 255, .94) 58%, rgba(255, 255, 255, .52) 74%, rgba(255, 255, 255, .08) 100%),
    url("../img/ai-solutions-hero-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .page-hero.page-hero--art-logistics {
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .99) 42%, rgba(255, 255, 255, .94) 58%, rgba(255, 255, 255, .50) 74%, rgba(255, 255, 255, .06) 100%),
    url("../img/logistics-dx-hero-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .breadcrumb {
  margin-bottom: 24px;
  color: var(--muted);
}

.site-grounded .breadcrumb a { color: var(--navy-2); }

/* Solutions overview */
.site-grounded .solutions-hero {
  min-height: auto;
  border-bottom: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--ink);
}

.site-grounded .solutions-hero::before { display: none; }

.site-grounded .solutions-hero__inner {
  width: var(--container);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: clamp(52px, 8vw, 104px);
  align-items: center;
  padding: clamp(72px, 8vw, 108px) 0;
}

.site-grounded .solutions-hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(3rem, 4.8vw, 4.5rem);
  line-height: 1.15;
  letter-spacing: -.018em;
}

.site-grounded .solutions-hero p {
  max-width: 680px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.95;
}

.site-grounded .solutions-hero__meta {
  gap: 0;
  border: 1px solid var(--line-strong);
  background: #f4f6f7;
  backdrop-filter: none;
}

.site-grounded .solutions-hero__meta div {
  min-height: 0;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.site-grounded .solutions-hero__meta div:last-child { border-bottom: 0; }

.site-grounded .solutions-hero__meta small {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .08em;
}

.site-grounded .solutions-hero__meta strong {
  margin-top: 7px;
  color: var(--ink);
  font-size: .92rem;
  font-weight: 600;
}

.site-grounded .solutions-hero.solutions-hero--art {
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .98) 38%, rgba(255, 255, 255, .82) 56%, rgba(255, 255, 255, .3) 100%),
    url("../img/solutions-overview-hero-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .solutions-hero--art .solutions-hero__meta {
  background: rgba(244, 246, 247, .86);
}

.site-grounded .solution-lanes {
  gap: 18px;
  border-top: 0;
}

.site-grounded .solution-lane,
.site-grounded .solution-lane--dark {
  grid-template-columns: 64px minmax(0, 1fr) 116px;
  min-height: 320px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--ink);
}

.site-grounded .solution-lane--dark { background: #edf1f2; }
.site-grounded .solution-lane::before { display: none; }

.site-grounded .solution-lane.solution-lane--art-ai {
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .98) 46%, rgba(255, 255, 255, .9) 66%, rgba(255, 255, 255, .3) 100%),
    url("../img/solutions-ai-lane-bg.jpg");
  background-position: center, center right;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .solution-lane.solution-lane--art-logistics {
  background-color: #edf1f2;
  background-image:
    linear-gradient(90deg, #edf1f2 0%, rgba(237, 241, 242, .98) 46%, rgba(237, 241, 242, .9) 66%, rgba(237, 241, 242, .3) 100%),
    url("../img/solutions-logistics-lane-bg.jpg");
  background-position: center, center right;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .solution-lane__index {
  align-self: start;
  padding-top: 4px;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.site-grounded .solution-lane__copy small {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .08em;
}

.site-grounded .solution-lane h2 {
  max-width: 720px;
  margin: 26px 0 16px;
  color: var(--ink);
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.45;
}

.site-grounded .solution-lane p,
.site-grounded .solution-lane--dark p {
  max-width: 680px;
  color: var(--text);
  font-size: .9rem;
  line-height: 1.9;
}

.site-grounded .solution-lane__action,
.site-grounded .solution-lane--dark .solution-lane__action {
  min-width: 0;
  border-left: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: .68rem;
}

.site-grounded .solution-lane__action::after { color: var(--orange); }

/* Detail pages use a typographic intro and concrete facts. */
.site-grounded .theme-detail-hero,
.site-grounded .theme-detail-hero--logistics {
  min-height: auto;
  border-bottom: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--ink);
}

.site-grounded .theme-detail-hero::before { display: none; }

.site-grounded .theme-detail-hero__inner {
  grid-template-columns: 1fr;
  min-height: clamp(430px, 58svh, 560px);
  padding: clamp(68px, 8vw, 100px) 0;
}

.site-grounded .theme-detail-hero .breadcrumb { color: var(--muted); }
.site-grounded .theme-detail-hero .breadcrumb a { color: var(--navy-2); }

.site-grounded .theme-detail-hero h1 {
  max-width: 880px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(2.8rem, 4.6vw, 4.5rem);
  line-height: 1.2;
  letter-spacing: -.018em;
}

.site-grounded .theme-detail-hero__lead {
  max-width: 740px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.95;
}

.site-grounded .theme-detail-hero__index { display: none; }

.site-grounded .theme-detail-summary {
  border-color: var(--line-strong);
}

.site-grounded .theme-facts { border-bottom-color: var(--line-strong); }

.site-grounded .theme-fact + .theme-fact { border-left-color: var(--line); }

.site-grounded .theme-deliverables {
  background: #edf1f2;
  color: var(--ink);
}

.site-grounded .theme-deliverables .section-heading h2,
.site-grounded .theme-deliverable h3 { color: var(--ink); }

.site-grounded .theme-deliverables .section-heading__copy { color: var(--text); }

.site-grounded .theme-deliverables__grid {
  border-color: var(--line-strong);
}

.site-grounded .theme-deliverable + .theme-deliverable {
  border-left-color: var(--line-strong);
}

.site-grounded .theme-detail-back { color: var(--ink); }

/* General cards and diagrams */
.site-grounded .card,
.site-grounded .theme-card-grid .theme-card {
  border-color: var(--line-strong);
  background: #ffffff;
  box-shadow: none;
  transition: border-color .2s ease, background .2s ease;
}

.site-grounded .card:hover,
.site-grounded .theme-card-grid .theme-card:hover {
  transform: none;
  border-color: #8f9997;
  background: #ffffff;
  box-shadow: none;
}

/* Theme switcher: both consultation areas stay on the current page. */
.site-grounded .theme-switcher__slide + .theme-switcher__slide {
  margin-top: clamp(72px, 8vw, 120px);
}

.site-grounded .theme-switcher__status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.site-grounded .theme-switcher__arrow[hidden],
.site-grounded .theme-switcher__dots[hidden] {
  display: none;
}

.site-grounded .theme-switcher.is-ready .theme-switcher__stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(52px, 5vw, 68px);
  gap: clamp(14px, 2vw, 28px);
  align-items: stretch;
}

.site-grounded .theme-switcher.is-ready .theme-switcher__viewport {
  min-width: 0;
  overflow: hidden;
  cursor: grab;
  outline-offset: 8px;
  touch-action: pan-y;
}

.site-grounded .theme-switcher.is-dragging .theme-switcher__viewport {
  cursor: grabbing;
  user-select: none;
}

.site-grounded .theme-switcher.is-ready .theme-switcher__track {
  display: flex;
  align-items: stretch;
  transition: transform .68s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.site-grounded .theme-switcher.is-ready .theme-switcher__track.is-immediate,
.site-grounded .theme-switcher.is-dragging .theme-switcher__track {
  transition: none;
}

.site-grounded .theme-switcher.is-ready .theme-switcher__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.site-grounded .theme-switcher.is-ready .theme-switcher__slide + .theme-switcher__slide {
  margin-top: 0;
}

.site-grounded .theme-switcher__slide[aria-hidden="true"] {
  pointer-events: none;
}

.site-grounded .theme-switcher__arrow {
  align-self: center;
  display: grid;
  width: clamp(52px, 5vw, 64px);
  height: clamp(52px, 5vw, 64px);
  padding: 0;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  transition: border-color .24s ease, color .24s ease, background .24s ease;
}

.site-grounded .theme-switcher__arrow:hover {
  border-color: var(--orange);
  background: #ffffff;
  color: var(--orange);
}

.site-grounded .theme-switcher__arrow:focus-visible,
.site-grounded .theme-switcher__dots button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.site-grounded .theme-switcher__dots {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: 28px;
}

.site-grounded .theme-switcher__dots button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-grounded .theme-switcher__dots button::before {
  width: 7px;
  height: 7px;
  border: 1px solid var(--muted);
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: width .24s ease, height .24s ease, border-color .24s ease, background .24s ease;
}

.site-grounded .theme-switcher__dots button[aria-current="true"]::before {
  width: 9px;
  height: 9px;
  border-color: var(--ink);
  background: var(--ink);
}

.site-grounded .card__number,
.site-grounded .theme-card__cta span,
.site-grounded .topic-item__cta span,
.site-grounded .process__number,
.site-grounded .decision__label {
  color: var(--orange);
  font-weight: 700;
}

.site-grounded .tag {
  border-radius: 2px;
  background: transparent;
}

.site-grounded .section--navy {
  background: #edf1f2;
  color: var(--ink);
}

.site-grounded .section--navy p { color: var(--text); }
.site-grounded .section--navy .section-heading { border-color: var(--line-strong); }

.site-grounded .theme-columns--on-dark .theme-group,
.site-grounded .theme-columns--on-dark .theme-group--dark {
  border-color: var(--line-strong);
  background: #ffffff;
  color: var(--ink);
  box-shadow: none;
}

.site-grounded .theme-columns--on-dark .theme-group__head h3,
.site-grounded .theme-columns--on-dark .theme-list strong,
.site-grounded .theme-columns--on-dark .theme-group > a {
  color: var(--ink);
}

.site-grounded .theme-columns--on-dark .theme-list,
.site-grounded .theme-columns--on-dark .theme-list li,
.site-grounded .theme-columns--on-dark .theme-group + .theme-group {
  border-color: var(--line);
}

/* Company: remove the imaginary orchestration scene and UI-like diagrams. */
.site-grounded .mvv-section {
  padding: clamp(70px, 8vw, 106px) 0 0;
  border-bottom-color: var(--line-strong);
  background: #ffffff;
}

.site-grounded .mvv-section > .container {
  width: var(--container);
  max-width: none;
}

.site-grounded .mvv-section__eyebrow {
  position: static;
  width: auto;
  margin-bottom: 22px;
  padding: 0;
  border: 0;
  background: transparent;
}

.site-grounded .mvv-showcase { background: transparent; }

.site-grounded .mvv-showcase__mission {
  grid-template-columns: 1fr;
  height: auto;
  min-height: 480px;
  border: 1px solid var(--line-strong);
  background: #ffffff;
  background-image: none;
}

.site-grounded .mvv-showcase__mission.mvv-showcase__mission--art {
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .98) 52%, rgba(255, 255, 255, .9) 69%, rgba(255, 255, 255, .26) 100%),
    url("../img/company-mission-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .mvv-showcase__mission-copy {
  max-width: 980px;
  padding: clamp(52px, 7vw, 84px);
}

.site-grounded .mvv-showcase__mission h1 {
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  line-height: 1.25;
  letter-spacing: -.018em;
}

.site-grounded .mvv-flow-lines,
.site-grounded .mvv-sculpture,
.site-grounded .mvv-principle__icon { display: none; }

.site-grounded .mvv-showcase__principles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
  background: #edf1f2;
}

.site-grounded .mvv-showcase__principles::before,
.site-grounded .mvv-showcase__principles::after { display: none; }

.site-grounded .mvv-principle,
.site-grounded .mvv-principle--vision,
.site-grounded .mvv-principle--value {
  min-height: 360px;
  padding: clamp(42px, 5vw, 62px);
  background: transparent;
  color: var(--ink);
}

.site-grounded .mvv-principle--vision,
.site-grounded .mvv-principle--value {
  background-color: #ffffff;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .mvv-principle--vision {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .995) 0%, rgba(255, 255, 255, .985) 52%, rgba(255, 255, 255, .88) 68%, rgba(255, 255, 255, .42) 82%, rgba(255, 255, 255, .06) 100%),
    url("../img/company-vision-bg-v2.jpg");
  background-position: center, 46% 100%;
}

.site-grounded .mvv-principle--value {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .995) 0%, rgba(255, 255, 255, .985) 48%, rgba(255, 255, 255, .82) 66%, rgba(255, 255, 255, .32) 80%, rgba(255, 255, 255, .04) 100%),
    url("../img/company-value-bg-v2.jpg");
  background-position: center, 70% 100%;
}

.site-grounded .mvv-principle + .mvv-principle {
  border-left: 1px solid var(--line-strong);
}

.site-grounded .mvv-principle__label { color: var(--muted); }
.site-grounded .mvv-principle__label::after { display: none; }

.site-grounded .mvv-principle h2 {
  margin: 34px 0 20px;
  color: var(--ink);
  font-size: clamp(1.75rem, 2.6vw, 2.55rem);
}

.site-grounded .mvv-principle p { color: var(--text); }

.site-grounded .profile-grid--stacked .profile {
  border-bottom-color: var(--line-strong);
}

.site-grounded .profile h3 { font-weight: 600; }

.site-grounded .ceo-message-section,
.site-grounded .contact-page {
  background-color: var(--paper);
  background-image: none;
}

.site-grounded .contact-page.contact-page--art {
  background-color: #ffffff;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .54) 0%, rgba(255, 255, 255, .62) 52%, rgba(255, 255, 255, .7) 100%),
    url("../img/contact-page-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
}

.site-grounded .contact-page--art .form-card {
  background: rgba(255, 255, 255, .93);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-grounded .contact-page--art .form-control {
  background: rgba(255, 255, 255, .98);
}

.site-grounded .message-page.message-page--art {
  background-color: #ffffff;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .46) 0%, rgba(255, 255, 255, .56) 52%, rgba(255, 255, 255, .66) 100%),
    url("../img/message-page-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
}

.site-grounded .message-page--art .message-hero,
.site-grounded .message-page--art .ceo-message-section {
  background-color: transparent;
  background-image: none;
}

.site-grounded .message-page--art .ceo-message {
  background: rgba(255, 255, 255, .93);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-grounded .ceo-message {
  border-color: var(--line-strong);
  background: #ffffff;
}

.site-grounded .ceo-message__body { border-left-color: var(--line-strong); }

.site-grounded .definition-list { border-top-color: var(--line-strong); }

/* Hero: no fictional environment, HUD labels, grid, orbit or parallax. */
.home-hero-grounded {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
  background: #ffffff;
}

.home-hero-grounded__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
  min-height: clamp(610px, calc(90svh - var(--header-h)), 760px);
  align-items: stretch;
}

.home-hero-grounded__art {
  --art-opacity: .74;
  position: absolute;
  z-index: 0;
  top: 47%;
  right: 1vw;
  width: min(1060px, 74vw);
  margin: 0;
  pointer-events: none;
  opacity: var(--art-opacity);
  transform: translateY(-50%);
  -webkit-mask-image: radial-gradient(ellipse 94% 86% at 61% 50%, #000 44%, rgba(0, 0, 0, .9) 69%, transparent 100%);
  mask-image: radial-gradient(ellipse 94% 86% at 61% 50%, #000 44%, rgba(0, 0, 0, .9) 69%, transparent 100%);
}

.home-hero-grounded__art img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.74) contrast(.98);
  mix-blend-mode: multiply;
}

html.js .site-grounded .home-hero-grounded__art[data-reveal] {
  opacity: 0;
  filter: none;
  transform: translateY(-50%);
  transition: opacity 1.15s ease var(--reveal-delay, 0ms);
}

html.js .site-grounded .home-hero-grounded__art[data-reveal].is-visible {
  opacity: var(--art-opacity);
}

.home-hero-grounded__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(74px, 9vw, 118px) clamp(54px, 7vw, 104px) clamp(76px, 9vw, 118px) 0;
}

.home-hero-grounded h1 {
  max-width: 760px;
  margin: 0 0 30px;
  color: var(--ink);
  font-size: clamp(3rem, 5.1vw, 4.9rem);
  line-height: 1.2;
  letter-spacing: -.018em;
}

.home-hero-grounded__lead {
  max-width: 650px;
  margin: 0 0 34px;
  font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 2;
}

.home-hero-grounded__scope {
  --scope-pad: clamp(38px, 4.6vw, 56px);
  align-self: center;
  overflow: visible;
  padding: 0;
  border: 0;
  border-block: 1px solid rgba(31, 45, 55, .22);
  background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78));
}

.home-scope__body { padding: var(--scope-pad); }

.home-scope__label {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.home-hero-grounded__scope h2 {
  margin: 0 0 38px;
  font-size: clamp(1.65rem, 2.25vw, 2.25rem);
  line-height: 1.55;
}

.home-scope__list {
  margin: 0 0 28px;
  border-top: 1px solid var(--line-strong);
}

.home-scope__list > div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-strong);
}

.home-scope__list dt {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
}

.home-scope__list dd {
  margin: 0;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.7;
}

.site-grounded .text-link,
.site-grounded .service-panel a,
.site-grounded .theme-group > a {
  color: var(--ink);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.site-grounded .text-link::after,
.site-grounded .service-panel a::after,
.site-grounded .theme-group > a::after {
  color: var(--orange);
}

/* Static, descriptive process instead of a decorative marquee. */
.home-process-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.home-process-strip__inner {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: stretch;
}

.home-process-strip__inner > p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 26px 28px 26px 0;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.6;
}

.home-process-strip ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--line);
  list-style: none;
}

.home-process-strip ol::before {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line-strong);
  content: "";
  transform-origin: left center;
}

.home-process-strip ol::after {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0 43%, rgba(220, 102, 51, .82) 48% 52%, transparent 57% 100%);
  background-position: 100% 0;
  background-size: 300% 100%;
  content: "";
  opacity: 0;
  pointer-events: none;
}

.home-process-strip.is-motion-active ol::after {
  animation: aptise-process-thread 20s linear infinite;
}

@keyframes aptise-process-thread {
  0%, 8% { background-position: 100% 0; opacity: 0; }
  14% { opacity: .78; }
  86% { opacity: .78; }
  92%, 100% { background-position: -100% 0; opacity: 0; }
}

html.js .site-grounded .home-process-strip__inner[data-reveal] ol::before {
  transform: scaleX(0);
  transition: transform .9s cubic-bezier(.22, .61, .36, 1) .16s;
}

html.js .site-grounded .home-process-strip__inner[data-reveal].is-visible ol::before {
  transform: scaleX(1);
}

.home-process-strip li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 5px 12px;
  padding: 23px 24px;
}

.home-process-strip li + li { border-left: 1px solid var(--line); }

.home-process-strip li > span {
  grid-row: 1 / span 2;
  color: var(--orange);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.home-process-strip strong {
  color: var(--ink);
  font-size: .86rem;
  font-weight: 700;
}

.home-process-strip small {
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.5;
}

/* Content rhythm */
.site-grounded .section {
  padding: clamp(86px, 9vw, 124px) 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.site-grounded .section--pale { background: var(--pale); }
.site-grounded .section-heading {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: clamp(44px, 7vw, 96px);
  margin-bottom: clamp(44px, 5vw, 68px);
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
}

.site-grounded .section-heading h2,
.site-grounded .home-assessment h2,
.site-grounded .home-trust h2 {
  font-size: var(--type-section-title);
  line-height: 1.42;
}

.site-grounded .section-heading__copy {
  max-width: 500px;
  font-size: .94rem;
  line-height: 1.95;
}

.site-grounded .eyebrow {
  display: block;
  margin: 0 0 18px;
  color: var(--orange);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: none;
}

.site-grounded .eyebrow::before { display: none; }

/* Strengths are quiet statements, not interactive tiles. */
.site-grounded .strength-grid {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.site-grounded .strength-item {
  min-height: 260px;
  padding: 34px clamp(24px, 3.2vw, 42px);
  transition: none;
}

.site-grounded .strength-item + .strength-item { border-left-color: var(--line); }

.site-grounded .strength-item span {
  color: var(--orange);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.site-grounded .strength-item h3 {
  margin: 56px 0 14px;
  font-size: clamp(1.3rem, 1.7vw, 1.62rem);
}

.site-grounded .strength-item p {
  max-width: 320px;
  font-size: .88rem;
  line-height: 1.9;
}

@media (hover: hover) {
  .site-grounded .strength-item:hover {
    background: transparent;
    color: inherit;
  }

  .site-grounded .strength-item:hover p { color: var(--text); }
}

.site-grounded.home-grounded .strength-item--art {
  --approach-art: none;
  background-color: #fff;
  background-image:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .995) 44%, rgba(255, 255, 255, .9) 70%, rgba(255, 255, 255, .34) 100%),
    var(--approach-art);
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 112%;
}

.site-grounded.home-grounded .strength-item--art-01 {
  --approach-art: url("../img/home-approach-01-bg.jpg");
}

.site-grounded.home-grounded .strength-item--art-02 {
  --approach-art: url("../img/home-approach-02-bg.jpg");
}

.site-grounded.home-grounded .strength-item--art-03 {
  --approach-art: url("../img/home-approach-03-bg.jpg");
}

/* Services: information panels instead of cinematic posters. */
.site-grounded .service-split {
  gap: 20px;
  border: 0;
}

.site-grounded .service-panel,
.site-grounded .service-panel--dark {
  min-height: 410px;
  padding: clamp(34px, 4vw, 48px);
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--ink);
}

.site-grounded .service-panel + .service-panel {
  border-left: 1px solid var(--line-strong);
}

.site-grounded .service-panel--dark { background: #edf1f2; }

.site-grounded .service-panel.service-panel--art-ai,
.site-grounded .service-panel.service-panel--art-logistics {
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  background-blend-mode: normal, multiply;
}

.site-grounded .service-panel.service-panel--art-ai {
  background-color: #ffffff;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .998) 0%, rgba(255, 255, 255, .99) 52%, rgba(255, 255, 255, .88) 70%, rgba(255, 255, 255, .42) 87%, rgba(255, 255, 255, .08) 100%),
    url("../img/home-service-ai-bottom-bg-v2.jpg");
  background-position: center, 46% 100%;
}

.site-grounded .service-panel.service-panel--art-logistics {
  background-color: #edf1f2;
  background-image:
    linear-gradient(180deg, rgba(237, 241, 242, .998) 0%, rgba(237, 241, 242, .99) 50%, rgba(237, 241, 242, .86) 68%, rgba(237, 241, 242, .38) 86%, rgba(237, 241, 242, .06) 100%),
    url("../img/home-service-logistics-bottom-bg-v2.jpg");
  background-position: center, 66% 100%;
}

.site-grounded .service-panel::before,
.site-grounded .service-panel::after { display: none; }

.site-grounded .service-panel small {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .09em;
}

.site-grounded .service-panel h3 {
  max-width: 520px;
  margin: 32px 0 18px;
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
  line-height: 1.5;
}

.site-grounded .service-panel p,
.site-grounded .service-panel--dark p {
  max-width: 540px;
  color: var(--text);
  font-size: .9rem;
  line-height: 1.9;
}

.site-grounded .service-panel a,
.site-grounded .service-panel--dark a {
  position: static;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
  color: var(--ink);
}

.site-grounded .service-panel a::after {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--orange);
}

@media (hover: hover) {
  .site-grounded .service-panel:hover::after { transform: none; filter: none; }
  .site-grounded .service-panel:hover a::after {
    transform: none;
    background: transparent;
    color: var(--orange);
  }
}

/* Consultation themes remain clearly informational. */
.site-grounded .theme-columns {
  gap: 20px;
  border: 0;
}

.site-grounded .theme-group,
.site-grounded .theme-group--dark {
  padding: clamp(32px, 4vw, 46px);
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--ink);
}

.site-grounded .theme-group + .theme-group {
  border-left: 1px solid var(--line-strong);
}

.site-grounded .theme-group--dark { background: #f4f6f7; }

.site-grounded .theme-group.theme-group--art-ai {
  background-color: #ffffff;
  background-image:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .98) 40%, rgba(255, 255, 255, .9) 62%, rgba(255, 255, 255, .34) 100%),
    url("../img/home-ai-topics-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .theme-group.theme-group--art-logistics {
  background-color: #f4f6f7;
  background-image:
    linear-gradient(90deg, #f4f6f7 0%, rgba(244, 246, 247, .98) 40%, rgba(244, 246, 247, .9) 62%, rgba(244, 246, 247, .34) 100%),
    url("../img/home-logistics-topics-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, multiply;
}

.site-grounded .theme-group small {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .08em;
}

.site-grounded .theme-group__head h3 {
  margin: 18px 0 26px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.site-grounded .theme-list,
.site-grounded .theme-group--dark .theme-list {
  border-color: var(--line-strong);
}

.site-grounded .theme-list li,
.site-grounded .theme-group--dark .theme-list li {
  min-height: 64px;
  border-color: var(--line);
}

.site-grounded .theme-list span { color: var(--orange); }
.site-grounded .theme-list strong,
.site-grounded .theme-group--dark .theme-list strong { color: var(--ink); }

.site-grounded .theme-group--dark > a { color: var(--ink); }

/* The assessment is a piece of expertise, not a game-like promotion. */
.home-assessment__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr);
  gap: clamp(56px, 8vw, 110px);
  align-items: center;
}

.home-assessment .lead {
  max-width: 620px;
  margin: 24px 0 30px;
  font-size: .96rem;
  line-height: 1.95;
}

.home-assessment__points {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.home-assessment__points > div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-strong);
}

.home-assessment__points dt {
  color: var(--orange);
  font-size: .75rem;
  font-weight: 700;
}

.home-assessment__points dd {
  margin: 0;
  color: var(--ink);
  font-size: .88rem;
  line-height: 1.7;
}

/* Trust and accountability */
.site-grounded .home-trust { background: #ffffff; }
.site-grounded .home-trust__grid { align-items: start; }
.site-grounded .home-trust .lead {
  margin: 24px 0 28px;
  font-size: .96rem;
  line-height: 1.95;
}

.home-trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.site-grounded .founder-summary { border-top-color: var(--line-strong); }
.site-grounded .founder-summary__label {
  padding: 0 0 16px;
  border-bottom-color: var(--line-strong);
  color: var(--muted);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.site-grounded .founder-mini {
  padding: 24px 0;
  border-bottom-color: var(--line);
}

.site-grounded .founder-mini.founder-mini--text-only {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.site-grounded .founder-mini img,
.site-grounded .founder-mini__portrait {
  display: block;
  width: 92px;
  height: 92px;
  border: 1px solid var(--line-strong);
  background: #f2f5f6;
  object-fit: cover;
  filter: saturate(.54) contrast(1.02);
}

.site-grounded .founder-mini small {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .08em;
}

.site-grounded .founder-mini strong {
  margin-top: 8px;
  font-size: 1.18rem;
  font-weight: 700;
}

.site-grounded .founder-mini p {
  margin-top: 8px;
  font-size: .84rem;
  line-height: 1.75;
}

.site-grounded .profile-grid--stacked .profile--founder {
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 0;
  align-items: start;
  padding: 46px 0;
}

.site-grounded .profile--founder .profile__portrait {
  width: 180px;
  margin: 0;
  aspect-ratio: 1;
}

.site-grounded .profile--founder .profile__portrait--reserved {
  border: 1px solid var(--line-strong);
  background: #f2f5f6;
}

.site-grounded .profile--founder .profile__portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  object-fit: cover;
  filter: saturate(.54) contrast(1.02);
}

.site-grounded .profile--founder .profile__body {
  max-width: 980px;
  padding: 0 0 0 clamp(38px, 5vw, 74px);
}

.site-grounded .profile-grid--stacked .profile--founder.profile--text-only {
  grid-template-columns: minmax(0, 1fr);
}

.site-grounded .profile--founder.profile--text-only .profile__body {
  padding: 0;
}

/* Contact invitation and footer */
.site-grounded .cta {
  padding: clamp(70px, 8vw, 104px) 0;
  border-bottom: 0;
  background: var(--paper);
}

.site-grounded .cta .container {
  width: var(--container);
  max-width: none;
}

.site-grounded .cta-box {
  min-height: 0;
  padding: clamp(42px, 5vw, 64px);
  border: 1px solid var(--line-strong);
  background: #edf1f2;
  color: var(--ink);
}

.site-grounded .cta-box::before,
.site-grounded .cta-box::after { display: none; }

.site-grounded .cta-box h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.5;
}

.site-grounded .cta-box p { color: var(--text); }
.site-grounded .cta-box .eyebrow { margin-bottom: 16px; }

.site-grounded .site-footer {
  padding: 64px 0 26px;
  background: var(--navy-3);
}

.site-grounded .footer-main { gap: 72px; }
.site-grounded .footer-logo { width: 150px; }

.site-grounded .footer-brand p {
  max-width: 390px;
  margin-top: 22px;
  color: #aeb9c2;
  line-height: 1.85;
}

.site-grounded .footer-company-facts {
  color: #83929e;
  font-size: .7rem;
}

.site-grounded .footer-nav {
  border-top-color: rgba(255, 255, 255, .2);
}

.site-grounded .footer-nav a {
  min-height: 46px;
  border-bottom-color: rgba(255, 255, 255, .12);
  color: #d5dde3;
}

.site-grounded .footer-nav a:hover {
  padding-left: 0;
  color: white;
}

/* One restrained reveal only; no blur, curtain or decorative loops. */
.site-grounded.js [data-reveal],
html.js .site-grounded [data-reveal] {
  opacity: 0;
  filter: none;
  transform: translateY(10px);
  transition:
    opacity .64s ease var(--reveal-delay, 0ms),
    transform .64s ease var(--reveal-delay, 0ms);
}

.site-grounded.js [data-reveal].is-visible,
html.js .site-grounded [data-reveal].is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

@media (max-width: 1080px) {
  .site-grounded {
    --container: min(100% - 48px, 980px);
  }

  .site-grounded .header-inner { width: var(--container); }
  .home-hero-grounded__inner { grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); }
  .home-hero-grounded__intro { padding-right: 44px; }
  .home-hero-grounded h1 { font-size: clamp(2.8rem, 5.4vw, 4rem); }
  .home-process-strip__inner { grid-template-columns: 150px 1fr; }
  .home-process-strip li { padding-inline: 18px; }
}

@media (max-width: 900px) {
  .site-grounded {
    --header-h: 70px;
    --container: min(100% - 36px, 760px);
  }

  .site-grounded .header-inner {
    width: 100%;
    padding: 0 20px;
  }

  .site-grounded .site-nav {
    inset: var(--header-h) 0 0;
    height: calc(100dvh - var(--header-h));
    padding: 24px;
    background: #ffffff;
  }

  .site-grounded .site-nav__link {
    min-height: 54px;
    padding: 14px 0;
    border-bottom-color: var(--line);
    font-size: .9rem;
  }

  .site-grounded .site-nav__item--mobile-cta .site-nav__link {
    padding-inline: 16px;
    background: var(--navy);
    color: white;
  }

  .site-grounded .site-subnav { padding: 4px 0 10px 16px; }

  .site-grounded .page-hero .hero__inner,
  .site-grounded .hero--copy-expanded .hero__inner {
    min-height: 0;
    padding: 0;
  }

  .site-grounded .page-hero .hero__copy,
  .site-grounded .hero--copy-expanded .hero__copy {
    padding: 64px 0 68px;
  }

  .site-grounded .solutions-hero__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 66px 0 70px;
  }

  .site-grounded .solutions-hero h1 {
    font-size: clamp(2.9rem, 9vw, 4.4rem);
  }

  .site-grounded .solutions-hero__meta { max-width: 620px; }

  .site-grounded .solution-lane,
  .site-grounded .solution-lane--dark {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
  }

  .site-grounded .solution-lane__action,
  .site-grounded .solution-lane--dark .solution-lane__action {
    grid-column: 1 / -1;
    min-height: 54px;
    place-items: center start;
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .site-grounded .theme-detail-hero__inner {
    min-height: 0;
    padding: 64px 0 70px;
  }

  .site-grounded .mvv-showcase__mission {
    min-height: 0;
  }

  .site-grounded .mvv-showcase__mission-copy {
    padding: 58px 30px;
  }

  .site-grounded .mvv-showcase__principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-grounded .mvv-principle,
  .site-grounded .mvv-principle--vision,
  .site-grounded .mvv-principle--value {
    min-height: 0;
    padding: 48px 30px;
  }

  .site-grounded .mvv-principle + .mvv-principle {
    border-top: 0;
    border-left: 1px solid var(--line-strong);
  }

  .home-hero-grounded__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 0;
  }

  .home-hero-grounded__art {
    --art-opacity: .54;
    top: 57%;
    right: -3vw;
    width: min(900px, 105vw);
  }

  .home-hero-grounded__intro {
    padding: 72px 0 64px;
  }

  .home-hero-grounded h1 {
    max-width: 720px;
    font-size: clamp(2.6rem, 6vw, 3.2rem);
  }

  .site-grounded .contact-page.contact-page--art {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .82) 56%, rgba(255, 255, 255, .9) 100%),
      url("../img/contact-page-bg.jpg");
    background-position: center, 64% top;
    background-size: cover, auto 1000px;
    background-attachment: scroll;
  }

  .site-grounded .message-page.message-page--art {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .8) 56%, rgba(255, 255, 255, .88) 100%),
      url("../img/message-page-bg.jpg");
    background-position: center, 64% top;
    background-size: cover, auto 1000px;
    background-attachment: scroll;
  }

  .home-hero-grounded__scope {
    display: block;
    width: min(640px, 100%);
    margin: 0 0 64px auto;
  }

  .home-process-strip__inner { grid-template-columns: 1fr; }
  .home-process-strip__inner > p { padding: 22px 0 14px; }
  .home-process-strip ol { border-left: 0; border-top: 1px solid var(--line); }
  .home-process-strip li { padding: 20px 14px; }

  .site-grounded .section-heading,
  .home-assessment__grid { grid-template-columns: 1fr; }

  .site-grounded .strength-grid { grid-template-columns: 1fr; }
  .site-grounded .strength-item { min-height: 0; }
  .site-grounded.home-grounded .strength-item--art {
    min-height: 240px;
    background-size: 100% 100%, 62% auto;
  }
  .site-grounded .strength-item + .strength-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .site-grounded .strength-item h3 { margin-top: 34px; }

  .site-grounded .service-split,
  .site-grounded .theme-columns { grid-template-columns: 1fr; }

  .site-grounded .service-panel,
  .site-grounded .service-panel--dark { min-height: 350px; }

  .site-grounded .service-panel + .service-panel,
  .site-grounded .theme-group + .theme-group {
    border-top: 1px solid var(--line-strong);
    border-left: 1px solid var(--line-strong);
  }

  .home-assessment__grid { gap: 44px; }
  .site-grounded .home-trust__grid { gap: 54px; }
  .site-grounded .profile-grid--stacked .profile--founder {
    grid-template-columns: 150px minmax(0, 1fr);
    padding: 38px 0;
  }
  .site-grounded .profile--founder .profile__portrait { width: 150px; }
  .site-grounded .profile--founder .profile__body { padding-left: 34px; }
  .site-grounded .cta-box { align-items: flex-start; }
}

@media (max-width: 640px) {
  .site-grounded { --container: calc(100% - 28px); }
  .site-grounded .site-logo img { width: 124px; }

  .site-grounded .page-hero .hero__copy,
  .site-grounded .hero--copy-expanded .hero__copy {
    padding: 52px 0 56px;
  }

  .site-grounded .page-hero .hero__copy h1,
  .site-grounded .theme-detail-hero h1 {
    font-size: clamp(2.3rem, 10.5vw, 3.15rem);
    line-height: 1.25;
  }

  .site-grounded .solutions-hero__inner { padding: 54px 0 58px; }

  .site-grounded .solutions-hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.3rem);
    line-height: 1.2;
  }

  .site-grounded .solution-lane,
  .site-grounded .solution-lane--dark {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 26px 22px;
  }

  .site-grounded .solution-lane h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .site-grounded .mvv-section { padding-top: 56px; }

  .site-grounded .mvv-showcase__mission-copy,
  .site-grounded .mvv-principle,
  .site-grounded .mvv-principle--vision,
  .site-grounded .mvv-principle--value {
    padding: 40px 22px;
  }

  .site-grounded .mvv-showcase__mission h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .site-grounded .mvv-showcase__principles {
    grid-template-columns: 1fr;
  }

  .site-grounded .mvv-principle + .mvv-principle {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .home-hero-grounded__intro { padding: 58px 0 52px; }

  .home-hero-grounded h1 {
    margin-bottom: 24px;
    font-size: clamp(2.15rem, 9.7vw, 2.55rem);
    line-height: 1.24;
  }

  .site-grounded .contact-page.contact-page--art {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .93) 58%, rgba(255, 255, 255, .97) 100%),
      url("../img/contact-page-bg.jpg");
    background-position: center, 66% top;
    background-size: cover, auto 820px;
  }

  .site-grounded .message-page.message-page--art {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .9) 58%, rgba(255, 255, 255, .95) 100%),
      url("../img/message-page-bg.jpg");
    background-position: center, 66% top;
    background-size: cover, auto 820px;
  }

  .home-hero-grounded__lead {
    margin-bottom: 28px;
    font-size: .94rem;
    line-height: 1.9;
  }

  .site-grounded .button-row { display: grid; }
  .site-grounded .button { width: 100%; min-width: 0; }

  .home-hero-grounded__scope {
    --scope-pad: 24px;
    width: 100%;
    margin-bottom: 48px;
    background: rgba(255, 255, 255, .92);
  }

  .home-hero-grounded__art {
    --art-opacity: .41;
    top: 61%;
    right: -120px;
    width: 650px;
  }

  .home-hero-grounded__scope h2 {
    margin-bottom: 28px;
    font-size: 1.55rem;
  }

  .home-scope__list > div { grid-template-columns: 70px 1fr; }

  .home-process-strip ol { grid-template-columns: repeat(2, 1fr); }
  .home-process-strip li:nth-child(3) { border-left: 0; }
  .home-process-strip li:nth-child(n + 3) { border-top: 1px solid var(--line); }

  .site-grounded .section { padding-block: 68px; }
  .site-grounded .section-heading { gap: 20px; margin-bottom: 36px; }
  .site-grounded .section-heading h2,
  .site-grounded .home-assessment h2,
  .site-grounded .home-trust h2 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .site-grounded .strength-item { padding: 28px 22px; }
  .site-grounded.home-grounded .strength-item--art {
    min-height: 250px;
    background-image:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .995) 52%, rgba(255, 255, 255, .94) 74%, rgba(255, 255, 255, .58) 100%),
      var(--approach-art);
    background-size: 100% 100%, auto 100%;
  }
  .site-grounded .service-panel,
  .site-grounded .service-panel--dark,
  .site-grounded .theme-group,
  .site-grounded .theme-group--dark { padding: 28px 22px; }

  .site-grounded .service-panel,
  .site-grounded .service-panel--dark { min-height: 330px; }

  .site-grounded .service-panel h3 { margin-top: 24px; }
  .home-assessment__points > div { grid-template-columns: 68px 1fr; }
  .home-trust__links { display: grid; gap: 12px; }

  .site-grounded .founder-mini {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
  }

  .site-grounded .founder-mini img,
  .site-grounded .founder-mini__portrait {
    width: 76px;
    height: 76px;
  }

  .site-grounded .profile-grid--stacked .profile--founder {
    grid-template-columns: 1fr;
    padding: 34px 0 40px;
  }

  .site-grounded .profile--founder .profile__portrait { width: 132px; }
  .site-grounded .profile--founder .profile__body { padding: 26px 0 0; }

  .site-grounded .cta { padding-block: 52px; }
  .site-grounded .cta-box { padding: 34px 24px; }
  .site-grounded .site-footer { padding-top: 54px; }
}

@media (max-width: 900px) {
  .site-grounded .page-hero.page-hero--art-ai {
    background-image:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .99) 52%, rgba(255, 255, 255, .9) 72%, rgba(255, 255, 255, .46) 100%),
      url("../img/ai-solutions-hero-bg.jpg");
    background-position: center, 78% 50%;
  }

  .site-grounded .page-hero.page-hero--art-logistics {
    background-image:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .99) 52%, rgba(255, 255, 255, .9) 72%, rgba(255, 255, 255, .44) 100%),
      url("../img/logistics-dx-hero-bg.jpg");
    background-position: center, 78% 50%;
  }

  .site-grounded .solutions-hero.solutions-hero--art {
    background-image:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .97) 46%, rgba(255, 255, 255, .84) 69%, rgba(255, 255, 255, .5) 100%),
      url("../img/solutions-overview-hero-bg.jpg");
    background-position: center, 72% 50%;
  }

  .site-grounded .solution-lane.solution-lane--art-ai {
    background-image:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .98) 58%, rgba(255, 255, 255, .9) 79%, rgba(255, 255, 255, .54) 100%),
      url("../img/solutions-ai-lane-bg.jpg");
    background-position: center, 78% 50%;
  }

  .site-grounded .solution-lane.solution-lane--art-logistics {
    background-image:
      linear-gradient(90deg, #edf1f2 0%, rgba(237, 241, 242, .98) 58%, rgba(237, 241, 242, .9) 79%, rgba(237, 241, 242, .54) 100%),
      url("../img/solutions-logistics-lane-bg.jpg");
    background-position: center, 78% 50%;
  }

  .site-grounded .theme-group.theme-group--art-ai {
    background-image:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .98) 54%, rgba(255, 255, 255, .88) 77%, rgba(255, 255, 255, .5) 100%),
      url("../img/home-ai-topics-bg.jpg");
    background-position: center, 78% 50%;
  }

  .site-grounded .theme-group.theme-group--art-logistics {
    background-image:
      linear-gradient(90deg, #f4f6f7 0%, rgba(244, 246, 247, .98) 54%, rgba(244, 246, 247, .88) 77%, rgba(244, 246, 247, .5) 100%),
      url("../img/home-logistics-topics-bg.jpg");
    background-position: center, 78% 50%;
  }

  .site-grounded .mvv-showcase__mission.mvv-showcase__mission--art {
    background-image:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .98) 60%, rgba(255, 255, 255, .88) 79%, rgba(255, 255, 255, .46) 100%),
      url("../img/company-mission-bg.jpg");
    background-position: center, 76% 50%;
  }
}

@media (max-width: 640px) {
  .site-grounded .page-hero.page-hero--art-ai {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .98) 70%, rgba(255, 255, 255, .8) 100%),
      url("../img/ai-solutions-hero-bg.jpg");
    background-position: center, 82% 50%;
  }

  .site-grounded .page-hero.page-hero--art-logistics {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .98) 70%, rgba(255, 255, 255, .8) 100%),
      url("../img/logistics-dx-hero-bg.jpg");
    background-position: center, 82% 50%;
  }

  .site-grounded .solutions-hero.solutions-hero--art {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .98) 62%, rgba(255, 255, 255, .8) 100%),
      url("../img/solutions-overview-hero-bg.jpg");
  }

  .site-grounded .solution-lane.solution-lane--art-ai {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .97) 68%, rgba(255, 255, 255, .82) 100%),
      url("../img/solutions-ai-lane-bg.jpg");
  }

  .site-grounded .solution-lane.solution-lane--art-logistics {
    background-image:
      linear-gradient(90deg, rgba(237, 241, 242, .99) 0%, rgba(237, 241, 242, .97) 68%, rgba(237, 241, 242, .82) 100%),
      url("../img/solutions-logistics-lane-bg.jpg");
  }

  .site-grounded .theme-group.theme-group--art-ai {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 66%, rgba(255, 255, 255, .78) 100%),
      url("../img/home-ai-topics-bg.jpg");
  }

  .site-grounded .theme-group.theme-group--art-logistics {
    background-image:
      linear-gradient(90deg, rgba(244, 246, 247, .99) 0%, rgba(244, 246, 247, .96) 66%, rgba(244, 246, 247, .78) 100%),
      url("../img/home-logistics-topics-bg.jpg");
  }

  .site-grounded .mvv-showcase__mission.mvv-showcase__mission--art {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .97) 70%, rgba(255, 255, 255, .78) 100%),
      url("../img/company-mission-bg.jpg");
  }
}

@media (max-width: 900px) {
  .site-grounded .mvv-principle--vision {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .998) 0%, rgba(255, 255, 255, .99) 62%, rgba(255, 255, 255, .9) 76%, rgba(255, 255, 255, .48) 88%, rgba(255, 255, 255, .12) 100%),
      url("../img/company-vision-bg-v2.jpg");
    background-position: center, 50% 100%;
  }

  .site-grounded .mvv-principle--value {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .998) 0%, rgba(255, 255, 255, .99) 60%, rgba(255, 255, 255, .86) 75%, rgba(255, 255, 255, .42) 87%, rgba(255, 255, 255, .1) 100%),
      url("../img/company-value-bg-v2.jpg");
    background-position: center, 72% 100%;
  }
}

@media (max-width: 640px) {
  .site-grounded .mvv-principle--vision {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .998) 0%, rgba(255, 255, 255, .992) 68%, rgba(255, 255, 255, .92) 82%, rgba(255, 255, 255, .55) 90%, rgba(255, 255, 255, .18) 100%),
      url("../img/company-vision-bg-v2.jpg");
    background-position: center, 48% 100%;
  }

  .site-grounded .mvv-principle--value {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .998) 0%, rgba(255, 255, 255, .992) 66%, rgba(255, 255, 255, .9) 80%, rgba(255, 255, 255, .5) 89%, rgba(255, 255, 255, .16) 100%),
      url("../img/company-value-bg-v2.jpg");
    background-position: center, 68% 100%;
  }
}

@media (max-width: 900px) {
  .site-grounded .service-panel.service-panel--art-ai {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .998) 0%, rgba(255, 255, 255, .99) 61%, rgba(255, 255, 255, .89) 76%, rgba(255, 255, 255, .46) 90%, rgba(255, 255, 255, .12) 100%),
      url("../img/home-service-ai-bottom-bg-v2.jpg");
    background-position: center, 50% 100%;
  }

  .site-grounded .service-panel.service-panel--art-logistics {
    background-image:
      linear-gradient(180deg, rgba(237, 241, 242, .998) 0%, rgba(237, 241, 242, .99) 59%, rgba(237, 241, 242, .87) 75%, rgba(237, 241, 242, .42) 89%, rgba(237, 241, 242, .1) 100%),
      url("../img/home-service-logistics-bottom-bg-v2.jpg");
    background-position: center, 68% 100%;
  }
}

@media (max-width: 640px) {
  .site-grounded .service-panel.service-panel--art-ai {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .998) 0%, rgba(255, 255, 255, .994) 69%, rgba(255, 255, 255, .92) 82%, rgba(255, 255, 255, .55) 92%, rgba(255, 255, 255, .16) 100%),
      url("../img/home-service-ai-bottom-bg-v2.jpg");
  }

  .site-grounded .service-panel.service-panel--art-logistics {
    background-image:
      linear-gradient(180deg, rgba(237, 241, 242, .998) 0%, rgba(237, 241, 242, .994) 67%, rgba(237, 241, 242, .9) 81%, rgba(237, 241, 242, .5) 91%, rgba(237, 241, 242, .14) 100%),
      url("../img/home-service-logistics-bottom-bg-v2.jpg");
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-grounded.js [data-reveal],
  html.js .site-grounded [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html.js .site-grounded .home-hero-grounded__art[data-reveal] {
    opacity: var(--art-opacity);
    transform: translateY(-50%);
    transition: none;
  }

  html.js .site-grounded .home-process-strip__inner[data-reveal] ol::before {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-process-strip ol::after { display: none; }
}

/* Demand forecasting assessment: practical worksheet, not a game interface. */
.site-grounded .diagnosis-hero {
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--ink);
}

.site-grounded .diagnosis-hero::before,
.site-grounded .diagnosis::before {
  display: none;
  content: none;
}

.site-grounded .diagnosis-hero__inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, .62fr);
  gap: clamp(54px, 8vw, 108px);
  min-height: clamp(520px, 66svh, 650px);
  padding-block: clamp(72px, 8vw, 106px);
}

.site-grounded .diagnosis-hero__copy { max-width: 760px; }

.site-grounded .diagnosis-hero .breadcrumb {
  margin-bottom: 30px;
  color: var(--muted);
}

.site-grounded .diagnosis-hero .breadcrumb a { color: var(--navy-2); }

.site-grounded .diagnosis-hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
  color: var(--ink);
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 1.23;
  letter-spacing: -.018em;
}

.site-grounded .diagnosis-hero h1 > span { display: block; }

.site-grounded .diagnosis-hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--text);
  font-size: clamp(.96rem, 1.2vw, 1.06rem);
  line-height: 1.95;
}

.site-grounded .diagnosis-hero__link {
  gap: 20px;
  min-height: 48px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.site-grounded .diagnosis-hero__link span {
  color: var(--orange);
  font-size: 1rem;
}

.site-grounded .diagnosis-hero__visual {
  min-height: 330px;
  padding: clamp(32px, 4vw, 46px);
  border: 1px solid var(--line-strong);
  background: var(--pale);
}

.site-grounded .diagnosis-hero__number {
  color: var(--navy);
  font-size: clamp(4.8rem, 8vw, 7rem);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.06em;
  -webkit-text-stroke: 0;
}

.site-grounded .diagnosis-hero__unit {
  margin: 14px 0 42px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.site-grounded .diagnosis-hero__axis {
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.site-grounded .diagnosis-hero__axis:last-child {
  border-bottom: 1px solid var(--line-strong);
}

.site-grounded .diagnosis-overview {
  border-bottom: 1px solid var(--line);
}

.site-grounded .diagnosis-overview__grid {
  border-color: var(--line-strong);
}

.site-grounded .diagnosis-overview__item {
  min-height: 230px;
  padding: clamp(30px, 4vw, 46px);
}

.site-grounded .diagnosis-overview__item + .diagnosis-overview__item {
  border-left-color: var(--line-strong);
}

.site-grounded .diagnosis-overview__item h3 {
  margin: 42px 0 16px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.site-grounded .diagnosis-overview__item p {
  color: var(--text);
  font-size: .9rem;
}

.site-grounded .diagnosis {
  padding: clamp(82px, 9vw, 120px) 0;
  background: var(--pale);
}

.site-grounded .diagnosis__heading {
  margin-bottom: 48px;
}

.site-grounded .diagnosis__heading h2 {
  font-size: clamp(2.25rem, 3.8vw, 3.5rem);
  line-height: 1.38;
}

.site-grounded .diagnosis-shell {
  border: 1px solid var(--line-strong);
  background: #ffffff;
  box-shadow: none;
}

.site-grounded .diagnosis-progress {
  padding-top: 26px;
  border-bottom: 1px solid var(--line-strong);
  background: #f3f4f0;
  color: var(--ink);
}

.site-grounded .diagnosis-progress__meta {
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .08em;
}

.site-grounded .diagnosis-progress progress,
.site-grounded .diagnosis-progress progress::-webkit-progress-bar {
  background: #d9ddda;
}

.site-grounded .diagnosis-progress progress::-webkit-progress-value,
.site-grounded .diagnosis-progress progress::-moz-progress-bar {
  background: var(--orange);
}

.site-grounded .diagnosis-progress__steps li {
  border-bottom-width: 2px;
  color: var(--muted);
  font-weight: 700;
}

.site-grounded .diagnosis-progress__steps li + li {
  border-left-color: var(--line);
}

.site-grounded .diagnosis-progress__steps span { color: #8a9396; }

.site-grounded .diagnosis-progress__steps .is-current {
  border-bottom-color: var(--orange);
  color: var(--ink);
}

.site-grounded .diagnosis-progress__steps .is-complete { color: var(--navy-2); }
.site-grounded .diagnosis-progress__steps .is-complete span { color: var(--muted); }

.site-grounded .diagnosis-step__header {
  border-bottom-color: var(--line-strong);
}

.site-grounded .diagnosis-question {
  border-bottom-color: var(--line);
}

.site-grounded .diagnosis-choice__content {
  border-color: var(--line-strong);
  background: #fff;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.site-grounded .diagnosis-choice:hover .diagnosis-choice__content {
  border-color: var(--navy-2);
  transform: none;
}

.site-grounded .diagnosis-choice input:checked + .diagnosis-choice__content {
  border-color: var(--navy);
  background: #e9edee;
}

.site-grounded .diagnosis-button {
  border-radius: 2px;
  font-weight: 700;
  transition: background .18s ease, border-color .18s ease;
}

.site-grounded .diagnosis-button:hover {
  background: var(--navy-2);
  box-shadow: none;
  transform: none;
}

.site-grounded .diagnosis-button--submit {
  border-color: var(--navy);
  background: var(--navy);
}

.site-grounded .diagnosis-button--submit:hover {
  border-color: var(--navy-2);
  background: var(--navy-2);
}

.site-grounded .diagnosis-results__header {
  border-top: 3px solid var(--orange);
  border-bottom-color: var(--line-strong);
}

.site-grounded .diagnosis-results__header h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.5rem);
}

.site-grounded .diagnosis-results__mark {
  flex-basis: 64px;
  width: 64px;
  height: 64px;
  border-color: var(--line-strong);
  font-size: 1.6rem;
}

.site-grounded .diagnosis-results[data-result-state="a"] .diagnosis-results__mark {
  border-color: var(--navy);
  background: var(--navy);
}

.site-grounded .diagnosis-axis,
.site-grounded .diagnosis-axis--potential {
  min-height: 300px;
  border-bottom: 1px solid var(--line-strong);
  background: #f4f6f7;
  color: var(--ink);
}

.site-grounded .diagnosis-axis + .diagnosis-axis {
  border-left-color: var(--line-strong);
}

.site-grounded .diagnosis-axis__name { color: var(--muted); }
.site-grounded .diagnosis-axis h3 { color: var(--ink); }

.site-grounded .diagnosis-axis ul {
  border-top-color: var(--line-strong);
}

.site-grounded .diagnosis-axis li { color: var(--text); }

.site-grounded .diagnosis-conclusion {
  background: var(--navy-3);
}

.site-grounded .diagnosis-conclusion [data-result-final-copy] p { color: #d8e0e5; }
.site-grounded .diagnosis-conclusion__privacy { color: #a8b5bd; }

.site-grounded .diagnosis-disclaimer {
  border-left-color: var(--line-strong);
  background: #f1f2ef;
}

@media (max-width: 900px) {
  .site-grounded .diagnosis-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding-block: 64px 70px;
  }

  .site-grounded .diagnosis-hero__visual {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 26px;
    align-items: center;
    min-height: 0;
    padding: 28px;
    border: 1px solid var(--line-strong);
  }

  .site-grounded .diagnosis-hero__number {
    grid-row: 1 / 4;
    font-size: 4.8rem;
  }

  .site-grounded .diagnosis-hero__unit {
    margin: 0 0 6px;
  }

  .site-grounded .diagnosis-overview__item + .diagnosis-overview__item {
    border-top-color: var(--line-strong);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .site-grounded .diagnosis-shell {
    border-inline: 1px solid var(--line-strong);
  }

  .site-grounded .diagnosis-axis + .diagnosis-axis {
    border-top-color: var(--line-strong);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .site-grounded .diagnosis-hero__inner {
    padding-block: 52px 58px;
  }

  .site-grounded .diagnosis-hero h1 {
    font-size: clamp(1.7rem, 9vw, 2.45rem);
    line-height: 1.27;
  }

  .site-grounded .diagnosis-hero h1 > span { white-space: nowrap; }

  .site-grounded .diagnosis-hero__visual {
    grid-template-columns: 74px 1fr;
    column-gap: 20px;
    padding: 24px 22px;
  }

  .site-grounded .diagnosis-hero__number { font-size: 3.8rem; }
  .site-grounded .diagnosis-hero__axis { font-size: .74rem; }
  .site-grounded .diagnosis { padding-block: 68px; }

  .site-grounded .diagnosis__heading h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }
}

@media (max-width: 900px) {
  .site-grounded .theme-switcher.is-ready .theme-switcher__stage {
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 16px;
  }

  .site-grounded .theme-switcher__arrow {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 640px) {
  .site-grounded .theme-switcher.is-ready .theme-switcher__stage {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .site-grounded .theme-switcher__arrow {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }

  .site-grounded .theme-switcher__dots {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-grounded .theme-switcher.is-ready .theme-switcher__track,
  .site-grounded .theme-switcher__dots button::before,
  .site-grounded .theme-switcher__arrow {
    transition: none;
  }
}
