:root {
  color-scheme: light;
  --ink: #1A4C8C;
  --ink-deep: #123a72;
  --line: #b9d3f6;
  --line-strong: #5A8FDB;
  --sky: #00E5FF;
  --sky-soft: #e8f8fc;
  --paper: #ffffff;
  --soft: #f6fbff;
  --yellow: #f6b72d;
  --green: #2f8f68;
  --mint: #9bcfa9;
  --coral: #f18f89;
  --blue-pale: #d7edf5;
  --shadow: 0 18px 45px rgba(8, 44, 134, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fcff 0%, #fff 28%, #f7fbff 100%);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0;
}

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

.keep-together {
  white-space: nowrap;
}

img,
svg {
  display: block;
  max-width: 100%;
}

/* Feather generated image edges and let white canvases absorb the page tone. */
.hero-collage,
.service-illustration,
.dashboard-art img,
.reading-fox img,
.post-visual img,
.column-hero-visual img,
.column-preparing img,
.column-note-cta img,
.column-card-image img,
.about-hero-visual img,
.about-message-visual img,
.mvv-card img,
.value-card img,
.about-service-card img,
.company-side img,
.about-cta img,
.service-hero-visual img,
.service-lineup-card img,
.service-detail-visual img,
.service-diagram img,
.consultation-visual img,
.xcelarate-visual img,
.service-cta img,
.quote-section img,
.contact-box img {
  -webkit-mask-image: var(--image-edge-fade, radial-gradient(ellipse at center, #000 80%, rgba(0, 0, 0, 0.96) 89%, transparent 100%));
  mask-image: var(--image-edge-fade, radial-gradient(ellipse at center, #000 80%, rgba(0, 0, 0, 0.96) 89%, transparent 100%));
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  mix-blend-mode: multiply;
}

.hero-collage,
.dashboard-art img,
.reading-fox img,
.about-hero-visual img,
.about-message-visual img,
.about-cta img,
.service-hero-visual img,
.service-detail-visual img,
.consultation-visual img,
.xcelarate-visual img,
.service-cta img {
  --image-edge-fade: radial-gradient(ellipse at center, #000 76%, rgba(0, 0, 0, 0.94) 86%, transparent 100%);
}

.column-hero-visual img,
.column-preparing img,
.column-note-cta img {
  --image-edge-fade: radial-gradient(ellipse at center, #000 68%, rgba(0, 0, 0, 0.9) 82%, transparent 100%);
}


.page-shell {
  width: min(100%, 1760px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(246, 251, 255, 0.86) 0%, #fff 22%, #fff 70%, rgba(246, 251, 255, 0.82) 100%);
  border-inline: 0;
}

.mobile-only {
  display: none;
}

.is-temporarily-hidden {
  display: none !important;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px clamp(24px, 4vw, 54px) 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(168px, 18vw, 250px);
  line-height: 1;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-logo {
  width: clamp(210px, 22vw, 310px);
}

.site-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(90, 143, 219, 0.44);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px rgba(8, 44, 134, 0.08);
  cursor: pointer;
}

.site-menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.site-menu-toggle:focus-visible {
  outline: 3px solid rgba(0, 229, 255, 0.28);
  outline-offset: 3px;
}

.site-nav a,
.footer-nav a {
  position: relative;
  padding-block: 8px;
}

.site-nav a::after,
.footer-nav a::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--sky);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

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

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.74fr) minmax(500px, 1.26fr);
  gap: clamp(26px, 4.6vw, 78px);
  align-items: center;
  min-height: 570px;
  padding: 26px clamp(24px, 4vw, 54px) 28px;
  isolation: isolate;
}

.hero-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 100%;
  content: "";
  background:
    radial-gradient(circle at 78% 28%, rgba(0, 229, 255, 0.055), transparent 28%),
    linear-gradient(180deg, rgba(246, 251, 255, 0.32), rgba(255, 255, 255, 0) 72%);
  transform: translateX(-50%);
}

.hero-section::after {
  content: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding-block: 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--line-strong);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid rgba(90, 143, 219, 0.28);
  border-radius: 999px;
  color: var(--ink-deep);
  background: rgba(255, 255, 255, 0.68);
}

.hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.15rem, 6.35vw, 5.55rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-lead {
  max-width: 520px;
  margin: 34px 0 34px;
  color: var(--ink);
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  font-weight: 800;
  line-height: 1.92;
}

.primary-button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 800;
}

.primary-button {
  min-width: 228px;
  min-height: 74px;
  padding: 18px 28px;
  border: 2px solid var(--sky);
  border-radius: 8px;
  color: var(--ink-deep);
  background: linear-gradient(135deg, #14dbf0, #00c7e9);
  box-shadow: 0 14px 30px rgba(0, 206, 238, 0.22);
}

.primary-button svg,
.text-link svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.primary-button:hover svg,
.text-link:hover svg {
  transform: translateX(4px);
}

.has-reveal .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: clip;
  min-height: 500px;
  color: var(--ink);
}

.hero-visual::before {
  content: none;
}

.hero-collage {
  --image-edge-fade: radial-gradient(ellipse at center, #000 72%, rgba(0, 0, 0, 0.92) 84%, rgba(0, 0, 0, 0.28) 94%, transparent 100%);
  position: relative;
  z-index: 1;
  width: min(116%, 1010px);
  max-width: none;
  height: auto;
  margin: -8px -2% 0 -5%;
  object-fit: contain;
  filter: drop-shadow(0 26px 36px rgba(26, 76, 140, 0.08));
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0);
  will-change: transform;
}

.skyline {
  position: absolute;
  top: 0;
  right: 7%;
  width: min(70%, 520px);
  color: #7aaeff;
  opacity: 0.88;
}

.spark,
.dot {
  position: absolute;
  z-index: 4;
  color: var(--sky);
}

.spark {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.spark-a {
  top: 44px;
  left: 16%;
}

.spark-b {
  top: 82px;
  right: 13%;
}

.spark-c {
  bottom: 160px;
  left: 6%;
}

.dot {
  width: 14px;
  height: 14px;
  border: 3px solid var(--sky);
  border-radius: 999px;
}

.dot-a {
  top: 36px;
  left: 38%;
}

.dot-b {
  right: 1%;
  top: 72px;
}

.dot-c {
  left: 35%;
  bottom: 210px;
}

.scene {
  position: absolute;
  z-index: 3;
  color: var(--ink);
}

.scene svg {
  overflow: visible;
  filter: drop-shadow(0 5px 0 rgba(8, 44, 134, 0.03));
}

.scene-talk {
  top: 112px;
  left: 3%;
  width: 28%;
  min-width: 185px;
}

.scene-board {
  top: 98px;
  left: 31%;
  width: 42%;
  min-width: 270px;
}

.scene-chart {
  top: 136px;
  right: 0;
  width: 29%;
  min-width: 190px;
}

.scene-chat {
  left: 18%;
  bottom: 20px;
  width: 36%;
  min-width: 230px;
}

.hero-fox {
  position: absolute;
  right: 26%;
  bottom: 52px;
  z-index: 5;
  width: clamp(88px, 12vw, 138px);
  aspect-ratio: 1 / 1.32;
  overflow: hidden;
}

.quote-section img,
.contact-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-heading,
.column-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-inline: clamp(24px, 4vw, 54px);
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2,
.column-head h2,
.sim-copy h2,
.about-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.25;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.services-section {
  position: relative;
  padding-block: 4px 46px;
}

.services-section::before {
  position: absolute;
  top: 0;
  right: clamp(24px, 4vw, 54px);
  left: clamp(24px, 4vw, 54px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(90, 143, 219, 0.28), transparent);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  padding: 0 clamp(24px, 4vw, 54px);
}

.service-card,
.sim-section,
.post-card,
.contact-box {
  border: 2px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 8px 0 rgba(8, 44, 134, 0.02);
}

.service-card {
  position: relative;
  min-width: 0;
  min-height: 448px;
  overflow: hidden;
  padding: clamp(22px, 2.2vw, 36px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.88));
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-card::before {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 78px;
  height: 78px;
  content: "";
  border: 1px solid rgba(90, 143, 219, 0.26);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(90, 143, 219, 0.18) 49% 51%, transparent 52%),
    linear-gradient(180deg, transparent 48%, rgba(90, 143, 219, 0.18) 49% 51%, transparent 52%);
}

.card-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  min-height: 58px;
  margin-bottom: 8px;
}

.service-number {
  font-family: "Arial Narrow", "Yu Gothic", sans-serif;
  color: rgba(26, 76, 140, 0.2);
  font-size: clamp(3.2rem, 5.3vw, 5.25rem);
  font-weight: 900;
  line-height: 1;
}

.card-head h3 {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  font-weight: 900;
  line-height: 1.4;
}

.card-head small {
  font-size: 0.86em;
}

.service-illustration {
  width: 100%;
  height: clamp(235px, 20vw, 305px);
  margin: 2px auto 24px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 16px rgba(26, 76, 140, 0.04));
  transition: transform 260ms ease;
}

