.ax-page-title__ja {
  display: block;
  margin-bottom: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

/* Achievements archive: image-first gallery inspired by editorial portfolio walls. */
body.ax-route-achievements,
body.ax-route-achievements #root,
body.ax-route-achievements main.min-h-screen {
  background: #0b0d0c !important;
}

body.ax-route-achievements header.fixed {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(11, 13, 12, 0.88) !important;
  backdrop-filter: blur(18px);
}

body.ax-route-achievements header.fixed a[aria-label="ホームへ戻る"],
body.ax-route-achievements header.fixed button[aria-controls="mobile-navigation"] {
  color: #f5f4ef !important;
}

body.ax-route-achievements header.fixed nav > a:not([href="/contact/"]) {
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

body.ax-route-achievements header.fixed nav > a:not([href="/contact/"]):hover {
  border-color: rgba(255, 255, 255, 0.42) !important;
  color: #fff !important;
}

.ax-route-achievements .ax-work-index {
  padding: 132px 0 164px !important;
  background: #0b0d0c !important;
  color: #f5f4ef !important;
}

.ax-route-achievements .ax-work-index__inner {
  width: min(1600px, calc(100% - 80px));
  max-width: none;
}

.ax-route-achievements .ax-page-inline-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px 32px;
  margin: 0 0 26px;
  padding-top: 14px;
}

.ax-route-achievements .ax-page-inline-title__eyebrow {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.48);
}

.ax-route-achievements .ax-page-inline-title h1 {
  color: #f5f4ef;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ax-route-achievements .ax-work-index__count {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.ax-route-achievements .ax-work-index__head {
  display: block;
}

.ax-route-achievements .ax-work-index__head > span {
  display: block;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.9;
}

.ax-route-achievements .ax-work-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 28px;
  margin-top: 58px;
}

.ax-route-achievements .ax-work-index__grid > div,
.ax-route-achievements .ax-work-index__grid > div:nth-child(2n),
.ax-route-achievements .ax-work-index__grid > div:last-child:nth-child(odd) {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  grid-column: auto;
  justify-self: stretch;
}

.ax-route-achievements .ax-work-index__item,
.ax-route-achievements .ax-work-index__detail {
  color: #f5f4ef;
}

