:root {
  color-scheme: dark;
  --black: #000;
  --white: #fff;
  --glass-edge: rgba(255, 255, 255, 0.45);
  --text: rgba(255, 255, 255, 0.96);
  --muted: rgba(255, 255, 255, 0.78);
  --soft: rgba(255, 255, 255, 0.62);
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  --heading: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  --signature: Georgia, "Times New Roman", serif;
  --nav-height: 48px;
  --hairline: rgba(255, 255, 255, 0.2);
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --ink: #030607;
  --graphite: #101820;
  --teal: #66dfcf;
  --amber: #f0b36b;
  --violet: #8c8fff;
}

html[data-theme="light"] {
  color-scheme: light;
  --black: #fff;
  --white: #141923;
  --glass-edge: rgba(20, 25, 35, 0.18);
  --text: rgba(20, 25, 35, 0.9);
  --muted: rgba(20, 25, 35, 0.68);
  --soft: rgba(20, 25, 35, 0.52);
  --hairline: rgba(20, 25, 35, 0.13);
  --panel: rgba(255, 255, 255, 0.58);
  --panel-strong: rgba(255, 255, 255, 0.74);
  --ink: #f8f5ef;
  --graphite: #ebe5db;
  --teal: #2aaea6;
  --amber: #b98547;
  --violet: #7578c9;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #030405;
  scroll-behavior: smooth;
}

body {
  margin: -0.55rem 0 0;
  overflow-x: hidden;
  color: var(--text);
  background: #030405;
  font-family: var(--body);
  letter-spacing: 0;
}

main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#home {
  order: 1;
}

#services {
  order: 2;
}

#work {
  order: 3;
}

#blog {
  order: 4;
}

#faq {
  order: 5;
}

#about {
  order: 6;
}

#contact {
  order: 7;
}

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

svg {
  display: block;
}

.liquid-glass,
.liquid-glass-strong {
  position: relative;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.01);
  background-blend-mode: luminosity;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.liquid-glass::before,
.liquid-glass-strong::before {
  position: absolute;
  inset: 0;
  padding: 1.4px;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.45) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.liquid-glass-strong {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.liquid-glass-strong::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.site-nav {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 48px minmax(0, auto) 48px;
  align-items: center;
  gap: 1rem;
  padding-inline: clamp(1rem, 4vw, 4rem);
}

.ambient-video-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #030405;
}

.ambient-video,
.ambient-gif {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  filter: brightness(0.68) saturate(0.82) contrast(1.02);
  object-fit: cover;
  object-position: center;
  transition: opacity 700ms ease;
}

.ambient-gif {
  z-index: 0;
}

.ambient-video {
  z-index: 1;
}

.ambient-video-stage::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.07), transparent 34rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.3)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.24));
}

.ambient-page-stage {
  background:
    radial-gradient(circle at 16% 20%, rgba(240, 179, 107, 0.11), transparent 0 24rem),
    radial-gradient(circle at 82% 34%, rgba(102, 223, 207, 0.12), transparent 0 28rem),
    radial-gradient(circle at 50% 72%, rgba(140, 143, 255, 0.08), transparent 0 30rem),
    linear-gradient(180deg, #030607 0%, #05090b 48%, #030607 100%);
}

.ambient-page-stage::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 104px 104px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 104px 104px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.28;
}

.ambient-page-stage::after {
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.045), transparent 34rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.34)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.38));
}

.brand-mark,
.nav-utility {
  height: 48px;
  border-radius: 9999px;
}

.brand-mark {
  display: inline-grid;
  min-width: 86px;
  place-items: center;
  padding: 0 1rem;
  color: var(--white);
  font-family: var(--signature);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1;
}

.nav-utility {
  justify-self: end;
  display: flex;
  min-width: 86px;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.nav-pill {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  min-height: var(--nav-height);
  padding: 0.375rem;
  border-radius: 9999px;
}

.nav-pill a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 36px;
  padding: 0.55rem 0.8rem;
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.nav-pill a:hover,
.nav-pill a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.nav-pill a.is-active:not(.nav-cta),
.nav-pill a[aria-current="page"]:not(.nav-cta) {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.nav-pill .nav-cta {
  margin-left: 0.2rem;
  background: var(--white);
  color: #050505;
  font-weight: 600;
}

.nav-pill .nav-cta:hover,
.nav-pill .nav-cta:focus-visible,
.nav-pill .nav-cta.is-active,
.nav-pill .nav-cta[aria-current="page"] {
  background: var(--white);
  color: #050505;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), 0 10px 28px rgba(255, 255, 255, 0.16);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  min-height: 42px;
  padding: 0.3rem;
  border-radius: 9999px;
}

.lang-switcher button {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.lang-switcher button:hover,
.lang-switcher button:focus-visible,
.lang-switcher button.is-active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  outline: none;
}

.theme-switcher {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 0;
  border-radius: 9999px;
  color: var(--muted);
  cursor: pointer;
}

.theme-switcher svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.theme-switcher:hover,
.theme-switcher:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  outline: none;
}

.theme-switcher [data-theme-icon="moon"] {
  display: none;
}

html[data-theme="light"] .theme-switcher [data-theme-icon="sun"] {
  display: none;
}

html[data-theme="light"] .theme-switcher [data-theme-icon="moon"] {
  display: block;
}

.nav-cta svg,
.button-primary svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-section {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  background: var(--ink);
}

.hero-section--light-glass {
  background: #e9f0f7;
}

.video-stage,
.capability-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-ambient {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.055), transparent 0 22rem),
    radial-gradient(circle at 18% 74%, rgba(102, 223, 207, 0.22), transparent 0 26rem),
    radial-gradient(circle at 80% 32%, rgba(240, 179, 107, 0.17), transparent 0 24rem),
    linear-gradient(145deg, #051015 0%, #071014 36%, #030607 72%);
}

.hero-ambient::before,
.hero-ambient::after,
.hero-ambient__mesh,
.hero-ambient__grid,
.hero-ambient__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.hero-ambient::before {
  z-index: 1;
  inset: -22%;
  background:
    conic-gradient(
      from 132deg at 50% 52%,
      transparent 0deg,
      rgba(102, 223, 207, 0.04) 34deg,
      rgba(102, 223, 207, 0.34) 64deg,
      transparent 104deg,
      rgba(240, 179, 107, 0.24) 146deg,
      transparent 196deg,
      rgba(140, 143, 255, 0.14) 256deg,
      transparent 320deg,
      transparent 360deg
    );
  filter: blur(34px) saturate(1.05);
  opacity: 0.78;
  transform: translate3d(0, 0, 0) rotate(-5deg) scale(1.05);
  animation: hero-spectrum-drift 22s ease-in-out infinite alternate;
}