.service-card p {
  margin: 0;
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  font-weight: 800;
  line-height: 1.85;
}

.sim-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(360px, 1.26fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  min-height: 315px;
  margin: 30px clamp(24px, 4vw, 54px);
  padding: clamp(28px, 3.5vw, 46px);
}

.sim-copy .eyebrow {
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.08;
  text-transform: none;
}

.sim-copy h2 {
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.sim-copy p {
  margin: 24px 0 26px;
  font-size: clamp(1rem, 1.45vw, 1.23rem);
  font-weight: 800;
  line-height: 1.8;
}

.text-link {
  color: var(--line-strong);
  font-size: 0.98rem;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-left: 10px;
  padding: 4px 12px;
  border: 1px solid rgba(90, 143, 219, 0.48);
  border-radius: 999px;
  background: rgba(246, 251, 255, 0.9);
  color: var(--line-strong);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.sim-copy .eyebrow .status-badge {
  margin-top: 8px;
  margin-left: 0;
  font-size: 0.78rem;
}

.dashboard-art {
  position: relative;
  overflow: clip;
  color: var(--ink);
}

.dashboard-art img {
  width: 106%;
  max-width: none;
  height: auto;
  margin: -8px -3% -8px -3%;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(26, 76, 140, 0.05));
}

.about-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  min-height: 470px;
  padding: 42px clamp(24px, 4vw, 54px) 56px;
}

.about-copy h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1.25;
}

.about-copy p {
  max-width: 515px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 700;
  line-height: 2.05;
}

.reading-fox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 365px;
  color: var(--ink);
}

.reading-fox img {
  width: min(112%, 720px);
  height: auto;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(26, 76, 140, 0.05));
}

.column-section {
  padding: 0 0 28px;
  border-top: 2px solid rgba(168, 201, 246, 0.6);
}

.column-head {
  padding-top: 34px;
  margin-bottom: 18px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  padding-inline: clamp(24px, 4vw, 54px);
}

.post-card {
  display: grid;
  gap: 12px;
  min-height: 218px;
  padding: 18px 20px 20px;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--line-strong);
  font-size: 0.88rem;
  font-weight: 900;
}

.post-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #edf5ff;
}

.post-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  font-weight: 900;
  line-height: 1.65;
}

.post-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 8;
  min-height: 140px;
  overflow: hidden;
  border-bottom: 2px solid rgba(168, 201, 246, 0.52);
}

.post-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 260ms ease;
}

.service-card:hover,
.post-card:hover,
.contact-box:hover {
  border-color: rgba(90, 143, 219, 0.92);
  box-shadow: 0 22px 42px rgba(26, 76, 140, 0.11);
  transform: translateY(-5px);
}

.service-card:hover .service-illustration,
.post-card:hover .post-visual img {
  transform: scale(1.035);
}

.post-visual-one span,
.post-visual-two span,
.post-visual-three span {
  position: absolute;
  display: block;
  border: 2px solid var(--line-strong);
}

.post-visual-one span {
  width: 28px;
  height: 28px;
  border-radius: 4px;
}

.post-visual-one span:nth-child(1) {
  left: 18%;
  top: 14px;
  background: var(--mint);
}

.post-visual-one span:nth-child(2) {
  left: 30%;
  top: 34px;
  background: var(--yellow);
}

.post-visual-one span:nth-child(3) {
  left: 43%;
  top: 12px;
  background: #cdeafd;
}

.post-visual-one span:nth-child(4) {
  left: 56%;
  top: 36px;
  background: var(--coral);
}

.post-visual-two::before {
  position: absolute;
  left: 14%;
  bottom: 12px;
  width: 70%;
  height: 55px;
  content: "";
  border-bottom: 2px solid var(--line-strong);
  background:
    linear-gradient(135deg, transparent 49%, var(--line-strong) 50% 51%, transparent 52%) left bottom / 33% 100% repeat-x;
}

.post-visual-two span {
  width: 22px;
  height: 22px;
  border-radius: 999px 999px 0 0;
  border-bottom: 0;
  background: #fff;
}

.post-visual-two span:nth-child(1) {
  left: 20%;
  top: 17px;
}

.post-visual-two span:nth-child(2) {
  left: 48%;
  top: 4px;
}

.post-visual-two span:nth-child(3) {
  right: 16%;
  top: 24px;
}

.post-visual-three span:nth-child(1) {
  left: 18%;
  top: 19px;
  width: 46px;
  height: 35px;
  border-radius: 18px;
  background: #fff;
}

.post-visual-three span:nth-child(2) {
  left: 48%;
  top: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e9f4ff;
}

.post-visual-three span:nth-child(3) {
  right: 13%;
  top: 8px;
  width: 56px;
  height: 68px;
  border: 0;
  background: url("assets/kakeruFOX.png") center / contain no-repeat;
  mix-blend-mode: multiply;
}

.quote-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.36fr) 1fr;
  gap: clamp(18px, 4vw, 62px);
  align-items: center;
  min-height: 188px;
  padding: 24px clamp(24px, 4vw, 54px) 30px;
  overflow: hidden;
}

.quote-section::before {
  position: absolute;
  left: clamp(28px, 5vw, 92px);
  bottom: 28px;
  width: min(37vw, 460px);
  height: 46px;
  content: "";
  opacity: 0.42;
  background:
    radial-gradient(circle, rgba(0, 229, 255, 0.74) 1.5px, transparent 2px) 0 20px / 30px 18px,
    linear-gradient(90deg, transparent, rgba(90, 143, 219, 0.24), transparent);
  transform: skewX(-13deg);
}

.quote-section::after {
  position: absolute;
  right: 32px;
  bottom: 0;
  width: 260px;
  height: 110px;
  content: "";
  opacity: 0.72;
  background:
    radial-gradient(circle, var(--line-strong) 1.5px, transparent 2px) 0 0 / 18px 18px,
    linear-gradient(135deg, transparent 0 50%, rgba(168, 201, 246, 0.58) 50%);
}

.quote-section img {
  position: relative;
  z-index: 2;
  width: clamp(190px, 20vw, 278px);
  height: clamp(126px, 13vw, 184px);
  justify-self: start;
  object-fit: contain;
  mix-blend-mode: multiply;
  animation: quote-fox-run 4.8s ease-in-out infinite;
}

.quote-section blockquote {
  position: relative;
  z-index: 2;
  margin: 0;
}