.ax-route-achievements .ax-work-index__media {
  box-sizing: border-box;
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  padding: clamp(22px, 2.5vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: clamp(38px, 4.7vw, 78px);
  background: #d8d3c8;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  isolation: isolate;
  transition:
    transform 0.62s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.62s cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 0.3s ease;
}

.ax-route-achievements .ax-work-index__media > div {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden;
  border-radius: clamp(10px, 1.2vw, 18px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  transition: transform 0.68s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ax-route-achievements .ax-work-index__media img,
.ax-route-achievements .ax-work-index__media video,
.ax-route-achievements .ax-work-index__media iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ax-route-achievements .ax-work-index__media > span {
  top: 16px;
  right: 16px;
  bottom: auto;
  width: auto;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(11, 13, 12, 0.88);
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.12em;
  backdrop-filter: blur(10px);
}

.ax-route-achievements .ax-work-index__media::after {
  content: "VIEW";
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 12;
  display: inline-flex;
  min-width: 64px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(11, 13, 12, 0.9);
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ax-route-achievements .ax-work-index__meta {
  min-height: 13px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.ax-route-achievements .ax-work-index__item h3 {
  min-height: 3.1em;
  max-width: 95%;
  margin-top: 9px;
  color: #f5f4ef;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.ax-route-achievements .ax-work-index__description,
.ax-route-achievements .ax-work-index__proof,
.ax-route-achievements .ax-work-index__actions {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .ax-route-achievements .ax-work-index__detail:hover .ax-work-index__media {
    border-color: rgba(255, 255, 255, 0.18);
    filter: brightness(1.035);
    transform: translateY(-7px);
  }

  .ax-route-achievements .ax-work-index__detail:hover .ax-work-index__media > div {
    transform: scale(1.018);
  }

  .ax-route-achievements .ax-work-index__detail:hover .ax-work-index__media::after {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .ax-route-achievements .ax-work-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ax-route-achievements .ax-work-index {
    padding: 96px 0 112px !important;
  }

  .ax-route-achievements .ax-work-index__inner {
    width: calc(100% - 28px);
  }

  .ax-route-achievements .ax-page-inline-title {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px 14px;
    margin-bottom: 18px;
    padding-top: 0;
  }

  .ax-route-achievements .ax-page-inline-title__eyebrow {
    margin-bottom: 2px;
  }

  .ax-route-achievements .ax-page-inline-title h1 {
    font-size: 32px;
  }

  .ax-route-achievements .ax-work-index__count {
    margin-bottom: 2px;
    font-size: 7px;
  }

  .ax-route-achievements .ax-work-index__head > span {
    max-width: 31em;
    font-size: 10px;
    line-height: 1.8;
  }

  .ax-route-achievements .ax-work-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 12px;
    margin-top: 38px;
  }

  .ax-route-achievements .ax-work-index__media {
    padding: 13px;
    border-radius: 27px;
  }

  .ax-route-achievements .ax-work-index__media > div {
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  }

  .ax-route-achievements .ax-work-index__media > span {
    top: 9px;
    right: 9px;
    height: 23px;
    padding: 0 9px;
    font-size: 7px;
  }

  .ax-route-achievements .ax-work-index__media::after {
    display: none;
  }

  .ax-route-achievements .ax-work-index__meta {
    display: block;
    min-height: 2.6em;
    margin-top: 11px;
    font-size: 7px;
    line-height: 1.6;
  }

  .ax-route-achievements .ax-work-index__meta p:last-child {
    display: none;
  }

  .ax-route-achievements .ax-work-index__item h3 {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 6px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-route-achievements .ax-work-index__media,
  .ax-route-achievements .ax-work-index__media > div,
  .ax-route-achievements .ax-work-index__media::after {
    transition: none !important;
  }
}

/* TOP responsive screens v2 — desktop and mobile are separate captures. */
body.ax-home-classic .ax-home-site-shot--hospitality,
body.ax-home-classic .ax-home-mobile-device-art--hospitality {
  animation: none !important;
  opacity: 0 !important;
}

body.ax-home-classic .ax-home-site-shot--clinic,
body.ax-home-classic .ax-home-mobile-device-art--clinic {
  animation: ax-home-site-cycle-two 10s linear infinite !important;
  animation-delay: 0s !important;
}

body.ax-home-classic .ax-home-site-shot--bakery,
body.ax-home-classic .ax-home-mobile-device-art--bakery {
  animation: ax-home-site-cycle-two 10s linear infinite !important;
  animation-delay: -5s !important;
}

body.ax-home-classic .ax-home-phone__screen .ax-home-site-shot--clinic,
body.ax-home-classic .ax-home-phone__screen .ax-home-site-shot--bakery {
  object-fit: cover !important;
  object-position: center top !important;
  transform: none !important;
}

body.ax-home-classic .ax-home-mobile-phone-live {
  display: none;
}

@keyframes ax-home-site-cycle-two {
  0%, 43% {
    opacity: 1;
  }
  50%, 93% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Service index — start below the fixed header; the retired intro stays removed. */
.ax-route-service .ax-service-intro {
  display: none !important;
}

.ax-route-service .ax-service-intro + section {
  padding-top: 132px !important;
}

@media (min-width: 768px) {
  .ax-route-service .ax-service-intro + section {
    padding-top: 168px !important;
  }
}

.ax-route-service .ax-service-detail-cta {
  min-width: 0 !important;
  gap: 10px !important;
  letter-spacing: 0.04em !important;
}

.ax-route-service article div.mt-8.flex.flex-wrap:has(> span.rounded-full.border) {
  display: none !important;
}

@media (max-width: 767px) {
  .ax-service-maintenance-cta {
    width: 170px !important;
    min-width: 0 !important;
    justify-self: start !important;
    gap: 12px !important;
    padding-inline: 20px !important;
  }
}

@media (max-width: 767px) {
  body.ax-home-classic .ax-home-mobile-phone-live {
    position: absolute;
    z-index: 3;
    top: 66.1%;
    right: 1.6%;
    bottom: -0.5%;
    width: 34.2%;
    display: block;
    overflow: hidden;
    border-radius: clamp(19px, 5.6vw, 25px) clamp(19px, 5.6vw, 25px) 0 0;
    background: #fff;
  }

  body.ax-home-classic .ax-home-mobile-phone-live__shot {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    opacity: 0;
    animation: ax-home-site-cycle-two 10s linear infinite;
    will-change: opacity;
  }

  body.ax-home-classic .ax-home-mobile-phone-live__shot--clinic {
    animation-delay: 0s;
  }

  body.ax-home-classic .ax-home-mobile-phone-live__shot--bakery {
    animation-delay: -5s;
  }

  body.ax-home-classic .ax-home-mobile-phone-live__island {
    position: absolute;
    z-index: 4;
    top: 2.2%;
    left: 50%;
    width: 42%;
    height: 3.6%;
    border-radius: 999px;
    background: #070808;
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ax-home-classic .ax-home-site-shot--clinic,
  body.ax-home-classic .ax-home-mobile-device-art--clinic,
  body.ax-home-classic .ax-home-mobile-phone-live__shot--clinic {
    animation: none !important;
    opacity: 1 !important;
  }

  body.ax-home-classic .ax-home-site-shot--bakery,
  body.ax-home-classic .ax-home-mobile-device-art--bakery,
  body.ax-home-classic .ax-home-mobile-phone-live__shot--bakery {
    animation: none !important;
    opacity: 0 !important;
  }
}

/* Approved photographic TOP: concise copy, no hero CTA, static production media. */
body.ax-home-classic .ax-work-facts {
  display: none !important;
}

body.ax-home-classic .ax-home-hero-b {
  height: 100svh !important;
  min-height: 640px !important;
  isolation: isolate;
  align-items: center !important;
  background-color: #f7f4ef !important;
  background-image: url("/assets/home/axenor-home-hero-b-v1.webp?v=20260813-hero-b-1") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.ax-home-classic .ax-home-hero-b > div.absolute.inset-0 {
  display: none !important;
}

body.ax-home-classic .ax-home-hero-b > .container {
  display: flex;
  width: 100%;
  max-width: none !important;
  align-items: center;
  padding: 0 clamp(32px, 8.4vw, 144px) !important;
}

body.ax-home-classic .ax-home-hero-b__copy {
  width: min(54vw, 760px) !important;
}

body.ax-home-classic .ax-home-hero-b__copy > :not(:first-child) {
  display: none !important;
}

body.ax-home-classic section:has(h1) canvas,
body.ax-home-classic section:has(h1) button,
body.ax-home-classic section:has(h1) h1 > br,
body.ax-home-classic section:has(h1) h1 > span.italic {
  display: none !important;
}

body.ax-home-classic section:has(h1) h1 {
  margin-bottom: 0 !important;
  max-width: 100% !important;
  font-family: "AXENOR Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif !important;
  font-size: clamp(42px, 4.15vw, 70px) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-feature-settings: "palt" 1;
  line-height: 1.26 !important;
  letter-spacing: -0.035em !important;
  transform: none !important;
  text-wrap: nowrap;
}

body.ax-home-classic .ax-home-hero-b__line {
  display: block !important;
  font: inherit !important;
  white-space: nowrap;
}

body.ax-home-classic .ax-home-hero-b h1::after {
  display: block;
  width: 1px;
  height: clamp(58px, 8.2vh, 78px);
  margin-top: clamp(32px, 4.6vh, 44px);
  background: #b98d35;
  content: "";
}

body.ax-home-classic .ax-home-hero-b > div[class*="bottom-12"] {
  display: none !important;
}

body.ax-home-classic .ax-home-curves {
  display: none !important;
}

/* TOP header: one transparent layer, with contrast chosen for each image area. */
body.ax-home-classic header.fixed.bg-transparent {
  padding-block: 12px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.ax-home-classic header.fixed.bg-transparent > div > a:first-child,
body.ax-home-classic header.fixed.bg-transparent nav > a:not([href="/contact/"]):not([href="/contact"]),
body.ax-home-classic header.fixed.bg-transparent > div > button {
  color: #0d1b2a !important;
  text-shadow:
    0 1px 1px rgba(255, 255, 255, 0.98),
    0 0 7px rgba(255, 255, 255, 0.96),
    0 0 15px rgba(255, 255, 255, 0.72);
}

body.ax-home-classic header.fixed.bg-transparent nav > a {
  font-weight: 600 !important;
}

body.ax-home-classic header.fixed.bg-transparent > div > button svg,
body.ax-home-classic header.fixed.bg-transparent nav a[aria-label] svg {
  filter: drop-shadow(0 1px 4px rgba(255, 255, 255, 0.94));
}

body.ax-home-classic header.fixed.bg-transparent nav a[aria-label] {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0.88;
}

body.ax-home-classic header.fixed.bg-transparent nav a[aria-label]:hover,
body.ax-home-classic header.fixed.bg-transparent nav a[aria-label]:focus-visible {
  opacity: 1;
}

body.ax-home-classic header.fixed.bg-transparent nav a[href="/contact/"],
body.ax-home-classic header.fixed.bg-transparent nav a[href="/contact"] {
  min-height: 44px !important;
  padding: 0 2px !important;
  border: 0 !important;
  border-bottom: 1px solid #c39a45 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0d1b2a !important;
  letter-spacing: 0.08em !important;
  text-shadow:
    0 1px 1px rgba(255, 255, 255, 0.98),
    0 0 7px rgba(255, 255, 255, 0.96),
    0 0 15px rgba(255, 255, 255, 0.72);
}

body.ax-home-classic header.fixed.bg-transparent nav a[href="/contact/"]:hover,
body.ax-home-classic header.fixed.bg-transparent nav a[href="/contact"]:hover {
  color: #e3bd6a !important;
  transform: translateY(-1px);
}

@media (min-width: 768px) {
  body.ax-home-classic header.fixed.bg-transparent nav > a[href="/company/"],
  body.ax-home-classic header.fixed.bg-transparent nav > a[href="/company"],
  body.ax-home-classic header.fixed.bg-transparent nav > a[aria-label],
  body.ax-home-classic header.fixed.bg-transparent nav > a[href="/contact/"],
  body.ax-home-classic header.fixed.bg-transparent nav > a[href="/contact"] {
    color: #fff !important;
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.82),
      0 0 9px rgba(0, 0, 0, 0.6);
  }

  body.ax-home-classic header.fixed.bg-transparent nav > a[aria-label] svg {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.72));
  }
}

@media (max-width: 767px) {
  body.ax-home-classic .ax-home-hero-b {
    min-height: 680px !important;
    align-items: flex-start !important;
    background-image: url("/assets/home/axenor-home-hero-b-mobile-v1.webp?v=20260813-hero-b-1") !important;
    background-position: center center !important;
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    align-items: flex-start;
    padding: 19svh 24px 0 !important;
  }

  body.ax-home-classic .ax-home-hero-b__copy {
    width: 100% !important;
  }

  body.ax-home-classic .ax-home-hero-b h1 {
    width: 100%;
    font-size: clamp(29px, 8.15vw, 38px) !important;
    line-height: 1.32 !important;
    letter-spacing: -0.045em !important;
  }

  body.ax-home-classic .ax-home-hero-b h1::after {
    height: 52px;
    margin-top: 26px;
  }

  body.ax-home-classic header.fixed.bg-transparent {
    padding-block: 10px !important;
    background: transparent !important;
  }
}

body.ax-home-classic .axenor-ai-dock,
body.ax-home-classic .ax-home-production div:has(> h3) {
  display: none !important;
}

body.ax-home-classic .ax-home-production video {
  pointer-events: none !important;
}

body.ax-home-classic .ax-home-about,
body.ax-home-classic .ax-home-production {
  padding-top: clamp(72px, 10vw, 144px) !important;
  padding-bottom: clamp(72px, 10vw, 144px) !important;
}

body.ax-home-classic .ax-home-production .mb-24 {
  margin-bottom: clamp(48px, 6vw, 80px) !important;
}

body.ax-home-classic .ax-home-production .flex.flex-col[style*="row-gap"] {
  row-gap: clamp(48px, 7vw, 96px) !important;
}

@media (max-width: 767px) {
  body.ax-home-classic .ax-home-about .mb-24 { margin-bottom: 0 !important; }
  body.ax-home-classic .ax-home-about .gap-20 { gap: 48px !important; }
  body.ax-home-classic .ax-home-about h3.mb-16 { margin-bottom: 32px !important; }
  body.ax-home-classic .ax-home-about .gap-16 { gap: 32px !important; }
  body.ax-home-classic .ax-home-about .space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 20px !important;
  }

  body.ax-home-classic .ax-home-production .cursor-pointer,
  body.ax-home-classic .ax-home-production img,
  body.ax-home-classic .ax-home-production video {
    cursor: default !important;
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-drag: none !important;
  }
}

.ax-page-title__en {
  display: block;
}

.ax-service-intro {
  display: none !important;
}

.ax-route-service .ax-page-hero,
.ax-route-achievements .ax-page-hero,
.ax-route-news .ax-page-hero,
.ax-route-company .ax-page-hero,
.ax-route-contact .ax-page-hero {
  display: none !important;
}

:is(.ax-route-service, .ax-route-achievements, .ax-route-news, .ax-route-company, .ax-route-contact) .ax-page-breadcrumb {
  display: none !important;
}

:is(.ax-route-service, .ax-route-achievements, .ax-route-news, .ax-route-company, .ax-route-contact) header.fixed {
  border-bottom: 1px solid #eef0f2 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px);
}

:is(.ax-route-service, .ax-route-achievements, .ax-route-news, .ax-route-company, .ax-route-contact) header.fixed a[aria-label="ホームへ戻る"],
:is(.ax-route-service, .ax-route-achievements, .ax-route-news, .ax-route-company, .ax-route-contact) header.fixed button[aria-controls="mobile-navigation"] {
  color: #0d1b2a !important;
}

:is(.ax-route-service, .ax-route-achievements, .ax-route-news, .ax-route-company, .ax-route-contact) header.fixed nav > a:not([href="/contact/"]) {
  color: #40505e !important;
  border-color: #d8dde2 !important;
}

.ax-page-inline-title {
  display: flex;
  width: 100%;
  grid-column: 1 / -1;
  align-items: baseline;
  gap: 22px;
  padding-top: 32px;
  margin: 0 0 52px;
}

.ax-page-inline-title__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #6e7680;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ax-page-inline-title__eyebrow span {
  width: 28px;
  height: 1px;
  flex: 0 0 auto;
  background: #c6a24e;
}

.ax-page-inline-title h1 {
  margin: 0;
  color: #101820;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.ax-service-first-article {
  padding-top: 0 !important;
  border-top: 0 !important;
}

.ax-route-achievements .ax-work-index,
.ax-route-news .ax-news-page {
  padding-top: 96px !important;
}

/* News: remove the redundant explanatory intro and leave its place as clean breathing room. */
.ax-route-news .ax-news-page__intro {
  display: none !important;
}

.ax-route-company .ax-company-philosophy__inner {
  padding-top: 96px !important;
}

.ax-route-achievements .ax-work-index__head > p,
.ax-route-achievements .ax-work-index__head > h2 {
  display: none !important;
}

.ax-route-service .ax-page-hero.ax-service-hero {
  min-height: 220px;
  align-items: stretch;
  border-bottom: 1px solid #dfe1df;
  background:
    radial-gradient(circle at 84% 18%, rgba(198, 162, 78, 0.1), transparent 30%),
    #f8f7f3;
  color: #0d1b2a;
}

.ax-route-service .ax-service-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "heading";
  align-content: end;
  padding: 112px 48px 38px;
}

.ax-service-hero__heading {
  grid-area: heading;
  max-width: 1040px;
}

.ax-service-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 14px;
  color: #6e7680;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ax-service-hero__eyebrow span {
  width: 30px;
  height: 1px;
  flex: 0 0 auto;
  background: #c6a24e;
}

.ax-service-hero__heading h1 {
  margin: 0;
  color: #101820;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(36px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.ax-service-hero__heading h1 em {
  color: #8f6e22;
  font-style: normal;
}

.ax-service-hero__mobile-break {
  display: none;
}

.ax-service-hero__copy {
  grid-area: copy;
  max-width: 620px;
  padding: 0;
}

.ax-service-hero__copy > span {
  display: block;
  margin-bottom: 17px;
  color: #9b7a2d;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.ax-service-hero__copy p {
  margin: 0;
  color: #52606c;
  font-size: 13px;
  line-height: 2;
}

.ax-service-hero__categories {
  display: grid;
  grid-area: categories;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #cfd2d1;
  border-bottom: 1px solid #cfd2d1;
}

.ax-service-hero__categories a {
  position: relative;
  display: grid;
  min-height: 112px;
  grid-template-columns: auto 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-left: 1px solid #dfe1df;
  color: #132330;
  text-decoration: none;
  transition: background-color 220ms ease, color 220ms ease;
}

.ax-service-hero__categories a:first-child {
  border-left: 0;
}

.ax-service-hero__categories a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: #c6a24e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.ax-service-hero__categories a:hover {
  background: rgba(255, 255, 255, 0.62);
}

.ax-service-hero__categories a:hover::after {
  transform: scaleX(1);
}

.ax-service-hero__number {
  align-self: start;
  padding-top: 7px;
  color: #a07b28;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
}

.ax-service-hero__categories img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ax-service-hero__label {
  min-width: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ax-no-break {
  white-space: nowrap;
}

.ax-route-company .ax-company-message__portrait--text-only {
  align-self: start;
}

.ax-route-company .ax-company-message__portrait--text-only > div {
  margin-top: 0;
}

.ax-route-contact .ax-contact-hero {
  min-height: 340px !important;
  height: min(44vh, 440px) !important;
}

.ax-route-contact .bg-white\/90.backdrop-blur-sm.text-black > .container {
  padding-top: 96px !important;
}

.contact-form-wrap .ax-contact-privacy,
form.wpcf7-form .ax-contact-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0 20px;
  color: #586474;
  font-size: 12px;
  line-height: 1.8;
  cursor: pointer;
}

.contact-form-wrap .ax-contact-privacy input,
form.wpcf7-form .ax-contact-privacy input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: #c6a24e;
}

.contact-form-wrap .ax-contact-privacy a,
form.wpcf7-form .ax-contact-privacy a {
  color: #1c2a3a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form-wrap .ax-contact-privacy.is-invalid,
form.wpcf7-form .ax-contact-privacy.is-invalid {
  color: #b42318;
}

.ax-service-menu-toggle,
.ax-service-mobile-nav {
  display: none;
}

.ax-service-card-icon {
  width: 48px !important;
  height: 48px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.ax-service-card-icon > img[data-axenor-service-icon] {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
  opacity: 1 !important;
}

.group:hover > .ax-service-card-icon {
  transform: translateY(-3px) scale(1.04);
  opacity: 0.72;
}

body.ax-service-detail .hero[hidden] {
  display: none !important;
}

body.ax-service-detail .side-label {
  display: none !important;
}

body.ax-service-detail .ax-top-unified-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1200 !important;
  border-bottom: 1px solid #eef0f2 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px) !important;
}

body.ax-service-detail main {
  padding-top: 77px;
}

body.ax-service-detail .ax-top-unified-header .header-inner {
  min-height: 77px !important;
}

body.ax-service-detail .ax-top-unified-header .logo {
  color: #0d1b2a !important;
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.2em !important;
  text-transform: none !important;
}

body.ax-service-detail .ax-top-unified-nav {
  gap: 32px !important;
  color: #40505e !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
}

body.ax-service-detail .ax-top-unified-nav > a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

body.ax-service-detail .ax-top-unified-nav .ax-service-nav-dot {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c6a24e;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.25s ease;
}

body.ax-service-detail .ax-top-unified-nav > a:hover .ax-service-nav-dot,
body.ax-service-detail .ax-top-unified-nav > a[aria-current="page"] .ax-service-nav-dot {
  opacity: 1;
}

body.ax-service-detail .ax-top-unified-nav .ax-service-header-icon {
  width: 44px;
  height: 44px;
  min-height: 44px;
  justify-content: center;
  border: 1px solid #d8dde2;
  border-radius: 50%;
}

body.ax-service-detail .ax-top-unified-nav .ax-service-header-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ax-service-detail .ax-top-unified-nav .contact-pill {
  min-width: 104px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff !important;
  background: #c6a24e !important;
}

.ax-service-detail-inline-title {
  margin-bottom: 50px;
}

.ax-service-detail-inline-title__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: #69737f;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ax-service-detail-inline-title__eyebrow span {
  width: 28px;
  height: 1px;
  flex: 0 0 auto;
  background: #c6a24e;
}

.ax-service-detail-inline-title h1 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

body.ax-service-detail .ax-service-detail-first-section {
  padding-top: 48px !important;
}

@media (min-width: 1024px) {
  .ax-route-company .ax-company-message__layout {
    grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  }
}

@media (min-width: 1280px) {
  body.ax-service-detail .ax-top-unified-nav {
    gap: 40px !important;
  }
}

@media (max-width: 900px) {
  .ax-page-inline-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 34px;
  }

  .ax-page-inline-title h1 {
    font-size: 30px;
  }

  .ax-route-achievements .ax-work-index,
  .ax-route-news .ax-news-page {
    padding-top: 64px !important;
  }

  .ax-route-company .ax-company-philosophy__inner {
    padding-top: 64px !important;
  }

  .ax-route-service .ax-page-hero.ax-service-hero {
    min-height: 190px;
    background:
      radial-gradient(circle at 86% 16%, rgba(198, 162, 78, 0.12), transparent 34%),
      #f8f7f3;
  }

  .ax-route-service .ax-service-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading";
    padding: 96px 24px 25px;
  }

  .ax-service-hero__eyebrow {
    margin-bottom: 12px;
  }

  .ax-service-hero__heading h1 {
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.2;
    letter-spacing: -0.035em;
  }

  .ax-service-hero__mobile-break {
    display: inline;
  }

  .ax-service-hero__copy {
    padding: 0;
  }

  .ax-service-hero__copy > span {
    margin-bottom: 9px;
  }

  .ax-service-hero__copy p {
    font-size: 12px;
    line-height: 1.85;
  }

  .ax-service-hero__desktop-break {
    display: none;
  }

  .ax-service-hero__categories {
    margin-top: 5px;
  }

  .ax-service-hero__categories a {
    min-height: 79px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    padding: 9px 3px 8px;
  }

  .ax-service-hero__number {
    position: absolute;
    top: 7px;
    left: 8px;
    padding: 0;
    font-size: 7px;
  }

  .ax-service-hero__categories img {
    width: 32px;
    height: 32px;
  }

  .ax-service-hero__label {
    font-size: 9px;
    letter-spacing: 0;
  }

  .ax-service-menu-toggle {
    position: relative;
    z-index: 52;
    display: grid;
    place-content: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #fff;
    background: rgba(5, 5, 5, 0.28);
    -webkit-appearance: none;
    appearance: none;
  }

  .ax-service-menu-toggle span {
    display: block;
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform 0.25s ease;
  }

  .ax-service-menu-open .ax-service-menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .ax-service-menu-open .ax-service-menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .ax-service-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    padding: 96px 24px 36px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(7, 9, 12, 0.98);
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .ax-service-menu-open {
    overflow: hidden;
  }

  .ax-service-menu-open .ax-service-mobile-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .ax-service-mobile-nav nav {
    display: grid;
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .ax-service-mobile-nav a {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .ax-service-mobile-nav a::after {
    content: '→';
    color: #c6a24e;
  }

  .ax-service-mobile-nav__contact {
    margin-top: 24px;
    padding: 0 22px;
    border: 0 !important;
    border-radius: 999px;
    background: #c6a24e;
  }

  .ax-service-mobile-nav__contact::after {
    color: #fff !important;
  }

  .ax-route-contact .ax-contact-hero {
    min-height: 300px !important;
    height: 300px !important;
  }

  .ax-route-contact .bg-white\/90.backdrop-blur-sm.text-black > .container {
    padding-top: 64px !important;
    padding-bottom: 88px !important;
  }

  .ax-route-contact h2 {
    margin-bottom: 20px !important;
  }
}

/* Company / About — identity-led composition inspired by contemporary studio About pages. */
.ax-company-whatever {
  --ax-whatever-ink: #0b0e10;
  --ax-whatever-paper: #f8f8f5;
  --ax-whatever-muted: #727981;
  --ax-whatever-line: rgba(11, 14, 16, 0.16);
  --ax-whatever-gold: #c6a24e;
  position: relative;
  overflow: clip;
  background: var(--ax-whatever-paper);
  color: var(--ax-whatever-ink);
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", sans-serif;
}

.ax-company-whatever *,
.ax-company-whatever *::before,
.ax-company-whatever *::after {
  box-sizing: border-box;
}

.ax-whatever-intro {
  position: relative;
  min-height: 100svh;
  padding: clamp(124px, 13vh, 180px) clamp(28px, 5vw, 84px) clamp(52px, 8vh, 92px);
  border-bottom: 1px solid var(--ax-whatever-line);
  background: #fff;
}

.ax-whatever-intro__inner {
  display: grid;
  width: min(100%, 1680px);
  min-height: calc(100svh - clamp(196px, 24vh, 272px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.48fr) minmax(260px, 0.52fr);
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(32px, 5vw, 96px);
}

.ax-whatever-kicker,
.ax-whatever-section__number,
.ax-whatever-profile__head > p {
  margin: 0;
  color: #70777d;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ax-whatever-kicker {
  grid-column: 1 / -1;
}

.ax-whatever-intro h1 {
  display: flex;
  min-width: 0;
  align-self: center;
  grid-column: 1 / -1;
  flex-direction: column;
  margin: clamp(64px, 10vh, 120px) 0;
  color: var(--ax-whatever-ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(80px, 13.4vw, 226px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.09em;
  text-wrap: balance;
}

.ax-whatever-intro h1 span {
  display: block;
  animation: ax-whatever-title-in 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ax-whatever-intro h1 span:last-child {
  align-self: flex-end;
  padding-right: 0.07em;
  animation-delay: 90ms;
}

.ax-whatever-intro__statement {
  max-width: 520px;
  align-self: end;
  grid-column: 2;
  margin: 0;
  font-size: clamp(21px, 2.25vw, 38px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.035em;
}

.ax-whatever-scroll {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  align-self: end;
  justify-content: space-between;
  gap: 42px;
  grid-column: 1;
  grid-row: 3;
  padding: 0 0 10px;
  border-bottom: 1px solid currentColor;
  color: var(--ax-whatever-ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.ax-whatever-scroll span:last-child {
  font-size: 20px;
  transition: transform 240ms ease;
}

.ax-whatever-scroll:hover span:last-child {
  transform: translateY(4px);
}

.ax-whatever-rail {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: 0;
  color: var(--ax-whatever-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left top;
}

.ax-whatever-section {
  position: relative;
  min-height: 920px;
  padding: clamp(110px, 13vw, 190px) clamp(28px, 6vw, 108px);
  scroll-margin-top: 80px;
}

.ax-whatever-section__inner {
  display: grid;
  width: min(100%, 1560px);
  min-height: 620px;
  align-items: center;
  gap: clamp(64px, 9vw, 164px);
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  margin: 0 auto;
}

.ax-whatever-section__inner--reverse {
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
}

.ax-whatever-section__inner--reverse .ax-whatever-art {
  grid-column: 2;
}

.ax-whatever-section__inner--reverse .ax-whatever-section__copy {
  grid-column: 1;
  grid-row: 1;
}

.ax-whatever-section--core {
  background: var(--ax-whatever-paper);
}

.ax-whatever-section--fields {
  background: var(--ax-whatever-ink);
  color: #f3f1eb;
}

.ax-whatever-section--approach {
  background: #edeae4;
}

.ax-whatever-section__copy {
  min-width: 0;
}

.ax-whatever-section__word {
  margin: 18px 0 30px;
  background: linear-gradient(100deg, #0f5863 0%, #55613b 42%, #b16f26 84%, #c6a24e 100%);
  background-clip: text;
  color: transparent;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(78px, 9.2vw, 160px);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: -0.085em;
}

.ax-whatever-section--fields .ax-whatever-section__word {
  background-image: linear-gradient(100deg, #57a0a6 0%, #b09553 50%, #c77745 100%);
}

.ax-whatever-section__copy h2 {
  margin: 0 0 26px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(30px, 3.2vw, 54px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.045em;
}

.ax-whatever-section__copy > p:not([class]) {
  max-width: 650px;
  margin: 0;
  color: #60686e;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 400;
  line-height: 2.15;
}

.ax-whatever-section--fields .ax-whatever-section__number,
.ax-whatever-section--fields .ax-whatever-section__copy > p:not([class]) {
  color: rgba(243, 241, 235, 0.55);
}

.ax-whatever-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.ax-whatever-inline-list li {
  position: relative;
  padding-left: 17px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ax-whatever-inline-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ax-whatever-gold);
  content: "";
  transform: translateY(-50%);
}

.ax-whatever-art {
  position: relative;
  min-height: 580px;
}

.ax-whatever-art--core {
  border: 1px solid rgba(11, 14, 16, 0.2);
  border-radius: 50%;
}

.ax-whatever-art__orbit,
.ax-whatever-art__core,
.ax-whatever-art__line,
.ax-whatever-art__dot {
  position: absolute;
  display: block;
}

.ax-whatever-art__orbit {
  inset: 14%;
  border: 1px solid rgba(11, 14, 16, 0.24);
  border-radius: 50%;
}

.ax-whatever-art__core {
  top: 50%;
  left: 50%;
  width: clamp(92px, 11vw, 176px);
  aspect-ratio: 1;
  border: 1px solid var(--ax-whatever-ink);
  background: var(--ax-whatever-gold);
  transform: translate(-50%, -50%) rotate(45deg);
}

.ax-whatever-art__line {
  height: 1px;
  background: rgba(11, 14, 16, 0.46);
  transform-origin: left center;
}

.ax-whatever-art__line--one {
  top: 26%;
  left: 7%;
  width: 72%;
  transform: rotate(29deg);
}

.ax-whatever-art__line--two {
  right: 5%;
  bottom: 24%;
  width: 62%;
  transform: rotate(-35deg);
  transform-origin: right center;
}

.ax-whatever-art__dot {
  width: 15px;
  height: 15px;
  border: 1px solid var(--ax-whatever-ink);
  border-radius: 50%;
  background: var(--ax-whatever-paper);
}

.ax-whatever-art__dot--one {
  top: 23%;
  left: 12%;
}

.ax-whatever-art__dot--two {
  right: 12%;
  bottom: 20%;
}

.ax-whatever-fields {
  display: block;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ax-whatever-fields a {
  display: grid;
  min-height: 70px;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease, padding 220ms ease;
}

.ax-whatever-fields a:hover {
  padding-left: 10px;
  color: var(--ax-whatever-gold);
}

.ax-whatever-fields span {
  color: var(--ax-whatever-gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}

.ax-whatever-fields strong {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ax-whatever-fields i {
  font-size: 18px;
  font-style: normal;
}

.ax-whatever-art--fields {
  min-height: 620px;
}

.ax-whatever-device,
.ax-whatever-connector {
  position: absolute;
  display: block;
  border: 1px solid rgba(243, 241, 235, 0.6);
}

.ax-whatever-device--phone {
  top: 10%;
  left: 7%;
  width: 24%;
  height: 49%;
  border-radius: 22px;
}

.ax-whatever-device--phone::after {
  position: absolute;
  bottom: 6%;
  left: 50%;
  width: 15%;
  aspect-ratio: 1;
  border: 1px solid rgba(243, 241, 235, 0.6);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.ax-whatever-device--screen {
  top: 5%;
  right: 5%;
  width: 58%;
  height: 40%;
  border-radius: 8px;
}

.ax-whatever-device--screen::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22%;
  height: 1px;
  background: var(--ax-whatever-gold);
  box-shadow: 0 -22px 0 rgba(243, 241, 235, 0.35), 0 22px 0 rgba(243, 241, 235, 0.35);
  content: "";
  transform: translate(-50%, -50%);
}

.ax-whatever-device--panel {
  right: 15%;
  bottom: 8%;
  width: 50%;
  height: 34%;
  border-radius: 50%;
}

.ax-whatever-connector {
  border: 0;
  border-bottom: 1px solid rgba(243, 241, 235, 0.55);
  border-left: 1px solid rgba(243, 241, 235, 0.55);
}

.ax-whatever-connector--one {
  top: 43%;
  left: 18%;
  width: 34%;
  height: 25%;
  border-bottom-left-radius: 60px;
}

.ax-whatever-connector--two {
  right: 29%;
  bottom: 27%;
  width: 28%;
  height: 22%;
  border-bottom-left-radius: 60px;
  transform: rotate(180deg);
}

.ax-whatever-art--approach {
  display: grid;
  min-height: 520px;
  align-content: center;
  grid-template-columns: 1fr;
}

.ax-whatever-art--approach > span {
  position: relative;
  display: block;
  padding: 26px 14px;
  border-bottom: 1px solid rgba(11, 14, 16, 0.24);
  color: var(--ax-whatever-ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(48px, 6.5vw, 104px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.ax-whatever-art--approach > span:nth-child(2) {
  padding-left: 20%;
}

.ax-whatever-art--approach > span:nth-child(3) {
  padding-left: 40%;
  color: var(--ax-whatever-gold);
}

.ax-whatever-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--ax-whatever-line);
  list-style: none;
}

.ax-whatever-process li {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  padding: 18px 16px 14px 0;
  border-right: 1px solid var(--ax-whatever-line);
}

.ax-whatever-process li + li {
  padding-left: 18px;
}

.ax-whatever-process li:last-child {
  border-right: 0;
}

.ax-whatever-process span {
  color: var(--ax-whatever-gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}

.ax-whatever-process strong {
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
}

.ax-whatever-process small {
  margin-top: 7px;
  color: #70777d;
  font-size: 10px;
}

.ax-whatever-profile {
  padding: clamp(100px, 12vw, 180px) clamp(28px, 6vw, 108px) clamp(90px, 10vw, 150px);
  background: #050606;
  color: #f3f1eb;
}

.ax-whatever-profile__inner {
  display: grid;
  width: min(100%, 1560px);
  gap: 72px clamp(48px, 8vw, 140px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(480px, 1.28fr);
  margin: 0 auto;
}

.ax-whatever-profile__head h2 {
  margin: 22px 0 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(66px, 8.8vw, 150px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.ax-whatever-profile dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ax-whatever-profile__row {
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ax-whatever-profile dt,
.ax-whatever-profile dd {
  margin: 0;
}

.ax-whatever-profile dt {
  color: rgba(243, 241, 235, 0.46);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.ax-whatever-profile dd {
  padding: 18px 0;
  color: rgba(243, 241, 235, 0.9);
  font-size: 13px;
  line-height: 1.8;
}

.ax-whatever-profile__contact {
  display: grid;
  align-items: end;
  gap: 40px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ax-whatever-profile__contact p {
  margin: 0;
  color: rgba(243, 241, 235, 0.58);
  font-size: 13px;
  line-height: 2;
}

.ax-whatever-profile__contact a {
  display: inline-flex;
  min-width: 260px;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: #f3f1eb;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.ax-whatever-profile__contact a:hover {
  border-color: var(--ax-whatever-gold);
  background: var(--ax-whatever-gold);
  color: var(--ax-whatever-ink);
}

@keyframes ax-whatever-title-in {
  from { opacity: 0; transform: translateY(0.42em); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .ax-whatever-intro__inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.54fr);
  }

  .ax-whatever-section__inner,
  .ax-whatever-section__inner--reverse {
    gap: 62px;
    grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
  }

  .ax-whatever-profile__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ax-whatever-intro {
    min-height: calc(100svh - 68px);
    padding: 112px 24px 34px;
  }

  .ax-whatever-intro__inner {
    min-height: calc(100svh - 214px);
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto auto;
  }

  .ax-whatever-kicker {
    font-size: 8px;
  }

  .ax-whatever-intro h1 {
    align-self: center;
    margin: 48px 0 58px;
    font-size: clamp(58px, 19vw, 92px);
    line-height: 0.84;
    letter-spacing: -0.08em;
  }

  .ax-whatever-intro h1 span:last-child {
    align-self: flex-start;
    margin-left: 9vw;
  }

  .ax-whatever-intro__statement {
    grid-column: 1;
    grid-row: 3;
    font-size: clamp(20px, 6vw, 28px);
  }

  .ax-whatever-scroll {
    grid-column: 1;
    grid-row: 4;
    margin-top: 36px;
  }

  .ax-whatever-rail {
    display: none;
  }

  .ax-whatever-section {
    min-height: 0;
    padding: 96px 24px 104px;
  }

  .ax-whatever-section__inner,
  .ax-whatever-section__inner--reverse {
    min-height: 0;
    gap: 58px;
    grid-template-columns: 1fr;
  }

  .ax-whatever-section__inner--reverse .ax-whatever-art,
  .ax-whatever-section__inner--reverse .ax-whatever-section__copy {
    grid-column: 1;
  }

  .ax-whatever-section__inner--reverse .ax-whatever-art {
    grid-row: 1;
  }

  .ax-whatever-section__inner--reverse .ax-whatever-section__copy {
    grid-row: 2;
  }

  .ax-whatever-art {
    min-height: 360px;
  }

  .ax-whatever-art--core {
    width: min(100%, 420px);
    min-height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .ax-whatever-art--fields {
    min-height: 390px;
  }

  .ax-whatever-art--approach {
    min-height: 330px;
  }

  .ax-whatever-section__word {
    margin-top: 15px;
    font-size: clamp(68px, 23vw, 106px);
  }

  .ax-whatever-section__copy h2 {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .ax-whatever-section__copy > p:not([class]) {
    font-size: 13px;
    line-height: 2;
  }

  .ax-whatever-inline-list {
    gap: 10px 18px;
    margin-top: 34px;
  }

  .ax-whatever-fields {
    margin-top: 36px;
  }

  .ax-whatever-fields a {
    min-height: 66px;
  }

  .ax-whatever-fields strong {
    overflow-wrap: anywhere;
    font-size: 17px;
  }

  .ax-whatever-process {
    grid-template-columns: 1fr;
  }

  .ax-whatever-process li,
  .ax-whatever-process li + li {
    min-height: 92px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ax-whatever-line);
  }

  .ax-whatever-process strong {
    margin-top: 14px;
  }

  .ax-whatever-profile {
    padding: 96px 24px 104px;
  }

  .ax-whatever-profile__inner {
    gap: 58px;
  }

  .ax-whatever-profile__head h2 {
    font-size: clamp(64px, 20vw, 96px);
  }

  .ax-whatever-profile__row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ax-whatever-profile__contact {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .ax-whatever-profile__contact a {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-whatever-intro h1 span {
    animation: none;
  }

  .ax-whatever-scroll span:last-child,
  .ax-whatever-fields a,
  .ax-whatever-profile__contact a {
    transition: none;
  }
}

/* Company vector system — replaces the earlier CSS-only diagrams. */
.ax-whatever-art--core {
  border: 0;
  border-radius: 0;
}

.ax-company-vector {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 640px;
  overflow: visible;
}

.ax-company-vector text {
  font-family: Arial, "Helvetica Neue", sans-serif;
  text-rendering: geometricPrecision;
}

.ax-company-vector line,
.ax-company-vector path,
.ax-company-vector circle,
.ax-company-vector ellipse,
.ax-company-vector rect {
  vector-effect: non-scaling-stroke;
}

.ax-vector-grid {
  opacity: 0.34;
}

.ax-vector-grid-line {
  fill: none;
  stroke: rgba(11, 14, 16, 0.13);
  stroke-width: 0.75;
}

.ax-vector-orbit,
.ax-vector-arc,
.ax-vector-guide {
  fill: none;
  stroke: rgba(11, 14, 16, 0.34);
  stroke-width: 1;
}

.ax-vector-orbit--outer {
  stroke: rgba(11, 14, 16, 0.18);
}

.ax-vector-arc {
  stroke: rgba(11, 14, 16, 0.66);
  stroke-width: 1.25;
}

.ax-vector-arc--short {
  stroke-dasharray: 3 9;
}

.ax-vector-plaque__body {
  fill: #0b0e10;
  stroke: #0b0e10;
}

.ax-vector-plaque__accent,
.ax-vector-hub__accent {
  fill: var(--ax-whatever-gold);
}

.ax-vector-plaque__rule {
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 1;
}

.ax-vector-meta {
  fill: rgba(11, 14, 16, 0.68);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace !important;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.ax-vector-meta--light,
.ax-vector-caption--light {
  fill: rgba(255, 255, 255, 0.66);
}

.ax-vector-meta--gold {
  fill: var(--ax-whatever-gold);
}

.ax-vector-meta--dark,
.ax-vector-caption--dark {
  fill: rgba(11, 14, 16, 0.62);
}

.ax-vector-title {
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -4px;
}

.ax-vector-title--light {
  fill: #f6f4ee;
}

.ax-vector-caption {
  fill: rgba(11, 14, 16, 0.6);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace !important;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.ax-vector-point {
  fill: #f8f8f5;
  stroke: #0b0e10;
  stroke-width: 1;
}

.ax-vector-point--gold {
  fill: var(--ax-whatever-gold);
}

.ax-company-vector--fields {
  overflow: visible;
}

.ax-vector-flow,
.ax-vector-field-orbit {
  fill: none;
  stroke: rgba(243, 241, 235, 0.34);
  stroke-width: 1;
}

.ax-vector-flow {
  stroke-dasharray: 4 7;
}

.ax-vector-field-orbit {
  stroke: rgba(198, 162, 78, 0.3);
  stroke-dasharray: 2 11;
}

.ax-vector-node rect {
  fill: #10161b;
  stroke: rgba(243, 241, 235, 0.38);
  stroke-width: 1;
}

.ax-vector-node__title {
  fill: #f3f1eb;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.ax-vector-node--small .ax-vector-node__title {
  font-size: 18px;
}

.ax-vector-hub__body {
  fill: #f3f1eb;
  stroke: #f3f1eb;
}

.ax-vector-hub__title {
  fill: #0b0e10;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
}

.ax-vector-signal {
  fill: var(--ax-whatever-gold);
  stroke: #0b0e10;
  stroke-width: 2;
}

.ax-whatever-art--generated {
  display: grid;
  align-items: center;
  overflow: hidden;
}

.ax-whatever-art--generated .ax-company-vector {
  display: none;
}

.ax-company-generated-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.ax-whatever-section--core .ax-company-generated-image {
  border: 1px solid rgba(11, 14, 16, 0.1);
  box-shadow: 0 28px 70px rgba(11, 14, 16, 0.08);
}

.ax-whatever-section--fields .ax-company-generated-image {
  filter: contrast(1.025) saturate(0.9);
}

@media (max-width: 760px) {
  .ax-company-vector {
    max-height: none;
  }

  .ax-whatever-art--fields {
    min-height: 410px;
  }

  .ax-whatever-art--generated {
    min-height: 0;
  }
}

/* Company / Editorial — typography and structure only. */
.ax-company-editorial {
  --ax-editorial-black: #0c0d0d;
  --ax-editorial-paper: #f4f3ef;
  --ax-editorial-white: #f7f6f2;
  --ax-editorial-muted: #747570;
  --ax-editorial-line: rgba(12, 13, 13, 0.22);
  --ax-editorial-gold: #bf9841;
  overflow: clip;
  background: var(--ax-editorial-paper);
  color: var(--ax-editorial-black);
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", sans-serif;
}

.ax-company-editorial *,
.ax-company-editorial *::before,
.ax-company-editorial *::after {
  box-sizing: border-box;
}

.ax-editorial-shell {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(28px, 5.5vw, 92px);
}

.ax-editorial-hero {
  min-height: 100svh;
  padding-top: clamp(124px, 14vh, 176px);
  padding-bottom: clamp(36px, 5vh, 64px);
  background: var(--ax-editorial-paper);
}

.ax-editorial-hero__inner {
  display: flex;
  min-height: calc(100svh - clamp(160px, 19vh, 240px));
  flex-direction: column;
}

.ax-editorial-meta,
.ax-editorial-section__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 13px;
  border-top: 1px solid var(--ax-editorial-line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ax-editorial-meta span:last-child {
  text-align: right;
}

.ax-editorial-hero h1 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin: clamp(58px, 8vh, 110px) 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(88px, 13.2vw, 220px);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.78;
}

.ax-editorial-hero h1 span {
  display: block;
}

.ax-editorial-hero h1 span:last-child {
  align-self: flex-end;
  padding-right: 0.055em;
}

.ax-editorial-hero__footer {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 48px;
  padding-top: 22px;
  border-top: 1px solid var(--ax-editorial-line);
}

.ax-editorial-hero__footer p {
  margin: 0;
  font-size: clamp(12px, 0.9vw, 15px);
  line-height: 1.9;
}

.ax-editorial-hero__footer .ax-editorial-hero__ja {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(30px, 4vw, 68px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.25;
}

.ax-editorial-section,
.ax-editorial-profile {
  padding-block: clamp(112px, 12vw, 184px);
}

.ax-editorial-section__head {
  grid-template-columns: 72px 1fr;
  margin-bottom: clamp(64px, 8vw, 120px);
  color: var(--ax-editorial-muted);
}

.ax-editorial-belief {
  background: #fff;
}

.ax-editorial-belief__grid,
.ax-editorial-services__intro,
.ax-editorial-process__intro,
.ax-editorial-profile__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(64px, 10vw, 180px);
}

.ax-editorial-belief h2,
.ax-editorial-services h2,
.ax-editorial-process h2 {
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(48px, 6.2vw, 100px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 1.22;
}

.ax-editorial-copy {
  max-width: 560px;
  padding-top: 8px;
}

.ax-editorial-copy p,
.ax-editorial-services__intro > p,
.ax-editorial-process__intro > p {
  margin: 0;
  color: #595c58;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 2.15;
}

.ax-editorial-copy p + p {
  margin-top: 24px;
}

.ax-editorial-belief__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(88px, 11vw, 160px);
  border-top: 1px solid var(--ax-editorial-line);
  border-bottom: 1px solid var(--ax-editorial-line);
}

.ax-editorial-belief__values p {
  display: grid;
  min-height: 180px;
  margin: 0;
  padding: 22px 28px 24px 0;
  grid-template-columns: 1fr auto;
}

.ax-editorial-belief__values p + p {
  padding-left: 28px;
  border-left: 1px solid var(--ax-editorial-line);
}

.ax-editorial-belief__values span,
.ax-editorial-process__list span,
.ax-editorial-service-list > a > span {
  color: var(--ax-editorial-gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.ax-editorial-belief__values strong {
  align-self: end;
  grid-column: 1 / -1;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3.2vw, 50px);
  font-weight: 600;
  letter-spacing: -0.055em;
}

.ax-editorial-belief__values small {
  align-self: end;
  grid-column: 1 / -1;
  margin-top: 8px;
  color: var(--ax-editorial-muted);
  font-size: 10px;
}

.ax-editorial-services {
  background: var(--ax-editorial-black);
  color: var(--ax-editorial-white);
}

.ax-editorial-services .ax-editorial-section__head,
.ax-editorial-section__head--light {
  border-color: rgba(255, 255, 255, 0.28);
  color: rgba(247, 246, 242, 0.52);
}

.ax-editorial-services__intro > p {
  max-width: 520px;
  padding-top: 10px;
  color: rgba(247, 246, 242, 0.58);
}

.ax-editorial-service-list {
  display: block;
  margin-top: clamp(78px, 10vw, 146px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.ax-editorial-service-list a {
  display: grid;
  min-height: clamp(92px, 8vw, 126px);
  align-items: center;
  grid-template-columns: 64px minmax(240px, 1.05fr) minmax(220px, 0.95fr) 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.ax-editorial-service-list a:hover {
  color: var(--ax-editorial-gold);
}

.ax-editorial-service-list strong {
  font-size: clamp(24px, 2.35vw, 38px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ax-editorial-service-list em {
  color: rgba(247, 246, 242, 0.48);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.06em;
}

.ax-editorial-service-list i {
  font-size: 22px;
  font-style: normal;
  text-align: right;
}

.ax-editorial-process {
  background: var(--ax-editorial-paper);
}

.ax-editorial-process__intro > p {
  max-width: 480px;
  padding-top: 10px;
}

.ax-editorial-process__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(86px, 10vw, 150px) 0 0;
  padding: 0;
  border-top: 1px solid var(--ax-editorial-line);
  border-bottom: 1px solid var(--ax-editorial-line);
  list-style: none;
}

.ax-editorial-process__list li {
  display: flex;
  min-height: clamp(210px, 20vw, 310px);
  flex-direction: column;
  padding: 22px 26px 25px 0;
}

.ax-editorial-process__list li + li {
  padding-left: 26px;
  border-left: 1px solid var(--ax-editorial-line);
}

.ax-editorial-process__list strong {
  margin-top: auto;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3.4vw, 54px);
  font-weight: 600;
  letter-spacing: -0.055em;
}

.ax-editorial-process__list small {
  margin-top: 8px;
  color: var(--ax-editorial-muted);
  font-size: 10px;
}

.ax-editorial-profile {
  background: var(--ax-editorial-black);
  color: var(--ax-editorial-white);
}

.ax-editorial-profile__grid {
  grid-template-columns: minmax(320px, 0.85fr) minmax(500px, 1.15fr);
}

.ax-editorial-profile h2 {
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(72px, 8vw, 132px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.ax-editorial-profile dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ax-editorial-profile__row {
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: 150px minmax(0, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.ax-editorial-profile dt,
.ax-editorial-profile dd {
  margin: 0;
}

.ax-editorial-profile dt {
  color: rgba(247, 246, 242, 0.45);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.ax-editorial-profile dd {
  padding: 18px 0;
  color: rgba(247, 246, 242, 0.88);
  font-size: 13px;
  line-height: 1.8;
}

.ax-editorial-profile__contact {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr auto;
  gap: 48px;
  margin-top: clamp(86px, 10vw, 148px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ax-editorial-profile__contact p {
  margin: 0;
  color: rgba(247, 246, 242, 0.55);
  font-size: 12px;
}

.ax-editorial-profile__contact a {
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 72px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--ax-editorial-white);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 600;
  letter-spacing: -0.045em;
  text-decoration: none;
  transition: color 180ms ease;
}

.ax-editorial-profile__contact a:hover {
  color: var(--ax-editorial-gold);
}

@media (max-width: 760px) {
  .ax-editorial-shell {
    padding-inline: 22px;
  }

  .ax-editorial-hero {
    min-height: calc(100svh - 68px);
    padding-top: 108px;
    padding-bottom: 30px;
  }

  .ax-editorial-hero__inner {
    min-height: calc(100svh - 206px);
  }

  .ax-editorial-hero h1 {
    margin: 72px 0 76px;
    font-size: clamp(66px, 21.5vw, 106px);
    line-height: 0.82;
  }

  .ax-editorial-hero h1 span:last-child {
    align-self: flex-start;
    margin-left: 0.25em;
  }

  .ax-editorial-hero__footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ax-editorial-hero__footer .ax-editorial-hero__ja {
    font-size: clamp(30px, 9vw, 42px);
  }

  .ax-editorial-section,
  .ax-editorial-profile {
    padding-block: 96px;
  }

  .ax-editorial-section__head {
    grid-template-columns: 48px 1fr;
    margin-bottom: 58px;
  }

  .ax-editorial-belief__grid,
  .ax-editorial-services__intro,
  .ax-editorial-process__intro,
  .ax-editorial-profile__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ax-editorial-belief h2,
  .ax-editorial-services h2,
  .ax-editorial-process h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .ax-editorial-copy,
  .ax-editorial-services__intro > p,
  .ax-editorial-process__intro > p {
    padding-top: 0;
  }

  .ax-editorial-belief__values {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .ax-editorial-belief__values p,
  .ax-editorial-belief__values p + p {
    min-height: 128px;
    padding: 17px 0 18px;
    border-left: 0;
  }

  .ax-editorial-belief__values p + p {
    border-top: 1px solid var(--ax-editorial-line);
  }

  .ax-editorial-belief__values strong {
    font-size: 34px;
  }

  .ax-editorial-service-list {
    margin-top: 68px;
  }

  .ax-editorial-service-list a {
    min-height: 96px;
    grid-template-columns: 34px minmax(0, 1fr) 24px;
  }

  .ax-editorial-service-list strong {
    font-size: 21px;
  }

  .ax-editorial-service-list em {
    align-self: start;
    grid-column: 2;
    margin-top: -28px;
    font-size: 9px;
  }

  .ax-editorial-service-list i {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .ax-editorial-process__list {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .ax-editorial-process__list li,
  .ax-editorial-process__list li + li {
    min-height: 132px;
    padding: 17px 0 18px;
    border-left: 0;
  }

  .ax-editorial-process__list li + li {
    border-top: 1px solid var(--ax-editorial-line);
  }

  .ax-editorial-process__list strong {
    font-size: 34px;
  }

  .ax-editorial-profile h2 {
    margin-bottom: 14px;
    font-size: clamp(64px, 19vw, 92px);
  }

  .ax-editorial-profile__row {
    min-height: 84px;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .ax-editorial-profile__contact {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 72px;
  }

  .ax-editorial-profile__contact a {
    width: 100%;
    gap: 24px;
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-editorial-service-list a,
  .ax-editorial-profile__contact a {
    transition: none;
  }
}

@media (max-width: 900px) {
  body.ax-service-detail .ax-top-unified-header .header-inner {
    min-height: 77px !important;
  }

  body.ax-service-detail .ax-service-menu-toggle {
    position: relative;
    z-index: 1201;
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    place-content: center;
    gap: 5px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #0d1b2a !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.ax-service-detail .ax-service-menu-toggle span {
    width: 18px !important;
    height: 1.5px !important;
    background: currentColor !important;
  }

  body.ax-service-detail .ax-service-menu-toggle svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.ax-service-detail .ax-service-menu-toggle:focus,
  body.ax-service-detail .ax-service-menu-toggle:focus-visible {
    outline: none !important;
  }

  body.ax-service-detail.ax-service-menu-open .ax-service-menu-toggle span:first-child {
    transform: translateY(6.5px) rotate(45deg) !important;
  }

  body.ax-service-detail.ax-service-menu-open .ax-service-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.ax-service-detail.ax-service-menu-open .ax-service-menu-toggle span:last-child {
    transform: translateY(-6.5px) rotate(-45deg) !important;
  }

  body.ax-service-detail .ax-service-mobile-nav {
    z-index: 1190 !important;
    display: block !important;
    padding: 0 !important;
    overflow-y: auto;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
    background: #f2f2f2 !important;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.8s cubic-bezier(0.83, 0, 0.17, 1) !important;
  }

  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav {
    pointer-events: auto !important;
    clip-path: inset(0);
  }

  body.ax-service-detail .ax-service-mobile-nav__inner {
    display: flex;
    width: min(100%, 1536px);
    min-height: 100svh;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: clamp(112px, 18svh, 152px) 32px 32px;
  }

  body.ax-service-detail .ax-service-mobile-nav nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  body.ax-service-detail .ax-service-mobile-nav nav a {
    min-height: 0;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    color: #111 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: color 0.25s ease, opacity 0.5s ease-out, transform 0.5s ease-out;
  }

  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav nav a {
    opacity: 1;
    transform: translateY(0);
  }

  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav nav a:nth-child(1) { transition-delay: 0.1s; }
  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav nav a:nth-child(2) { transition-delay: 0.16s; }
  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav nav a:nth-child(3) { transition-delay: 0.22s; }
  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav nav a:nth-child(4) { transition-delay: 0.28s; }
  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav nav a:nth-child(5) { transition-delay: 0.34s; }
  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav nav a:nth-child(6) { transition-delay: 0.4s; }

  body.ax-service-detail .ax-service-mobile-nav nav a:hover {
    color: #c6a24e !important;
  }

  body.ax-service-detail .ax-service-mobile-nav a::after {
    content: none !important;
  }

  body.ax-service-detail .ax-service-mobile-nav__utilities {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }

  body.ax-service-detail.ax-service-menu-open .ax-service-mobile-nav__utilities {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.47s;
  }

  body.ax-service-detail .ax-service-mobile-nav__utilities a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    border: 0;
    color: #40505e !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
  }

  body.ax-service-detail .ax-service-mobile-nav__utilities svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ax-service-detail-inline-title {
    margin-bottom: 34px;
  }

  .ax-service-detail-inline-title h1 {
    font-size: clamp(26px, 7.5vw, 34px);
    line-height: 1.25;
  }

  body.ax-service-detail .ax-service-detail-first-section {
    padding-top: 30px !important;
  }
}

@media (max-width: 760px) {
  .ax-world-hero-actions,
  .ax-world-conversion__actions {
    width: min(100%, 235px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-service-card-icon,
  .ax-service-menu-toggle span,
  .ax-service-mobile-nav {
    transition: none;
  }
}

/* Achievements opens directly on the visual archive, without a page-title block. */
body.ax-route-achievements .ax-page-inline-title,
body.ax-route-achievements .ax-work-index__head {
  display: none !important;
}

body.ax-route-achievements .ax-work-index {
  padding-top: 112px !important;
}

body.ax-route-achievements .ax-work-index__grid {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  body.ax-route-achievements .ax-work-index {
    padding-top: 92px !important;
  }
}

/* Company / About v4 — editorial line-art system built from the actual reference rhythm. */
.ax-company-reference {
  --ax-ref-ink: #0a0c0d;
  --ax-ref-paper: #fff;
  --ax-ref-soft: #f8f7f2;
  --ax-ref-muted: #696d6f;
  --ax-ref-line: rgba(10, 12, 13, 0.18);
  --ax-ref-gold: #c8952d;
  position: relative;
  overflow: clip;
  background: var(--ax-ref-paper);
  color: var(--ax-ref-ink);
  font-family: "Helvetica Neue", "Noto Sans JP", "Yu Gothic", sans-serif;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  font-optical-sizing: auto;
}

.ax-company-reference *,
.ax-company-reference *::before,
.ax-company-reference *::after {
  box-sizing: border-box;
}

.ax-ref-shell {
  width: min(100%, 1660px);
  margin-inline: auto;
}

.ax-ref-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(132px, 15vh, 188px) clamp(34px, 6vw, 108px) clamp(58px, 7vh, 88px);
  border-bottom: 1px solid var(--ax-ref-line);
  background: #fff;
}

.ax-ref-hero__inner {
  display: flex;
  min-height: calc(100svh - clamp(210px, 25vh, 282px));
  flex-direction: column;
}

.ax-ref-eyebrow,
.ax-ref-label {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ax-ref-eyebrow {
  padding-top: 12px;
  border-top: 1px solid var(--ax-ref-line);
  color: #686c6e;
}

.ax-ref-hero h1 {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.18em;
  margin: clamp(62px, 10vh, 126px) 0 clamp(54px, 9vh, 104px);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(78px, 11.7vw, 196px);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.84;
  white-space: nowrap;
}

.ax-ref-hero h1 span {
  display: block;
  animation: ax-ref-title-in 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ax-ref-hero h1 span:last-child {
  animation-delay: 90ms;
}

.ax-ref-hero__statement {
  width: min(100%, 1400px);
  align-self: center;
}

.ax-ref-hero__statement p {
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(26px, 3vw, 48px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.65;
  word-break: keep-all;
}

.ax-ref-hero__statement p span {
  display: block;
  white-space: nowrap;
}

.ax-ref-statement-mobile {
  display: none !important;
}

.ax-ref-hero__statement small {
  display: block;
  margin-top: 26px;
  color: #545a5e;
  font-size: clamp(12px, 1.1vw, 17px);
  font-weight: 500;
  line-height: 1.9;
  text-wrap: pretty;
  word-break: auto-phrase;
}

.ax-ref-rail {
  position: absolute;
  top: 50%;
  left: 22px;
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 700;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left top;
}

.ax-ref-chapter {
  position: relative;
  min-height: 100svh;
  padding: clamp(108px, 10vw, 168px) clamp(32px, 6vw, 108px);
  overflow: hidden;
}

.ax-ref-chapter::before {
  position: absolute;
  top: clamp(34px, 3.2vw, 54px);
  left: clamp(32px, 6vw, 108px);
  color: rgba(10, 12, 13, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.16em;
}

.ax-ref-chapter::after {
  position: absolute;
  top: clamp(58px, 5vw, 82px);
  right: clamp(32px, 6vw, 108px);
  left: clamp(32px, 6vw, 108px);
  height: 1px;
  background: var(--ax-ref-line);
  content: "";
}

.ax-ref-chapter--core::before { content: "01 / CORE"; }
.ax-ref-chapter--fields::before { content: "02 / FIELDS"; }
.ax-ref-chapter--approach::before { content: "03 / APPROACH"; }

.ax-ref-chapter--core,
.ax-ref-chapter--approach {
  background: #fff;
}

.ax-ref-chapter--fields {
  background: var(--ax-ref-soft);
}

.ax-ref-chapter__grid {
  display: grid;
  min-height: min(760px, calc(100svh - 190px));
  align-items: center;
  gap: clamp(56px, 7vw, 132px);
  grid-template-columns: minmax(500px, 1.12fr) minmax(340px, 0.88fr);
}

.ax-ref-chapter__grid--reverse {
  grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1.18fr);
}

.ax-ref-art {
  --ax-ref-x: 0px;
  --ax-ref-y: 0px;
  position: relative;
  min-width: 0;
}

.ax-ref-art::after {
  position: absolute;
  bottom: 1.5%;
  left: 3%;
  color: rgba(10, 12, 13, 0.42);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.ax-ref-art--core::after { content: "IDEA / FORM / VALUE"; }
.ax-ref-art--fields::after { content: "CREATE / CONNECT / AUTOMATE"; }
.ax-ref-art--approach::after { content: "FIND / SHAPE / GROW"; }

.ax-ref-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 76vh;
  overflow: visible;
  transform: translate3d(var(--ax-ref-x), var(--ax-ref-y), 0);
  transform-origin: center;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ax-ref-svg path,
.ax-ref-svg rect,
.ax-ref-svg circle,
.ax-ref-svg ellipse,
.ax-ref-svg line {
  vector-effect: non-scaling-stroke;
}

.ax-ref-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.ax-ref-draw {
  stroke-width: 1.55;
}

.ax-ref-fill {
  opacity: 0.95;
}

.ax-ref-fill > * {
  transform-box: fill-box;
  transform-origin: center;
  animation: ax-ref-float 7s ease-in-out infinite;
}

.ax-ref-fill > *:nth-child(2n) { animation-delay: -2.3s; }
.ax-ref-fill > *:nth-child(3n) { animation-delay: -4.6s; }

.ax-ref-float {
  transform-box: fill-box;
  transform-origin: center;
  animation: ax-ref-float 5.8s ease-in-out infinite;
}

.ax-ref-float--delay {
  animation-delay: -2.8s;
}

.ax-ref-copy {
  min-width: 0;
  padding-block: 24px;
}

.ax-ref-label {
  color: #bb7c22;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(17px, 1.5vw, 25px);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.ax-ref-word {
  margin: 18px 0 42px;
  background: linear-gradient(100deg, #b8872d 0%, #709b7d 50%, #4b5f82 100%);
  background-clip: text;
  color: transparent;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(86px, 9.2vw, 154px);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.8;
  white-space: nowrap;
}

.ax-ref-chapter--approach .ax-ref-word {
  font-size: clamp(68px, 7.2vw, 124px);
}

.ax-ref-copy h2 {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.4;
  text-wrap: balance;
  word-break: keep-all;
}

.ax-ref-copy h2 span {
  display: inline-block;
  white-space: nowrap;
}

.ax-ref-copy > p:not([class]) {
  max-width: 620px;
  margin: 0;
  color: #5a6062;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 2.1;
  hyphens: none;
  line-break: strict;
  text-wrap: pretty;
  word-break: auto-phrase;
}

.ax-ref-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 42px;
}

.ax-ref-tags span {
  position: relative;
  padding-left: 15px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.13em;
}

.ax-ref-tags span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ax-ref-gold);
  content: "";
  transform: translateY(-50%);
}

.ax-ref-service-links {
  display: block;
  margin-top: 44px;
  border-top: 1px solid var(--ax-ref-line);
}

.ax-ref-service-links a {
  display: grid;
  min-height: 58px;
  align-items: center;
  grid-template-columns: 40px minmax(0, 1fr);
  border-bottom: 1px solid var(--ax-ref-line);
  color: var(--ax-ref-ink);
  text-decoration: none;
  transition: color 200ms ease, padding 200ms ease;
}

.ax-ref-service-links a::after {
  grid-column: 3;
  content: "↗";
  font-size: 16px;
}

.ax-ref-service-links a:hover {
  padding-left: 8px;
  color: #238f83;
}

.ax-ref-service-links span {
  color: #b98126;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 8px;
}

.ax-ref-service-links strong {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 500;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.ax-ref-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 46px 0 0;
  padding: 0;
  border-top: 1px solid var(--ax-ref-line);
  border-bottom: 1px solid var(--ax-ref-line);
  list-style: none;
}

.ax-ref-process li {
  display: flex;
  min-height: 136px;
  flex-direction: column;
  padding: 16px 15px 17px 0;
}

.ax-ref-process li + li {
  padding-left: 15px;
  border-left: 1px solid var(--ax-ref-line);
}

.ax-ref-process span {
  color: #bb8125;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 8px;
}

.ax-ref-process strong {
  margin-top: auto;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.ax-ref-process small {
  margin-top: 5px;
  color: #777b7d;
  font-size: 9px;
}

.ax-ref-profile {
  padding: clamp(104px, 11vw, 176px) clamp(32px, 6vw, 108px) clamp(90px, 9vw, 140px);
  background: #090a0b;
  color: #f6f5f0;
}

.ax-ref-profile__grid {
  display: grid;
  gap: 72px clamp(52px, 8vw, 142px);
  grid-template-columns: minmax(300px, 0.76fr) minmax(520px, 1.24fr);
}

.ax-ref-profile h2 {
  margin: 24px 0 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(66px, 6vw, 100px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.84;
}

.ax-ref-profile h2 span {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.ax-ref-profile h2 span + span {
  margin-top: 0.08em;
}

.ax-ref-profile dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ax-ref-profile .ax-whatever-profile__row {
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: 140px minmax(0, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.ax-ref-profile dt,
.ax-ref-profile dd {
  margin: 0;
}

.ax-ref-profile dt {
  color: rgba(246, 245, 240, 0.44);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  font-size: 9px;
}

.ax-ref-profile dd {
  padding: 18px 0;
  color: rgba(246, 245, 240, 0.88);
  font-size: 13px;
  line-height: 1.8;
  line-break: strict;
  word-break: auto-phrase;
}

.ax-ref-profile__contact {
  display: grid;
  align-items: end;
  gap: 48px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto;
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ax-ref-profile__contact p {
  margin: 0;
  color: rgba(246, 245, 240, 0.55);
  font-size: 12px;
  line-height: 2;
  line-break: strict;
  text-wrap: pretty;
  word-break: auto-phrase;
}

.ax-ref-profile__contact a {
  display: inline-flex;
  min-width: 270px;
  align-items: baseline;
  justify-content: space-between;
  gap: 54px;
  padding-bottom: 9px;
  border-bottom: 1px solid currentColor;
  color: #f6f5f0;
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 600;
  letter-spacing: -0.035em;
  text-decoration: none;
}

@keyframes ax-ref-title-in {
  from { opacity: 0; transform: translateY(0.35em); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ax-ref-flow {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes ax-ref-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.ax-ref-motion .ax-ref-chapter__grid > .ax-ref-art,
.ax-ref-motion .ax-ref-chapter__grid > .ax-ref-copy,
.ax-ref-motion .ax-ref-profile__grid > * {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 850ms cubic-bezier(0.16, 1, 0.3, 1), transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ax-ref-motion .ax-ref-chapter__grid > .ax-ref-copy {
  transition-delay: 100ms;
}

.ax-ref-motion .ax-ref-profile__grid > *:nth-child(2) { transition-delay: 100ms; }
.ax-ref-motion .ax-ref-profile__grid > *:nth-child(3) { transition-delay: 180ms; }

.ax-ref-motion .ax-ref-chapter__grid.is-visible > .ax-ref-art,
.ax-ref-motion .ax-ref-chapter__grid.is-visible > .ax-ref-copy,
.ax-ref-motion .ax-ref-profile__grid.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.ax-ref-motion .ax-ref-draw {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.ax-ref-motion .is-visible .ax-ref-draw {
  animation: ax-ref-flow 1700ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (max-width: 980px) {
  .ax-ref-chapter__grid,
  .ax-ref-chapter__grid--reverse {
    gap: 52px;
    grid-template-columns: minmax(420px, 1.05fr) minmax(300px, 0.95fr);
  }

  .ax-ref-profile__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ax-ref-hero {
    min-height: calc(100svh - 68px);
    padding: 108px 22px 42px;
  }

  .ax-ref-hero__inner {
    min-height: calc(100svh - 218px);
  }

  .ax-ref-hero h1 {
    display: block;
    margin: 72px 0 84px;
    font-size: clamp(56px, 16.4vw, 82px);
    line-height: 0.82;
    white-space: normal;
  }

  .ax-ref-hero h1 span {
    white-space: nowrap;
  }

  .ax-ref-hero h1 span:last-child {
    margin-left: 0.22em;
  }

  .ax-ref-hero__statement p {
    font-size: clamp(24px, 6vw, 30px);
    line-height: 1.55;
  }

  .ax-ref-hero__statement small {
    margin-top: 20px;
    font-size: 11px;
  }

  .ax-ref-rail {
    display: none;
  }

  .ax-ref-chapter {
    min-height: 0;
    padding: 88px 22px 100px;
  }

  .ax-ref-chapter::before {
    top: 27px;
    left: 22px;
  }

  .ax-ref-chapter::after {
    top: 48px;
    right: 22px;
    left: 22px;
  }

  .ax-ref-chapter__grid,
  .ax-ref-chapter__grid--reverse {
    min-height: 0;
    gap: 54px;
    grid-template-columns: 1fr;
  }

  .ax-ref-chapter__grid--reverse .ax-ref-copy {
    grid-row: 2;
  }

  .ax-ref-chapter__grid--reverse .ax-ref-art {
    grid-row: 1;
  }

  .ax-ref-svg {
    max-height: none;
    transform: none;
  }

  .ax-ref-copy {
    padding-block: 0;
  }

  .ax-ref-label {
    font-size: 15px;
  }

  .ax-ref-word {
    margin: 14px 0 32px;
    font-size: clamp(66px, 21vw, 102px);
  }

  .ax-ref-chapter--approach .ax-ref-word {
    font-size: clamp(54px, 15.8vw, 78px);
    letter-spacing: -0.075em;
  }

  .ax-ref-copy h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .ax-ref-copy > p:not([class]) {
    font-size: 13px;
    line-height: 2;
  }

  .ax-ref-service-links a {
    min-height: 62px;
  }

  .ax-ref-service-links strong {
    font-size: 16px;
  }

  .ax-ref-process {
    grid-template-columns: 1fr;
  }

  .ax-ref-process li,
  .ax-ref-process li + li {
    min-height: 92px;
    padding: 15px 0;
    border-left: 0;
  }

  .ax-ref-process li + li {
    border-top: 1px solid var(--ax-ref-line);
  }

  .ax-ref-process strong {
    margin-top: 14px;
  }

  .ax-ref-profile {
    padding: 92px 22px 100px;
  }

  .ax-ref-profile__grid {
    gap: 58px;
  }

  .ax-ref-profile h2 {
    font-size: clamp(62px, 19vw, 92px);
  }

  .ax-ref-profile .ax-whatever-profile__row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ax-ref-profile__contact {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .ax-ref-profile__contact a {
    width: 100%;
    min-width: 0;
    font-size: 27px;
  }
}

@media (max-width: 430px) {
  .ax-ref-statement-desktop {
    display: none !important;
  }

  .ax-ref-statement-mobile {
    display: block !important;
  }

  .ax-ref-hero__statement p {
    font-size: clamp(22px, 6.4vw, 27px);
    line-height: 1.55;
  }

  .ax-ref-hero h1 {
    font-size: clamp(52px, 16vw, 68px);
  }

  .ax-ref-word {
    font-size: clamp(60px, 21.5vw, 84px);
  }

  .ax-ref-chapter--approach .ax-ref-word {
    font-size: clamp(50px, 15.2vw, 64px);
  }

  .ax-ref-copy h2 {
    font-size: 27px;
  }

  .ax-ref-service-links strong {
    font-size: clamp(14px, 4.2vw, 16px);
  }
}

@media (max-width: 350px) {
  .ax-ref-hero,
  .ax-ref-chapter,
  .ax-ref-profile {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ax-ref-hero__statement p {
    font-size: 21px;
  }

  .ax-ref-chapter::before {
    left: 18px;
  }

  .ax-ref-chapter::after {
    right: 18px;
    left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-ref-hero h1 span,
  .ax-ref-draw,
  .ax-ref-float {
    animation: none;
  }

  .ax-ref-service-links a {
    transition: none;
  }

  .ax-ref-fill > * {
    animation: none;
  }
}

/* The fixed construction guide is not part of the public interface. */
#root > main > .fixed.inset-0.pointer-events-none.overflow-hidden.opacity-20[class~="z-[99]"] {
  display: none !important;
}

/* Company / NEWFOLK-inspired editorial rebuild. No loader, canvas or legacy SABI layer. */
.ax-company-newfolk {
  --ax-nf-ink: #0b0c11;
  --ax-nf-paper: #ebeae8;
  --ax-nf-paper-deep: #d8d6d1;
  --ax-nf-accent: #d2a52d;
  --ax-nf-line: rgba(11, 12, 17, 0.72);
  --ax-nf-muted: rgba(11, 12, 17, 0.56);
  overflow: clip;
  background: var(--ax-nf-paper);
  color: var(--ax-nf-ink);
  font-family: "Geist AX Archive", "Noto Sans JP Archive", "Helvetica Neue", Arial, sans-serif;
  font-feature-settings: "palt" 1;
}

.ax-company-newfolk *,
.ax-company-newfolk *::before,
.ax-company-newfolk *::after {
  box-sizing: border-box;
}

.ax-nf-shell {
  width: min(100%, 1720px);
  margin-inline: auto;
}

.ax-nf-label {
  margin: 0;
  color: var(--ax-nf-muted);
  font-size: 10px;
  font-weight: 520;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.ax-route-company header.fixed {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 0 !important;
  background: rgba(235, 234, 232, 0.88) !important;
  box-shadow: none !important;
  color: #0b0c11 !important;
  -webkit-backdrop-filter: blur(18px) saturate(0.7) !important;
  backdrop-filter: blur(18px) saturate(0.7) !important;
}

body.ax-route-company #root header.fixed > div > a,
body.ax-route-company #root header.fixed > div nav > a,
body.ax-route-company #root header.fixed > div > button {
  color: #0b0c11 !important;
}

body.ax-route-company header.fixed > div > a:first-child span {
  color: currentColor !important;
}

body.ax-route-company header.fixed nav a[aria-label] {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ax-route-company header.fixed nav a[href="/company/"] span,
body.ax-route-company header.fixed nav a[href="/company"] span {
  background: #0b0c11 !important;
}

body.ax-route-company header.fixed a[href="/contact/"],
body.ax-route-company header.fixed a[href="/contact"] {
  min-width: 0 !important;
  padding: 7px 0 6px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0b0c11 !important;
}

.ax-nf-hero {
  position: relative;
  min-height: max(720px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--ax-nf-paper);
}

.ax-nf-hero__shape {
  position: absolute;
  z-index: 0;
  top: -20vh;
  left: -10vw;
  width: min(72vw, 1080px);
  height: 124vh;
  min-height: 820px;
  color: var(--ax-nf-ink);
  pointer-events: none;
}

.ax-nf-hero__shape svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ax-nf-hero__shape path {
  fill: var(--ax-nf-accent);
}

.ax-nf-hero__shape > p {
  position: absolute;
  top: 44%;
  left: 46%;
  margin: 0;
  font-size: clamp(46px, 5.1vw, 82px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.ax-nf-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: max(720px, 100svh);
  padding: 98px clamp(24px, 2.5vw, 42px) 34px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf-hero__mark {
  grid-column: 1 / 4;
  margin: 0;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0.09em;
}

.ax-nf-hero__copy {
  z-index: 2;
  align-self: center;
  grid-column: 7 / 13;
  max-width: 720px;
  padding: 84px 0 34px;
}

.ax-nf-hero__eyebrow {
  margin: 0 0 clamp(42px, 5vw, 74px);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ax-nf-hero h1 {
  margin: 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(58px, 6.4vw, 108px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.065em !important;
  line-height: 1.15 !important;
  word-break: keep-all;
}

.ax-nf-hero__lead {
  margin: clamp(52px, 6vw, 92px) 0 0;
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.5;
}

.ax-nf-hero__ja {
  max-width: 570px;
  margin: 38px 0 0;
  color: var(--ax-nf-muted);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2;
}

.ax-nf-hero__scroll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 10 / 13;
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid var(--ax-nf-line);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ax-nf-studio,
.ax-nf-strength,
.ax-nf-services,
.ax-nf-outline {
  padding: clamp(142px, 13vw, 224px) clamp(24px, 2.5vw, 42px);
  background: var(--ax-nf-paper);
}

.ax-nf-section-head {
  display: grid;
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid var(--ax-nf-line);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf-section-head .ax-nf-label {
  grid-column: 1 / 4;
}

.ax-nf-section-head h2 {
  grid-column: 7 / 13;
  margin: -9px 0 0;
  font-size: clamp(34px, 3.25vw, 56px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.12 !important;
}

.ax-nf-studio__grid {
  display: grid;
  margin-top: clamp(128px, 14vw, 238px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf-studio__place {
  grid-column: 1 / 4;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1.7;
}

.ax-nf-studio__statement {
  grid-column: 6 / 13;
}

.ax-nf-studio__statement h3 {
  margin: 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(40px, 4.8vw, 78px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.06em !important;
  line-height: 1.35 !important;
  word-break: keep-all;
}

.ax-nf-studio__statement > div {
  display: grid;
  margin-top: clamp(92px, 10vw, 166px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 88px);
}

.ax-nf-studio__statement p {
  margin: 0;
  color: rgba(11, 12, 17, 0.72);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2.15;
}

.ax-nf-strength {
  position: relative;
  min-height: 1320px;
  overflow: hidden;
}

.ax-nf-strength__shape {
  position: absolute;
  top: 28%;
  left: -24vw;
  width: min(70vw, 1060px);
  aspect-ratio: 1;
  border-radius: 63% 37% 45% 55% / 40% 60% 38% 62%;
  background: var(--ax-nf-accent);
  transform: rotate(-17deg);
  pointer-events: none;
}

.ax-nf-strength > .ax-nf-shell {
  position: relative;
  z-index: 1;
}

.ax-nf-strength__list {
  width: calc(50% - 20px);
  margin: clamp(126px, 13vw, 218px) 0 0 auto;
}

.ax-nf-strength__list article {
  display: grid;
  min-height: 330px;
  padding: 28px 0 74px;
  border-top: 1px solid var(--ax-nf-line);
  grid-template-columns: 70px minmax(0, 1fr);
  column-gap: 24px;
}

.ax-nf-strength__list article > span,
.ax-nf-services__grid article > span {
  padding-top: 7px;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.ax-nf-strength__list h3 {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: clamp(32px, 3.3vw, 56px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.1 !important;
}

.ax-nf-strength__list h3 small {
  margin-top: 22px;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.ax-nf-strength__list p {
  grid-column: 2;
  max-width: 520px;
  margin: auto 0 0;
  color: rgba(11, 12, 17, 0.66);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2;
}

.ax-nf-services__grid {
  margin-top: clamp(126px, 13vw, 218px);
  border-bottom: 1px solid var(--ax-nf-line);
}

.ax-nf-services__grid article {
  display: grid;
  min-height: 360px;
  align-content: start;
  padding: 30px 0 62px;
  border-top: 1px solid var(--ax-nf-line);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf-services__grid article > span {
  grid-column: 1 / 2;
}

.ax-nf-services__grid h3 {
  grid-column: 4 / 8;
  margin: 0;
  font-size: clamp(30px, 3vw, 50px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.08 !important;
}

.ax-nf-services__grid article > p {
  grid-column: 8 / 13;
  margin: 6px 0 0;
  color: var(--ax-nf-muted);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 2;
}

.ax-nf-services__grid nav {
  display: flex;
  align-self: end;
  flex-wrap: wrap;
  grid-column: 8 / 13;
  gap: 12px 28px;
  margin-top: 74px;
}

.ax-nf-services__grid nav a {
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: opacity 220ms ease;
}

.ax-nf-services__grid nav a:hover {
  opacity: 0.45;
}

.ax-nf-outline {
  background: var(--ax-nf-paper-deep);
}

.ax-nf-outline__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf-outline__grid > header {
  grid-column: 1 / 5;
}

.ax-nf-outline h2 {
  margin: 54px 0 0;
  font-size: clamp(48px, 5vw, 84px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.06em !important;
  line-height: 1 !important;
}

.ax-nf-outline header > p:last-child {
  margin: 80px 0 0;
  color: var(--ax-nf-muted);
  font-size: 11px;
  line-height: 1.7;
}

.ax-nf-outline dl {
  grid-column: 7 / 13;
  margin: 0;
  border-top: 1px solid var(--ax-nf-line);
}

.ax-nf-outline__row {
  display: grid;
  min-height: 82px;
  align-items: center;
  border-bottom: 1px solid rgba(11, 12, 17, 0.28);
  grid-template-columns: 150px minmax(0, 1fr);
}

.ax-nf-outline dt,
.ax-nf-outline dd {
  margin: 0;
}

.ax-nf-outline dt {
  color: var(--ax-nf-muted);
  font-size: 10px;
}

.ax-nf-outline dd {
  padding: 20px 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}

.ax-nf-contact {
  background: var(--ax-nf-accent);
  color: var(--ax-nf-ink);
}

.ax-nf-contact > a {
  display: grid;
  min-height: 84svh;
  align-content: space-between;
  padding: clamp(70px, 7vw, 116px) clamp(24px, 2.5vw, 42px) clamp(54px, 5vw, 84px);
  color: inherit;
  text-decoration: none;
}

.ax-nf-contact .ax-nf-label {
  color: rgba(11, 12, 17, 0.6);
}

.ax-nf-contact h2 {
  align-self: center;
  margin: 90px 0;
  font-size: clamp(70px, 9.4vw, 158px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.98 !important;
}

.ax-nf-contact > a > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--ax-nf-line);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.8vw, 30px);
}

.ax-nf-contact i {
  font-style: normal;
}

.ax-nf-motion .ax-nf-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 820ms cubic-bezier(0.16, 1, 0.3, 1), transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

body.ax-route-company .axenor-ai-dock,
body.ax-route-company #contact-cta {
  display: none !important;
}

@media (max-width: 900px) {
  .ax-nf-hero__shape {
    left: -20vw;
    width: 78vw;
  }

  .ax-nf-hero__copy {
    grid-column: 7 / 13;
  }

  .ax-nf-studio__statement {
    grid-column: 5 / 13;
  }

  .ax-nf-strength__list {
    width: 58%;
  }

  .ax-nf-services__grid h3 {
    grid-column: 3 / 8;
  }
}

@media (max-width: 760px) {
  body.ax-route-company header.fixed {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .ax-nf-label {
    font-size: 9px;
  }

  .ax-nf-hero {
    min-height: 980px;
  }

  .ax-nf-hero__shape {
    top: 42px;
    left: -46vw;
    width: 142vw;
    height: 560px;
    min-height: 0;
  }

  .ax-nf-hero__shape > p {
    top: 36%;
    left: 48%;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.08;
  }

  .ax-nf-hero__inner {
    display: block;
    min-height: 980px;
    padding: 104px 21px 30px;
  }

  .ax-nf-hero__mark {
    position: relative;
    z-index: 2;
  }

  .ax-nf-hero__copy {
    position: relative;
    max-width: none;
    padding: 560px 0 0;
  }

  .ax-nf-hero__eyebrow {
    margin-bottom: 30px;
    font-size: 9px;
  }

  .ax-nf-hero h1 {
    font-size: clamp(45px, 13.8vw, 62px) !important;
    line-height: 1.25 !important;
  }

  .ax-nf-hero__lead {
    margin-top: 38px;
    font-size: 22px;
    line-height: 1.55;
  }

  .ax-nf-hero__ja {
    margin-top: 28px;
    font-size: 12px;
    line-height: 1.9;
  }

  .ax-nf-hero__scroll {
    position: absolute;
    right: 21px;
    bottom: 28px;
    left: 21px;
  }

  .ax-nf-studio,
  .ax-nf-strength,
  .ax-nf-services,
  .ax-nf-outline {
    padding: 112px 21px 128px;
  }

  .ax-nf-section-head {
    display: block;
    padding-top: 18px;
  }

  .ax-nf-section-head h2 {
    margin: 58px 0 0;
    font-size: 36px !important;
  }

  .ax-nf-studio__grid {
    display: block;
    margin-top: 110px;
  }

  .ax-nf-studio__place {
    margin-bottom: 72px;
  }

  .ax-nf-studio__statement h3 {
    font-size: clamp(34px, 10.5vw, 44px) !important;
    line-height: 1.48 !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ax-nf-studio__statement > div {
    display: block;
    margin-top: 78px;
  }

  .ax-nf-studio__statement p + p {
    margin-top: 34px;
  }

  .ax-nf-strength {
    min-height: 0;
  }

  .ax-nf-strength__shape {
    position: relative;
    top: auto;
    left: -32vw;
    width: 130vw;
    margin: 84px 0 110px;
    transform: rotate(-11deg);
  }

  .ax-nf-strength > .ax-nf-shell {
    display: flex;
    flex-direction: column;
  }

  .ax-nf-strength .ax-nf-section-head {
    order: 1;
  }

  .ax-nf-strength__shape {
    order: 2;
  }

  .ax-nf-strength__list {
    order: 3;
    width: 100%;
    margin: 0;
  }

  .ax-nf-strength__list article {
    min-height: 280px;
    padding-bottom: 54px;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 8px;
  }

  .ax-nf-strength__list h3 {
    font-size: 31px !important;
  }

  .ax-nf-strength__list p {
    font-size: 12px;
  }

  .ax-nf-services__grid {
    margin-top: 100px;
  }

  .ax-nf-services__grid article {
    display: grid;
    min-height: 0;
    padding: 24px 0 58px;
    grid-template-columns: 42px minmax(0, 1fr);
    row-gap: 38px;
  }

  .ax-nf-services__grid article > span {
    grid-column: 1;
  }

  .ax-nf-services__grid h3,
  .ax-nf-services__grid article > p,
  .ax-nf-services__grid nav {
    grid-column: 2;
  }

  .ax-nf-services__grid h3 {
    font-size: 29px !important;
    overflow-wrap: anywhere;
  }

  .ax-nf-services__grid article > p {
    margin: 0;
    font-size: 11px;
  }

  .ax-nf-services__grid nav {
    display: grid;
    justify-items: start;
    margin-top: 14px;
  }

  .ax-nf-outline__grid {
    display: block;
  }

  .ax-nf-outline h2 {
    margin-top: 54px;
    font-size: 58px !important;
  }

  .ax-nf-outline header > p:last-child {
    margin-top: 48px;
  }

  .ax-nf-outline dl {
    margin-top: 90px;
  }

  .ax-nf-outline__row {
    min-height: 76px;
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .ax-nf-outline dd {
    font-size: 11px;
  }

  .ax-nf-contact > a {
    min-height: 74svh;
    padding: 72px 21px 44px;
  }

  .ax-nf-contact h2 {
    margin: 80px 0;
    font-size: clamp(48px, 14vw, 62px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
  }

  .ax-nf-contact > a > div {
    font-size: 17px;
  }
}

@media (max-width: 350px) {
  .ax-nf-hero__inner,
  .ax-nf-studio,
  .ax-nf-strength,
  .ax-nf-services,
  .ax-nf-outline,
  .ax-nf-contact > a {
    padding-right: 17px;
    padding-left: 17px;
  }

  .ax-nf-hero__scroll {
    right: 17px;
    left: 17px;
  }

  .ax-nf-hero__shape {
    left: -54vw;
    width: 152vw;
  }

  .ax-nf-hero h1 {
    font-size: 43px !important;
  }

  .ax-nf-studio__statement h3 {
    font-size: 32px !important;
  }

  .ax-nf-strength__list h3,
  .ax-nf-services__grid h3 {
    font-size: 27px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-nf-motion .ax-nf-reveal,
  .ax-nf-motion .ax-nf-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ax-nf-services__grid nav a {
    transition: none;
  }
}

/* Company / NEWFOLK study v2: one scroll-linked form, no loader or canvas. */
.ax-company-newfolk-v2 {
  --ax-nf2-ink: #0a0b0d;
  --ax-nf2-paper: #ebeae8;
  --ax-nf2-paper-deep: #d8d6d1;
  --ax-nf2-accent: #d1a42f;
  --ax-nf2-muted: rgba(10, 11, 13, 0.61);
  --ax-nf2-line: rgba(10, 11, 13, 0.54);
  position: relative;
  min-height: 100svh;
  overflow: clip;
  background: var(--ax-nf2-paper) !important;
  color: var(--ax-nf2-ink);
  font-family: "Geist AX Archive", "Noto Sans JP Archive", "Helvetica Neue", Arial, sans-serif;
  font-feature-settings: "palt" 1;
}

.ax-company-newfolk-v2 *,
.ax-company-newfolk-v2 *::before,
.ax-company-newfolk-v2 *::after {
  box-sizing: border-box;
}

.ax-nf2-shell {
  width: min(100%, 1720px);
  margin-inline: auto;
}

.ax-nf2-label,
.ax-nf2-kicker {
  margin: 0;
  color: var(--ax-nf2-muted);
  font-size: 10px;
  font-weight: 540;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ax-nf2-flow {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  pointer-events: none;
}

.ax-nf2-flow__sticky {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.ax-nf2-flow__shape {
  --ax-nf2-x: -8vw;
  --ax-nf2-y: -8vh;
  --ax-nf2-scale: 1.08;
  --ax-nf2-rotate: -8deg;
  position: absolute;
  top: 50%;
  left: 0;
  width: min(76vw, 1100px);
  aspect-ratio: 1;
  transform: translate3d(var(--ax-nf2-x), calc(-50% + var(--ax-nf2-y)), 0) rotate(var(--ax-nf2-rotate)) scale(var(--ax-nf2-scale));
  transform-origin: center;
  will-change: transform, opacity;
}

.ax-nf2-flow__shape svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 34px 70px rgba(121, 82, 0, 0.045));
}

.ax-nf2-flow__shape path {
  fill: var(--ax-nf2-accent);
}

.ax-nf2-flow__words {
  --ax-nf2-word-rotate: 8deg;
  position: absolute;
  top: 35%;
  left: var(--ax-nf2-word-left, 50%);
  width: 46%;
  height: 22%;
  transform: rotate(var(--ax-nf2-word-rotate));
}

.ax-nf2-flow__word {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  margin: 0;
  opacity: 0;
  transition: opacity 150ms ease;
}

.ax-nf2-flow__word span {
  display: block;
  font-size: clamp(62px, 6.4vw, 106px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.ax-nf2-flow__word small {
  display: block;
  margin-top: 22px;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

body.ax-route-company header.fixed nav a[aria-label] {
  opacity: 0.68 !important;
  transform: scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body.ax-route-company header.fixed nav a[aria-label]:hover,
body.ax-route-company header.fixed nav a[aria-label]:focus-visible {
  opacity: 1 !important;
  transform: scale(0.94);
}

.ax-nf2-hero,
.ax-nf2-studio,
.ax-nf2-strength,
.ax-nf2-services,
.ax-nf2-manifesto,
.ax-nf2-outline,
.ax-nf2-contact {
  position: relative;
  z-index: 1;
}

.ax-nf2-hero {
  min-height: max(760px, 100svh);
}

.ax-nf2-hero__inner {
  display: grid;
  min-height: max(760px, 100svh);
  padding: 96px clamp(24px, 2.5vw, 42px) 34px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf2-hero__mark {
  grid-column: 1 / 4;
  margin: 0;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: 0.12em;
}

.ax-nf2-hero__copy {
  align-self: center;
  grid-column: 7 / 13;
  max-width: 760px;
  padding: 72px 0 28px;
}

.ax-nf2-hero h1 {
  margin: clamp(42px, 5vw, 76px) 0 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(30px, 3.05vw, 50px) !important;
  font-weight: 450 !important;
  letter-spacing: -0.06em !important;
  line-height: 1.28 !important;
  word-break: keep-all;
}

.ax-nf2-hero__lead {
  margin: clamp(54px, 5.7vw, 92px) 0 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 2.15vw, 36px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.62;
}

.ax-nf2-hero__body {
  display: grid;
  max-width: 720px;
  margin-top: clamp(48px, 5vw, 78px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 68px);
}

.ax-nf2-hero__body p {
  margin: 0;
  color: var(--ax-nf2-muted);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2;
}

.ax-nf2-hero__scroll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 10 / 13;
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid var(--ax-nf2-line);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ax-nf2-studio,
.ax-nf2-strength,
.ax-nf2-services,
.ax-nf2-outline {
  padding: clamp(108px, 9vw, 158px) clamp(24px, 2.5vw, 42px);
}

.ax-nf2-studio {
  min-height: 1040px;
}

.ax-nf2-strength {
  min-height: 1080px;
}

.ax-nf2-section-head {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf2-section-head .ax-nf2-label {
  grid-column: 1 / 4;
}

.ax-nf2-section-head h2 {
  grid-column: 5 / 13;
  margin: -18px 0 0;
  font-family: "Geist AX Archive", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(76px, 9.6vw, 164px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.075em !important;
  line-height: 0.84 !important;
  white-space: nowrap;
}

.ax-nf2-section-head h2 small,
.ax-nf2-outline h2 small {
  display: block;
  margin-top: 30px;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: normal;
}

.ax-nf2-flow-title-source {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.ax-nf2-studio__grid,
.ax-nf2-strength__list,
.ax-nf2-services__grid {
  margin-top: clamp(40px, 4.2vw, 68px) !important;
}

.ax-nf2-studio__grid {
  display: grid;
  margin-top: clamp(110px, 11vw, 190px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf2-studio__place {
  grid-column: 1 / 4;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.ax-nf2-studio__statement {
  grid-column: 6 / 13;
}

.ax-nf2-studio__statement h3 {
  margin: 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(42px, 4.5vw, 72px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.06em !important;
  line-height: 1.35 !important;
  word-break: keep-all;
}

.ax-nf2-studio__statement > div {
  display: grid;
  margin-top: clamp(64px, 6vw, 104px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 88px);
}

.ax-nf2-studio__statement p {
  margin: 0;
  color: rgba(10, 11, 13, 0.72);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 2.05;
}

.ax-nf2-proof {
  display: grid;
  margin-top: clamp(84px, 8vw, 136px);
  border-top: 1px solid var(--ax-nf2-line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ax-nf2-proof > div {
  min-height: 160px;
  padding: 22px 24px 26px 0;
  border-right: 1px solid rgba(10, 11, 13, 0.22);
}

.ax-nf2-proof > div + div {
  padding-left: 24px;
}

.ax-nf2-proof > div:last-child {
  border-right: 0;
}

.ax-nf2-proof span,
.ax-nf2-proof small {
  display: block;
  color: var(--ax-nf2-muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.ax-nf2-proof strong {
  display: block;
  margin-top: 38px;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.ax-nf2-proof small {
  margin-top: 13px;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.ax-nf2-strength__list {
  width: calc(50% - 18px);
  margin: clamp(96px, 9vw, 160px) 0 0 auto;
}

.ax-nf2-strength__list article {
  display: grid;
  min-height: 246px;
  padding: 24px 0 44px;
  border-top: 1px solid var(--ax-nf2-line);
  grid-template-columns: 66px minmax(0, 1fr);
  column-gap: 22px;
}

.ax-nf2-strength__list article > span,
.ax-nf2-services__grid article > span {
  padding-top: 6px;
  font-size: 9px;
  letter-spacing: 0.05em;
}

.ax-nf2-strength__list h3 {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: clamp(30px, 3.15vw, 52px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.08 !important;
}

.ax-nf2-strength__list h3 small {
  margin-top: 21px;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.ax-nf2-strength__list p {
  grid-column: 2;
  max-width: 520px;
  margin: auto 0 0;
  color: var(--ax-nf2-muted);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.95;
}

.ax-nf2-services {
  background: var(--ax-nf2-paper);
}

.ax-nf2-services__grid {
  margin-top: clamp(84px, 8vw, 140px);
  border-bottom: 1px solid var(--ax-nf2-line);
}

.ax-nf2-services__grid article {
  display: grid;
  min-height: 250px;
  align-content: start;
  padding: 28px 20px 46px;
  border-top: 1px solid var(--ax-nf2-line);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.3vw, 38px);
  cursor: default;
  transition: background-color 220ms ease;
}

.ax-nf2-services__grid article:hover,
.ax-nf2-services__grid article:focus-visible {
  outline: none;
  background: rgba(209, 164, 47, 0.12);
}

.ax-nf2-services__grid article > span {
  grid-column: 1 / 2;
}

.ax-nf2-services__grid h3 {
  grid-column: 4 / 8;
  margin: 0;
  font-size: clamp(29px, 2.85vw, 48px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.07 !important;
}

.ax-nf2-services__grid h3 a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.28em;
  color: inherit;
  text-decoration: none;
}

.ax-nf2-services__grid h3 a::after {
  content: "↗";
  padding-top: 0.15em;
  font-size: 0.42em;
  line-height: 1;
}

.ax-nf2-services__grid h3 a:focus-visible,
.ax-nf2-services__grid nav a:focus-visible,
.ax-company-newfolk-v2 .ax-nf-outline__row a:focus-visible {
  outline: 2px solid var(--ax-nf2-ink);
  outline-offset: 5px;
}

.ax-nf2-service-copy {
  grid-column: 8 / 13;
  align-self: stretch;
}

.ax-nf2-service-copy > p {
  margin: 5px 0 0;
  color: var(--ax-nf2-muted);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.9;
}

.ax-nf2-service-copy > strong {
  display: block;
  margin-top: 44px;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.ax-nf2-services__grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 42px;
}

.ax-nf2-services__grid nav a {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: opacity 200ms ease;
}

.ax-nf2-services__grid nav a:hover {
  opacity: 0.45;
}

.ax-nf2-manifesto {
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(100px, 8vw, 140px) clamp(24px, 2.5vw, 42px);
  background: var(--ax-nf2-paper);
}

.ax-nf2-manifesto h2 {
  margin: clamp(64px, 6vw, 100px) 0 0;
  font-family: "Geist AX Archive", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(92px, 14vw, 220px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.085em !important;
  line-height: 0.82 !important;
  white-space: nowrap;
}

.ax-nf2-manifesto h2 small {
  display: block;
  margin-top: clamp(28px, 3vw, 48px);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.35;
  white-space: normal;
}

.ax-nf2-manifesto .ax-nf2-shell > p:last-child {
  width: min(42%, 620px);
  margin: clamp(48px, 5vw, 84px) 0 0 auto;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(19px, 1.8vw, 28px);
  letter-spacing: -0.04em;
  line-height: 1.75;
}

.ax-nf2-manifesto .ax-nf2-shell > p:last-child span {
  display: inline-block;
  margin-bottom: 12px;
  font-family: "Geist AX Archive", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.ax-nf2-outline {
  background: var(--ax-nf2-paper-deep);
}

.ax-nf2-outline__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.3vw, 38px);
}

.ax-nf2-outline__grid > header {
  grid-column: 1 / 5;
}

.ax-nf2-outline h2 {
  margin: 54px 0 0;
  font-family: "Geist AX Archive", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(72px, 8.5vw, 142px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.08em !important;
  line-height: 0.84 !important;
  white-space: nowrap;
}

.ax-nf2-outline header > p:last-child {
  margin: 76px 0 0;
  color: var(--ax-nf2-muted);
  font-size: 12px;
  line-height: 1.75;
}

.ax-nf2-outline dl {
  grid-column: 7 / 13;
  margin: 0;
  border-top: 1px solid var(--ax-nf2-line);
}

.ax-company-newfolk-v2 .ax-nf-outline__row {
  display: grid;
  min-height: 82px;
  align-items: center;
  border-bottom: 1px solid rgba(10, 11, 13, 0.25);
  grid-template-columns: 150px minmax(0, 1fr);
}

.ax-company-newfolk-v2 .ax-nf-outline__row dt,
.ax-company-newfolk-v2 .ax-nf-outline__row dd {
  margin: 0;
}

.ax-company-newfolk-v2 .ax-nf-outline__row dd a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-color: rgba(10, 11, 13, 0.42);
  text-underline-offset: 0.25em;
}

.ax-company-newfolk-v2 .ax-nf-outline__row dt {
  color: var(--ax-nf2-muted);
  font-size: 10px;
}

.ax-company-newfolk-v2 .ax-nf-outline__row dd {
  padding: 20px 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.ax-nf2-contact {
  background: var(--ax-nf2-accent);
}

.ax-nf2-contact > a {
  display: grid;
  min-height: 520px;
  align-content: space-between;
  grid-template-rows: auto 1fr auto;
  padding: clamp(70px, 7vw, 116px) clamp(24px, 2.5vw, 42px) clamp(54px, 5vw, 84px);
  color: var(--ax-nf2-ink);
  text-decoration: none;
}

.ax-nf2-contact .ax-nf2-label {
  color: rgba(10, 11, 13, 0.58);
}

.ax-nf2-contact__copy {
  align-self: center;
  margin: clamp(56px, 6vw, 88px) 0;
}

.ax-nf2-contact h2 {
  margin: 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(42px, 4.6vw, 74px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.28 !important;
}

.ax-nf2-contact__copy p {
  max-width: 560px;
  margin: 28px 0 0;
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.9;
}

.ax-nf2-contact > a > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid var(--ax-nf2-line);
  font-family: "Noto Sans JP Archive", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.8vw, 30px);
}

.ax-nf2-contact > a > div span small {
  display: block;
  margin-top: 9px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.ax-nf2-contact i {
  font-style: normal;
}

.ax-nf2-motion .ax-nf2-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1), transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

@media (max-width: 900px) {
  .ax-nf2-hero__copy {
    grid-column: 7 / 13;
  }

  .ax-nf2-studio__statement {
    grid-column: 5 / 13;
  }

  .ax-nf2-strength__list {
    width: 58%;
  }

  .ax-nf2-services__grid h3 {
    grid-column: 3 / 8;
  }
}

@media (max-width: 760px) {
  .ax-nf2-label,
  .ax-nf2-kicker {
    font-size: 9px;
  }

  .ax-nf2-flow__shape {
    width: 120vw;
  }

  .ax-nf2-flow__words {
    top: 35%;
    left: 39%;
    width: 56%;
    height: 24%;
  }

  .ax-nf2-flow__word span {
    font-size: clamp(48px, 15vw, 66px);
  }

  .ax-nf2-flow__word small {
    margin-top: 15px;
    font-size: 10px;
  }

  .ax-nf2-flow__word--desktop {
    display: none;
  }

  .ax-nf2-hero,
  .ax-nf2-hero__inner {
    min-height: 940px;
  }

  .ax-nf2-hero__inner {
    display: block;
    padding: 104px 21px 32px;
  }

  .ax-nf2-hero__copy {
    padding: 500px 0 0;
  }

  .ax-nf2-hero h1 {
    margin-top: 28px;
    font-size: clamp(28px, 8.4vw, 38px) !important;
    line-height: 1.35 !important;
  }

  .ax-nf2-hero__lead {
    margin-top: 44px;
    font-size: clamp(21px, 6.2vw, 27px);
    line-height: 1.48;
  }

  .ax-nf2-hero__body {
    display: block;
    margin-top: 42px;
  }

  .ax-nf2-hero__body p {
    font-size: 12px;
  }

  .ax-nf2-hero__body p + p {
    margin-top: 20px;
  }

  .ax-nf2-hero__scroll {
    position: absolute;
    right: 21px;
    bottom: 28px;
    left: 21px;
  }

  .ax-nf2-studio,
  .ax-nf2-strength,
  .ax-nf2-services,
  .ax-nf2-outline {
    padding: 80px 21px 92px;
  }

  .ax-nf2-studio {
    min-height: 0;
  }

  .ax-nf2-strength {
    min-height: 0;
  }

  .ax-nf2-section-head {
    display: block;
  }

  .ax-nf2-section-head h2 {
    margin: 50px 0 0;
    font-size: clamp(54px, 16vw, 80px) !important;
    letter-spacing: -0.075em !important;
    line-height: 0.86 !important;
    white-space: nowrap;
  }

  .ax-nf2-section-head h2 small,
  .ax-nf2-outline h2 small {
    margin-top: 18px;
    font-size: 11px;
  }

  .ax-nf2-studio__grid {
    display: block;
    margin-top: 72px;
  }

  .ax-nf2-studio__place {
    margin-bottom: 60px;
  }

  .ax-nf2-studio__statement h3 {
    font-size: clamp(33px, 10vw, 43px) !important;
    line-height: 1.5 !important;
    word-break: normal;
  }

  .ax-nf2-studio__statement > div {
    display: block;
    margin-top: 48px;
  }

  .ax-nf2-studio__statement p + p {
    margin-top: 24px;
  }

  .ax-nf2-studio__statement p {
    font-size: 12px;
  }

  .ax-nf2-proof {
    display: block;
    margin-top: 64px;
  }

  .ax-nf2-proof > div,
  .ax-nf2-proof > div + div {
    min-height: 112px;
    padding: 18px 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(10, 11, 13, 0.22);
  }

  .ax-nf2-proof strong {
    margin-top: 20px;
    font-size: 20px;
  }

  .ax-nf2-proof small {
    margin-top: 8px;
    font-size: 10px;
  }

  .ax-nf2-strength__list {
    width: 100%;
    margin-top: 76px;
  }

  .ax-nf2-strength__list article {
    min-height: 220px;
    padding: 22px 0 36px;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 8px;
  }

  .ax-nf2-strength__list h3 {
    font-size: clamp(28px, 8.2vw, 34px) !important;
  }

  .ax-nf2-strength__list p {
    font-size: 12px;
  }

  .ax-nf2-services__grid {
    margin-top: 66px;
  }

  .ax-nf2-services__grid article {
    min-height: 0;
    padding: 20px 0 38px;
    grid-template-columns: 42px minmax(0, 1fr);
    row-gap: 32px;
  }

  .ax-nf2-services__grid article > span {
    grid-column: 1;
  }

  .ax-nf2-services__grid h3,
  .ax-nf2-service-copy {
    grid-column: 2;
  }

  .ax-nf2-services__grid h3 {
    font-size: clamp(27px, 8vw, 32px) !important;
    overflow-wrap: anywhere;
  }

  .ax-nf2-service-copy > p {
    margin: 0;
    font-size: 12px;
  }

  .ax-nf2-service-copy > strong {
    margin-top: 28px;
    font-size: 13px;
  }

  .ax-nf2-services__grid nav {
    display: grid;
    justify-items: start;
    margin-top: 28px;
  }

  .ax-nf2-manifesto {
    min-height: 590px;
    padding: 80px 21px 92px;
  }

  .ax-nf2-manifesto h2 {
    margin-top: 68px;
    font-size: clamp(54px, 16.5vw, 78px) !important;
    line-height: 0.85 !important;
  }

  .ax-nf2-manifesto h2 small {
    margin-top: 24px;
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.35;
  }

  .ax-nf2-manifesto .ax-nf2-shell > p:last-child {
    width: 82%;
    margin-top: 64px;
    font-size: 17px;
  }

  .ax-nf2-outline__grid {
    display: block;
  }

  .ax-nf2-outline h2 {
    margin-top: 54px;
    font-size: clamp(54px, 16vw, 78px) !important;
  }

  .ax-nf2-outline header > p:last-child {
    margin-top: 48px;
  }

  .ax-nf2-outline dl {
    margin-top: 64px;
  }

  .ax-company-newfolk-v2 .ax-nf-outline__row {
    min-height: 76px;
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .ax-company-newfolk-v2 .ax-nf-outline__row dd {
    font-size: 12px;
  }

  .ax-nf2-contact > a {
    min-height: 440px;
    padding: 64px 21px 40px;
  }

  .ax-nf2-contact__copy {
    margin: 52px 0;
  }

  .ax-nf2-contact h2 {
    font-size: clamp(30px, 8.5vw, 40px) !important;
    line-height: 1.4 !important;
  }

  .ax-nf2-contact__copy p {
    margin-top: 22px;
    font-size: 12px;
  }

  .ax-nf2-contact > a > div {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .ax-nf2-hero__inner,
  .ax-nf2-studio,
  .ax-nf2-strength,
  .ax-nf2-services,
  .ax-nf2-manifesto,
  .ax-nf2-outline,
  .ax-nf2-contact > a {
    padding-right: 17px;
    padding-left: 17px;
  }

  .ax-nf2-hero__scroll {
    right: 17px;
    left: 17px;
  }

  .ax-nf2-hero__copy {
    padding-top: 470px;
  }

  .ax-nf2-studio__statement h3 {
    font-size: 31px !important;
  }

  .ax-nf2-section-head h2,
  .ax-nf2-outline h2,
  .ax-nf2-manifesto h2 {
    font-size: 50px !important;
  }

  .ax-nf2-strength__list h3,
  .ax-nf2-services__grid h3 {
    font-size: 26px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-nf2-flow__shape {
    transform: translate3d(-8vw, calc(-50% - 8vh), 0) scale(1.08);
    will-change: auto;
  }

  .ax-nf2-motion .ax-nf2-reveal,
  .ax-nf2-motion .ax-nf2-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ax-nf2-services__grid nav a {
    transition: none;
  }
}

/* Service detail: stable, readable mobile composition. */
@media (max-width: 767px) {
  body.ax-service-detail main > section,
  body.ax-service-detail main > section:not(.hero) {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    content-visibility: visible !important;
    contain: none !important;
    contain-intrinsic-size: none !important;
  }

  body.ax-service-detail main .container {
    width: min(100% - 40px, 1240px) !important;
    margin-inline: auto !important;
  }

  body.ax-service-detail .ax-service-detail-inline-title {
    margin-bottom: 28px !important;
  }

  body.ax-service-detail .ax-service-detail-inline-title h1 {
    font-size: clamp(26px, 7.5vw, 30px) !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
  }

  body.ax-service-detail .section,
  body.ax-service-detail .ax-service-detail-first-section {
    padding: 54px 0 !important;
  }

  body.ax-service-detail .ax-service-detail-first-section {
    padding-top: 28px !important;
  }

  body.ax-service-detail .split,
  body.ax-service-detail .split.reverse {
    gap: 28px !important;
  }

  body.ax-service-detail .section-copy h2,
  body.ax-service-detail .section h2 {
    max-width: none !important;
    font-size: clamp(30px, 8.4vw, 34px) !important;
    line-height: 1.27 !important;
    letter-spacing: -0.018em !important;
    text-wrap: pretty !important;
  }

  body.ax-service-detail .section-copy p:not(.section-no),
  body.ax-service-detail .section p:not(.section-no),
  body.ax-service-detail .menu-head > p,
  body.ax-service-detail .detail-head > p,
  body.ax-service-detail .service-item p,
  body.ax-service-detail .detail-list li,
  body.ax-service-detail .scope-summary-copy > p:not(.eyebrow),
  body.ax-service-detail .service-faq details p {
    color: #4f5b68 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
    letter-spacing: 0 !important;
  }

  body.ax-service-detail .section-no,
  body.ax-service-detail .eyebrow {
    font-size: 10px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.2em !important;
  }

  body.ax-service-detail .text-link {
    min-height: 48px;
    margin-top: 25px !important;
    gap: 12px !important;
    color: #ad8123 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.035em !important;
  }

  body.ax-service-detail .text-link .circle-arrow {
    width: 42px !important;
    height: 42px !important;
  }

  body.ax-service-detail .section-visual {
    min-height: 0 !important;
    margin: 0 !important;
  }

  body.ax-service-detail .section-visual img,
  body.ax-service-detail img[src*="/assets/generated/"] {
    max-height: 280px !important;
  }

  body.ax-service-detail .menu-band,
  body.ax-service-detail .detail-band,
  body.ax-service-detail .scope-band,
  body.ax-service-detail .service-faq {
    padding: 64px 0 70px !important;
  }

  body.ax-service-detail .menu-head,
  body.ax-service-detail .detail-head {
    gap: 18px !important;
    margin-bottom: 34px !important;
  }

  body.ax-service-detail .menu-head h2,
  body.ax-service-detail .detail-head h2,
  body.ax-service-detail .service-faq__head h2 {
    max-width: none !important;
    font-size: clamp(30px, 8.4vw, 34px) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.018em !important;
  }

  body.ax-service-detail .service-menu {
    grid-template-columns: 1fr !important;
  }

  body.ax-service-detail .service-item,
  body.ax-service-creative .service-item:nth-child(-n + 3),
  body.ax-service-creative .service-item:nth-child(n + 4) {
    min-height: 0 !important;
    padding: 26px 20px 24px !important;
  }

  body.ax-service-detail .service-meta {
    display: none !important;
  }

  body.ax-service-detail .service-item small {
    margin-bottom: 17px !important;
  }

  body.ax-service-detail .service-item h3 {
    font-size: clamp(23px, 6.4vw, 27px) !important;
    line-height: 1.3 !important;
  }

  body.ax-service-detail .detail-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.ax-service-detail .detail-column {
    min-height: 0 !important;
    padding: 28px 0 32px !important;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  body.ax-service-detail .detail-column h3 {
    margin-bottom: 15px !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  body.ax-service-detail .detail-list li {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 13px 0 !important;
  }

  body.ax-service-detail .detail-list strong {
    font-size: 13px !important;
  }

  body.ax-service-detail .scope-summary {
    gap: 26px !important;
    padding: 30px 0 !important;
  }

  body.ax-service-detail .scope-summary-copy h3 {
    font-size: clamp(29px, 8vw, 32px) !important;
    line-height: 1.25 !important;
  }

  body.ax-service-detail .scope-summary-row {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 8px 12px !important;
    padding: 18px 0 !important;
  }

  body.ax-service-detail .scope-summary-row strong {
    font-size: 18px !important;
  }

  body.ax-service-detail .scope-summary-row > div small,
  body.ax-service-detail .scope-summary-note {
    color: #66717e !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
  }

  body.ax-service-detail .service-faq .container {
    width: min(100% - 40px, 900px) !important;
  }

  body.ax-service-detail .service-faq__head {
    margin-bottom: 24px !important;
    text-align: left !important;
  }

  body.ax-service-detail .service-faq summary {
    min-height: 60px;
    padding: 18px 30px 18px 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  body.ax-service-detail .cta,
  body.ax-service-detail .cta-box {
    min-height: 0 !important;
  }

  body.ax-service-detail .cta-box {
    padding: 42px 0 !important;
  }

  body.ax-service-detail .axenor-estimator-launch,
  body.ax-service-detail .axenor-ai-dock {
    display: none !important;
  }
}

.ax-company-newfolk-v2 .ax-nf2-chart {
  display: none !important;
}

.ax-service-category-label {
  display: none !important;
}

@media (max-width: 760px) {
  .ax-company-newfolk-v2 .ax-nf2-studio__grid,
  .ax-company-newfolk-v2 .ax-nf2-strength__list {
    margin-top: clamp(380px, 48svh, 480px) !important;
  }

  .ax-company-newfolk-v2 .ax-nf2-services {
    background: transparent;
  }

  .ax-company-newfolk-v2[data-ax-nf2-services-surface="1"] .ax-nf2-flow {
    z-index: 2;
  }

  .ax-company-newfolk-v2 .ax-nf2-services__grid {
    position: relative;
    z-index: 1;
    margin-top: clamp(680px, 82svh, 780px) !important;
    background: var(--ax-nf2-paper);
  }

  .ax-company-newfolk-v2 .ax-nf2-flow__word {
    transition-duration: 260ms;
  }
}

@media (min-width: 761px) {
  .ax-company-newfolk-v2 .ax-nf2-flow {
    inset: 0;
    height: 100svh;
  }

  .ax-company-newfolk-v2 .ax-nf2-flow__sticky {
    height: 100svh;
  }

  body.ax-route-company header.fixed {
    z-index: 120 !important;
    border-bottom: 0 !important;
    background: linear-gradient(
      180deg,
      #f7f7f5 0%,
      rgba(247, 247, 245, 0.97) 56%,
      rgba(247, 247, 245, 0.62) 80%,
      rgba(247, 247, 245, 0) 100%
    ) !important;
    box-shadow: none !important;
    color: #0a0b0d !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    isolation: isolate;
  }

  body.ax-route-company header.fixed > div > a,
  body.ax-route-company header.fixed > div nav > a:not([href="/contact/"]):not([href="/contact"]),
  body.ax-route-company header.fixed > div > button {
    color: #0a0b0d !important;
  }

  body.ax-route-company header.fixed nav a[aria-label] {
    border-color: rgba(10, 11, 13, 0.18) !important;
  }
}
@font-face {
  font-family: "AXENOR Noto Sans JP";
  src: url("/assets/achievements/fonts/noto-sans-jp-japanese-400.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AXENOR Noto Sans JP";
  src: url("/assets/achievements/fonts/noto-sans-jp-japanese-600.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

/* TOP v2 — gallery-like monitor hero. */
body.ax-home-classic .ax-home-hero-b {
  position: relative;
  height: 100svh !important;
  min-height: 680px !important;
  overflow: clip !important;
  isolation: isolate;
  align-items: flex-end !important;
  background: #f3f0e9 !important;
  color: #11120f !important;
}

body.ax-home-classic .ax-home-hero-b::before {
  position: absolute;
  z-index: 0;
  top: clamp(128px, 17vh, 174px);
  right: clamp(26px, 4vw, 74px);
  width: min(48vw, 760px);
  height: min(72vh, 690px);
  background: #b08a34;
  box-shadow: 0 28px 80px rgba(78, 58, 17, 0.08);
  content: "";
}

body.ax-home-classic .ax-home-hero-b::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 23%, rgba(255, 255, 255, 0.72), transparent 29%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.32), transparent 54%);
  content: "";
}

body.ax-home-classic .ax-home-hero-b > .container {
  z-index: 3 !important;
  align-items: flex-end !important;
  padding: 0 clamp(32px, 6.4vw, 108px) clamp(82px, 10vh, 108px) !important;
  pointer-events: none;
}

body.ax-home-classic .ax-home-hero-b__copy {
  width: min(34vw, 520px) !important;
}

body.ax-home-classic section:has(h1) h1 {
  color: #11120f !important;
  font-family: "AXENOR Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif !important;
  font-size: clamp(43px, 3.8vw, 64px) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-feature-settings: "palt" 1;
  line-height: 1.26 !important;
  letter-spacing: -0.05em !important;
  text-wrap: nowrap;
}

body.ax-home-classic .ax-home-hero-b h1::after {
  width: 1px;
  height: clamp(58px, 8vh, 78px);
  margin-top: clamp(28px, 4.2vh, 42px);
  background: #ae8330;
}

body.ax-home-classic .ax-home-monitor-stage {
  position: absolute;
  z-index: 2;
  top: clamp(148px, 19.5vh, 196px);
  right: clamp(50px, 7.25vw, 124px);
  width: min(52.5vw, 850px);
  height: min(44vw, 650px);
  pointer-events: none;
}

body.ax-home-classic .ax-home-monitor-stage__index,
body.ax-home-classic .ax-home-monitor-stage__note {
  position: absolute;
  z-index: 4;
  margin: 0;
  color: rgba(247, 243, 231, 0.72);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.25em;
}

body.ax-home-classic .ax-home-monitor-stage__index {
  top: -28px;
  left: 1px;
}

body.ax-home-classic .ax-home-monitor-stage__note {
  right: 0;
  bottom: 8px;
  color: rgba(17, 18, 15, 0.48);
}

body.ax-home-classic .ax-home-monitor {
  position: absolute;
  inset: 0 0 28px;
  filter: drop-shadow(0 34px 32px rgba(26, 21, 14, 0.19));
  animation: ax-monitor-arrive 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.ax-home-classic .ax-home-monitor__frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 16 / 10.05;
  overflow: hidden;
  border: 1px solid rgba(15, 17, 16, 0.92);
  border-radius: 4px 4px 14px 14px;
  background: linear-gradient(145deg, #111210 0%, #2a2b28 52%, #0a0b0a 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -20px 34px rgba(0, 0, 0, 0.28);
}

body.ax-home-classic .ax-home-monitor__screen {
  position: absolute;
  inset: clamp(9px, 1vw, 15px) clamp(9px, 1vw, 15px) clamp(34px, 3.1vw, 50px);
  overflow: hidden;
  border-radius: 1px;
  background: #ede7da;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.ax-home-classic .ax-home-monitor__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.02);
  transform: scale(1.003);
}

body.ax-home-classic .ax-home-monitor__chin {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(26px, 2.6vw, 42px);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.52);
}

body.ax-home-classic .ax-home-monitor__chin span {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 6px;
  letter-spacing: 0.26em;
}

body.ax-home-classic .ax-home-monitor__neck {
  position: absolute;
  z-index: -1;
  right: 36.5%;
  bottom: 3%;
  width: 27%;
  height: 17%;
  border-radius: 0 0 28% 28%;
  background: linear-gradient(90deg, #252623, #777873 48%, #282926);
  clip-path: polygon(29% 0, 71% 0, 84% 100%, 16% 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.ax-home-classic .ax-home-monitor__foot {
  position: absolute;
  z-index: -1;
  right: 29%;
  bottom: 0;
  width: 42%;
  height: 4.5%;
  border-radius: 60% 60% 16% 16% / 100% 100% 34% 34%;
  background: linear-gradient(180deg, #777873, #272825 76%);
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.22);
}

body.ax-home-classic header.fixed.bg-transparent {
  z-index: 100 !important;
  padding-block: 12px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #11120f !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.ax-home-classic header.fixed.bg-transparent > div > a:first-child,
body.ax-home-classic header.fixed.bg-transparent nav > a:not([href="/contact/"]):not([href="/contact"]),
body.ax-home-classic header.fixed.bg-transparent > div > button,
body.ax-home-classic header.fixed.bg-transparent nav > a[aria-label],
body.ax-home-classic header.fixed.bg-transparent nav > a[href="/contact/"],
body.ax-home-classic header.fixed.bg-transparent nav > a[href="/contact"] {
  color: #11120f !important;
  text-shadow: none !important;
}

body.ax-home-classic header.fixed.bg-transparent nav a[aria-label] svg,
body.ax-home-classic header.fixed.bg-transparent > div > button svg {
  filter: none !important;
}

body.ax-home-classic header.fixed.bg-transparent nav a[href="/contact/"],
body.ax-home-classic header.fixed.bg-transparent nav a[href="/contact"] {
  border-bottom-color: #9d762b !important;
}

@keyframes ax-monitor-arrive {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  body.ax-home-classic .ax-home-hero-b::before {
    right: 24px;
    width: 48vw;
  }

  body.ax-home-classic .ax-home-monitor-stage {
    right: 32px;
    width: 49vw;
  }

  body.ax-home-classic .ax-home-hero-b__copy {
    width: 40vw !important;
  }

  body.ax-home-classic section:has(h1) h1 {
    font-size: clamp(34px, 4.35vw, 43px) !important;
  }
}

@media (max-width: 767px) {
  body.ax-home-classic .ax-home-hero-b {
    min-height: 720px !important;
    align-items: flex-end !important;
  }

  body.ax-home-classic .ax-home-hero-b::before {
    top: 90px;
    right: 0;
    width: 86vw;
    height: 46svh;
    min-height: 330px;
  }

  body.ax-home-classic .ax-home-monitor-stage {
    top: 136px;
    right: 16px;
    width: calc(100vw - 32px);
    height: min(calc((100vw - 32px) * 0.78), 335px);
  }

  body.ax-home-classic .ax-home-monitor-stage__index {
    top: -24px;
    left: 0;
  }

  body.ax-home-classic .ax-home-monitor-stage__note {
    display: none;
  }

  body.ax-home-classic .ax-home-monitor {
    inset: 0 0 10px;
  }

  body.ax-home-classic .ax-home-monitor__screen {
    inset: 7px 7px 27px;
  }

  body.ax-home-classic .ax-home-monitor__neck {
    height: 16%;
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    align-items: flex-end !important;
    padding: 0 24px 56px !important;
  }

  body.ax-home-classic .ax-home-hero-b__copy {
    width: 100% !important;
  }

  body.ax-home-classic section:has(h1) h1 {
    width: 100%;
    max-width: 13em !important;
    font-size: clamp(30px, 8.6vw, 40px) !important;
    line-height: 1.28 !important;
    letter-spacing: -0.05em !important;
  }

  body.ax-home-classic .ax-home-hero-b h1::after {
    height: 34px;
    margin-top: 20px;
  }

  body.ax-home-classic header.fixed.bg-transparent {
    padding-block: 10px !important;
  }
}

@media (max-height: 720px) and (min-width: 768px) {
  body.ax-home-classic .ax-home-hero-b {
    min-height: 620px !important;
  }

  body.ax-home-classic .ax-home-monitor-stage {
    top: 122px;
    height: 490px;
  }

  body.ax-home-classic .ax-home-hero-b::before {
    top: 104px;
    height: 510px;
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    padding-bottom: 64px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ax-home-classic .ax-home-monitor {
    animation: none !important;
  }
}

/* TOP v3 — white device showcase, based on approved concept 01. */
body.ax-home-classic .ax-home-hero-b {
  min-height: 700px !important;
  overflow: clip !important;
  align-items: center !important;
  background: #fff !important;
  color: #111 !important;
}

body.ax-home-classic .ax-home-hero-b::before {
  z-index: 0;
  top: 8%;
  right: -5%;
  width: 67vw;
  height: 84%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(204, 194, 174, 0.2) 0%,
    rgba(232, 227, 216, 0.09) 44%,
    rgba(255, 255, 255, 0) 72%
  );
  box-shadow: none;
  filter: blur(12px);
}

body.ax-home-classic .ax-home-hero-b::after {
  z-index: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 20%, transparent 50%);
}

body.ax-home-classic .ax-home-hero-b > .container {
  align-items: center !important;
  padding: clamp(116px, 14vh, 148px) clamp(36px, 5vw, 82px) 0 !important;
}

body.ax-home-classic .ax-home-hero-b__copy {
  width: min(29vw, 470px) !important;
}

body.ax-home-classic section:has(h1) h1 {
  color: #101112 !important;
  font-size: clamp(42px, 3.2vw, 58px) !important;
  font-weight: 400 !important;
  line-height: 1.38 !important;
  letter-spacing: -0.055em !important;
}

body.ax-home-classic .ax-home-hero-b h1::after {
  height: clamp(52px, 7vh, 70px);
  margin-top: clamp(26px, 4vh, 38px);
  background: #ad8535;
}

body.ax-home-classic .ax-home-device-stage {
  top: clamp(130px, 15vh, 162px);
  right: clamp(-28px, -1vw, 0px);
  width: min(66vw, 1120px);
  height: min(73vh, 690px);
}

body.ax-home-classic .ax-home-monitor-stage__index,
body.ax-home-classic .ax-home-monitor-stage__note {
  color: rgba(18, 19, 20, 0.42);
}

body.ax-home-classic .ax-home-monitor-stage__index {
  top: -24px;
  left: 4%;
}

body.ax-home-classic .ax-home-monitor-stage__note {
  right: 6%;
  bottom: 0;
}

body.ax-home-classic .ax-home-browser {
  position: absolute;
  top: 0;
  left: 0;
  width: 93%;
  filter: drop-shadow(0 34px 46px rgba(20, 23, 25, 0.15));
  animation: ax-browser-arrive 1250ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.ax-home-classic .ax-home-browser__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 26, 28, 0.18);
  border-radius: clamp(10px, 1.2vw, 18px);
  background: #f5f5f3;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.9),
    0 2px 6px rgba(28, 30, 32, 0.08);
}

body.ax-home-classic .ax-home-browser__bar {
  position: relative;
  height: clamp(30px, 3.25vw, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(20, 22, 24, 0.1);
  background: linear-gradient(180deg, #fbfbfa, #eaeae7);
  color: rgba(24, 26, 28, 0.52);
}

body.ax-home-classic .ax-home-browser__lights {
  position: absolute;
  left: clamp(12px, 1.35vw, 22px);
  display: flex;
  gap: clamp(4px, 0.35vw, 6px);
}

body.ax-home-classic .ax-home-browser__lights i {
  width: clamp(5px, 0.48vw, 8px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d76559;
}

body.ax-home-classic .ax-home-browser__lights i:nth-child(2) {
  background: #d6ad4c;
}

body.ax-home-classic .ax-home-browser__lights i:nth-child(3) {
  background: #69a86e;
}

body.ax-home-classic .ax-home-browser__address {
  width: 46%;
  overflow: hidden;
  text-align: center;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: clamp(6px, 0.58vw, 9px);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.ax-home-classic .ax-home-browser__tools {
  position: absolute;
  right: clamp(12px, 1.35vw, 22px);
  font-size: clamp(8px, 0.72vw, 11px);
  letter-spacing: 0.4em;
}

body.ax-home-classic .ax-home-browser__screen {
  width: 100%;
  aspect-ratio: 16 / 9.15;
  overflow: hidden;
  background: #17212a;
}

body.ax-home-classic .ax-home-browser__screen img,
body.ax-home-classic .ax-home-phone__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
}

body.ax-home-classic .ax-home-phone {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 2.5%;
  width: clamp(118px, 15.2%, 168px);
  filter: drop-shadow(0 24px 28px rgba(17, 19, 21, 0.22));
  animation: ax-phone-arrive 1450ms 110ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.ax-home-classic .ax-home-phone__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 19.3;
  overflow: hidden;
  border: clamp(4px, 0.42vw, 7px) solid #1c1e1f;
  border-radius: clamp(20px, 2vw, 31px);
  background: #121416;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 0 0 1px rgba(0, 0, 0, 0.22);
}

body.ax-home-classic .ax-home-phone__island {
  position: absolute;
  z-index: 2;
  top: 2.3%;
  left: 50%;
  width: 42%;
  height: 3.5%;
  border-radius: 999px;
  background: #080909;
  transform: translateX(-50%);
}

body.ax-home-classic .ax-home-phone__screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #15202a;
}

body.ax-home-classic .ax-home-phone__screen img {
  object-position: 59% center;
  transform: scale(1.12);
}

body.ax-home-classic header.fixed.bg-transparent,
body.ax-home-classic header.fixed {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: none !important;
  color: #101112 !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.1) !important;
  backdrop-filter: blur(14px) saturate(1.1) !important;
}

body.ax-home-classic header.fixed.bg-transparent > div > a:first-child,
body.ax-home-classic header.fixed.bg-transparent nav > a,
body.ax-home-classic header.fixed.bg-transparent > div > button {
  color: #101112 !important;
  text-shadow: none !important;
}

@keyframes ax-browser-arrive {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ax-phone-arrive {
  from {
    opacity: 0;
    transform: translate(18px, 30px) rotate(2deg);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  body.ax-home-classic .ax-home-device-stage {
    right: -34px;
    width: 66vw;
  }

  body.ax-home-classic .ax-home-hero-b__copy {
    width: 30vw !important;
  }

  body.ax-home-classic section:has(h1) h1 {
    font-size: clamp(35px, 3.7vw, 44px) !important;
  }
}

@media (max-width: 767px) {
  body.ax-home-classic .ax-home-hero-b {
    height: 100svh !important;
    min-height: 760px !important;
    align-items: flex-start !important;
  }

  body.ax-home-classic .ax-home-hero-b::before {
    top: 31%;
    right: -44%;
    width: 150vw;
    height: 76%;
  }

  body.ax-home-classic .ax-home-hero-b::after {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.94) 25%, transparent 50%);
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    align-items: flex-start !important;
    padding: 132px 24px 0 !important;
  }

  body.ax-home-classic .ax-home-hero-b__copy {
    width: 100% !important;
  }

  body.ax-home-classic section:has(h1) h1 {
    width: auto !important;
    max-width: 11em !important;
    font-size: clamp(30px, 8.4vw, 38px) !important;
    line-height: 1.34 !important;
    letter-spacing: -0.05em !important;
  }

  body.ax-home-classic .ax-home-hero-b h1::after {
    height: 38px;
    margin-top: 20px;
  }

  body.ax-home-classic .ax-home-device-stage {
    top: clamp(350px, 43svh, 392px);
    right: -38vw;
    width: 142vw;
    height: min(60svh, 505px);
    perspective: 1100px;
  }

  body.ax-home-classic .ax-home-monitor-stage__index {
    display: none;
  }

  body.ax-home-classic .ax-home-browser {
    left: 0;
    width: 100%;
    filter: drop-shadow(0 28px 34px rgba(20, 23, 25, 0.18));
    transform-origin: 48% 100%;
    animation-name: ax-browser-mobile-arrive;
  }

  body.ax-home-classic .ax-home-browser__frame {
    z-index: 2;
    border: 4px solid #1d1f20;
    border-bottom-width: 7px;
    border-radius: 17px 17px 7px 7px;
    background: #141617;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.2),
      0 2px 5px rgba(0, 0, 0, 0.18);
  }

  body.ax-home-classic .ax-home-browser__bar {
    height: 32px;
  }

  body.ax-home-classic .ax-home-browser__screen {
    aspect-ratio: 16 / 10.65;
  }

  body.ax-home-classic .ax-home-phone {
    z-index: 7;
    top: min(45vw, 176px);
    right: 27vw;
    bottom: auto;
    width: clamp(128px, 31vw, 154px);
  }

  body.ax-home-classic .ax-home-monitor-stage__note {
    display: none;
  }

  body.ax-home-classic header.fixed.bg-transparent,
  body.ax-home-classic header.fixed {
    padding-block: 10px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}

body.ax-home-classic .ax-home-laptop-base {
  display: none;
}

@media (max-width: 767px) {
  body.ax-home-classic .ax-home-laptop-base {
    position: absolute;
    z-index: 1;
    top: calc(100% - 9px);
    left: -2.5%;
    width: 105%;
    height: clamp(72px, 18vw, 96px);
    display: block;
    overflow: hidden;
    border-radius: 0 0 35% 35% / 0 0 28% 28%;
    background: linear-gradient(180deg, #a9aaab 0%, #686a6b 17%, #343637 74%, #1b1c1d 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.74),
      0 24px 30px rgba(16, 18, 19, 0.2);
    clip-path: polygon(4% 0, 96% 0, 100% 82%, 91% 100%, 9% 100%, 0 82%);
    transform: perspective(560px) rotateX(67deg);
    transform-origin: 50% 0;
  }

  body.ax-home-classic .ax-home-laptop-keyboard {
    position: absolute;
    top: 15%;
    left: 9%;
    width: 82%;
    height: 48%;
    border-radius: 4px;
    opacity: 0.75;
    background:
      repeating-linear-gradient(90deg, transparent 0 7%, rgba(17, 18, 19, 0.74) 7.4% 13%),
      repeating-linear-gradient(180deg, rgba(24, 25, 26, 0.78) 0 18%, transparent 20% 30%);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  }

  body.ax-home-classic .ax-home-laptop-trackpad {
    position: absolute;
    bottom: 5%;
    left: 37.5%;
    width: 25%;
    height: 30%;
    border: 1px solid rgba(20, 21, 22, 0.34);
    border-radius: 5px;
    background: rgba(180, 181, 181, 0.18);
  }

  body.ax-home-classic .ax-home-laptop-lip {
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 20%;
    height: 6%;
    border-radius: 8px 8px 0 0;
    background: rgba(220, 221, 221, 0.48);
  }
}

@keyframes ax-browser-mobile-arrive {
  from {
    opacity: 0;
    transform: translate3d(28px, 42px, 0) rotate(-1.6deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-1.6deg) scale(1);
  }
}

@media (max-width: 380px) {
  body.ax-home-classic .ax-home-device-stage {
    top: 338px;
  }

  body.ax-home-classic .ax-home-phone {
    right: 25vw;
    width: 120px;
  }
}

@media (max-height: 720px) and (min-width: 768px) {
  body.ax-home-classic .ax-home-device-stage {
    top: 112px;
    height: 565px;
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    padding-top: 100px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ax-home-classic .ax-home-browser,
  body.ax-home-classic .ax-home-phone {
    animation: none !important;
  }
}

/* TOP mobile v4 — mobile-first composition, not a reduced desktop mockup. */
@media (max-width: 767px) {
  body.ax-home-classic .ax-home-hero-b {
    height: 100svh !important;
    min-height: 760px !important;
    background: #fff !important;
  }

  body.ax-home-classic .ax-home-hero-b::before {
    top: 40%;
    right: -36%;
    width: 120vw;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(201, 192, 174, 0.18), transparent 68%);
  }

  body.ax-home-classic .ax-home-hero-b::after {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.98) 28%, transparent 50%);
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    padding: 126px 24px 0 !important;
  }

  body.ax-home-classic section:has(h1) h1 {
    max-width: 10.5em !important;
    font-size: clamp(30px, 8.25vw, 37px) !important;
    line-height: 1.38 !important;
  }

  body.ax-home-classic .ax-home-hero-b h1::after {
    height: 34px;
    margin-top: 18px;
  }

  body.ax-home-classic .ax-home-device-stage {
    top: clamp(342px, 41svh, 382px);
    right: 0;
    width: 100vw;
    height: calc(100svh - clamp(342px, 41svh, 382px));
    min-height: 430px;
    perspective: none;
  }

  body.ax-home-classic .ax-home-browser {
    z-index: 1;
    top: 14%;
    left: -24%;
    width: 92%;
    opacity: 0.72;
    filter: drop-shadow(0 18px 24px rgba(23, 24, 25, 0.1));
    transform: rotate(-5deg);
    animation: ax-mobile-backdrop-arrive 1150ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.ax-home-classic .ax-home-browser__frame {
    border: 1px solid rgba(20, 22, 24, 0.2);
    border-radius: 9px;
    background: #f0f0ee;
  }

  body.ax-home-classic .ax-home-browser__bar {
    height: 24px;
  }

  body.ax-home-classic .ax-home-browser__screen {
    aspect-ratio: 16 / 10.5;
  }

  body.ax-home-classic .ax-home-laptop-base {
    display: none;
  }

  body.ax-home-classic .ax-home-phone {
    z-index: 6;
    top: 0;
    right: -4%;
    bottom: auto;
    width: clamp(214px, 58vw, 258px);
    filter: drop-shadow(0 30px 30px rgba(17, 19, 21, 0.2));
    animation: ax-mobile-phone-arrive 1350ms 90ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.ax-home-classic .ax-home-phone__frame {
    border-width: 6px;
    border-radius: 34px;
    background: #191b1c;
  }

  body.ax-home-classic .ax-home-phone__screen img {
    object-position: 61% center;
    transform: scale(1.16);
  }
}

@media (max-width: 380px) {
  body.ax-home-classic .ax-home-device-stage {
    top: 334px;
    height: calc(100svh - 334px);
  }

  body.ax-home-classic .ax-home-phone {
    right: -7%;
    width: 218px;
  }
}

@keyframes ax-mobile-backdrop-arrive {
  from {
    opacity: 0;
    transform: translate(-18px, 28px) rotate(-5deg) scale(0.98);
  }
  to {
    opacity: 0.72;
    transform: translate(0, 0) rotate(-5deg) scale(1);
  }
}

@keyframes ax-mobile-phone-arrive {
  from {
    opacity: 0;
    transform: translate(24px, 36px) rotate(2deg) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(2deg) scale(1);
  }
}

/* TOP mobile v5 — match the selected laptop + phone composition on white. */
@media (max-width: 767px) {
  body.ax-home-classic .ax-home-hero-b {
    height: 100svh !important;
    min-height: 760px !important;
    background: #fff !important;
  }

  body.ax-home-classic .ax-home-hero-b::before {
    top: 38%;
    right: -45%;
    width: 155vw;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(198, 188, 168, 0.2), transparent 69%);
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    padding: 126px 24px 0 !important;
  }

  body.ax-home-classic .ax-home-device-stage {
    top: clamp(348px, 42svh, 390px);
    right: -38vw;
    width: 142vw;
    height: calc(100svh - clamp(348px, 42svh, 390px));
    min-height: 470px;
    perspective: 1000px;
  }

  body.ax-home-classic .ax-home-browser {
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    filter: drop-shadow(0 28px 36px rgba(20, 22, 24, 0.18));
    transform: none;
    transform-origin: 50% 100%;
    animation: ax-laptop-mobile-arrive 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.ax-home-classic .ax-home-browser__frame {
    z-index: 2;
    border: 4px solid #1d1f20;
    border-bottom-width: 7px;
    border-radius: 17px 17px 6px 6px;
    background: #151718;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.18),
      0 2px 6px rgba(0, 0, 0, 0.18);
  }

  body.ax-home-classic .ax-home-browser__bar {
    height: 31px;
  }

  body.ax-home-classic .ax-home-browser__screen {
    aspect-ratio: 16 / 10.7;
  }

  body.ax-home-classic .ax-home-laptop-base {
    position: absolute;
    z-index: 1;
    top: calc(100% - 9px);
    left: -2.5%;
    width: 105%;
    height: clamp(74px, 19vw, 100px);
    display: block;
    overflow: hidden;
    border-radius: 0 0 35% 35% / 0 0 28% 28%;
    background: linear-gradient(180deg, #adaeaf 0%, #747576 18%, #3b3d3e 74%, #1c1d1e 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.75),
      0 24px 30px rgba(16, 18, 19, 0.2);
    clip-path: polygon(4% 0, 96% 0, 100% 82%, 91% 100%, 9% 100%, 0 82%);
    transform: perspective(560px) rotateX(67deg);
    transform-origin: 50% 0;
  }

  body.ax-home-classic .ax-home-phone {
    z-index: 7;
    top: min(45vw, 178px);
    right: 27vw;
    bottom: auto;
    width: clamp(128px, 31vw, 154px);
    filter: drop-shadow(0 25px 30px rgba(17, 19, 21, 0.24));
    animation: ax-phone-arrive 1350ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.ax-home-classic .ax-home-phone__frame {
    border-width: 5px;
    border-radius: 28px;
  }

  body.ax-home-classic .ax-home-phone__screen img {
    object-position: 61% center;
    transform: scale(1.13);
  }
}

@media (max-width: 380px) {
  body.ax-home-classic .ax-home-device-stage {
    top: 338px;
    height: calc(100svh - 338px);
  }

  body.ax-home-classic .ax-home-phone {
    right: 25vw;
    width: 120px;
  }
}

@keyframes ax-laptop-mobile-arrive {
  from {
    opacity: 0;
    transform: translate3d(26px, 38px, 0) rotate(-1.6deg) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-1.6deg) scale(1);
  }
}

body.ax-home-classic .ax-home-mobile-device-art {
  display: none;
}

/* TOP mobile v6 — use the approved photographic device composition directly. */
@media (max-width: 767px) {
  body.ax-home-classic .ax-home-device-stage {
    top: 0;
    right: 0;
    width: 100vw;
    height: 100svh;
    min-height: 760px;
  }

  body.ax-home-classic .ax-home-device-stage > .ax-home-browser,
  body.ax-home-classic .ax-home-device-stage > .ax-home-phone,
  body.ax-home-classic .ax-home-device-stage > .ax-home-monitor-stage__index,
  body.ax-home-classic .ax-home-device-stage > .ax-home-monitor-stage__note {
    display: none !important;
  }

  body.ax-home-classic .ax-home-mobile-device-art {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    mix-blend-mode: multiply;
    animation: ax-mobile-art-arrive 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    z-index: 4 !important;
  }
}

@media (max-width: 380px) {
  body.ax-home-classic .ax-home-mobile-device-art {
    top: 0;
    height: 100%;
  }
}

@keyframes ax-mobile-art-arrive {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ax-home-classic .ax-home-mobile-device-art {
    animation: none !important;
  }
}

/* TOP mobile v7 — preserve the selected 9:16 composition without cropping. */
@media (max-width: 767px) {
  body.ax-home-classic .ax-home-hero-b {
    min-height: 760px !important;
    overflow: hidden !important;
    background: #faf9f6 !important;
  }

  body.ax-home-classic .ax-home-hero-b::before,
  body.ax-home-classic .ax-home-hero-b::after {
    display: none !important;
  }

  body.ax-home-classic .ax-home-hero-b > .container {
    align-items: flex-start !important;
    padding: 13.5svh 7vw 0 !important;
  }

  body.ax-home-classic .ax-home-hero-b__copy {
    width: 100% !important;
  }

  body.ax-home-classic section:has(h1) h1,
  body.ax-home-classic .ax-home-hero-b h1 {
    width: auto !important;
    max-width: none !important;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif !important;
    font-size: clamp(25px, 6.7vw, 32px) !important;
    font-weight: 400 !important;
    font-feature-settings: "palt" 1 !important;
    line-height: 1.58 !important;
    letter-spacing: 0.025em !important;
  }

  body.ax-home-classic .ax-home-hero-b h1::after {
    width: 1px !important;
    height: clamp(44px, 5.5svh, 52px) !important;
    margin-top: clamp(22px, 2.8svh, 28px) !important;
    background: #a98235 !important;
  }

  body.ax-home-classic .ax-home-device-stage {
    top: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  body.ax-home-classic .ax-home-mobile-device-art {
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: -2% !important;
    width: 104% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 28% !important;
    mix-blend-mode: normal !important;
  }
}

/* TOP device screens — keep the hardware fixed and cycle only the work shown inside it. */
body.ax-home-classic .ax-home-browser__screen {
  position: relative;
}

body.ax-home-classic .ax-home-site-shot,
body.ax-home-classic .ax-home-mobile-device-art {
  opacity: 0;
  animation: ax-home-site-cycle 15s linear infinite !important;
  will-change: opacity;
}

body.ax-home-classic .ax-home-site-shot--hospitality,
body.ax-home-classic .ax-home-mobile-device-art--hospitality {
  animation-delay: 0s !important;
}

body.ax-home-classic .ax-home-site-shot--clinic,
body.ax-home-classic .ax-home-mobile-device-art--clinic {
  animation-delay: -10s !important;
}

body.ax-home-classic .ax-home-site-shot--bakery,
body.ax-home-classic .ax-home-mobile-device-art--bakery {
  animation-delay: -5s !important;
}

body.ax-home-classic .ax-home-browser__screen .ax-home-site-shot,
body.ax-home-classic .ax-home-phone__screen .ax-home-site-shot {
  position: absolute;
  inset: 0;
}

@keyframes ax-home-site-cycle {
  0%, 27% {
    opacity: 1;
  }
  33.333%, 94% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ax-home-classic .ax-home-site-shot,
  body.ax-home-classic .ax-home-mobile-device-art {
    animation: none !important;
    opacity: 0 !important;
  }

  body.ax-home-classic .ax-home-site-shot--hospitality,
  body.ax-home-classic .ax-home-mobile-device-art--hospitality {
    opacity: 1 !important;
  }
}

/* TOP responsive screens v3 — final cascade override. */
body.ax-home-classic .ax-home-site-shot--hospitality,
body.ax-home-classic .ax-home-mobile-device-art--hospitality {
  animation: none !important;
  opacity: 0 !important;
}

body.ax-home-classic .ax-home-site-shot--clinic,
body.ax-home-classic .ax-home-mobile-device-art--clinic {
  animation: ax-home-site-cycle-two 10s linear infinite !important;
  animation-delay: 0s !important;
}

body.ax-home-classic .ax-home-site-shot--bakery,
body.ax-home-classic .ax-home-mobile-device-art--bakery {
  animation: ax-home-site-cycle-two 10s linear infinite !important;
  animation-delay: -5s !important;
}

body.ax-home-classic .ax-home-phone__screen .ax-home-site-shot--clinic,
body.ax-home-classic .ax-home-phone__screen .ax-home-site-shot--bakery {
  object-fit: cover !important;
  object-position: center top !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body.ax-home-classic .ax-home-site-shot--clinic,
  body.ax-home-classic .ax-home-mobile-device-art--clinic,
  body.ax-home-classic .ax-home-mobile-phone-live__shot--clinic {
    animation: none !important;
    opacity: 1 !important;
  }

  body.ax-home-classic .ax-home-site-shot--hospitality,
  body.ax-home-classic .ax-home-mobile-device-art--hospitality,
  body.ax-home-classic .ax-home-site-shot--bakery,
  body.ax-home-classic .ax-home-mobile-device-art--bakery,
  body.ax-home-classic .ax-home-mobile-phone-live__shot--bakery {
    animation: none !important;
    opacity: 0 !important;
  }
}

/* TOP device split v4 — restore the selected mobile composition. */
body.ax-home-classic .ax-home-mobile-composite,
body.ax-home-classic .ax-home-mobile-device-art {
  display: none !important;
}

body.ax-home-classic .ax-home-site-shot--generated {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  animation: ax-home-generated-site-cycle 28s linear infinite !important;
  animation-delay: var(--ax-site-delay, 0s) !important;
  will-change: opacity;
}

@keyframes ax-home-generated-site-cycle {
  0%, 10.5% {
    opacity: 1;
  }
  14.285%, 99.99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  body.ax-home-classic .ax-home-device-stage > .ax-home-browser,
  body.ax-home-classic .ax-home-device-stage > .ax-home-phone {
    display: block !important;
  }
}

@media (max-width: 767px) {
  body.ax-home-classic .ax-home-device-stage {
    top: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  body.ax-home-classic .ax-home-device-stage > .ax-home-browser,
  body.ax-home-classic .ax-home-device-stage > .ax-home-phone,
  body.ax-home-classic .ax-home-device-stage > .ax-home-monitor-stage__index,
  body.ax-home-classic .ax-home-device-stage > .ax-home-monitor-stage__note,
  body.ax-home-classic .ax-home-mobile-device-art {
    display: none !important;
  }

  body.ax-home-classic .ax-home-mobile-composite {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    overflow: hidden;
    pointer-events: none;
  }

  body.ax-home-classic .ax-home-mobile-composite__scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    opacity: 0;
    clip-path: inset(0 0 0 100%);
    transform: none;
    animation: none;
    transition: none;
    will-change: clip-path;
  }

  body.ax-home-classic .ax-home-mobile-composite__base {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: fill;
  }

  body.ax-home-classic .ax-home-mobile-composite__scene.is-active {
    opacity: 1;
    clip-path: inset(0);
    transition: clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ax-home-classic .ax-home-site-shot--generated,
  body.ax-home-classic .ax-home-mobile-composite__scene {
    animation: none !important;
    opacity: 0 !important;
  }

  body.ax-home-classic .ax-home-browser__screen .ax-home-site-shot--generated:first-child,
  body.ax-home-classic .ax-home-phone__screen .ax-home-site-shot--generated:first-child,
  body.ax-home-classic .ax-home-mobile-composite__scene:first-child {
    opacity: 1 !important;
  }
}