.hero-ambient::after {
  z-index: 5;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.08), transparent 0 18rem),
    radial-gradient(circle at 50% 55%, transparent 0 18rem, rgba(0, 0, 0, 0.34) 42rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.5)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.5));
}

.hero-ambient__mesh {
  z-index: 2;
  inset: 16% -12% 0;
  background:
    radial-gradient(ellipse at 18% 62%, rgba(102, 223, 207, 0.28), transparent 0 18rem),
    radial-gradient(ellipse at 74% 52%, rgba(240, 179, 107, 0.2), transparent 0 17rem),
    radial-gradient(ellipse at 52% 34%, rgba(140, 143, 255, 0.14), transparent 0 22rem);
  filter: blur(18px);
  opacity: 0.62;
  animation: hero-mesh-breathe 16s ease-in-out infinite alternate;
}

.hero-ambient__grid {
  z-index: 3;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 84px 84px,
    radial-gradient(circle at 50% 50%, rgba(102, 223, 207, 0.08), transparent 1px) 0 0 / 28px 28px;
  mask-image: radial-gradient(ellipse at 50% 46%, #000 0 23rem, transparent 42rem);
  opacity: 0.2;
  transform: perspective(700px) rotateX(62deg) translateY(16%);
  transform-origin: center bottom;
  animation: hero-grid-shift 18s linear infinite;
}

.hero-ambient__glow {
  z-index: 4;
  inset: auto 12% 11%;
  height: 34%;
  border-radius: 50%;
  background:
    linear-gradient(90deg, rgba(102, 223, 207, 0), rgba(102, 223, 207, 0.42), rgba(240, 179, 107, 0.22), rgba(102, 223, 207, 0)),
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.12), transparent 0 55%);
  filter: blur(32px);
  opacity: 0.44;
  transform: translateY(10%) scaleX(1.06);
  animation: hero-horizon-pulse 12s ease-in-out infinite alternate;
}

.fade-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.hero-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.6) saturate(0.74) contrast(1.02);
  object-fit: cover;
  object-position: center;
}

.hero-video {
  width: 100%;
  height: 100%;
  filter: brightness(0.6) saturate(0.74) contrast(1.02);
  max-width: none;
  object-position: center;
}

.video-stage::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.06), transparent 18rem),
    radial-gradient(circle at 50% 56%, rgba(0, 0, 0, 0) 0 20rem, rgba(0, 0, 0, 0.3) 44rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.42));
}

.hero-section--light-glass .hero-video-poster,
.hero-section--light-glass .hero-video {
  filter: brightness(0.98) saturate(1.05) contrast(1.06);
}

.hero-section--light-glass .video-stage::after {
  background:
    radial-gradient(circle at 50% 42%, rgba(7, 12, 18, 0.16), transparent 0 23rem),
    radial-gradient(circle at 18% 72%, rgba(112, 240, 232, 0.16), transparent 0 28rem),
    linear-gradient(90deg, rgba(238, 246, 250, 0.28), rgba(16, 24, 32, 0.08) 48%, rgba(2, 5, 9, 0.34)),
    linear-gradient(180deg, rgba(2, 5, 9, 0.16), rgba(2, 5, 9, 0.06) 42%, rgba(2, 5, 9, 0.3));
}

.page-section .section-bg::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.055), transparent 30rem),
    linear-gradient(180deg, rgba(3, 4, 5, 0.08), rgba(3, 4, 5, 0.2));
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  min-height: 100dvh;
  padding: 7.5rem 1rem 4rem;
  text-align: center;
}

.intro-badge {
  display: inline-flex;
  align-items: center;
  max-width: min(92vw, 520px);
  margin-bottom: 1.25rem;
  padding: 0.25rem;
  border-radius: 9999px;
}

.intro-badge span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  min-height: 27px;
  padding: 0 0.8rem;
  border-radius: 9999px;
  background: #fff;
  color: #000;
  font-size: 0.74rem;
  font-weight: 600;
}

.intro-badge p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0.9rem 0 0.65rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.1;
}

.blur-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.04em;
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(2.45rem, 3.9vw, 3.65rem);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.2), 0 24px 70px rgba(0, 0, 0, 0.7);
}

:lang(ja) .blur-title,
:lang(zh-Hans) .blur-title {
  max-width: 900px;
  font-size: clamp(2.25rem, 3.45vw, 3.35rem);
  line-height: 1.06;
}

.blur-title span {
  display: inline-block;
  margin-right: 0.28em;
  filter: none;
  opacity: 1;
  transform: none;
}

.blur-title.is-visible span {
  animation: none;
}

.title-break {
  display: none;
}

@keyframes word-blur-in {
  0% {
    filter: blur(10px);
    opacity: 0;
    transform: translateY(50px);
  }

  50% {
    filter: blur(5px);
    opacity: 0.5;
    transform: translateY(-5px);
  }

  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-spectrum-drift {
  0% {
    transform: translate3d(-2.5%, 1%, 0) rotate(-7deg) scale(1.04);
  }

  100% {
    transform: translate3d(2.5%, -1.5%, 0) rotate(6deg) scale(1.1);
  }
}

@keyframes hero-mesh-breathe {
  0% {
    opacity: 0.46;
    transform: translate3d(-2%, 1.5%, 0) scale(1);
  }

  100% {
    opacity: 0.7;
    transform: translate3d(2%, -1%, 0) scale(1.08);
  }
}

@keyframes hero-grid-shift {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 0 84px, 84px 0, 28px 28px;
  }
}

@keyframes hero-horizon-pulse {
  0% {
    opacity: 0.32;
    transform: translateY(12%) scaleX(0.96);
  }

  100% {
    opacity: 0.54;
    transform: translateY(6%) scaleX(1.12);
  }
}

.hero-copy {
  max-width: 640px;
  margin: 1.15rem 0 0;
  color: var(--text);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 400;
  line-height: 1.42;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.7);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.45rem;
  margin-top: 1.55rem;
}