.quote-section p {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

@keyframes quote-fox-run {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }

  50% {
    transform: translate3d(10px, -3px, 0) rotate(1deg);
  }
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(150px, 0.36fr) minmax(430px, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: 38px clamp(24px, 4vw, 54px) 30px;
  border-top: 2px solid rgba(168, 201, 246, 0.62);
  background: linear-gradient(180deg, rgba(246, 251, 255, 0.72), #fff 78%);
}

.footer-brand p {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  font-weight: 900;
  line-height: 1.75;
}

.footer-nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  justify-self: center;
}

.contact-box {
  position: relative;
  justify-self: end;
  width: min(100%, 560px);
  min-height: 118px;
  padding: 22px 198px 22px 28px;
  background:
    radial-gradient(circle at 92% 25%, rgba(0, 229, 255, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.9);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.contact-box p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.contact-box .primary-button {
  min-width: 214px;
  min-height: 50px;
  padding: 11px 22px;
}

.contact-box img {
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 154px;
  height: 82px;
  object-fit: contain;
  animation: fox-breathe 4.2s ease-in-out infinite;
  transform-origin: 50% 82%;
}

@keyframes fox-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(2px) scale(1.035);
  }
}

.copyright {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: rgba(8, 44, 134, 0.55);
  font-size: 0.82rem;
  text-align: center;
}

.about-page .site-nav a[aria-current="page"]::after {
  background: linear-gradient(90deg, #9bcfa9, var(--sky));
  transform: scaleX(1);
}

body.about-body {
  background:
    radial-gradient(circle at 7% 18%, rgba(255, 249, 240, 0.72), transparent 35%),
    radial-gradient(circle at 94% 34%, rgba(238, 247, 237, 0.66), transparent 38%),
    linear-gradient(180deg, #fffdf8 0%, #fff9f0 24%, #fbfdf8 66%, #fff 100%);
}
.about-page {
  --about-cream: #fff9f0;
  --about-cream-soft: #fffdf8;
  --about-sage: #eef7ed;
  --about-sage-line: #cfe5c6;
  --about-warm-line: #eadbc4;
  --about-shadow: 0 16px 34px rgba(97, 99, 58, 0.07);
  background:
    linear-gradient(180deg, #fff 0%, var(--about-cream-soft) 18%, #fff 38%, #fbfdf8 68%, #fff 100%);
  box-shadow: 0 0 82px 44px rgba(255, 253, 248, 0.72);
}

.about-page .site-header {
  position: relative;
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(255, 249, 240, 0.54), rgba(255, 255, 255, 0.88) 56%, rgba(238, 247, 237, 0.32)),
    linear-gradient(180deg, #fff 0%, rgba(255, 249, 240, 0.42) 100%);
}

.about-page .site-header::after {
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  z-index: 0;
  height: 40px;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.34), rgba(255, 249, 240, 0));
}

.about-page .site-header > * {
  position: relative;
  z-index: 1;
}

.about-page .eyebrow,
.about-page .card-label {
  color: #4f8e6d;
}

.about-page .footer-nav a:hover::after {
  background: linear-gradient(90deg, #9bcfa9, var(--sky));
}

.about-hero,
.about-message,
.about-mvv,
.about-values,
.about-work,
.about-company,
.about-cta {
  position: relative;
  padding-inline: clamp(24px, 4vw, 54px);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(620px, 0.86fr) minmax(460px, 1.14fr);
  gap: clamp(24px, 4.2vw, 70px);
  align-items: center;
  min-height: 590px;
  padding-top: 44px;
  padding-bottom: 56px;
  background:
    linear-gradient(90deg, rgba(255, 249, 240, 0.74), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 247, 237, 0.32));
}

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

.about-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.35rem, 4.5vw, 4.35rem);
  font-weight: 900;
  line-height: 1.18;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}

.about-hero-copy h1 span {
  display: inline-block;
  white-space: nowrap;
}

.about-hero-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.42vw, 1.28rem);
  font-weight: 800;
  line-height: 1.92;
}

.about-hero-copy p.about-hero-tagline {
  max-width: none;
  font-size: clamp(0.9rem, 3.75vw, 1.28rem);
  white-space: nowrap;
}

.about-hero-visual {
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.about-hero-visual img {
  width: min(110%, 980px);
  max-width: none;
  height: auto;
  margin: 0 -3%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(26, 76, 140, 0.04));
}

.about-page .about-hero-visual img,
.about-page .about-message-visual img,
.about-page .mvv-card img,
.about-page .company-side img {
  --image-edge-fade: radial-gradient(ellipse at center, #000 66%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.36) 93%, transparent 100%);
  mix-blend-mode: multiply;
}

.about-message {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-top: 18px;
  padding-bottom: 48px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(238, 247, 237, 0.16) 42%, rgba(238, 247, 237, 0.44) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 249, 240, 0.28));
}

.about-message-copy h2,
.about-section-head h2,
.work-head h2,
.company-side h2,
.about-cta h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

.about-message-copy h2 {
  font-size: clamp(1.85rem, 3.2vw, 3.2rem);
  line-height: 1.32;
}

.about-message-copy p {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.22vw, 1.12rem);
  font-weight: 700;
  line-height: 2.08;
}

.about-message-copy .signature {
  margin-top: 24px;
  font-weight: 900;
}

.about-message-visual {
  display: flex;
  justify-content: center;
  margin: 0;
}

.about-message-visual img {
  width: min(104%, 650px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(26, 76, 140, 0.045));
}

.about-section-head {
  margin-bottom: 22px;
}

.work-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.about-section-head h2,
.work-head h2,
.company-side h2 {
  font-size: clamp(1.9rem, 3.3vw, 3.3rem);
  line-height: 1.25;
}

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

.mvv-card,
.value-card,
.about-service-card,
.company-table,
.about-cta {
  border: 2px solid var(--about-sage-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 252, 247, 0.9));
  box-shadow: var(--about-shadow);
}

.mvv-card {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(220px, 0.9fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: center;
  min-height: 246px;
  padding: clamp(24px, 3vw, 36px);
}

.mvv-card:nth-child(1) {
  border-color: var(--about-warm-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 249, 240, 0.9));
}

.mvv-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 247, 237, 0.88));
}

.card-label {
  margin: 0 0 18px;
  color: var(--line-strong);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mvv-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 1.55vw, 1.58rem);
  font-weight: 900;
  line-height: 1.72;
}

.mvv-card img {
  width: 100%;
  height: clamp(174px, 16vw, 230px);
  object-fit: contain;
  object-position: center;
  filter: saturate(0.98) contrast(1.02);
}

.about-values,
.about-work,
.about-company {
  padding-top: 46px;
}

.about-values {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 249, 240, 0.42) 45%, rgba(255, 255, 255, 0));
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.value-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 328px;
  padding: clamp(18px, 1.8vw, 24px);
}

.value-card:nth-child(odd) {
  border-color: var(--about-warm-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.9));
}

.value-card:nth-child(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 238, 0.9));
}

.value-number,
.about-card-head span {
  font-family: "Arial Narrow", "Yu Gothic", sans-serif;
  color: var(--ink);
  font-weight: 900;
  line-height: 1;
}

.value-number {
  font-size: clamp(2.4rem, 3.5vw, 3.55rem);
}

.value-card img {
  width: 100%;
  height: clamp(136px, 9vw, 160px);
  object-fit: contain;
  object-position: center;
}

.value-card h3 {
  min-height: 3.2em;
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.12vw, 1.12rem);
  font-weight: 900;
  line-height: 1.6;
}

.value-card p {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.85;
}

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

.about-service-card {
  display: grid;
  align-content: start;
  min-height: 352px;
  padding: clamp(22px, 2vw, 30px);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.about-card-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-height: 58px;
}