.hero-proof {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: min(780px, 92vw);
  margin-top: 1.05rem;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.32rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.button-primary,
.button-ghost {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  font-size: 0.91rem;
  font-weight: 500;
}

.button-primary {
  color: var(--white);
}

.button-primary {
  padding: 0.65rem 1.25rem;
  border-radius: 9999px;
}

.button-ghost svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

body[data-page="meta"] .site-nav .brand-mark,
body[data-page="meta"] .site-nav .nav-pill,
body[data-page="meta"] .site-nav .lang-switcher,
body[data-page="meta"] .site-nav .theme-switcher {
  background: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.46), 0 18px 50px rgba(20, 30, 42, 0.08);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

body[data-page="meta"] .site-nav .brand-mark,
body[data-page="meta"] .site-nav .theme-switcher {
  color: #111923;
}

body[data-page="meta"] .site-nav .nav-pill a {
  color: rgba(17, 25, 35, 0.82);
}

body[data-page="meta"] .site-nav .nav-pill a:hover,
body[data-page="meta"] .site-nav .nav-pill a:focus-visible,
body[data-page="meta"] .site-nav .nav-pill a.is-active:not(.nav-cta),
body[data-page="meta"] .site-nav .nav-pill a[aria-current="page"]:not(.nav-cta) {
  color: #111923;
  background: rgba(255, 255, 255, 0.38);
}

body[data-page="meta"] .site-nav .nav-pill .nav-cta,
body[data-page="meta"] .site-nav .nav-pill .nav-cta:hover,
body[data-page="meta"] .site-nav .nav-pill .nav-cta:focus-visible,
body[data-page="meta"] .site-nav .nav-pill .nav-cta.is-active,
body[data-page="meta"] .site-nav .nav-pill .nav-cta[aria-current="page"] {
  color: #fff;
  background: #111923;
  box-shadow: 0 14px 36px rgba(17, 25, 35, 0.22);
}

body[data-page="meta"] .site-nav .lang-switcher button {
  color: rgba(17, 25, 35, 0.62);
}

body[data-page="meta"] .site-nav .lang-switcher button:hover,
body[data-page="meta"] .site-nav .lang-switcher button:focus-visible,
body[data-page="meta"] .site-nav .lang-switcher button.is-active {
  color: #111923;
  background: rgba(255, 255, 255, 0.42);
}

.hero-section--light-glass .blur-title {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 16px 54px rgba(0, 0, 0, 0.42);
}

.hero-section--light-glass .hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 520;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.36);
}

.hero-section--light-glass .button-primary {
  color: #fff;
  background: #111923;
  box-shadow: 0 18px 48px rgba(17, 25, 35, 0.22);
}

.hero-section--light-glass .button-primary::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.38) 0%,
    rgba(255, 255, 255, 0.16) 24%,
    rgba(255, 255, 255, 0) 48%,
    rgba(255, 255, 255, 0.08) 74%,
    rgba(255, 255, 255, 0.28) 100%
  );
}

.hero-section--light-glass .button-ghost {
  color: rgba(255, 255, 255, 0.82);
}

html[data-theme="light"],
html[data-theme="light"] body {
  color: var(--text);
  background: #fffdf8;
}

html[data-theme="light"] .ambient-video-stage {
  background: #fffdf8 url("./assets/akito-light-section-bg-20260519.webp") center / cover no-repeat;
}

html[data-theme="light"] body.subpage .ambient-video-stage,
html[data-theme="light"] body:not([data-page]) .ambient-video-stage {
  background-image: url("./assets/akito-light-subpage-bg-20260519.webp");
}

html[data-theme="light"] .ambient-video,
html[data-theme="light"] .ambient-gif,
html[data-theme="light"] .hero-video,
html[data-theme="light"] .hero-video-poster {
  opacity: 0 !important;
  visibility: hidden;
}

html[data-theme="light"] .ambient-video-stage::after {
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.86), transparent 0 30rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.36) 48%, rgba(255, 255, 255, 0.78)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 253, 248, 0.72));
}

html[data-theme="light"] .video-stage {
  background: #fffdf8 url("./assets/akito-light-hero-bg-20260519.webp") center / cover no-repeat;
}

html[data-theme="light"] .video-stage::after {
  background:
    radial-gradient(circle at 48% 40%, rgba(255, 255, 255, 0.74), transparent 0 23rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18) 46%, rgba(255, 255, 255, 0.82)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.22) 46%, rgba(255, 253, 248, 0.78));
}

html[data-theme="light"] .page-section > .section-bg {
  display: block;
}

html[data-theme="light"] .section-bg {
  background:
    linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 253, 248, 0.72)),
    url("./assets/akito-light-section-bg-20260519.webp") center / cover no-repeat;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0, rgba(0, 0, 0, 0.66) 9rem, #000 20rem);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0, rgba(0, 0, 0, 0.66) 9rem, #000 20rem);
}

html[data-theme="light"] body.subpage .section-bg,
html[data-theme="light"] body:not([data-page]) .section-bg {
  background:
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 253, 248, 0.76)),
    url("./assets/akito-light-subpage-bg-20260519.webp") center / cover no-repeat;
}

html[data-theme="light"] .page-section .section-bg::before {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.72), transparent 30rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 253, 248, 0.58));
}

html[data-theme="light"] .section-bg::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 25, 35, 0.02), transparent 1px) 0 0 / 96px 96px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 253, 248, 0.5) 94%);
}

html[data-theme="light"] .hero-section,
html[data-theme="light"] .hero-section--light-glass {
  background: #fffdf8;
}

html[data-theme="light"] .blur-title,
html[data-theme="light"] .hero-section--light-glass .blur-title {
  color: #141923;
  text-shadow: 0 16px 54px rgba(255, 255, 255, 0.82), 0 24px 70px rgba(116, 100, 74, 0.1);
}

html[data-theme="light"] .hero-copy,
html[data-theme="light"] .hero-section--light-glass .hero-copy {
  color: rgba(20, 25, 35, 0.78);
  text-shadow: 0 12px 34px rgba(255, 255, 255, 0.62);
}

html[data-theme="light"] .liquid-glass,
html[data-theme="light"] .liquid-glass-strong {
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.76), 0 18px 50px rgba(90, 76, 54, 0.08);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

html[data-theme="light"] .liquid-glass::before,
html[data-theme="light"] .liquid-glass-strong::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.84) 0%,
    rgba(255, 255, 255, 0.36) 22%,
    rgba(255, 255, 255, 0) 46%,
    rgba(20, 25, 35, 0.04) 72%,
    rgba(20, 25, 35, 0.14) 100%
  );
}

html[data-theme="light"] .button-primary,
html[data-theme="light"] .hero-section--light-glass .button-primary,
html[data-theme="light"] .nav-pill .nav-cta,
html[data-theme="light"] body[data-page="meta"] .site-nav .nav-pill .nav-cta {
  color: #fff;
  background: #141923;
  box-shadow: 0 18px 48px rgba(20, 25, 35, 0.18);
}

html[data-theme="light"] .button-ghost,
html[data-theme="light"] .hero-section--light-glass .button-ghost {
  color: rgba(20, 25, 35, 0.78);
}

html[data-theme="light"] .site-nav .brand-mark,
html[data-theme="light"] .site-nav .nav-pill,
html[data-theme="light"] .site-nav .lang-switcher,
html[data-theme="light"] .site-nav .theme-switcher,
html[data-theme="light"] body[data-page="meta"] .site-nav .brand-mark,
html[data-theme="light"] body[data-page="meta"] .site-nav .nav-pill,
html[data-theme="light"] body[data-page="meta"] .site-nav .lang-switcher {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.72), 0 18px 50px rgba(90, 76, 54, 0.08);
}

html[data-theme="light"] .site-nav .brand-mark,
html[data-theme="light"] .site-nav .nav-pill a,
html[data-theme="light"] .site-nav .lang-switcher button,
html[data-theme="light"] .site-nav .theme-switcher,
html[data-theme="light"] body[data-page="meta"] .site-nav .brand-mark,
html[data-theme="light"] body[data-page="meta"] .site-nav .nav-pill a,
html[data-theme="light"] body[data-page="meta"] .site-nav .lang-switcher button {
  color: rgba(20, 25, 35, 0.78);
}

html[data-theme="light"] .site-nav .nav-pill a:hover,
html[data-theme="light"] .site-nav .nav-pill a:focus-visible,
html[data-theme="light"] .site-nav .nav-pill a.is-active:not(.nav-cta),
html[data-theme="light"] .site-nav .nav-pill a[aria-current="page"]:not(.nav-cta),
html[data-theme="light"] .site-nav .lang-switcher button:hover,
html[data-theme="light"] .site-nav .lang-switcher button:focus-visible,
html[data-theme="light"] .site-nav .lang-switcher button.is-active,
html[data-theme="light"] .site-nav .theme-switcher:hover,
html[data-theme="light"] .site-nav .theme-switcher:focus-visible {
  color: #141923;
  background: rgba(255, 255, 255, 0.58);
}

html[data-theme="light"] .site-nav .nav-pill .nav-cta,
html[data-theme="light"] .site-nav .nav-pill .nav-cta:hover,
html[data-theme="light"] .site-nav .nav-pill .nav-cta:focus-visible,
html[data-theme="light"] .site-nav .nav-pill .nav-cta.is-active,
html[data-theme="light"] .site-nav .nav-pill .nav-cta[aria-current="page"] {
  color: #fff;
  background: #141923;
  box-shadow: 0 18px 48px rgba(20, 25, 35, 0.18);
}

html[data-theme="light"] .detail-hero {
  background: rgba(255, 255, 255, 0.1);
}

.page-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: transparent;
  scroll-margin-top: 0;
}

.service-offer-card,
.faq-topic-section,
.article-body section {
  scroll-margin-top: 6.5rem;
}

.section-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.045), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 36%),
    rgba(3, 4, 5, 0.1);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0, rgba(0, 0, 0, 0.72) 10rem, #000 22rem);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0, rgba(0, 0, 0, 0.72) 10rem, #000 22rem);
}

.section-bg::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.018), transparent 1px) 0 0 / 96px 96px,
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.26) 94%);
}

.section-bg--quiet {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.08), transparent 28rem),
    radial-gradient(circle at 82% 70%, rgba(207, 144, 38, 0.08), transparent 26rem),
    rgba(0, 0, 0, 0.04);
}

.page-section > .section-bg {
  display: none;
}

.section-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  min-height: 100svh;
  margin: 0 auto;
  padding: 7.5rem clamp(1.25rem, 4vw, 3rem) 4rem;
}

.section-head {
  max-width: 760px;
}

.section-head--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
}

.section-head--center {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.section-head p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(2.2rem, 3.8vw, 3.65rem);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  align-content: center;
  align-items: stretch;
}

.services-layout {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.services-section .section-shell {
  padding-top: clamp(7.25rem, 12vh, 8.5rem);
}

.services-section .section-head {
  align-items: flex-end;
}

.services-section .section-head h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 3.5vw, 3.35rem);
  line-height: 1;
}

.service-teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
}

.service-teaser-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.15rem;
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.service-teaser-card span {
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-teaser-card h3 {
  margin: auto 0 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 650;
  line-height: 1.02;
}

.service-teaser-card p {
  margin: 0.85rem 0 0;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.38;
}

.service-teaser-card:hover,
.service-teaser-card:focus-visible,
.case-card:hover,
.case-card:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.036)),
    rgba(255, 255, 255, 0.05);
  outline: none;
  transform: translateY(-3px);
}

.service-teaser-card,
.case-card {
  transition: transform 180ms ease, background 180ms ease;
}

.service-head-cta {
  display: inline-flex;
  margin-top: 1.5rem;
}

.services-detail .detail-head {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.services-detail .detail-head h1 {
  max-width: 980px;
  font-size: clamp(2.2rem, 3.65vw, 3.45rem);
}

.service-offer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto 1rem;
}

.service-offer-card {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.035);
}

.service-offer-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.75rem;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-offer-card h2 {
  max-width: 13ch;
  margin: 0 0 1.2rem;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(2rem, 3.25vw, 3.1rem);
  font-weight: 650;
  line-height: 1;
}

.service-offer-card h3 {
  margin: 1.1rem 0 0.65rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-offer-card dl {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.service-offer-card dl + dl {
  margin-top: 1rem;
}

.service-offer-card dl div {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--hairline);
}

.service-offer-card dt {
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-offer-card dd,
.service-offer-card li,
.service-offer-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.43;
}

.service-offer-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-offer-card li::before {
  margin-right: 0.48rem;
  color: var(--soft);
  content: "+";
}

.service-mini-faq {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.2rem;
}

.service-mini-faq p {
  padding-top: 0.7rem;
  border-top: 1px solid var(--hairline);
}

.service-mini-faq strong {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--white);
  font-weight: 750;
}

.service-related {
  margin-top: auto !important;
  padding-top: 1.1rem;
  border-top: 1px solid var(--hairline);
  color: var(--muted) !important;
  font-size: 0.82rem !important;
  font-weight: 650 !important;
}

.service-page-section {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 1rem auto 0;
}

.service-process {
  display: grid;
  grid-template-columns: minmax(260px, 0.64fr) minmax(0, 1.36fr);
  gap: 1.25rem;
  align-items: start;
  padding: clamp(1.15rem, 2vw, 1.5rem);
  border-radius: 1.6rem;
}

.service-process p,
.service-section-head p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-process h2,
.service-section-head h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 650;
  line-height: 1.03;
}

.service-process ol {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.service-process li {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.7rem;
  align-items: center;
  min-height: 2.75rem;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.32;
  counter-increment: process;
}

.service-process li::before {
  display: inline-grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  content: counter(process);
  font-size: 0.78rem;
  font-weight: 800;
}

.service-faq {
  display: grid;
  gap: 1rem;
}

.service-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-faq-grid article {
  min-height: 180px;
  padding: 1.2rem;
  border-radius: 1.25rem;
}

.service-faq-grid h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 650;
  line-height: 1.1;
}

.service-faq-grid p {
  margin: 0.8rem 0 0;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.45;
}