.about-card-head span {
  font-size: clamp(2.5rem, 4vw, 4.1rem);
}

.about-card-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 900;
  line-height: 1.45;
}

.about-card-head small {
  font-size: 0.84em;
}

.about-service-card img {
  width: 100%;
  height: clamp(168px, 16vw, 235px);
  margin: 4px 0 18px;
  object-fit: contain;
  object-position: center;
}

.about-service-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.96rem, 1.14vw, 1.08rem);
  font-weight: 800;
  line-height: 1.85;
}

.about-service-card:hover {
  border-color: rgba(155, 207, 169, 0.95);
  box-shadow: 0 22px 42px rgba(68, 120, 81, 0.11);
  transform: translateY(-5px);
}

.about-company {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  padding-bottom: 42px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 247, 237, 0.38) 100%);
}

.company-side img {
  width: min(100%, 340px);
  height: 205px;
  margin-top: 18px;
  object-fit: contain;
  object-position: left center;
  filter: saturate(0.98) contrast(1.02);
}

.company-table {
  margin: 0;
  overflow: hidden;
}

.company-table div {
  display: grid;
  grid-template-columns: minmax(128px, 0.24fr) 1fr;
  min-height: 54px;
  border-bottom: 1px solid rgba(207, 229, 198, 0.9);
}

.company-table div:last-child {
  border-bottom: 0;
}

.company-table dt,
.company-table dd {
  margin: 0;
  padding: 16px 18px;
  color: var(--ink);
  font-size: clamp(0.92rem, 1.04vw, 1rem);
  line-height: 1.75;
}

.company-table dt {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(207, 229, 198, 0.9);
  background: rgba(238, 247, 237, 0.66);
  font-weight: 900;
}

.company-table dd {
  font-weight: 700;
}

.office-addresses {
  display: grid;
  gap: 10px;
}

.office-address {
  display: grid;
  gap: 5px;
  align-items: start;
}

.office-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 4px 12px;
  border: 1px solid rgba(155, 207, 169, 0.9);
  border-radius: 999px;
  background: rgba(255, 249, 240, 0.76);
  color: #4f8e6d;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.32fr);
  gap: clamp(22px, 4vw, 60px);
  align-items: center;
  margin: 6px clamp(24px, 4vw, 54px) 36px;
  padding: clamp(24px, 3vw, 38px) clamp(26px, 4vw, 56px);
  background:
    radial-gradient(circle at 91% 74%, rgba(0, 229, 255, 0.11), transparent 22%),
    linear-gradient(90deg, rgba(255, 249, 240, 0.92), rgba(238, 247, 237, 0.82));
}

.about-cta h2 {
  font-size: clamp(1.65rem, 3vw, 3.1rem);
  line-height: 1.34;
}

.about-cta p {
  margin: 12px 0 22px;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 800;
  line-height: 1.8;
}

.about-cta img {
  justify-self: center;
  width: min(100%, 250px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 26px rgba(26, 76, 140, 0.04));
}

.service-page .site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.service-page {
  background:
    linear-gradient(180deg, rgba(246, 251, 255, 0.94) 0%, #fff 20%, #fff 68%, rgba(246, 251, 255, 0.86) 100%);
}

.service-hero,
.service-lineup,
.service-detail,
.service-consultation,
.xcelarate-section,
.service-process,
.service-cta {
  position: relative;
  padding-inline: clamp(24px, 4vw, 54px);
}

.service-hero {
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(440px, 0.68fr) minmax(600px, 1.32fr);
  gap: clamp(28px, 4.8vw, 84px);
  align-items: center;
  min-height: 594px;
  padding-top: 44px;
  padding-bottom: 58px;
  isolation: isolate;
}

.service-hero::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: min(54vw, 670px);
  content: "";
  background:
    radial-gradient(circle at 82% 34%, rgba(0, 229, 255, 0.1), transparent 26%),
    linear-gradient(124deg, rgba(246, 251, 255, 0.96), rgba(255, 255, 255, 0.78) 48%, rgba(234, 246, 255, 0.9));
  transform: translateX(-50%);
}

.service-hero::after {
  position: absolute;
  right: auto;
  bottom: 28px;
  left: 50%;
  z-index: -1;
  width: min(100vw - 48px, 1760px - 108px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(90, 143, 219, 0.78), rgba(0, 229, 255, 0.48), transparent);
  transform: translateX(-50%);
}

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

.service-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 4.8vw, 4.65rem);
  font-weight: 900;
  line-height: 1.18;
  word-break: keep-all;
  text-wrap: balance;
}

.service-hero-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.service-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.28vw, 1.2rem);
  font-weight: 800;
  line-height: 1.92;
}

.service-hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.service-hero-visual::before {
  position: absolute;
  inset: 6% 1% 9% 7%;
  content: "";
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 34%, rgba(0, 229, 255, 0.12), transparent 38%),
    linear-gradient(135deg, rgba(246, 251, 255, 0.42), rgba(255, 255, 255, 0.2));
}

.service-hero-visual img {
  position: relative;
  z-index: 1;
  width: min(118%, 1120px);
  max-width: none;
  height: auto;
  margin: -8px -8% 0 -4%;
  object-fit: contain;
  filter: drop-shadow(0 26px 36px rgba(26, 76, 140, 0.08));
}

.service-lineup,
.service-consultation,
.xcelarate-section,
.service-process {
  padding-top: 42px;
}

.service-lineup {
  overflow: visible;
  padding-bottom: 18px;
  border-top: 0;
}

.service-lineup::before {
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  width: min(100vw - 48px, 1760px - 108px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(90, 143, 219, 0.66), transparent);
  transform: translateX(-50%);
}

.service-lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(90, 143, 219, 0.38);
  border-left: 1px solid rgba(90, 143, 219, 0.38);
}

.service-lineup-card,
.service-upcoming-card,
.consultation-card,
.deliverables,
.xcelarate-card,
.process-step,
.service-cta {
  border: 2px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 0 rgba(8, 44, 134, 0.02);
}

.service-lineup-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 348px;
  overflow: hidden;
  padding: clamp(18px, 1.8vw, 28px);
  border: 0;
  border-right: 1px solid rgba(90, 143, 219, 0.38);
  border-bottom: 1px solid rgba(90, 143, 219, 0.38);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.88));
  box-shadow: none;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-lineup-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 62px;
  height: 62px;
  content: "";
  border: 1px solid rgba(90, 143, 219, 0.22);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(90, 143, 219, 0.16) 49% 51%, transparent 52%),
    linear-gradient(180deg, transparent 48%, rgba(90, 143, 219, 0.16) 49% 51%, transparent 52%);
}

.service-lineup-card img {
  width: 112%;
  max-width: none;
  height: clamp(122px, 10vw, 168px);
  margin: 0 -6% 14px;
  object-fit: contain;
  object-position: center;
}

.service-lineup-card img.service-workflow-image {
  width: 100%;
  margin-inline: 0;
}

.service-lineup-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.9rem, 1.04vw, 1rem);
  font-weight: 800;
  line-height: 1.82;
}

.service-lineup-card:hover,
.service-upcoming-card:hover,
.consultation-card:hover,
.xcelarate-card:hover {
  border-color: rgba(90, 143, 219, 0.92);
  box-shadow: 0 22px 42px rgba(26, 76, 140, 0.11);
  transform: translateY(-5px);
}

.service-lineup-card:hover {
  background:
    radial-gradient(circle at 86% 14%, rgba(0, 229, 255, 0.11), transparent 28%),
    linear-gradient(180deg, #fff, rgba(241, 249, 255, 0.96));
}

.service-upcoming-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(20px, 2.4vw, 30px);
  background:
    radial-gradient(circle at 92% 24%, rgba(0, 229, 255, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.94));
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-upcoming-card h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(1.28rem, 1.8vw, 1.72rem);
  font-weight: 900;
  line-height: 1.35;
}