.faq-page .detail-head {
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.faq-topic-nav,
.faq-topic-stack {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.faq-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: 1.3rem;
}

.faq-topic-nav a {
  min-height: 2.25rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.faq-topic-stack {
  display: grid;
  gap: 1rem;
}

.faq-topic-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 1.45rem;
}

.faq-topic-head span {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-topic-head h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1;
}

.faq-question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.faq-question-list article {
  min-width: 0;
  padding: 0.95rem;
  border: 1px solid var(--hairline);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.faq-question-list h3 {
  margin: 0;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.28;
}

.faq-question-list p {
  margin: 0.65rem 0 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.faq-question-list a {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.profile-section .section-shell {
  padding-top: 6.2rem;
  padding-bottom: 3.2rem;
}

.profile-layout .section-head {
  grid-column: 1 / -1;
  max-width: 1080px;
  margin-bottom: 0.35rem;
}

.profile-layout .section-head h2 {
  font-size: clamp(2.15rem, 3.35vw, 3.2rem);
}

.profile-portrait {
  grid-column: 1;
  display: flex;
  min-height: 0;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 0 10rem),
    radial-gradient(circle at 92% 0%, rgba(102, 223, 207, 0.08), transparent 0 13rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 54px rgba(0, 0, 0, 0.14);
}

.profile-portrait img {
  width: clamp(92px, 8.6vw, 118px);
  height: clamp(92px, 8.6vw, 118px);
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 46% 26%, rgba(255, 255, 255, 0.2), transparent 0 3.8rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  filter: saturate(0.9) contrast(1.02);
  object-fit: cover;
  object-position: center 32%;
}

.profile-portrait div {
  min-width: 0;
  padding: 0;
}

.profile-portrait h3,
.info-card h3,
.portfolio-card h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
}

.profile-portrait h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.profile-portrait p {
  max-width: 36ch;
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.35;
}

.trust-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.7rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.04);
}

.trust-panel div {
  min-height: 112px;
  padding: 0.8rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.045);
}

.trust-panel span,
.tool-stack-panel span {
  display: block;
  margin: 0 0 0.55rem;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-panel strong {
  display: block;
  color: var(--white);
  font-family: var(--heading);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.15;
}

.trust-panel p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.3;
}

.tool-stack-panel {
  grid-column: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.tool-stack-panel article {
  min-height: 132px;
  padding: 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.tool-stack-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.profile-summary {
  grid-column: 2;
  align-self: start;
  height: auto;
  padding: clamp(1.05rem, 2vw, 1.35rem);
  border-radius: 1.25rem;
  background: var(--panel);
}

.profile-summary p {
  max-width: 54ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 450;
  line-height: 1.35;
}

.profile-summary dl {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 0;
}

.profile-summary div {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--hairline);
}

.profile-summary dt,
.profile-summary dd {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.3;
}

.profile-grid .info-card {
  min-height: 0;
  padding: 0.85rem;
  border-radius: 1rem;
}

.profile-grid .info-card span {
  margin-bottom: 0.45rem;
}

.profile-grid .info-card h3 {
  font-size: 1rem;
}

.profile-grid .info-card p {
  margin-top: 0.45rem;
  font-size: 0.74rem;
  line-height: 1.25;
}

.profile-summary dt {
  color: var(--soft);
  font-weight: 700;
}

.profile-summary dd {
  color: var(--text);
  font-weight: 400;
}

.info-card,
.portfolio-card {
  min-height: 230px;
  padding: 1.25rem;
  border-radius: 1.25rem;
}

.info-card span {
  display: inline-block;
  margin-bottom: 2.8rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.info-card h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

.info-card p,
.portfolio-card p,
.story-panel p {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.35;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.95fr);
  gap: 4rem;
  align-items: center;
}

.story-panel {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 1.5rem;
}

.story-panel p {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.story-panel p + p {
  margin-top: 1.2rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 4rem;
}

.work-section .section-shell {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding-top: 5.8rem;
  padding-bottom: 3rem;
}

.work-section .section-head h2 {
  font-size: clamp(2.25rem, 3.75vw, 3.65rem);
  line-height: 1;
}

.work-section .portfolio-grid {
  margin-top: clamp(1.8rem, 3.2vw, 2.6rem);
}

.work-section .portfolio-card {
  min-height: clamp(330px, 38vh, 390px);
}

.portfolio-card {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 180ms ease, background 180ms ease;
}

.portfolio-card-image,
.case-card-image {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.portfolio-card-image {
  margin-bottom: 1rem;
  border-radius: 0.95rem;
}

.portfolio-card-image img,
.case-card-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.portfolio-card-image img {
  aspect-ratio: 4 / 3;
}

.case-card-image {
  margin: -0.35rem -0.35rem 1rem;
  border-radius: 1.1rem;
}

.case-card-image img {
  aspect-ratio: 4 / 3;
}

.portfolio-card:hover,
.portfolio-card:focus-visible,
.blog-row:hover,
.blog-row:focus-visible {
  background: var(--panel-strong);
  outline: none;
  transform: translateY(-3px);
}

.portfolio-card h3 {
  margin-top: auto;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.blog-layout {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.8rem, 3.2vw, 2.8rem);
}

.blog-section .section-shell {
  padding-top: 5.8rem;
  padding-bottom: 3rem;
}

.blog-editorial {
  width: 100%;
  max-width: none;
  align-items: end;
}

.blog-editorial h2 {
  max-width: 11em;
  font-size: clamp(2.25rem, 3.75vw, 3.65rem);
  line-height: 1;
}

.blog-intro-copy {
  max-width: 540px;
  margin: 1.15rem 0 0;
  color: var(--text) !important;
  font-size: clamp(0.98rem, 1.25vw, 1.1rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.7 !important;
  text-transform: none !important;
}

.blog-list {
  display: grid;
  gap: 0.65rem;
}

.blog-list--home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-self: center;
  width: 100%;
}

.blog-row {
  display: grid;
  grid-template-columns: 7rem 7.25rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 108px;
  padding: 0.65rem 0.85rem 0.65rem 0.65rem;
  border-radius: 1rem;
}

.blog-list--home .blog-row {
  overflow: hidden;
  min-height: 0;
  padding: 0.75rem;
}

.blog-list--home .blog-row-media {
  width: 100%;
}

.blog-list--home .blog-row--featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(210px, 0.45fr) minmax(0, 1fr) auto;
  gap: 1.1rem;
  min-height: 184px;
  align-items: center;
  padding: 0.9rem;
}

.blog-list--home .blog-row--featured .blog-row-media {
  align-self: stretch;
  grid-row: 1 / 4;
}

.blog-list--home .blog-row--featured .blog-row-media img {
  height: 100%;
  aspect-ratio: auto;
}

.blog-list--home .blog-row--compact .blog-row-media img {
  height: 100%;
  aspect-ratio: auto;
}

.blog-list--home .blog-row--featured time,
.blog-list--home .blog-row--featured .blog-row-text {
  grid-column: 2;
}

.blog-list--home .blog-row--featured b {
  grid-column: 3;
  grid-row: 1 / 4;
  align-self: center;
  justify-self: end;
}

.blog-list--home .blog-row--featured .blog-row-text strong {
  font-size: clamp(1.2rem, 1.75vw, 1.55rem);
  line-height: 1.14;
}

.blog-list--home .blog-row--compact {
  grid-template-columns: 9.5rem minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 0.45rem 0.85rem;
  min-height: 132px;
}

.blog-list--home .blog-row--compact .blog-row-media {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: stretch;
}

.blog-list--home .blog-row--compact .blog-row-text {
  grid-column: 2 / 4;
  grid-row: 1;
}

.blog-list--home .blog-row--compact time {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.74rem;
}

.blog-list--home .blog-row--compact b {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
}

.blog-row-media {
  position: relative;
  z-index: 1;
  display: block;
  width: 7rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.blog-row-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  filter: brightness(1.12) saturate(1.08) contrast(1.02);
  object-fit: cover;
}

.blog-row time,
.blog-row b {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}

.blog-row-text {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

.blog-row-text strong {
  color: var(--white);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  font-family: var(--heading);
  font-style: normal;
  font-weight: 650;
  line-height: 1.15;
}

.blog-row-text small {
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-filter-grid {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1180px, 100%);
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 auto 1rem;
}

.blog-filter-grid a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 750;
}

.blog-filter-grid a.is-active {
  background: rgba(255, 255, 255, 0.88);
  color: #06080a;
}

.blog-empty {
  margin: 0;
  padding: 1.2rem;
  border-radius: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(480px, 1.15fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.home-faq-section .section-shell {
  padding-top: 6rem;
  padding-bottom: 3.6rem;
}

.home-faq-intro {
  max-width: 540px;
  margin: 1rem 0 1.45rem;
  color: var(--text) !important;
  font-size: clamp(0.98rem, 1.25vw, 1.1rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
  text-transform: none !important;
}

.home-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-faq-card {
  min-height: 210px;
  padding: 1.1rem;
  border-radius: 1rem;
}

.home-faq-card span {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.76rem;
  font-weight: 800;
}

.home-faq-card h3 {
  margin: 0 0 0.7rem;
  color: var(--white);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.25;
}

.home-faq-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 330;
  line-height: 1.55;
}

.new-badge {
  display: inline-flex;
  margin-right: 0.55rem;
  transform: translateY(-0.12em);
  align-items: center;
  padding: 0.22rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #050505;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-directory-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-layout {
  display: flex;
  max-width: 1160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  position: relative;
}

.contact-service-grid {
  display: grid;
  width: min(980px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.contact-service-card {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.15rem;
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 20px 60px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.contact-service-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-service-card h3 {
  margin: auto 0 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(1.04rem, 1.45vw, 1.42rem);
  font-weight: 650;
  line-height: 1.08;
}

.contact-service-card p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.34;
}

.contact-composer {
  display: grid;
  width: min(960px, 100%);
  grid-template-columns: 44px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 5;
  min-height: 74px;
  padding: 0.7rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(0, 0, 0, 0.38);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: var(--white);
  overflow: visible;
  backdrop-filter: blur(22px) saturate(1.35);
}

.contact-composer label {
  display: block;
  min-width: 0;
}

.contact-composer label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-composer input {
  width: 100%;
  border: 0;
  color: var(--white);
  background: transparent;
  font: inherit;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  outline: none;
}

.contact-composer input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.composer-icon,
.composer-send {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
}

.composer-icon {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.composer-send {
  background: var(--white);
  color: #050505;
}

.composer-icon svg,
.composer-send svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.contact-options {
  position: absolute;
  left: 0.55rem;
  bottom: calc(100% + 0.65rem);
  z-index: 20;
  display: grid;
  width: 11.5rem;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1.05rem;
  background: rgba(32, 32, 36, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px) saturate(1.35);
}

.contact-options[hidden] {
  display: none;
}

.contact-options button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.35rem;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.contact-options button:hover,
.contact-options button:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.contact-options button span {
  font-size: 0.9rem;
  font-weight: 650;
}

.contact-options button small {
  color: var(--soft);
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-status {
  position: relative;
  z-index: 8;
  display: inline-flex;
  max-width: min(720px, calc(100% - 2rem));
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.045)),
    rgba(0, 0, 0, 0.22);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.3;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.contact-status::before {
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  color: #111;
  background: rgba(255, 255, 255, 0.86);
  content: "i";
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
}

.contact-status.is-submitted {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 0 7rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.065)),
    rgba(5, 8, 12, 0.72);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);
  transform: translateY(-0.18rem);
  animation: contact-bubble-in 420ms cubic-bezier(0.2, 0.9, 0.24, 1.2);
}

.contact-status.is-submitted::before {
  color: #07090c;
  background: rgba(255, 255, 255, 0.92);
  content: "✓";
}

@keyframes contact-bubble-in {
  0% {
    opacity: 0;
    transform: translateY(0.35rem) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(-0.18rem) scale(1);
  }
}

.contact-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: -0.55rem;
}

.contact-proof a,
.contact-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

.signal-row {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.55rem;
}

.signal-card {
  width: 196px;
  min-height: 118px;
  padding: 1rem;
  border-radius: 1.25rem;
  text-align: left;
}

.signal-card svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.signal-card strong {
  display: block;
  margin-top: 1.35rem;
  font-family: var(--heading);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
}

.signal-card span {
  display: block;
  margin-top: 0.55rem;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 300;
}

.partners {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  z-index: 10;
  display: none;
  width: min(92vw, 920px);
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  transform: translateX(-50%);
}

.partners p {
  margin: 0;
  padding: 0.28rem 0.8rem;
  border-radius: 9999px;
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 500;
}

.partners div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.1rem, 4.5vw, 3rem);
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-style: normal;
  font-weight: 650;
  line-height: 1;
}

.capability-bg::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.06) 42%, rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0) 0 22rem, rgba(0, 0, 0, 0.36) 54rem);
}

.capabilities-section {
  display: flex;
  flex-direction: column;
  padding: 7rem clamp(1.25rem, 5vw, 5rem) 2.5rem;
}

.capability-head,
.capability-grid {
  position: relative;
  z-index: 10;
}

.capability-head {
  margin-bottom: auto;
}

.capability-head p {
  margin: 0 0 1.2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.capability-head h2 {
  max-width: 680px;
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(4.1rem, 8.2vw, 8rem);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.86;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 4rem;
}

.capability-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: 1.25rem;
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.icon-box {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 0.75rem;
}

.icon-box svg {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.icon-box path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.tag-list {
  display: flex;
  max-width: 72%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 400;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.capability-card h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.9;
}

.capability-card p {
  max-width: 34ch;
  margin: 0.8rem 0 0;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.25;
}

.subpage {
  min-height: 100svh;
}

.detail-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 7.5rem clamp(1.25rem, 4vw, 4rem) 4rem;
  background: rgba(0, 0, 0, 0.12);
}

.article-shell {
  padding-top: 6.5rem;
}

.detail-head,
.article-grid,
.case-grid,
.background-concept {
  position: relative;
  z-index: 1;
}

.detail-head {
  width: min(980px, 100%);
  margin: 0 auto 3rem;
}

.article-shell .detail-head {
  width: min(1040px, 100%);
  margin-bottom: 1.45rem;
}

.back-link {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--white);
  outline: none;
}