.service-upcoming-card p:not(.eyebrow) {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.8;
}

.service-upcoming-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border: 1px solid rgba(90, 143, 219, 0.6);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(520px, 1.26fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 472px;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 2px solid rgba(168, 201, 246, 0.62);
}

.service-detail-hr {
  grid-template-columns: minmax(360px, 0.62fr) minmax(600px, 1.38fr);
  min-height: 520px;
}

.service-detail-copy h2,
.xcelarate-copy h2,
.service-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.2vw, 3.2rem);
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: 0;
}

.service-detail-copy p {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.16vw, 1.1rem);
  font-weight: 700;
  line-height: 2.02;
}

.service-support-copy {
  padding-left: 18px;
  border-left: 3px solid rgba(90, 143, 219, 0.38);
}

.tag-list,
.deliverable-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.tag-list {
  margin: 24px 0 0;
}

.tag-list li,
.deliverable-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 16px;
  border: 2px solid rgba(90, 143, 219, 0.66);
  border-radius: 999px;
  background: rgba(246, 251, 255, 0.9);
  color: var(--ink);
  font-size: clamp(0.86rem, 0.98vw, 0.94rem);
  font-weight: 900;
  line-height: 1.35;
}

.service-detail-visual,
.service-diagram,
.consultation-visual,
.xcelarate-visual {
  display: flex;
  justify-content: center;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.service-detail-visual img {
  width: min(110%, 860px);
  max-width: none;
  height: auto;
  margin-inline: -4%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(26, 76, 140, 0.045));
}

.service-detail-visual img.service-workflow-image {
  width: min(100%, 860px);
  margin-inline: 0;
}

.service-diagram img {
  width: min(112%, 980px);
  max-width: none;
  height: auto;
  margin-inline: -4%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(26, 76, 140, 0.045));
}

.consultation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.34fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
}

.consultation-main {
  min-width: 0;
}

.consultation-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.consultation-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 138px;
  padding: 18px 18px 20px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 229, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(246, 251, 255, 0.74), rgba(255, 255, 255, 0.95));
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.consultation-card-head,
.process-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-number {
  display: inline-flex;
  color: var(--line-strong);
  font-family: "Arial Narrow", "Yu Gothic", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.consultation-card .card-number {
  font-size: 1.8rem;
}

.process-step .card-number {
  font-size: 1.7rem;
}

.card-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 72px;
  height: 54px;
  border: 1.5px solid rgba(90, 143, 219, 0.58);
  border-radius: 14px;
  color: var(--ink);
  overflow: hidden;
  --icon-ink: #1a4c8c;
  --icon-blue: #5a8fdb;
  --icon-cyan: #00e5ff;
  --icon-soft: #dcecff;
  background:
    radial-gradient(circle at 84% 16%, rgba(0, 229, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 255, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.92),
    0 10px 20px rgba(26, 76, 140, 0.1);
}

.card-icon::before,
.card-icon::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
}

.icon-scale::before {
  top: 13px;
  left: 11px;
  width: 27px;
  height: 27px;
  border: 1.5px solid rgba(90, 143, 219, 0.68);
  border-radius: 50%;
  background:
    conic-gradient(from -28deg, var(--icon-blue) 0 86deg, rgba(0, 229, 255, 0.36) 86deg 152deg, rgba(220, 236, 255, 0.94) 152deg 266deg, #fff 266deg 360deg);
}

.icon-scale::after {
  top: 15px;
  right: 10px;
  width: 20px;
  height: 23px;
  background:
    linear-gradient(var(--icon-blue), var(--icon-blue)) 0 0 / 20px 2px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.62), rgba(90, 143, 219, 0.62)) 0 7px / 16px 2px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.42), rgba(90, 143, 219, 0.42)) 0 14px / 20px 2px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.34), rgba(90, 143, 219, 0.34)) 0 21px / 12px 2px no-repeat;
}

.icon-career::before {
  left: 12px;
  bottom: 12px;
  width: 42px;
  height: 26px;
  border-left: 2px solid rgba(26, 76, 140, 0.64);
  border-bottom: 2px solid rgba(26, 76, 140, 0.64);
  background:
    linear-gradient(var(--icon-soft), var(--icon-soft)) 6px 16px / 7px 8px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.7), rgba(90, 143, 219, 0.7)) 17px 10px / 7px 14px no-repeat,
    linear-gradient(var(--icon-blue), var(--icon-blue)) 28px 4px / 7px 20px no-repeat;
}

.icon-career::after {
  top: 12px;
  right: 11px;
  width: 22px;
  height: 14px;
  border-top: 2.5px solid var(--icon-ink);
  border-right: 2.5px solid var(--icon-ink);
  transform: rotate(-10deg);
}

.icon-training::before {
  top: 12px;
  left: 10px;
  width: 30px;
  height: 24px;
  border: 1.5px solid rgba(90, 143, 219, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(var(--icon-blue), var(--icon-blue)) 8px 8px / 14px 2px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.5), rgba(90, 143, 219, 0.5)) 8px 14px / 18px 2px no-repeat,
    radial-gradient(circle at 24px 7px, rgba(0, 229, 255, 0.4) 0 3px, transparent 4px);
}

.icon-training::after {
  right: 10px;
  bottom: 11px;
  width: 24px;
  height: 24px;
  background:
    radial-gradient(circle at 7px 7px, var(--icon-ink) 0 3px, transparent 4px),
    radial-gradient(circle at 17px 7px, var(--icon-blue) 0 3px, transparent 4px),
    linear-gradient(var(--icon-ink), var(--icon-ink)) 4px 14px / 8px 8px no-repeat,
    linear-gradient(var(--icon-blue), var(--icon-blue)) 14px 14px / 8px 8px no-repeat;
  border-bottom: 2px solid rgba(26, 76, 140, 0.5);
}

.icon-ai::before {
  top: 10px;
  left: 10px;
  width: 31px;
  height: 31px;
  border: 1.5px solid rgba(90, 143, 219, 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 8px, transparent 9px),
    conic-gradient(from 10deg, var(--icon-blue) 0 94deg, rgba(0, 229, 255, 0.36) 94deg 182deg, rgba(90, 143, 219, 0.22) 182deg 274deg, rgba(26, 76, 140, 0.18) 274deg 360deg);
}

.icon-ai::after {
  right: 9px;
  top: 14px;
  width: 24px;
  height: 24px;
  border: 1.5px solid rgba(90, 143, 219, 0.72);
  border-radius: 8px;
  color: var(--icon-ink);
  content: "AI";
  display: grid;
  place-items: center;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.86);
}

.icon-operations::before {
  top: 26px;
  left: 15px;
  width: 42px;
  height: 2px;
  background: rgba(26, 76, 140, 0.42);
  box-shadow:
    20px -10px 0 rgba(26, 76, 140, 0.28),
    20px 10px 0 rgba(26, 76, 140, 0.28);
}

.icon-operations::after {
  top: 13px;
  left: 11px;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(90, 143, 219, 0.7);
  border-radius: 7px;
  background: #fff;
  box-shadow:
    22px 10px 0 -1px #fff,
    22px 10px 0 0 rgba(90, 143, 219, 0.7),
    44px -1px 0 -1px #fff,
    44px -1px 0 0 rgba(90, 143, 219, 0.7);
}

.icon-dialogue::before {
  top: 12px;
  left: 10px;
  width: 33px;
  height: 23px;
  border: 1.5px solid rgba(90, 143, 219, 0.74);
  border-radius: 9px;
  background:
    linear-gradient(var(--icon-blue), var(--icon-blue)) 9px 7px / 15px 2px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.54), rgba(90, 143, 219, 0.54)) 9px 13px / 19px 2px no-repeat,
    #fff;
}

.icon-dialogue::after {
  right: 10px;
  bottom: 11px;
  width: 28px;
  height: 18px;
  border: 1.5px solid rgba(0, 229, 255, 0.5);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8px 9px, var(--icon-blue) 0 2px, transparent 3px),
    radial-gradient(circle at 15px 9px, var(--icon-blue) 0 2px, transparent 3px),
    radial-gradient(circle at 22px 9px, var(--icon-blue) 0 2px, transparent 3px),
    rgba(255, 255, 255, 0.86);
}

.icon-search::before {
  top: 11px;
  left: 10px;
  width: 33px;
  height: 30px;
  border: 1.5px solid rgba(90, 143, 219, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(var(--icon-blue), var(--icon-blue)) 9px 8px / 18px 2px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.48), rgba(90, 143, 219, 0.48)) 9px 15px / 14px 2px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.32), rgba(90, 143, 219, 0.32)) 9px 22px / 20px 2px no-repeat,
    #fff;
}

.icon-search::after {
  right: 11px;
  top: 15px;
  width: 20px;
  height: 20px;
  border: 3px solid var(--icon-ink);
  border-radius: 50%;
  box-shadow: 9px 10px 0 -7px var(--icon-ink);
}

.icon-design::before {
  top: 11px;
  left: 10px;
  width: 35px;
  height: 31px;
  border: 1.5px solid rgba(90, 143, 219, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(rgba(90, 143, 219, 0.22), rgba(90, 143, 219, 0.22)) 8px 0 / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(90, 143, 219, 0.2), rgba(90, 143, 219, 0.2)) 0 9px / 100% 1px no-repeat,
    linear-gradient(var(--icon-blue), var(--icon-blue)) 13px 16px / 15px 2px no-repeat,
    linear-gradient(rgba(0, 229, 255, 0.44), rgba(0, 229, 255, 0.44)) 13px 22px / 10px 2px no-repeat,
    #fff;
}

.icon-design::after {
  right: 10px;
  bottom: 13px;
  width: 24px;
  height: 7px;
  border: 2px solid var(--icon-ink);
  border-left: 0;
  border-radius: 0 4px 4px 0;
  background: rgba(90, 143, 219, 0.22);
  transform: rotate(-38deg);
}

.icon-facilitation::before {
  top: 10px;
  left: 10px;
  width: 45px;
  height: 28px;
  border: 1.5px solid rgba(90, 143, 219, 0.66);
  border-radius: 8px;
  background:
    linear-gradient(rgba(0, 229, 255, 0.32), rgba(0, 229, 255, 0.32)) 8px 7px / 10px 7px no-repeat,
    linear-gradient(rgba(90, 143, 219, 0.36), rgba(90, 143, 219, 0.36)) 23px 7px / 12px 7px no-repeat,
    linear-gradient(rgba(26, 76, 140, 0.2), rgba(26, 76, 140, 0.2)) 12px 18px / 19px 2px no-repeat,
    #fff;
}

.icon-facilitation::after {
  right: 9px;
  bottom: 10px;
  width: 17px;
  height: 17px;
  border-left: 3px solid var(--icon-ink);
  border-bottom: 3px solid var(--icon-ink);
  transform: rotate(-20deg);
}

.icon-improve::before {
  left: 11px;
  bottom: 12px;
  width: 43px;
  height: 27px;
  border-left: 2px solid rgba(26, 76, 140, 0.56);
  border-bottom: 2px solid rgba(26, 76, 140, 0.56);
  background:
    linear-gradient(rgba(90, 143, 219, 0.42), rgba(90, 143, 219, 0.42)) 7px 16px / 7px 9px no-repeat,
    linear-gradient(rgba(0, 229, 255, 0.38), rgba(0, 229, 255, 0.38)) 19px 10px / 7px 15px no-repeat,
    linear-gradient(var(--icon-blue), var(--icon-blue)) 31px 4px / 7px 21px no-repeat;
}

.icon-improve::after {
  top: 12px;
  right: 10px;
  width: 22px;
  height: 16px;
  border-top: 2.5px solid var(--icon-ink);
  border-right: 2.5px solid var(--icon-ink);
  transform: rotate(-5deg);
}

.consultation-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.88rem, 1vw, 0.96rem);
  font-weight: 800;
  line-height: 1.72;
}

.deliverables {
  margin-top: 18px;
  padding: 20px 22px 22px;
  border-color: rgba(90, 143, 219, 0.62);
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 229, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(246, 251, 255, 0.82), rgba(255, 255, 255, 0.95));
}

.deliverables .card-label {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 0.92rem;
}

.deliverable-tags {
  margin: 0;
}

.deliverable-tags li {
  min-height: 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(26, 76, 140, 0.045);
}

.consultation-visual img {
  width: min(110%, 520px);
  max-width: none;
  height: auto;
  margin-inline: -4%;
  object-fit: contain;
}

.xcelarate-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.6fr) minmax(560px, 1.4fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  min-height: 388px;
  padding: clamp(26px, 3vw, 42px);
  background:
    radial-gradient(circle at 94% 20%, rgba(0, 229, 255, 0.08), transparent 26%),
    rgba(255, 255, 255, 0.92);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.xcelarate-copy p {
  max-width: 620px;
  margin: 18px 0 22px;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.16vw, 1.08rem);
  font-weight: 700;
  line-height: 2;
}

.external-link svg {
  stroke-width: 2;
}

.coming-soon-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 8px 16px;
  border: 2px solid rgba(90, 143, 219, 0.5);
  border-radius: 8px;
  background: rgba(246, 251, 255, 0.88);
  color: var(--ink);
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  font-weight: 900;
  line-height: 1.5;
}

.xcelarate-visual img {
  width: min(112%, 940px);
  max-width: none;
  height: auto;
  margin: -12px -5%;
  object-fit: contain;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.1vw, 14px);
}

.process-step {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 214px;
  padding: 22px;
  background:
    radial-gradient(circle at 90% 14%, rgba(0, 229, 255, 0.075), transparent 32%),
    linear-gradient(180deg, rgba(246, 251, 255, 0.78), rgba(255, 255, 255, 0.96));
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 2;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--line-strong);
  transform: translateY(-50%);
}

.process-step h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.06rem, 1.24vw, 1.18rem);
  font-weight: 900;
  line-height: 1.45;
}

.process-step p {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.8;
}

.process-step p {
  margin: 0;
  font-size: clamp(0.86rem, 0.98vw, 0.94rem);
}

.service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.2fr) minmax(420px, 0.46fr);
  gap: clamp(18px, 2.6vw, 38px);
  align-items: center;
  margin: 36px clamp(24px, 4vw, 54px) 36px;
  padding: clamp(24px, 3vw, 38px) clamp(26px, 4vw, 56px);
  background:
    radial-gradient(circle at 88% 75%, rgba(0, 229, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(246, 251, 255, 0.9), rgba(255, 255, 255, 0.96));
}


.service-cta h2 {
  font-size: clamp(1.85rem, 2.85vw, 2.85rem);
}

.service-cta-title-line {
  white-space: nowrap;
}

.service-cta-mobile-break {
  display: none;
}
.service-cta p {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  font-weight: 800;
  line-height: 1.8;
}

.service-cta .primary-button {
  justify-self: center;
}