.detail-head > p:not(.detail-lede),
.background-concept > div > p:first-child {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-head h1 {
  max-width: 900px;
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(2.15rem, 3.7vw, 3.6rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
}

.article-shell .detail-head h1 {
  max-width: 980px;
  font-size: clamp(2.1rem, 3.5vw, 3.35rem);
  line-height: 1.05;
  text-wrap: balance;
}

.detail-lede {
  max-width: 760px;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.45;
}

.article-shell .detail-lede {
  max-width: 760px;
  margin-top: 1rem;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.article-cover {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  margin: 0 auto 1.25rem;
  padding: 0.6rem;
  border-radius: 1.65rem;
}

.article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1.1rem;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(1.08) contrast(1.04);
}

.article-grid {
  display: grid;
  width: min(1040px, 100%);
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 1rem;
  margin: 0 auto;
}

.article-meta {
  position: sticky;
  top: 6rem;
  align-self: start;
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 1.25rem;
}

.article-meta span {
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-meta a {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.25;
}

.article-meta strong {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.25;
}

.article-body {
  padding: clamp(1.35rem, 3vw, 2.35rem);
  border-radius: 1.6rem;
}

.article-body section + section {
  margin-top: 2.15rem;
}

.article-body h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
  font-weight: 650;
  line-height: 1.12;
}

.article-body h3 {
  margin: 1.6rem 0 0;
  color: var(--white);
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.2;
}

.case-card h2,
.background-concept h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 650;
  line-height: 1.05;
}

.article-body p,
.case-card p,
.background-concept p {
  color: var(--text);
  font-size: clamp(0.98rem, 1.1vw, 1.06rem);
  line-height: 1.55;
}

.article-body ul {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--text);
  font-size: clamp(0.98rem, 1.1vw, 1.06rem);
  line-height: 1.55;
}

.article-body a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 0.2em;
}

.inline-article-image {
  margin: 1.35rem 0;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
}

.inline-article-image img {
  display: block;
  width: 100%;
  border-radius: 0.9rem;
}

.inline-article-image figcaption {
  margin-top: 0.55rem;
  color: var(--soft);
  font-size: 0.82rem;
  line-height: 1.4;
}

.article-prose strong {
  color: var(--white);
  font-weight: 700;
}

.blog-directory {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.blog-category-grid,
.blog-service-links {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto 1rem;
}

.blog-category-grid a,
.blog-service-links a {
  min-height: 210px;
  padding: 1.1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
}

.blog-category-grid span {
  display: block;
  margin-bottom: 3rem;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-category-grid strong {
  display: block;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 650;
  line-height: 1.08;
}

.blog-category-grid p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.blog-cluster-section {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 1rem auto;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 1.45rem;
}

.blog-cluster-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.blog-cluster-grid article {
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid var(--hairline);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.blog-cluster-grid h3 {
  margin: 0 0 0.85rem;
  color: var(--white);
  font-size: 0.98rem;
  line-height: 1.25;
}

.blog-cluster-grid a {
  display: block;
  padding: 0.55rem 0;
  border-top: 1px solid var(--hairline);
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.35;
  text-decoration: none;
}

.blog-service-links {
  margin-top: 1rem;
}

.blog-service-links a {
  display: flex;
  min-height: 76px;
  align-items: center;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 750;
}

.article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
}

.article-cta p {
  margin: 0;
}

.article-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: var(--white);
  color: #050505;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 750;
}

.portfolio-directory .case-card {
  min-height: 560px;
}

.case-grid {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto 1rem;
}

.case-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 1.35rem;
  border-radius: 1.5rem;
}