.service-cta img {
  justify-self: end;
  width: clamp(420px, 31vw, 540px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.column-page .site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.column-page {
  background:
    linear-gradient(180deg, rgba(246, 251, 255, 0.74) 0%, #fff 18%, #fff 76%, rgba(246, 251, 255, 0.88) 100%);
}

.column-hero,
.column-preparing,
.column-filter,
.column-articles,
.column-note-cta {
  position: relative;
  padding-inline: clamp(24px, 4vw, 54px);
}

.column-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(24px, 5vw, 82px);
  align-items: center;
  min-height: 456px;
  padding-top: 44px;
  padding-bottom: 46px;
}

.column-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.65rem, 4.4vw, 4.4rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.column-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 850;
  line-height: 1.85;
}

.column-hero-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.column-hero-visual img {
  width: min(106%, 880px);
  max-width: none;
  height: auto;
  margin-inline: -3%;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(26, 76, 140, 0.06));
}

.column-filter {
  padding-top: 16px;
  padding-bottom: 20px;
}

.column-section-label {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.column-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 138px;
  padding: 8px 22px;
  border: 2px solid rgba(90, 143, 219, 0.48);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.column-filter-button:hover,
.column-filter-button.is-active {
  border-color: var(--sky);
  box-shadow: 0 10px 24px rgba(0, 229, 255, 0.14);
}

.column-filter-button:hover {
  transform: translateY(-2px);
}

.column-articles {
  padding-top: 12px;
  padding-bottom: 42px;
}

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

.column-article-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  min-height: 410px;
  padding: 14px;
  border: 2px solid rgba(90, 143, 219, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 0 rgba(8, 44, 134, 0.018);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 180ms ease,
    transform 220ms ease;
}

.column-article-card > a {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.column-article-card.is-hidden {
  display: none;
}

.column-article-card:hover {
  border-color: rgba(90, 143, 219, 0.86);
  box-shadow: 0 20px 38px rgba(26, 76, 140, 0.1);
  transform: translateY(-4px);
}

.column-card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 6px;
  background: #eaf6ff;
}

.column-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.column-article-card:hover .column-card-image img {
  transform: scale(1.035);
}

.column-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 30px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

.column-card-category {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  border: 1px solid rgba(90, 143, 219, 0.48);
  border-radius: 999px;
  color: var(--line-strong);
  background: rgba(246, 251, 255, 0.92);
}

.column-article-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.32vw, 1.28rem);
  font-weight: 900;
  line-height: 1.48;
}

.column-article-card p {
  margin: 0;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.75;
}

.column-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: #00aebd;
  font-size: 0.94rem;
  font-weight: 900;
}

.column-note-cta {
  margin: 2px clamp(24px, 4vw, 54px) 46px;
  padding: clamp(24px, 3.4vw, 42px) clamp(24px, 4vw, 54px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 42%, rgba(0, 229, 255, 0.13), transparent 23%),
    linear-gradient(90deg, rgba(223, 242, 255, 0.92), rgba(238, 248, 255, 0.92));
}

.column-note-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.24fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: center;
}

.column-note-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  font-weight: 900;
  line-height: 1.32;
  text-align: center;
}

.column-note-cta p {
  margin: 10px 0 22px;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.16vw, 1.08rem);
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

.column-note-cta .primary-button {
  display: flex;
  width: min(100%, 240px);
  min-height: 58px;
  margin-inline: auto;
}

.column-note-cta img {
  justify-self: end;
  width: min(100%, 220px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.column-preparing {
  margin: 2px clamp(24px, 4vw, 54px) 46px;
  padding: clamp(24px, 3.4vw, 42px) clamp(24px, 4vw, 54px);
  border: 2px solid rgba(185, 211, 246, 0.82);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 42%, rgba(0, 229, 255, 0.1), transparent 23%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.92));
  box-shadow: 0 18px 44px rgba(26, 76, 140, 0.07);
}

.column-preparing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.26fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: center;
}

.column-preparing h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  font-weight: 900;
  line-height: 1.32;
}

.column-preparing p:not(.eyebrow) {
  max-width: 720px;
  margin: 12px 0 24px;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.16vw, 1.08rem);
  font-weight: 800;
  line-height: 1.8;
}

.column-preparing .primary-button {
  width: min(100%, 240px);
  min-height: 58px;
}