.case-card span {
  display: inline-flex;
  margin-bottom: 5rem;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.case-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

.case-card li {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.case-card li::before {
  margin-right: 0.5rem;
  content: "+";
}

.case-card b {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 750;
}

.background-concept {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.25rem;
  align-items: center;
  margin: 1rem auto 0;
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 1.7rem;
}

.background-concept > div {
  padding: clamp(1rem, 2vw, 1.5rem);
}

.background-concept img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1.1rem;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.reveal {
  filter: none;
  opacity: 1;
  transform: none;
  will-change: auto;
}

.reveal.is-visible {
  animation: none;
}

.reveal:nth-of-type(1) {
  animation-delay: 0.22s;
}

.hero-copy.reveal {
  animation-delay: 0.8s;
}

.hero-actions.reveal {
  animation-delay: 1.05s;
}

.signal-row.reveal {
  animation-delay: 1.24s;
}

.partners.reveal {
  animation-delay: 1.35s;
}

.partners.reveal {
  transform: translate(-50%, 20px);
}

.partners.reveal.is-visible {
  animation-name: none;
  transform: translate(-50%, 0);
}

@keyframes reveal-up {
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes partners-reveal {
  to {
    filter: blur(0);
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

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

  .blur-title span,
  .reveal {
    filter: none;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .partners.reveal {
    filter: none;
    opacity: 1;
    transform: translateX(-50%);
    animation: none;
  }
}

@media (max-width: 900px) {
  .site-nav {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 1rem;
  }

  .nav-pill {
    justify-self: center;
    max-width: calc(100vw - 12rem);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-utility {
    min-width: 0;
  }

  .nav-pill::-webkit-scrollbar {
    display: none;
  }

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

  .capability-card,
  .service-teaser-card {
    min-height: 300px;
  }

  .profile-layout,
  .story-layout,
  .home-faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .blog-editorial {
    flex-direction: column;
    align-items: start;
  }

  .work-section .section-head--row {
    align-items: start;
  }

  .work-section .portfolio-card {
    min-height: 300px;
  }

  .profile-layout .section-head,
  .profile-portrait,
  .profile-summary,
  .profile-grid,
  .trust-panel,
  .career-panel,
  .tool-stack-panel {
    grid-column: auto;
    grid-row: auto;
  }

  .profile-portrait {
    min-height: auto;
  }

  .trust-panel,
  .career-panel,
  .tool-stack-panel {
    grid-template-columns: 1fr;
  }

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

  .article-grid,
  .case-grid,
  .background-concept,
  .contact-service-grid,
  .service-offer-grid,
  .service-process,
  .service-faq-grid,
  .faq-topic-section,
  .faq-question-list,
  .blog-cluster-grid,
  .blog-category-grid,
  .blog-service-links,
  .home-faq-list,
  .article-cta {
    grid-template-columns: 1fr;
  }

  .article-meta {
    position: static;
  }

  .article-cover img {
    aspect-ratio: 16 / 9;
  }

  .section-head--row {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-nav {
    top: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.5rem;
  }

  .brand-mark {
    min-width: 68px;
    height: 42px;
    padding: 0 0.8rem;
    font-size: 1.05rem;
  }

  .nav-pill {
    justify-self: start;
    max-width: calc(100vw - 9.4rem);
    min-height: 42px;
    -webkit-mask-image: linear-gradient(90deg, #000 86%, transparent);
    mask-image: linear-gradient(90deg, #000 86%, transparent);
  }

  .nav-utility {
    display: flex;
  }

  .nav-utility .lang-switcher {
    display: none;
  }

  .theme-switcher {
    width: 42px;
    height: 42px;
  }

  .nav-pill a {
    min-height: 32px;
    padding: 0.48rem 0.46rem;
    font-size: 0.68rem;
  }

  .nav-pill .nav-cta {
    display: none;
  }

  .hero-content {
    width: 100%;
    max-width: 100vw;
    justify-content: flex-start;
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: 6.85rem;
    padding-bottom: 3.5rem;
  }

  .hero-section {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .services-section .section-shell {
    padding-top: 4.5rem;
  }

  .section-shell {
    min-height: auto;
    padding: 6.75rem 1rem 3rem;
  }

  .detail-hero {
    padding: 6.75rem 1rem 3rem;
  }

  .section-head h2 {
    font-size: clamp(1.85rem, 7.6vw, 2.55rem);
  }

  .detail-head h1 {
    font-size: clamp(1.65rem, 6.4vw, 2.1rem);
  }

  .article-shell .detail-head h1 {
    font-size: clamp(1.8rem, 7.6vw, 2.45rem);
  }

  .article-shell {
    padding-top: 6.4rem;
  }

  .article-body {
    padding: 1.15rem;
  }

  .profile-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }

  .profile-portrait {
    margin-top: 1.25rem;
  }

  .profile-portrait img {
    width: 86px;
    height: 86px;
    aspect-ratio: 1 / 1;
  }

  .info-card,
  .portfolio-card {
    min-height: 220px;
  }

  .case-card {
    min-height: 320px;
  }

  .case-card h2 {
    font-size: clamp(1.55rem, 6.8vw, 2.05rem);
    line-height: 1.08;
  }

  .case-card span {
    margin-bottom: 2.25rem;
  }

  .info-card span {
    margin-bottom: 2.2rem;
  }

  .story-layout,
  .blog-layout,
  .contact-layout {
    gap: 1.5rem;
  }

  .blog-row {
    grid-template-columns: 5.4rem minmax(0, 1fr) auto;
    gap: 0.45rem;
  }

  .blog-row-media {
    width: 5.4rem;
  }

  .blog-row time {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.72rem;
  }

  .blog-row-text {
    grid-column: 2 / 4;
  }

  .blog-row b {
    align-self: start;
  }

  .blog-editorial h2 {
    max-width: 100%;
    font-size: clamp(2.1rem, 11vw, 3.25rem);
  }

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

  .blog-list--home .blog-row,
  .blog-list--home .blog-row--featured,
  .blog-list--home .blog-row--compact {
    grid-template-columns: 5.4rem minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 0.35rem 0.65rem;
    min-height: 104px;
  }

  .blog-list--home .blog-row--featured .blog-row-media,
  .blog-list--home .blog-row--compact .blog-row-media {
    width: 5.4rem;
    grid-row: 1 / 3;
  }

  .blog-list--home .blog-row--featured time,
  .blog-list--home .blog-row--compact time {
    grid-column: 2;
    grid-row: 2;
  }

  .blog-list--home .blog-row--featured .blog-row-text,
  .blog-list--home .blog-row--compact .blog-row-text {
    grid-column: 2 / 4;
    grid-row: 1;
  }

  .blog-list--home .blog-row--featured b,
  .blog-list--home .blog-row--compact b {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
  }

  .blog-list--home .blog-row--featured .blog-row-text strong {
    font-size: clamp(1rem, 5.5vw, 1.25rem);
  }

  .chat-log {
    min-height: 300px;
  }

  .chat-message {
    max-width: 92%;
  }

  .contact-composer {
    grid-template-columns: 40px minmax(0, 1fr) 42px;
    min-height: 62px;
    padding: 0.5rem;
  }

  .contact-options {
    left: 0.5rem;
    width: min(11.5rem, calc(100vw - 2rem));
  }

  .contact-service-card {
    min-height: 136px;
  }

  .composer-icon,
  .composer-send {
    width: 38px;
    height: 38px;
  }

  .intro-badge {
    width: min(16rem, 82vw);
    align-items: flex-start;
    border-radius: 1.2rem;
  }

  .intro-badge p {
    font-size: 0.78rem;
    line-height: 1.18;
    text-align: left;
  }

  .blur-title {
    width: min(16rem, 82vw);
    max-width: 82vw;
    font-size: clamp(1.8rem, 7.4vw, 2.15rem);
    line-height: 1.02;
  }

  :lang(ja) .blur-title,
  :lang(zh-Hans) .blur-title {
    max-width: 82vw;
    font-size: clamp(1.65rem, 6.8vw, 2rem);
    line-height: 1.06;
  }

  .blur-title span {
    margin-right: 0.2em;
  }

  .title-break {
    display: block;
    flex-basis: 100%;
    width: 100%;
    height: 0;
  }

  .hero-copy {
    width: min(16rem, 82vw);
    max-width: 16rem;
    margin-top: 0.7rem;
    font-size: 0.84rem;
  }

  .hero-actions,
  .hero-proof,
  .signal-row {
    width: min(16rem, 82vw);
  }

  .hero-actions {
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.9rem;
  }

  .signal-row {
    display: none;
  }

  .partners {
    display: none;
  }

  .capabilities-section {
    padding: 6.25rem 1rem 1.25rem;
  }

  .capability-head h2 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }

  .services-layout {
    gap: 1.5rem;
  }

  .services-section .section-head h2 {
    font-size: clamp(2rem, 8.5vw, 2.9rem);
  }

  .service-teaser-card {
    min-height: 230px;
  }

  .services-detail .detail-head h1 {
    font-size: clamp(1.75rem, 7.4vw, 2.35rem);
  }

  .service-offer-card {
    min-height: auto;
  }

  .service-offer-card h2 {
    max-width: none;
    font-size: clamp(1.45rem, 6.2vw, 1.95rem);
  }

  .service-process,
  .service-faq-grid article {
    padding: 1rem;
  }

  .card-top {
    flex-direction: column;
  }

  .tag-list {
    max-width: 100%;
    justify-content: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .fade-video {
    opacity: 1;
  }
}