.column-preparing img {
  justify-self: end;
  width: min(100%, 220px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

@media (max-width: 1060px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 450px;
  }

  .hero-collage {
  --image-edge-fade: radial-gradient(ellipse at center, #000 72%, rgba(0, 0, 0, 0.92) 84%, rgba(0, 0, 0, 0.28) 94%, transparent 100%);
    width: min(100%, 900px);
    margin: 4px auto 0;
  }

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

  .service-card {
    min-height: 0;
  }

  .service-illustration {
    max-height: 292px;
  }

  .about-hero,
  .about-message {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-hero-visual img {
    width: min(100%, 900px);
    margin-inline: auto;
  }

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

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

  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-service-card {
    min-height: 0;
  }

  .service-hero,
  .service-detail,
  .service-detail-hr,
  .column-hero,
  .consultation-layout,
  .xcelarate-card,
  .site-footer {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-hero-visual img,
  .service-detail-visual img,
  .service-diagram img,
  .xcelarate-visual img {
    width: min(108%, 980px);
    margin-inline: -4%;
  }

  .service-lineup-grid,
  .column-article-grid,
  .consultation-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
    padding-top: 24px;
  }

  .site-menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .has-js .site-header .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: clamp(18px, 4vw, 34px);
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr;
    min-width: min(260px, calc(100vw - 36px));
    padding: 8px;
    border: 1px solid rgba(90, 143, 219, 0.4);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 52px rgba(8, 44, 134, 0.18);
    opacity: 1;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      transform 180ms ease,
      visibility 180ms ease;
  }

  .has-js .site-header.is-nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .has-js .site-header .site-nav a {
    padding: 13px 14px;
    border-radius: 6px;
    font-size: 0.82rem;
  }

  .has-js .site-header .site-nav a:hover,
  .has-js .site-header .site-nav a[aria-current="page"] {
    background: rgba(0, 229, 255, 0.08);
  }

  .has-js .site-header .site-nav a::after {
    display: none;
  }

  .site-header.is-nav-open .site-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-nav-open .site-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-nav-open .site-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 8px 22px;
    padding-top: 3px;
    font-size: 0.78rem;
  }

  .hero-section {
    padding-top: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 11vw, 4.4rem);
  }

  .hero-lead {
    margin-top: 22px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-collage {
  --image-edge-fade: radial-gradient(ellipse at center, #000 72%, rgba(0, 0, 0, 0.92) 84%, rgba(0, 0, 0, 0.28) 94%, transparent 100%);
    width: 100%;
    margin: 0 auto;
  }

  .section-heading,
  .column-head {
    display: block;
  }

  .sim-section,
  .about-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .sim-section {
    margin-top: 22px;
  }

  .dashboard-art img {
    width: 106%;
    margin: -8px -3% -4px -3%;
  }

  .about-section {
    min-height: 0;
  }

  .reading-fox {
    min-height: 260px;
  }

  .quote-section {
    grid-template-columns: minmax(136px, 0.38fr) 1fr;
  }

  .quote-section img {
    width: 160px;
    height: 106px;
  }

  .quote-section p {
    font-size: clamp(1.65rem, 7vw, 2.7rem);
  }

  .contact-box {
    padding-right: 130px;
  }

  .about-section-head,
  .work-head {
    display: block;
  }

  .about-section-head .text-link,
  .work-head .text-link {
    margin-top: 12px;
  }

  .mvv-grid,
  .about-company {
    grid-template-columns: 1fr;
  }

  .mvv-card {
    grid-template-columns: 1fr;
  }

  .mvv-card img {
    height: 230px;
  }

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

  .about-cta {
    grid-template-columns: 1fr minmax(170px, 0.34fr);
  }

  .service-hero {
    gap: 18px;
  }

  .column-hero {
    gap: 16px;
    padding-top: 22px;
  }

  .column-hero-visual img {
    width: min(108%, 860px);
  }

  .service-cta {
    grid-template-columns: 1fr minmax(230px, 0.42fr);
  }

  .service-cta .primary-button {
    justify-self: start;
  }

  .service-cta img {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    width: min(100%, 300px);
  }
}

@media (max-width: 560px) {
  .page-shell {
    border-inline: 0;
  }

  .site-header {
    display: flex;
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand {
    width: 184px;
  }

  .has-js .site-header .site-nav {
    right: 18px;
    left: 18px;
    min-width: 0;
  }

  .hero-section,
  .services-section,
  .about-section,
  .about-hero,
  .about-message,
  .about-mvv,
  .about-values,
  .about-work,
  .about-company,
  .service-hero,
  .column-hero,
  .column-preparing,
  .column-filter,
  .column-articles,
  .service-lineup,
  .service-detail,
  .service-consultation,
  .xcelarate-section,
  .service-process,
  .column-section,
  .site-footer {
    padding-inline: 18px;
  }

  .hero-section {
    gap: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  .primary-button {
    width: 100%;
    min-width: 0;
  }

  .contact-box {
    padding: 20px 108px 20px 20px;
  }

  .contact-box .primary-button {
    min-width: 0;
  }

  .contact-box img {
    right: 12px;
    width: 92px;
  }

  .hero-visual {
    min-height: auto;
    margin-inline: 0;
  }

  .hero-collage {
  --image-edge-fade: radial-gradient(ellipse at center, #000 72%, rgba(0, 0, 0, 0.92) 84%, rgba(0, 0, 0, 0.28) 94%, transparent 100%);
    width: 100%;
    margin: 4px auto 0;
  }

  .service-illustration {
    height: 280px;
  }

  .section-heading h2,
  .column-head h2,
  .sim-copy h2,
  .about-copy h2,
  .about-message-copy h2,
  .about-section-head h2,
  .work-head h2,
  .company-side h2,
  .about-cta h2 {
    font-size: clamp(1.7rem, 8.5vw, 2.35rem);
  }

  .about-hero {
    gap: 18px;
    padding-top: 10px;
    padding-bottom: 34px;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .about-hero-visual img {
    width: 100%;
    margin: 0 auto;
  }

  .about-message {
    padding-top: 4px;
    padding-bottom: 38px;
  }

  .about-message-visual img {
    width: 108%;
  }

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

  .mvv-card,
  .value-card,
  .about-service-card {
    min-height: 0;
  }

  .value-card {
    grid-template-columns: 100px 1fr;
    gap: 8px 16px;
  }

  .value-card img {
    grid-row: 2 / span 2;
    height: 132px;
  }

  .value-card h3 {
    min-height: 0;
  }

  .company-side img {
    height: 160px;
  }

  .company-table div {
    grid-template-columns: 1fr;
  }

  .company-table dt {
    border-right: 0;
    border-bottom: 1px solid rgba(207, 229, 198, 0.72);
    padding-bottom: 8px;
  }

  .company-table dd {
    padding-top: 10px;
  }

  .office-label {
    justify-content: flex-start;
    width: fit-content;
  }

  .about-cta {
    grid-template-columns: 1fr;
    margin-inline: 18px;
  }

  .about-cta img {
    width: 180px;
  }

  .service-hero {
    padding-top: 10px;
    padding-bottom: 34px;
  }

  .service-hero-copy h1 {
    font-size: clamp(2.08rem, 9vw, 3rem);
  }

  .column-hero-copy h1 {
    font-size: clamp(1.72rem, 7.4vw, 2.18rem);
    line-height: 1.22;
  }

  .service-hero-copy p:not(.eyebrow) {
    margin-top: 20px;
  }

  .column-hero-copy p:not(.eyebrow) {
    margin-top: 18px;
  }

  .service-hero-visual img {
    width: 116%;
    margin: 0 -8%;
  }

  .column-hero-visual img {
    width: 106%;
    margin: 0 -3%;
  }

  .service-lineup-grid,
  .column-article-grid,
  .consultation-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-lineup-card,
  .column-article-card,
  .consultation-card,
  .process-step {
    min-height: 0;
  }

  .column-filter-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: calc(100vw - 72px);
    max-width: 100%;
  }

  .column-article-grid {
    width: calc(100vw - 72px);
    max-width: 100%;
  }

  .column-filter-button {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    font-size: 0.84rem;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .service-upcoming-card,
  .column-filter,
  .column-preparing,
  .column-articles {
    padding-left: 18px;
    padding-right: 18px;
  }

  .column-page * {
    min-width: 0;
  }

  .column-filter-button,
  .column-article-card {
    width: 100%;
    max-width: 100%;
  }

  .column-article-card {
    max-width: 100%;
    padding: 12px;
  }

  .column-article-grid,
  .column-article-card > a,
  .column-card-image {
    max-width: 100%;
  }

  .column-card-meta {
    align-items: flex-start;
    gap: 8px;
  }

  .column-card-meta time {
    margin-left: 0;
    width: 100%;
  }

  .column-note-cta,
  .column-preparing {
    margin-inline: 18px;
  }

  .column-note-cta-inner,
  .column-preparing-inner,
  .service-upcoming-card {
    grid-template-columns: 1fr;
  }

  .column-note-cta img,
  .column-preparing img {
    width: min(100%, 160px);
    justify-self: center;
  }

  .card-icon {
    transform: scale(0.9);
    transform-origin: right center;
  }

  .process-step {
    gap: 10px;
    padding: 18px;
  }

  .service-lineup-card img {
    height: 156px;
  }

  .service-detail {
    gap: 18px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-detail-copy h2,
  .xcelarate-copy h2,
  .service-cta h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .tag-list li,
  .deliverable-tags li {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .service-detail-visual img,
  .service-diagram img,
  .consultation-visual img,
  .xcelarate-visual img {
    width: 114%;
    margin-inline: -7%;
  }

  .xcelarate-card {
    padding: 22px;
  }

  .service-cta {
    grid-template-columns: 1fr;
    margin-inline: 18px;
  }

  .service-cta-title-line {
    white-space: normal;
  }

  .service-cta-mobile-break {
    display: inline;
  }

  .service-cta .primary-button {
    justify-self: stretch;
  }

  .service-cta img {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    width: min(100%, 260px);
  }

  .mobile-only {
    display: block;
  }

  .section-heading,
  .service-grid,
  .post-grid,
  .column-head {
    padding-inline: 0;
  }

  .sim-section {
    margin-inline: 0;
    padding: 22px;
  }

  .about-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .reading-fox {
    min-height: 260px;
  }

  .reading-fox img {
    width: min(112%, 410px);
    max-height: 300px;
  }

  .quote-section {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .quote-section img {
    width: min(74vw, 240px);
    height: auto;
    justify-self: start;
  }

  .quote-section::before {
    left: 20px;
    width: 72vw;
    bottom: 104px;
  }

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

  .contact-box {
    padding: 18px 18px 112px;
  }

  .contact-box img {
    right: 18px;
    bottom: 14px;
    width: 150px;
    height: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .has-reveal .reveal,
  .has-reveal .reveal.is-visible,
  .service-card,
  .post-card,
  .contact-box,
  .about-service-card,
  .service-lineup-card,
  .column-article-card,
  .consultation-card,
  .xcelarate-card,
  .quote-section img,
  .service-illustration,
  .column-card-image img,
  .post-visual img,
  .contact-box img,
  .primary-button svg,
  .text-link svg {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
