/**
 * Home Next Draft 2 — opt-in design grammar (B/W)
 * Scoped under .nw-next / .nw-next-header / .nw-next-footer
 */

:root {
  --ref-black: #1d1d1d;
  --ref-white: #ffffff;
  --ref-gray: #efefef;
  --ref-gray-2: #e2e2e2;
  --ref-muted: #b3b3b3;
  --font-en: "Unbounded", sans-serif;
  --font-jp: "Noto Sans JP", sans-serif;
  --section-space: clamp(96px, 11.1vw, 160px);
  --content-width: 88vw;
  --header-h: 84px;
}

@media (max-width: 980px) {
  :root {
    --header-h: 68px;
  }
}

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

body.nw-next-page {
  margin: 0;
  background: var(--ref-white);
  color: var(--ref-black);
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.nw-next-page *,
body.nw-next-page *::before,
body.nw-next-page *::after {
  box-sizing: border-box;
}

.nw-next a {
  color: inherit;
  text-decoration: none;
}

/* header/footer は .nw-next 外のため独立指定（UA青リンク防止） */
body.nw-next-page .nw-next-header a,
body.nw-next-page .nw-next-footer a,
.nw-next-header a,
.nw-next-footer a {
  color: inherit;
  text-decoration: none;
}

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

.nw-next :focus-visible,
.nw-next-header :focus-visible,
.nw-next-footer :focus-visible,
body.nw-next-page .nw-next-skip:focus-visible {
  outline: 2px solid var(--ref-black);
  outline-offset: 3px;
}

.nw-next-footer :focus-visible {
  outline-color: #fff;
}

.nw-next-skip {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 200;
  background: var(--ref-black);
  color: var(--ref-white);
  padding: 10px 14px;
}

.nw-next-skip:focus,
.nw-next-skip:focus-visible {
  top: 16px;
}

.nw-next-wrap {
  width: min(var(--content-width), calc(100% - 32px));
  max-width: 1400px;
  margin-inline: auto;
  box-sizing: border-box;
}

.nw-next-section {
  padding: var(--section-space) 0;
}

.nw-next-surface--white {
  background: var(--ref-white);
  color: var(--ref-black);
}

.nw-next-surface--black {
  background: var(--ref-black);
  color: var(--ref-white);
}

.nw-next-grid-bg {
  background-color: var(--ref-white);
  background-image:
    linear-gradient(to right, rgba(29, 29, 29, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(29, 29, 29, 0.055) 1px, transparent 1px);
  background-size: clamp(72px, 8vw, 120px) clamp(72px, 8vw, 120px);
}

.nw-next-kicker {
  margin: 0 0 12px;
  font-family: var(--font-en);
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nw-next-kicker--on-dark {
  color: var(--ref-muted);
}

.nw-next-section__title {
  margin: 0 0 16px;
  font-family: var(--font-jp);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: #222;
}

.nw-next-section__title--on-dark {
  color: rgba(255, 255, 255, 0.9);
}

.nw-next-section__lead--on-dark {
  color: rgba(255, 255, 255, 0.62);
}

.nw-next-section__lead {
  margin: 0;
  color: #555;
  max-width: 36em;
  font-size: 14px;
  line-height: 1.8;
}

.nw-next-section__head {
  margin-bottom: clamp(40px, 5vw, 72px);
}

.nw-next-section__head--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
}

/* Section intro — large English typography (TATAP-like hierarchy) */
.nw-next-section__intro {
  --nw-section-en-size: clamp(72px, 10vw, 144px);
  display: grid;
  justify-items: start;
  text-align: left;
  margin: 0 0 clamp(48px, 5.5vw, 72px);
  max-width: none;
  width: 100%;
}

.nw-next-section__en {
  margin: 0;
  max-width: 100%;
  font-family: var(--font-en);
  font-size: var(--nw-section-en-size, clamp(72px, 10vw, 144px));
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-transform: none;
  white-space: nowrap;
  color: #171717;
}

.nw-next-section__intro .nw-next-section__title {
  margin: 24px 0 0;
  max-width: 720px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.015em;
  text-align: left;
}

.nw-sp-block {
  display: inline;
}

.nw-next-section__intro .nw-next-section__lead {
  margin-top: 14px;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.nw-next-section__intro--on-dark .nw-next-section__en {
  color: #fff;
}

/* Longer EN words: keep one line without page scroll */
.nw-next-domains__intro,
.nw-next-practice-ch .nw-next-section__intro {
  --nw-section-en-size: clamp(64px, 9.2vw, 128px);
}

.nw-next-practice-ch .nw-next-section__title {
  max-width: 680px;
}

.nw-next-domains__intro {
  margin-bottom: clamp(36px, 4vw, 56px);
}

.nw-next-cases .nw-next-section__intro {
  margin-bottom: clamp(52px, 6vw, 80px);
}

/* Process — centered heading outside pin track */
.nw-next-process.nw-next-section {
  padding-top: 0;
}

.nw-next-process .nw-next-process__intro {
  --nw-section-en-size: clamp(80px, 11vw, 156px);
  width: min(100%, 1100px);
  margin-inline: auto;
  margin-bottom: clamp(36px, 4vw, 60px);
  padding-top: clamp(140px, 14vw, 220px);
  text-align: center;
  justify-items: center;
  align-items: center;
}

.nw-next-process .nw-next-process__intro .nw-next-section__en {
  line-height: 0.85;
  letter-spacing: -0.055em;
}

.nw-next-process .nw-next-process__intro .nw-next-section__title {
  margin-top: 24px;
  margin-inline: auto;
  max-width: 760px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.45;
  text-align: center;
}

.nw-next-process .nw-next-process__intro .nw-next-section__lead {
  margin-top: 14px;
  margin-inline: auto;
  max-width: 680px;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

@media (max-width: 768px) {
  .nw-next-section__intro {
    --nw-section-en-size: clamp(52px, 16vw, 76px);
    margin-bottom: clamp(36px, 8vw, 56px);
  }

  .nw-next-domains__intro,
  .nw-next-practice-ch .nw-next-section__intro {
    --nw-section-en-size: clamp(48px, 14.5vw, 68px);
  }

  .nw-next-section__en {
    line-height: 0.88;
    letter-spacing: -0.05em;
  }

  .nw-next-section__intro .nw-next-section__title {
    margin-top: 18px;
    font-size: clamp(18px, 5.4vw, 23px);
    line-height: 1.45;
  }

  .nw-next-section__intro .nw-next-section__lead {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }

  .nw-next-process .nw-next-process__intro {
    --nw-section-en-size: clamp(54px, 18vw, 78px);
    padding-top: clamp(96px, 24vw, 140px);
    margin-bottom: 28px;
  }

  .nw-next-process .nw-next-process__intro .nw-next-section__title {
    font-size: clamp(19px, 5.5vw, 23px);
  }

  .nw-next-process .nw-next-process__intro .nw-next-section__lead {
    font-size: 13px;
    line-height: 1.85;
  }
}

.nw-next-header__jp--short {
  display: none;
}

@media (max-width: 480px) {
  .nw-next-header__jp--long {
    display: none;
  }

  .nw-next-header__jp--short {
    display: block;
  }
}

.nw-next-text-link {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

/* Buttons */
.nw-next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--ref-black);
  font-weight: 700;
  font-size: 14px;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.nw-next a.nw-next-btn--fill,
.nw-next-btn--fill {
  background: var(--ref-black);
  color: var(--ref-white);
}

.nw-next a.nw-next-btn--fill:hover {
  background: #000;
  transform: translateY(-1px);
}

.nw-next a.nw-next-btn--line,
.nw-next-btn--line {
  background: transparent;
  color: var(--ref-black);
}

.nw-next a.nw-next-btn--line:hover {
  background: var(--ref-black);
  color: var(--ref-white);
}

.nw-next a.nw-next-btn--line-light,
.nw-next-btn--line-light {
  border-color: var(--ref-white);
  color: var(--ref-white);
  background: transparent;
}

.nw-next a.nw-next-btn--line-light:hover {
  background: var(--ref-white);
  color: var(--ref-black);
}

/* Placeholder */
.nw-next-media-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: var(--nw-ph-ratio, 16 / 10);
  background: var(--ref-gray);
  border: 1px solid var(--ref-gray-2);
  overflow: hidden;
}

.nw-next-media-placeholder.is-on-dark {
  background: #2a2a2a;
  border-color: #3a3a3a;
}

.nw-next-media-placeholder.is-bleed {
  border: 0;
}

.nw-next-media-placeholder__label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-family: var(--font-en);
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ref-black);
  text-transform: uppercase;
}

.nw-next-media-placeholder.is-on-dark .nw-next-media-placeholder__label {
  color: var(--ref-muted);
}

.nw-next-media-placeholder.is-silent .nw-next-media-placeholder__label {
  display: none;
}

.nw-next-media-placeholder.is-silent:not(.has-media)::before {
  opacity: 0.35;
}

.nw-next-media-placeholder.is-silent:not(.has-media) {
  background:
    linear-gradient(135deg, rgba(29, 29, 29, 0.06), rgba(29, 29, 29, 0.02)),
    var(--ref-gray);
}

.nw-next-media-placeholder.has-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nw-next-media-placeholder::before {
  content: "";
  position: absolute;
  inset: 12% 14%;
  border: 1px solid rgba(29, 29, 29, 0.12);
}

.nw-next-media-placeholder.is-on-dark::before {
  border-color: rgba(255, 255, 255, 0.12);
}

/* Dual heading — readable presence */
.nw-next-dual-heading {
  position: relative;
  margin: 0 0 18px;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(42px, 6.25vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--ref-black);
}

.nw-next-dual-heading__ghost,
.nw-next-dual-heading__main {
  display: block;
}

.nw-next-dual-heading__main {
  position: relative;
  z-index: 1;
  color: var(--ref-black);
}

.nw-next-dual-heading__ghost {
  position: absolute;
  inset: 0;
  z-index: 0;
  color: var(--ref-gray-2);
  -webkit-text-fill-color: var(--ref-gray-2);
  -webkit-text-stroke: 0;
  transform: translate(0.05em, -0.09em);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.nw-next-dual-heading.is-aligned .nw-next-dual-heading__ghost {
  transform: translate(0, 0);
}

.nw-next-dual-heading--on-dark {
  color: var(--ref-white);
}

.nw-next-dual-heading--on-dark .nw-next-dual-heading__main {
  color: var(--ref-white);
}

.nw-next-dual-heading--on-dark .nw-next-dual-heading__ghost {
  color: #3a3a3a;
  -webkit-text-fill-color: #3a3a3a;
}

/* Header */
.nw-next-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--header-h);
  padding: 0 clamp(16px, 2.5vw, 28px);
  background: rgba(11, 11, 11, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
}

.nw-next-header__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(100%, 1400px);
  margin-inline: auto;
}

.nw-next-header__brand {
  display: flex;
  align-items: center;
  line-height: 1.1;
  min-width: 0;
  flex: 1 1 auto;
}

.nw-next-header__brand-en {
  font-family: var(--font-en);
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}

.nw-next-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 0 0 auto;
}

body.nw-next-page .nw-next-header a.nw-next-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: 150px;
  height: 36px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: var(--font-jp);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

body.nw-next-page .nw-next-header a.nw-next-header__contact::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

body.nw-next-page .nw-next-header a.nw-next-header__contact:hover,
body.nw-next-page .nw-next-header a.nw-next-header__contact:focus-visible {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.nw-next-header__burger {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  flex: 0 0 52px;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.nw-next-header__burger:hover,
.nw-next-header__burger:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.nw-next-header__burger-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 12px;
}

.nw-next-header__burger-line {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: currentColor;
  transition: transform 0.28s ease, opacity 0.2s ease, top 0.28s ease;
}

.nw-next-header__burger-line:nth-child(1) {
  top: 1px;
}

.nw-next-header__burger-line:nth-child(2) {
  top: 5.5px;
}

.nw-next-header__burger-line:nth-child(3) {
  top: 10px;
}

.nw-next-header.is-menu-open .nw-next-header__burger-line:nth-child(1) {
  top: 5.5px;
  transform: rotate(45deg);
}

.nw-next-header.is-menu-open .nw-next-header__burger-line:nth-child(2) {
  opacity: 0;
}

.nw-next-header.is-menu-open .nw-next-header__burger-line:nth-child(3) {
  top: 5.5px;
  transform: rotate(-45deg);
}

.nw-next-header__nav {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  z-index: 190;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: #0a0a0a;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.nw-next-header__nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nw-next-header__nav-panel {
  width: min(100%, 520px);
  height: 100%;
  padding: clamp(32px, 6vw, 72px) clamp(24px, 5vw, 56px);
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nw-next-header__list {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 28px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nw-next-header__list a {
  display: grid;
  gap: 4px;
  line-height: 1.15;
  color: #fff;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: opacity 0.2s ease;
}

.nw-next-header__list a:hover,
.nw-next-header__list a:focus-visible {
  opacity: 0.72;
}

.nw-next-header__list a.is-current .nw-next-header__en {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nw-next-header__en {
  font-family: var(--font-en);
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.nw-next-header__jp {
  font-family: var(--font-jp);
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 430px) {
  .nw-next-header {
    padding: 0 12px;
  }

  .nw-next-header__brand-en {
    font-size: 11px;
  }

  .nw-next-header__actions {
    gap: 10px;
  }

  body.nw-next-page .nw-next-header a.nw-next-header__contact {
    width: 112px;
    height: 36px;
    padding: 0 14px;
    font-size: 11px;
    gap: 6px;
  }

  .nw-next-header__burger {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nw-next-header__nav,
  .nw-next-header__burger-line,
  .nw-next-header__contact {
    transition: none;
  }
}

#nw-next-domains,
#nw-next-cases,
#nw-next-knowledge,
#nw-next-practice,
#nw-next-profile,
#nw-next-contact,
#nw-next-manifesto,
#nw-next-news {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.nw-next {
  padding-top: var(--header-h);
  overflow-x: clip;
  max-width: 100%;
}

.nw-next-main {
  overflow-x: clip;
  max-width: 100%;
}

/* Hero */
.nw-next-hero {
  min-height: clamp(520px, 70vh, 700px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(48px, 6vw, 80px);
}

.nw-next-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  padding-bottom: 36px;
}

.nw-next-hero__jp {
  margin: 0 0 18px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.45;
}

.nw-next-hero__jp-line {
  display: block;
}

.nw-next-hero__en {
  margin: 0 0 22px;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(52px, 7.8vw, 100px);
  line-height: 0.93;
  letter-spacing: -0.035em;
}

.nw-next-hero__en-line {
  display: block;
}

.nw-next-hero__lead {
  margin: 0 0 28px;
  max-width: 34em;
  color: #555;
}

.nw-next-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Hero staged reveal — visible by default (no-JS) */
.nw-next-hero-stage {
  opacity: 1;
  transform: none;
}

.nw-next.nw-next-js .nw-next-hero-stage {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.nw-next.nw-next-js .nw-next-hero-stage.is-shown {
  opacity: 1;
  transform: none;
}

.nw-next-hero__media-wrap {
  position: relative;
  justify-self: end;
  width: min(100%, 360px);
}

.nw-next-hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--ref-gray);
  border: 1px solid rgba(29, 29, 29, 0.12);
}

.nw-next-hero__media .nw-next-media-placeholder {
  height: 100%;
  width: 100%;
}

.nw-next-hero__video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nw-next-hero__video--pc {
  display: block;
}

.nw-next-hero__video--sp {
  display: none;
}

/* Floating UI objects */
.nw-next-floater {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.nw-next-floater--1 {
  top: 8%;
  left: -8%;
  animation: nw-next-float-y 1.2s ease-in-out infinite alternate;
}

.nw-next-floater--2 {
  top: 42%;
  right: -10%;
  animation: nw-next-float-y 1.8s ease-in-out infinite alternate;
}

.nw-next-floater--3 {
  bottom: 6%;
  left: 12%;
  animation: nw-next-float-y 2.4s ease-in-out infinite alternate;
}

.nw-next-floater__cursor {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  border-left: 2px solid var(--ref-black);
  border-bottom: 2px solid var(--ref-black);
  transform: rotate(-35deg);
  background: transparent;
}

.nw-next-floater__cursor::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid var(--ref-black);
  border-radius: 50%;
  transform: translate(10px, -14px);
}

.nw-next-floater__code {
  display: grid;
  gap: 4px;
  width: 72px;
  padding: 10px 12px;
  background: var(--ref-white);
  border: 1px solid var(--ref-black);
  box-shadow: 4px 4px 0 rgba(29, 29, 29, 0.08);
}

.nw-next-floater__code span {
  display: block;
  height: 3px;
  background: var(--ref-black);
}

.nw-next-floater__code span:nth-child(1) { width: 70%; }
.nw-next-floater__code span:nth-child(2) { width: 100%; }
.nw-next-floater__code span:nth-child(3) { width: 55%; }

.nw-next-floater__play {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid var(--ref-black);
  border-radius: 50%;
  background: var(--ref-white);
  position: relative;
}

.nw-next-floater__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent var(--ref-black);
}

@keyframes nw-next-float-y {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -11px, 0); }
}

.nw-next-ticker {
  overflow: hidden;
  border-top: 1px solid rgba(29, 29, 29, 0.12);
  padding: 14px 0;
}

.nw-next-ticker__track {
  display: flex;
  gap: 18px;
  width: max-content;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #777;
  animation: nw-next-ticker 50s linear infinite;
}

.nw-next-ticker:hover .nw-next-ticker__track {
  animation-play-state: paused;
}

@keyframes nw-next-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Under Motion — tilted multi-column parallax */
.nw-next-motion {
  position: relative;
  height: 720px;
  max-height: 90vh;
  overflow: hidden;
  padding: 0 0 28px;
}

.nw-next-motion__clip {
  position: absolute;
  inset: 0 0 40px;
  overflow: hidden;
}

.nw-next-motion__tilt {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  gap: 18px;
  width: min(2400px, 190vw);
  height: 240%;
  transform: translate(-50%, -52%) rotate(10deg);
  will-change: transform;
}

.nw-next-motion__col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  will-change: transform;
  transform: translate3d(0, calc(var(--nw-col-y, 0) * 1px), 0);
}

.nw-next-motion__tile {
  flex: 0 0 auto;
}

.nw-next-motion__tile .nw-next-media-placeholder {
  min-height: 160px;
}

.nw-next-media-placeholder.is-tile {
  background: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.14);
  color: #ddd;
}

.nw-next-motion__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ref-muted);
  z-index: 2;
}

/* About */
.nw-next-about__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 1px solid rgba(29, 29, 29, 0.12);
}

.nw-next-about__item {
  padding-top: 28px;
  border-top: 1px solid transparent;
}

.nw-next-about__item-title {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.4;
}

.nw-next-about__item-body {
  margin: 0;
  color: #555;
}

/* Services */
.nw-next-services__layout {
  display: grid;
  gap: clamp(40px, 5vw, 72px);
}

.nw-next-services__body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.nw-next-services__preview {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

.nw-next-services__preview-item {
  display: none;
}

.nw-next-services__preview-item.is-active {
  display: block;
}

.nw-next-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.nw-next-services__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.nw-next-services__link {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px 18px;
  align-items: center;
  padding: 22px 0;
  transition: opacity 0.3s ease;
}

.nw-next-services__item:not(.is-active) .nw-next-services__link {
  opacity: 0.55;
}

.nw-next-services__item.is-active .nw-next-services__link,
.nw-next-services__link:hover,
.nw-next-services__link:focus-visible {
  opacity: 1;
}

.nw-next-services__num,
.nw-next-services__en {
  font-family: var(--font-en);
  font-weight: 700;
}

.nw-next-services__num {
  font-size: 12px;
  color: var(--ref-muted);
}

.nw-next-services__en {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ref-muted);
  margin-bottom: 4px;
}

.nw-next-services__title {
  display: block;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
}

.nw-next-services__lead {
  grid-column: 2 / 3;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.6;
}

.nw-next-services__arrow {
  font-family: var(--font-en);
  font-size: 20px;
  transition: transform 0.35s ease;
}

.nw-next-services__link:hover .nw-next-services__arrow {
  transform: translateX(6px);
}

/* Process — PC sticky pin / SP+no-JS stack */
.nw-next-process {
  padding-top: 0;
  padding-bottom: 0;
}

.nw-next-process__pin-track {
  display: none;
  height: 400vh;
  position: relative;
}

.nw-next-process__pin {
  position: sticky;
  top: var(--header-h);
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  padding: clamp(28px, 4vh, 48px) 0;
  box-sizing: border-box;
}

.nw-next-process__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
}

.nw-next-process__visual {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 29, 0.12);
  background: #111;
  border-radius: 4px;
}

.nw-next-process--light .nw-next-process__visual,
.nw-next-process--light .nw-next-process__stack-media {
  background: #f4f3ef;
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 4px;
}

.nw-next-process__frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(1.01);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
  pointer-events: none;
  z-index: 0;
}

.nw-next-process__frame.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
  z-index: 1;
}

.nw-next-process__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.nw-next-process__keyword-board {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: clamp(24px, 4vw, 40px);
  box-sizing: border-box;
  background:
    radial-gradient(ellipse 70% 60% at 70% 30%, rgba(200, 232, 90, 0.16), transparent 55%),
    #111;
}

.nw-next-process__keyword {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(200, 232, 90, 0.55);
  color: #c8e85a;
  font-family: var(--font-en, "Unbounded", sans-serif);
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nw-next-process__stack-media--keywords {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 29, 0.12);
  background: #111;
}

.nw-next-process__stack-media--keywords .nw-next-process__keyword-board {
  position: absolute;
}

.nw-next-process__copy {
  min-height: 280px;
  display: grid;
  align-content: center;
  gap: 22px;
}

.nw-next-process__active {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nw-next-process__active.is-active {
  opacity: 1;
  transform: none;
}

.nw-next-process__active[hidden] {
  display: none;
}

.nw-next-process__meta {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 0 0 10px;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  color: #777;
}

.nw-next-process__num {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
  color: var(--ref-black);
  line-height: 1;
}

.nw-next-process__title {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
}

.nw-next-process__body {
  margin: 0 0 8px;
  color: #444;
  line-height: 1.75;
  max-width: 34em;
}

.nw-next-process__caption {
  margin: 0;
  font-size: 13px;
  color: #777;
  line-height: 1.6;
}

.nw-next-process__progress {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.nw-next-process__progress li {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  color: #aaa;
  letter-spacing: 0.04em;
}

.nw-next-process__progress li.is-active,
.nw-next-process__progress li.is-done {
  color: var(--ref-black);
}

.nw-next-process__progress li + li::before {
  content: "—";
  margin: 0 10px;
  color: #ccc;
  font-weight: 500;
}

.nw-next-process__stack {
  display: block;
  padding: var(--section-space) 0;
}

.nw-next-process__stack-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(56px, 8vw, 80px);
}

.nw-next-process__stack-media {
  margin: 20px 0 24px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 29, 0.12);
  aspect-ratio: 1 / 1;
  background: #eee;
  max-width: 520px;
  width: 100%;
}

.nw-next-process__stack-item {
  display: grid;
  gap: 0;
}

.nw-next-process__stack-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* JS + desktop: enable pin mode */
.nw-next.nw-next-js .nw-next-process.is-pin-mode {
  padding-block: 0;
}

.nw-next.nw-next-js .nw-next-process.is-pin-mode .nw-next-process__pin-track {
  display: block;
}

.nw-next.nw-next-js .nw-next-process.is-pin-mode .nw-next-process__stack {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .nw-next-process__frame,
  .nw-next-process__active {
    transition: none !important;
    transform: none !important;
  }

  .nw-next-process__frame.is-active {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nw-next-process__frame:not(.is-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Manifesto */
.nw-next-manifesto.nw-next-section {
  padding-top: clamp(120px, 13vw, 200px);
  padding-bottom: clamp(80px, 12vh, 140px);
}

.nw-next-manifesto__inner {
  max-width: 1100px;
}

.nw-next-manifesto__heading {
  display: grid;
  justify-items: center;
  text-align: center;
  margin: 0 auto clamp(40px, 5vw, 64px);
}

.nw-next-manifesto__en {
  margin: 0;
  max-width: 100%;
  font-family: var(--font-en);
  font-size: clamp(72px, 10vw, 144px);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: none;
  color: #fff;
  white-space: nowrap;
}

.nw-next-manifesto__jp {
  margin: 24px auto 0;
  max-width: 760px;
  font-family: var(--font-jp);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.nw-next-manifesto__stage {
  margin-top: clamp(28px, 5vw, 56px);
  display: grid;
  gap: clamp(18px, 3vw, 32px);
}

.nw-next-manifesto__line {
  margin: 0;
  font-family: var(--font-jp);
  font-size: clamp(28px, 5.2vw, 56px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.52);
  transition: color 0.45s ease, opacity 0.45s ease;
}

.nw-next-manifesto__line.is-active,
.nw-next.nw-next-js .nw-next-manifesto__line.is-active {
  color: #fff;
}

.nw-next-manifesto__line.is-tone-soft.is-active {
  color: rgba(255, 255, 255, 0.72);
}

.nw-next:not(.nw-next-js) .nw-next-manifesto__line {
  color: #fff;
}

@media (max-width: 768px) {
  .nw-next-manifesto.nw-next-section {
    padding-top: clamp(88px, 22vw, 140px);
  }

  .nw-next-manifesto__en {
    font-size: clamp(42px, 12.8vw, 62px);
    line-height: 0.9;
    letter-spacing: -0.05em;
    white-space: nowrap;
    text-align: center;
  }

  .nw-next-manifesto__jp {
    margin-top: 18px;
    font-size: clamp(18px, 5.4vw, 23px);
  }
}

/* Domains — scroll-linked card carousel */
.nw-next-domains {
  position: relative;
  z-index: 1;
  overflow: clip;
}

/* domains intro spacing handled with shared section intro rules */

.nw-next-domains__scroll {
  position: relative;
  height: auto;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__scroll {
  height: calc(var(--nw-domains-screens, 4.3) * 100vh);
  height: calc(var(--nw-domains-screens, 4.3) * 100svh);
}

.nw-next-domains__sticky {
  position: relative;
  height: auto;
  display: grid;
  place-items: center;
  overflow: visible;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  z-index: 1;
}

.nw-next-domains__stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__stage {
  min-height: 0;
  height: 100%;
}

.nw-next-domains__track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 8px 16px 40px;
  box-sizing: border-box;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__track {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  will-change: contents;
}

.nw-next-domains__card {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: min(78vw, 304px);
  max-height: 680px;
  aspect-ratio: 9 / 16;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 20px 20px;
  transform-origin: center center;
  --nw-domain-dim: 0;
}

.nw-next-domains__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  background: #000;
  opacity: var(--nw-domain-dim, 0);
  pointer-events: none;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__card::after {
  /* dim is driven by rAF step animation — avoid laggy CSS transition */
  transition: none;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__card:not(.is-active) {
  pointer-events: none;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__card.is-active {
  pointer-events: auto;
  --nw-domain-dim: 0;
}

.nw-next:not(.nw-next-js) .nw-next-domains__card::after,
.nw-next-domains.is-static .nw-next-domains__card::after {
  content: none;
  display: none;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__card {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  width: clamp(320px, 30vw, 390px);
  will-change: transform, opacity;
  transform: translate3d(-50%, -50%, 0);
}

.nw-next-domains__card--tone-0 {
  background: #f2f2f0;
  color: #111;
  border-color: rgba(17, 17, 17, 0.12);
}

.nw-next-domains__card--tone-1 {
  background: #dededb;
  color: #111;
  border-color: rgba(17, 17, 17, 0.12);
}

.nw-next-domains__card--tone-2 {
  background: #c4c4c0;
  color: #111;
  border-color: rgba(17, 17, 17, 0.14);
}

.nw-next-domains__card--tone-3 {
  background: #8d8d89;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.16);
}

.nw-next-domains__card--tone-4 {
  background: #4d4d4a;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}

.nw-next-domains__card--tone-5 {
  background: #171717;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.nw-next-domains__card-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.nw-next-domains__card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.nw-next-domains__card-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.32) 0%,
    rgba(0, 0, 0, 0.08) 36%,
    rgba(0, 0, 0, 0.12) 52%,
    rgba(0, 0, 0, 0.78) 100%
  );
  pointer-events: none;
}

.nw-next-domains__card.has-photo {
  color: #fff;
  background: #111;
  border-color: rgba(255, 255, 255, 0.16);
}

.nw-next-domains__card.has-photo .nw-next-domains__card-en {
  color: #c8e85a;
}

.nw-next-domains__card.has-photo .nw-next-domains__card-meta,
.nw-next-domains__card.has-photo .nw-next-domains__card-num,
.nw-next-domains__card.has-photo .nw-next-domains__card-lead {
  opacity: 0.88;
}

.nw-next-domains__card.has-photo .nw-next-domains__card-cta {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.nw-next-domains__card.has-photo .nw-next-domains__card-cta:hover,
.nw-next-domains__card.has-photo .nw-next-domains__card-cta:focus-visible {
  border-color: #c8e85a;
  color: #c8e85a;
}

.nw-next-domains__card-watermark {
  position: absolute;
  left: -4%;
  bottom: 6%;
  font-family: var(--font-en);
  font-size: clamp(56px, 16vw, 108px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.85;
  opacity: 0.08;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}

.nw-next-domains__card--tone-0 .nw-next-domains__card-watermark,
.nw-next-domains__card--tone-1 .nw-next-domains__card-watermark,
.nw-next-domains__card--tone-2 .nw-next-domains__card-watermark {
  color: #000;
}

.nw-next-domains__card--tone-3 .nw-next-domains__card-watermark,
.nw-next-domains__card--tone-4 .nw-next-domains__card-watermark,
.nw-next-domains__card--tone-5 .nw-next-domains__card-watermark {
  color: #fff;
  opacity: 0.1;
}

/* Abstract motifs */
.nw-next-domains__motif {
  position: absolute;
  inset: 18% 14% 34%;
  opacity: 0.55;
}

.nw-dm-web,
.nw-dm-ec,
.nw-dm-lp,
.nw-dm-sns,
.nw-dm-video,
.nw-dm-ai {
  position: absolute;
  inset: 0;
  display: block;
}

.nw-dm-web {
  border: 1px solid currentColor;
  opacity: 0.55;
}

.nw-dm-web i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14%;
  border-bottom: 1px solid currentColor;
}

.nw-dm-web i:nth-child(1)::before,
.nw-dm-web i:nth-child(1)::after,
.nw-dm-web i:nth-child(2) {
  content: "";
}

.nw-dm-web em {
  position: absolute;
  left: 8%;
  top: 22%;
  width: 36%;
  height: 10%;
  border: 1px solid currentColor;
}

.nw-dm-web b {
  position: absolute;
  width: 26%;
  height: 22%;
  border: 1px solid currentColor;
}

.nw-dm-web b:nth-child(5) { left: 8%; top: 42%; }
.nw-dm-web b:nth-child(6) { left: 38%; top: 42%; }
.nw-dm-web b:nth-child(7) { left: 68%; top: 42%; }

.nw-dm-ec i {
  position: absolute;
  width: 38%;
  height: 42%;
  border: 1px solid currentColor;
}

.nw-dm-ec i:nth-child(1) { left: 8%; top: 12%; }
.nw-dm-ec i:nth-child(2) { right: 8%; top: 12%; }

.nw-dm-ec em {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 14%;
  height: 12%;
  border: 1px solid currentColor;
}

.nw-dm-lp i:nth-child(1) {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 10%;
  height: 28%;
  border: 1px solid currentColor;
}

.nw-dm-lp i:nth-child(2) {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 46%;
  height: 8%;
  border: 1px solid currentColor;
  opacity: 0.7;
}

.nw-dm-lp em {
  position: absolute;
  left: 28%;
  right: 28%;
  bottom: 16%;
  height: 10%;
  border: 1px solid currentColor;
}

.nw-dm-sns i {
  position: absolute;
  border: 1px solid currentColor;
}

.nw-dm-sns i:nth-child(1) {
  left: 10%;
  top: 12%;
  width: 46%;
  height: 58%;
}

.nw-dm-sns i:nth-child(2) {
  right: 10%;
  top: 22%;
  width: 28%;
  height: 48%;
}

.nw-dm-sns i:nth-child(3) {
  left: 18%;
  bottom: 12%;
  width: 64%;
  height: 10%;
}

.nw-dm-video i {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 22%;
  height: 42%;
  border: 1px solid currentColor;
}

.nw-dm-video em {
  position: absolute;
  left: 46%;
  top: 36%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent currentColor;
  opacity: 0.8;
}

.nw-dm-ai i {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.nw-dm-ai i:nth-child(1) { left: 18%; top: 22%; }
.nw-dm-ai i:nth-child(2) { left: 48%; top: 18%; }
.nw-dm-ai i:nth-child(3) { left: 72%; top: 36%; }
.nw-dm-ai i:nth-child(4) { left: 40%; top: 58%; }

.nw-dm-ai::before,
.nw-dm-ai::after {
  content: "";
  position: absolute;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.nw-dm-ai::before {
  left: 22%;
  top: 26%;
  width: 28%;
  transform: rotate(-8deg);
}

.nw-dm-ai::after {
  left: 48%;
  top: 42%;
  width: 26%;
  transform: rotate(28deg);
}

.nw-next-domains__card-top,
.nw-next-domains__card-mid,
.nw-next-domains__card-bottom {
  position: relative;
  z-index: 2;
}

.nw-next-domains__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.nw-next-domains__card-meta {
  margin: 0;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.62;
  max-width: 62%;
  line-height: 1.4;
}

.nw-next-domains__card-num {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.7;
  white-space: nowrap;
}

.nw-next-domains__card-mid {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 18px 0;
  min-height: 28%;
}

.nw-next-domains__card-en {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.nw-next-domains__card-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.nw-next-domains__card-lead {
  margin: 0 0 12px;
  font-size: 12.5px;
  line-height: 1.65;
  opacity: 0.78;
}

.nw-next-domains__card-areas {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nw-next-domains__card-areas li {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid currentColor;
  opacity: 0.7;
  line-height: 1.2;
}

.nw-next-domains__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  max-width: 100%;
}

.nw-next-domains__card-cta:hover,
.nw-next-domains__card-cta:focus-visible {
  opacity: 0.72;
}

.nw-next-domains__card-cta:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.nw-next-domains__card-arrow {
  transition: transform 0.25s ease;
}

.nw-next-domains__card.is-active .nw-next-domains__card-arrow {
  transform: translateX(3px);
}

.nw-next-domains__pager {
  position: absolute;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  margin: 0;
  display: none;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.45);
  z-index: 2;
  pointer-events: none;
}

.nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__pager {
  display: inline-flex;
}

.nw-next-domains__pager-sep {
  opacity: 0.5;
}

.nw-next-domains__footer {
  margin: clamp(28px, 4vw, 48px) 0 0;
  text-align: center;
}

/* Static / no-JS / reduced-motion: readable grid */
.nw-next:not(.nw-next-js) .nw-next-domains__track,
.nw-next-domains.is-static .nw-next-domains__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  max-width: 1400px;
  margin-inline: auto;
  padding: 8px clamp(16px, 4vw, 32px) 24px;
}

.nw-next:not(.nw-next-js) .nw-next-domains__card,
.nw-next-domains.is-static .nw-next-domains__card {
  width: 100%;
  max-width: none;
  aspect-ratio: 3 / 4;
  max-height: none;
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 980px) {
  .nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__scroll {
    --nw-domains-screens: 4.7;
    height: calc(var(--nw-domains-screens, 4.7) * 100svh);
  }

  .nw-next.nw-next-js .nw-next-domains:not(.is-static) .nw-next-domains__card {
    width: min(78vw, 304px);
  }

  .nw-next-domains__card {
    padding: 18px 16px 16px;
  }

  .nw-next-domains__card-en {
    font-size: clamp(22px, 6.5vw, 30px);
  }

  .nw-next:not(.nw-next-js) .nw-next-domains__track,
  .nw-next-domains.is-static .nw-next-domains__track {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nw-next:not(.nw-next-js) .nw-next-domains__card,
  .nw-next-domains.is-static .nw-next-domains__card {
    width: min(100%, 360px);
    aspect-ratio: 9 / 16;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nw-next-domains__card,
  .nw-next-domains__card-arrow {
    transition: none !important;
  }
}

/* Cases */
.nw-next-cases__stack {
  display: grid;
  gap: clamp(40px, 6vw, 72px);
}

.nw-next-case-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.nw-next-case-card:nth-child(even) {
  grid-template-columns: 0.95fr 1.05fr;
}

.nw-next-case-card:nth-child(even) .nw-next-case-card__media {
  order: 2;
}

.nw-next-case-card__media {
  position: relative;
}

.nw-next-case-card__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.nw-next-case-card__shot {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #eee;
  border: 1px solid rgba(29, 29, 29, 0.1);
}

.nw-next-case-card__shot.is-primary {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 10;
}

.nw-next-case-card__shot:not(.is-primary) {
  aspect-ratio: 16 / 10;
}

.nw-next-case-card__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.nw-next-case-card__shot figcaption {
  position: absolute;
  left: 8px;
  bottom: 8px;
  margin: 0;
  padding: 4px 8px;
  background: rgba(8, 8, 8, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.nw-next-case-card__tag {
  position: absolute;
  right: 14px;
  top: 14px;
  margin: 0;
  padding: 6px 10px;
  background: rgba(8, 8, 8, 0.78);
  color: #fff;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}

.nw-next-case-card__name {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.35;
}

.nw-next-case-card__dl {
  margin: 0 0 18px;
  display: grid;
  gap: 14px;
}

.nw-next-case-card__row {
  display: grid;
  gap: 4px;
}

.nw-next-case-card__dl dt {
  font-size: 12px;
  font-weight: 700;
  color: #777;
}

.nw-next-case-card__dl dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #333;
}

/* PC: full 5 rows. SP+JS: core + summary + details */
.nw-next-case-card__row.is-sp-summary,
.nw-next-case-card__more {
  display: none;
}

.nw-next.nw-next-js .nw-next-case-card__row.is-pc-detail {
  display: grid;
}

@media (max-width: 980px) {
  .nw-next.nw-next-js .nw-next-case-card__row.is-pc-detail {
    display: none;
  }

  .nw-next.nw-next-js .nw-next-case-card__row.is-sp-summary,
  .nw-next.nw-next-js .nw-next-case-card__more {
    display: grid;
  }

  .nw-next.nw-next-js .nw-next-case-card__more {
    display: block;
    margin: 0 0 18px;
    border-top: 1px solid rgba(29, 29, 29, 0.12);
    padding-top: 12px;
  }

  .nw-next-case-card__more summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    list-style: none;
  }

  .nw-next-case-card__more summary::-webkit-details-marker {
    display: none;
  }

  .nw-next-case-card__more[open] summary {
    margin-bottom: 12px;
  }

  .nw-next-case-card__dl--more {
    margin: 0;
  }
}

/* no-JS: always full detail rows */
.nw-next:not(.nw-next-js) .nw-next-case-card__row.is-sp-summary,
.nw-next:not(.nw-next-js) .nw-next-case-card__more {
  display: none !important;
}

.nw-next:not(.nw-next-js) .nw-next-case-card__row.is-pc-detail {
  display: grid !important;
}

/* Practice channel */
.nw-next-practice-ch__title-line {
  display: block;
}

.nw-next-practice-ch__pillars {
  list-style: none;
  margin: 0 0 clamp(18px, 2.5vw, 28px);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.nw-next-practice-ch__pillars li {
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 4px;
  text-align: center;
}

.nw-next-practice-ch__pillar-en {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.nw-next-practice-ch__pillar-jp {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.nw-next-practice-ch__stage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.nw-next-practice-ch__sticky {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: #111;
  isolation: isolate;
}

.nw-next-practice-ch__visual {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  color: #fff;
}

.nw-next-practice-ch__visual.is-active {
  opacity: 1;
  pointer-events: auto;
}

.nw-next-practice-ch__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.nw-next-practice-ch__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nw-next-practice-ch__item {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  opacity: 0.72;
  transition: opacity 0.35s ease;
}

.nw-next-practice-ch__item.is-active,
.nw-next-practice-ch__item:hover,
.nw-next-practice-ch__item:focus-within {
  opacity: 1;
}

.nw-next-practice-ch__item a {
  display: grid;
  gap: 6px;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
}

.nw-next-practice-ch__item-num {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.nw-next-practice-ch__item-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-next-practice-ch__item-blurb {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nw-next-practice-ch__item:not(.is-active) .nw-next-practice-ch__item-blurb,
.nw-next-practice-ch__item:not(.is-active) .nw-next-practice-ch__item-cta {
  display: none;
}

.nw-next-practice-ch__item-cta {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.nw-next-practice-ch__links {
  margin-top: clamp(28px, 4vw, 40px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
}

.nw-next-practice-ch__links .nw-next-btn {
  min-width: 220px;
  min-height: 48px;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 981px) {
  .nw-next-practice-ch__links {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .nw-next-practice-ch__links .nw-next-btn {
    flex: 0 0 240px;
    width: 240px;
  }
}

/* Practice */
.nw-next-practice__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.nw-next-practice__body {
  color: var(--ref-black);
}

.nw-next-practice__body .nw-next-section__title,
.nw-next-practice__body .nw-next-section__lead,
.nw-next-practice__note {
  color: var(--ref-black);
}

.nw-next-practice__body .nw-next-section__lead {
  color: #444;
}

.nw-next-practice__pillars {
  list-style: none;
  margin: 28px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.nw-next-practice__pillar {
  padding: 14px 10px;
  border: 1px solid rgba(29, 29, 29, 0.22);
  display: grid;
  gap: 4px;
  text-align: center;
  background: var(--ref-white);
  color: var(--ref-black);
}

.nw-next-practice__pillar-en {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  color: var(--ref-black);
}

.nw-next-practice__pillar-jp {
  font-size: 12px;
  color: #444;
  font-weight: 500;
}

.nw-next-practice__note {
  margin: 0;
  color: #444;
  font-size: 13px;
  font-weight: 500;
}

.nw-next-practice__links {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nw-next-practice__links .nw-next-text-link {
  font-weight: 700;
}

/* News strip — FV直下の横長1件 */
.nw-next-news-strip {
  background: #111;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin: 0;
}

.nw-next-news-strip__inner {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  align-items: stretch;
}

.nw-next-news-strip__heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 28px 32px 28px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.nw-next-news-strip__heading h2 {
  margin: 0;
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}

.nw-next-news-strip__label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.nw-next a.nw-next-news-strip__item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px 0 28px 32px;
  color: #fff;
  text-decoration: none;
  min-width: 0;
  transition: background-color 0.3s ease;
}

.nw-next-news-strip__item time {
  font-family: var(--font-en);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.52);
  white-space: nowrap;
}

.nw-next-news-strip__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  min-width: 0;
  overflow-wrap: anywhere;
}

.nw-next-news-strip__arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.nw-next a.nw-next-news-strip__item:hover,
.nw-next a.nw-next-news-strip__item:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  outline: none;
  color: #fff;
}

.nw-next a.nw-next-news-strip__item:hover .nw-next-news-strip__arrow,
.nw-next a.nw-next-news-strip__item:focus-visible .nw-next-news-strip__arrow {
  transform: translateX(7px);
}

@media (max-width: 768px) {
  .nw-next-news-strip__inner {
    grid-template-columns: 1fr;
  }

  .nw-next-news-strip__heading {
    padding: 22px 0 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .nw-next a.nw-next-news-strip__item {
    grid-template-columns: 1fr auto;
    gap: 8px 20px;
    padding: 20px 0 24px;
  }

  .nw-next-news-strip__item time {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nw-next-news-strip__arrow,
  .nw-next a.nw-next-news-strip__item {
    transition: none;
  }

  .nw-next a.nw-next-news-strip__item:hover .nw-next-news-strip__arrow,
  .nw-next a.nw-next-news-strip__item:focus-visible .nw-next-news-strip__arrow {
    transform: none;
  }
}

/* Knowledge — Cases直下の3列記事 */
.nw-next-knowledge.nw-next-section {
  background: #f1f1ee;
  color: #111;
}

.nw-next-knowledge__intro {
  --nw-section-en-size: clamp(72px, 10vw, 144px);
  margin-bottom: clamp(48px, 6vw, 80px);
}

.nw-next-knowledge__en {
  line-height: 0.86;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.nw-next-knowledge__more {
  margin: 18px 0 0;
}

.nw-next-knowledge__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 24px);
  align-items: stretch;
}

.nw-next-knowledge__card {
  min-width: 0;
  height: 100%;
}

.nw-next-knowledge__card article {
  height: 100%;
}

.nw-next a.nw-next-knowledge__link {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: clamp(16px, 1.8vw, 24px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #171717;
  isolation: isolate;
  border-radius: 2px;
  box-shadow: none;
}

.nw-next-knowledge__visual {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #171717;
}

.nw-next-knowledge__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.nw-next-knowledge__visual-empty {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #3a3a38, #111);
}

.nw-next-knowledge__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.nw-next-knowledge__category {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.nw-next-knowledge__number {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.nw-next-knowledge__content {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-right: 48px;
  max-width: calc(100% - 8px);
}

.nw-next-knowledge__content time {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.nw-next-knowledge__card-title {
  margin: 0;
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nw-next-knowledge__arrow {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 1;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.nw-next a.nw-next-knowledge__link:hover .nw-next-knowledge__visual img,
.nw-next a.nw-next-knowledge__link:focus-visible .nw-next-knowledge__visual img {
  transform: scale(1.04);
}

.nw-next a.nw-next-knowledge__link:hover .nw-next-knowledge__arrow,
.nw-next a.nw-next-knowledge__link:focus-visible .nw-next-knowledge__arrow {
  transform: translate(6px, -6px);
}

.nw-next a.nw-next-knowledge__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .nw-next-knowledge__intro {
    --nw-section-en-size: clamp(42px, 12.5vw, 62px);
  }

  .nw-next-knowledge__en {
    line-height: 0.9;
  }

  .nw-next-knowledge__intro .nw-next-section__title {
    font-size: 19px;
  }

  .nw-next-knowledge__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nw-next a.nw-next-knowledge__link {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .nw-next-knowledge__content {
    padding-right: 40px;
  }

  .nw-next-knowledge__arrow {
    right: 22px;
    bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nw-next-knowledge__visual img,
  .nw-next-knowledge__arrow {
    transition: none;
  }

  .nw-next a.nw-next-knowledge__link:hover .nw-next-knowledge__visual img,
  .nw-next a.nw-next-knowledge__link:focus-visible .nw-next-knowledge__visual img,
  .nw-next a.nw-next-knowledge__link:hover .nw-next-knowledge__arrow,
  .nw-next a.nw-next-knowledge__link:focus-visible .nw-next-knowledge__arrow {
    transform: none;
  }
}

/* Insights (legacy class aliases kept for safety) */
.nw-next-insights__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
}

/* Profile — EN heading above photo + copy layout */
.nw-next-profile.nw-next-section {
  padding-top: clamp(120px, 13vw, 200px);
}

.nw-next-profile__heading {
  width: 100%;
  margin: 0 auto clamp(64px, 8vw, 110px);
  text-align: center;
}

.nw-next-profile__heading-en {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(80px, 11vw, 156px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.055em;
  text-transform: none;
  white-space: nowrap;
  color: #171717;
  text-align: center;
}

.nw-next-profile__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.nw-next-profile__photo {
  margin: 0;
  overflow: hidden;
  background: #ececec;
  aspect-ratio: 4 / 5;
}

.nw-next-profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.nw-next-profile__content {
  max-width: 40em;
}

.nw-next-profile__title {
  margin: 0 0 8px;
  font-family: var(--font-jp);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ref-black);
}

.nw-next-profile__role {
  margin: 0 0 22px;
  color: #555;
  font-weight: 700;
}

.nw-next-profile__bio {
  display: grid;
  gap: 14px;
  margin: 0 0 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.12);
}

.nw-next-profile__bio p {
  margin: 0;
  color: #333;
  line-height: 2;
  font-size: 14px;
}

.nw-next-profile__messages {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 20px 22px;
  border-left: 3px solid var(--ref-black);
  background: rgba(29, 29, 29, 0.045);
}

.nw-next-profile__messages::before {
  content: "Message";
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777;
}

.nw-next-profile__text {
  margin: 0;
  color: #222;
  line-height: 1.9;
  font-size: 15px;
}

.nw-next-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 768px) {
  .nw-next-profile.nw-next-section {
    padding-top: clamp(88px, 22vw, 130px);
  }

  .nw-next-profile__heading {
    margin-bottom: clamp(40px, 10vw, 64px);
  }

  .nw-next-profile__heading-en {
    font-size: clamp(56px, 19vw, 80px);
  }
}

/* Contact — large split CTA into dark footer */
.nw-next-contact.nw-next-section {
  background: #e9e9e5;
  color: #111;
  padding-top: clamp(120px, 13vw, 200px);
  padding-bottom: 0;
}

.nw-next-contact__inner {
  text-align: center;
  display: grid;
  justify-items: center;
  margin-bottom: clamp(80px, 10vw, 140px);
}

.nw-next-contact__en {
  margin: 0 0 clamp(36px, 5vw, 64px);
  font-family: var(--font-en);
  font-size: clamp(96px, 14vw, 190px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.065em;
  text-transform: none;
  white-space: nowrap;
  color: #111;
  text-align: center;
}

.nw-next-contact__title {
  margin: 0 0 18px;
  font-family: var(--font-jp);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: center;
}

.nw-next-contact__title-line {
  display: block;
}

.nw-next-contact__lead {
  margin: 0;
  max-width: 40em;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.72);
  text-align: center;
}

.nw-next-contact__panels-wrap {
  width: min(1280px, calc(100% - clamp(32px, 5vw, 96px)));
  margin-inline: auto;
  padding: 0;
  background: transparent;
}

.nw-next-contact__panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  border-top: 1px solid rgba(17, 17, 17, 0.35);
  border-bottom: 1px solid rgba(17, 17, 17, 0.35);
}

.nw-next-contact-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  min-height: 300px;
  padding: clamp(40px, 5vw, 72px);
  text-decoration: none;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  transition:
    background-color 0.35s ease,
    color 0.35s ease;
}

.nw-next-contact-panel + .nw-next-contact-panel {
  border-left: 1px solid rgba(17, 17, 17, 0.35);
}

.nw-next a.nw-next-contact-panel--services {
  background: transparent;
  color: #111;
}

.nw-next a.nw-next-contact-panel--consultation {
  background: #171717;
  color: #fff;
}

.nw-next-contact-panel__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.nw-next-contact-panel__en {
  font-family: var(--font-en);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.nw-next-contact-panel--consultation .nw-next-contact-panel__en {
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.nw-next-contact-panel__arrow {
  flex: 0 0 auto;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.nw-next-contact-panel__jp {
  display: block;
  margin-top: auto;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}

.nw-next-contact-panel__description {
  display: block;
  max-width: 360px;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.68;
}

.nw-next a.nw-next-contact-panel--services:hover,
.nw-next a.nw-next-contact-panel--services:focus-visible {
  background: #171717;
  color: #fff;
  outline: none;
}

.nw-next a.nw-next-contact-panel--consultation:hover,
.nw-next a.nw-next-contact-panel--consultation:focus-visible {
  background: #2a2a2a;
  color: #fff;
  outline: none;
}

.nw-next-contact-panel:hover .nw-next-contact-panel__arrow,
.nw-next-contact-panel:focus-visible .nw-next-contact-panel__arrow {
  transform: translate(8px, -8px);
}

.nw-next a.nw-next-contact-panel:focus-visible {
  outline: 2px solid #111;
  outline-offset: -2px;
  z-index: 1;
}

.nw-next a.nw-next-contact-panel--consultation:focus-visible,
.nw-next a.nw-next-contact-panel--services:hover:focus-visible,
.nw-next a.nw-next-contact-panel--services:focus-visible {
  outline-color: #fff;
}

@media (max-width: 768px) {
  .nw-next-contact.nw-next-section {
    padding-top: clamp(88px, 22vw, 140px);
  }

  .nw-next-contact__inner {
    margin-bottom: 56px;
  }

  .nw-next-contact__en {
    margin-bottom: 28px;
    font-size: clamp(54px, 18vw, 80px);
    line-height: 0.88;
    letter-spacing: -0.06em;
  }

  .nw-next-contact__title {
    font-size: clamp(24px, 7vw, 32px);
  }

  .nw-next-contact__panels-wrap {
    width: calc(100% - 32px);
  }

  .nw-next-contact__panels {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .nw-next-contact-panel {
    min-height: 220px;
    padding: 32px 24px;
    gap: 20px;
  }

  .nw-next-contact-panel + .nw-next-contact-panel {
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.35);
  }

  .nw-next-contact-panel--consultation {
    border-top-color: rgba(255, 255, 255, 0.22);
  }

  .nw-next-contact-panel__en {
    font-size: clamp(34px, 11vw, 48px);
  }

  .nw-next-contact-panel--consultation .nw-next-contact-panel__en {
    font-size: clamp(20px, 5.6vw, 34px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nw-next-contact-panel,
  .nw-next-contact-panel__arrow {
    transition: none;
  }

  .nw-next-contact-panel:hover .nw-next-contact-panel__arrow,
  .nw-next-contact-panel:focus-visible .nw-next-contact-panel__arrow {
    transform: none;
  }
}

/* Footer — TATAP-inspired continuous dark band */
.nw-next-footer {
  --nw-footer-bg: #111;
  --nw-footer-line: rgba(255, 255, 255, 0.14);
  --nw-footer-muted: rgba(255, 255, 255, 0.64);
  --nw-footer-lime: #c8e85a;

  background: var(--nw-footer-bg);
  color: #fff;
  border-top: 1px solid var(--nw-footer-line);
  margin-top: 0;
  padding: clamp(72px, 9vw, 120px) 0 clamp(40px, 5vw, 56px);
  background-image: none;
}

.nw-next-footer__inner {
  display: grid;
  gap: 0;
}

.nw-next-footer__nav {
  padding-bottom: clamp(56px, 7vw, 96px);
}

.nw-next-footer__cols {
  display: grid;
  grid-template-columns:
    minmax(240px, 1.15fr)
    minmax(120px, 0.55fr)
    minmax(150px, 0.65fr)
    minmax(400px, 1.7fr);
  gap: clamp(36px, 4vw, 56px);
  align-items: start;
}

.nw-next-footer__heading {
  margin: 0 0 20px;
  font-family: var(--font-en);
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.nw-next-footer__heading a {
  color: inherit;
  text-decoration: none;
}

.nw-next-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.nw-next-footer__list a,
.nw-next-footer__heading a,
.nw-next-footer__contact-link a,
.nw-next-footer__legal a,
.nw-next-footer__company-tel a,
.nw-next-footer__wordmark,
body.nw-next-page .nw-next-footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 0.2s ease;
}

.nw-next-footer__list a {
  display: inline-block;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.55;
  position: relative;
}

.nw-next-footer__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: var(--nw-footer-lime);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.nw-next-footer__list a:hover,
.nw-next-footer__list a:focus-visible,
.nw-next-footer__heading a:hover,
.nw-next-footer__heading a:focus-visible,
.nw-next-footer__contact-link a:hover,
.nw-next-footer__contact-link a:focus-visible,
.nw-next-footer__legal a:hover,
.nw-next-footer__legal a:focus-visible,
.nw-next-footer__company-tel a:hover,
.nw-next-footer__company-tel a:focus-visible {
  color: var(--nw-footer-lime);
  opacity: 1;
}

.nw-next-footer__list a:hover::after,
.nw-next-footer__list a:focus-visible::after {
  transform: scaleX(1);
}

.nw-next-footer a:focus-visible {
  outline: 2px solid var(--nw-footer-lime);
  outline-offset: 3px;
}

.nw-next-footer__contact-copy {
  margin: 0 0 22px;
  max-width: none;
  font-size: 15px;
  line-height: 1.85;
  color: var(--nw-footer-muted);
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
  text-wrap: pretty;
}

.nw-next-footer__contact-line {
  display: inline;
}

.nw-next-footer__contact-link {
  margin: 0;
}

.nw-next-footer__contact-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.nw-next-footer__contact-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.nw-next-footer__contact-link a:hover .nw-next-footer__contact-arrow,
.nw-next-footer__contact-link a:focus-visible .nw-next-footer__contact-arrow {
  transform: translateX(6px);
}

.nw-next-footer__brand-block {
  padding-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid var(--nw-footer-line);
  overflow: hidden;
  min-width: 0;
}

.nw-next-footer__wordmark {
  display: block;
  margin: 0;
  max-width: 100%;
  color: #fff !important;
  text-decoration: none;
}

.nw-next-footer__wordmark-text {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.18em;
  max-width: 100%;
  font-family: var(--font-en);
  font-size: clamp(56px, 6.8vw, 112px);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: -0.055em;
  color: #fff;
  white-space: nowrap;
}

.nw-next-footer__wordmark-line {
  display: inline-block;
}

.nw-next-footer__company {
  margin-top: clamp(28px, 3.5vw, 40px);
  display: grid;
  gap: 8px;
  max-width: 28em;
}

.nw-next-footer__company-name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}

.nw-next-footer__company-address,
.nw-next-footer__company-tel {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--nw-footer-muted);
}

.nw-next-footer__company-tel a {
  color: inherit;
}

.nw-next-footer__bottom {
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: 24px;
  border-top: 1px solid var(--nw-footer-line);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px 32px;
  align-items: center;
}

.nw-next-footer__copy {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.nw-next-footer__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nw-next-footer__top-wrap {
  margin: 0;
  justify-self: end;
}

.nw-next-footer__top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff !important;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.nw-next-footer__top:hover,
.nw-next-footer__top:focus-visible {
  border-color: var(--nw-footer-lime);
  color: var(--nw-footer-lime) !important;
}

.nw-next-footer__top-icon {
  font-size: 14px;
  line-height: 1;
}

.nw-next-top-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.nw-next-footer[data-nw-next-footer] .nw-next-footer__wordmark-text {
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html.nw-js .nw-next-footer.is-reveal-ready .nw-next-footer__wordmark-text {
  opacity: 0;
  transform: translateY(12px);
}

html.nw-js .nw-next-footer.is-inview .nw-next-footer__wordmark-text {
  opacity: 1;
  transform: none;
}

@media (min-width: 1440px) {
  .nw-next-footer__contact-line {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .nw-next-footer__cols {
    grid-template-columns:
      minmax(240px, 1.15fr)
      minmax(120px, 0.55fr)
      minmax(150px, 0.65fr)
      minmax(360px, 1.65fr);
    gap: clamp(32px, 3.2vw, 48px);
  }

  .nw-next-footer__contact-line {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 1101px) and (max-width: 1279px) {
  .nw-next-footer__cols {
    grid-template-columns:
      minmax(200px, 1.1fr)
      minmax(110px, 0.55fr)
      minmax(130px, 0.65fr)
      minmax(300px, 1.55fr);
    gap: clamp(28px, 3vw, 40px);
  }

  .nw-next-footer__contact-line {
    display: block;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .nw-next-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(36px, 4vw, 48px) clamp(40px, 5vw, 64px);
  }

  .nw-next-footer__col--contact {
    grid-column: 1 / -1;
  }

  .nw-next-footer__contact-line {
    display: block;
  }

  .nw-next-footer__contact-copy {
    max-width: 42em;
  }
}

@media (max-width: 980px) {
  .nw-next-footer {
    padding-top: clamp(72px, 14vw, 96px);
  }

  .nw-next-footer__cols {
    grid-template-columns: 1fr;
    gap: clamp(48px, 10vw, 64px);
  }

  .nw-next-footer__contact-line {
    display: inline;
    white-space: normal;
  }

  .nw-next-footer__list {
    gap: 16px;
  }

  .nw-next-footer__wordmark-text {
    flex-direction: column;
    gap: 0;
    white-space: normal;
    font-size: clamp(38px, 11vw, 64px);
    line-height: 0.9;
  }

  .nw-next-footer__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nw-next-footer__legal {
    order: -1;
  }

  .nw-next-footer__top-wrap {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nw-next-footer__list a::after,
  .nw-next-footer__contact-arrow,
  .nw-next-footer__top,
  .nw-next-footer__wordmark-text {
    transition: none !important;
  }

  html.nw-js .nw-next-footer.is-reveal-ready .nw-next-footer__wordmark-text,
  html.nw-js .nw-next-footer.is-inview .nw-next-footer__wordmark-text {
    opacity: 1 !important;
    transform: none !important;
  }

  .nw-next-footer__contact-link a:hover .nw-next-footer__contact-arrow,
  .nw-next-footer__contact-link a:focus-visible .nw-next-footer__contact-arrow {
    transform: none;
  }
}
/* Reveal PE */
.nw-next-reveal {
  opacity: 1;
  transform: none;
}

.nw-next.nw-next-js .nw-next-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.nw-next.nw-next-js .nw-next-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 980px) {
  .nw-next-header__nav-panel {
    width: 100%;
    padding: 28px 20px 40px;
  }

  .nw-next-header__en {
    font-size: clamp(26px, 8vw, 36px);
  }

  .nw-next-hero__grid,
  .nw-next-section__head--split,
  .nw-next-about__list,
  .nw-next-services__body,
  .nw-next-process__panel,
  .nw-next-profile__layout,
  .nw-next-case-card,
  .nw-next-case-card:nth-child(even),
  .nw-next-practice-ch__stage,
  .nw-next-practice__layout,
  .nw-next-insights__grid {
    grid-template-columns: 1fr;
  }

  .nw-next-case-card:nth-child(even) .nw-next-case-card__media {
    order: 0;
  }

  .nw-next-services__preview,
  .nw-next-practice-ch__sticky {
    position: relative;
    top: auto;
  }

  .nw-next.nw-next-js .nw-next-process.is-pin-mode .nw-next-process__pin-track {
    display: none;
  }

  .nw-next.nw-next-js .nw-next-process.is-pin-mode .nw-next-process__stack {
    display: block;
  }

  .nw-next-profile__photo {
    aspect-ratio: 16 / 11;
    max-width: 520px;
  }

  .nw-next-practice__pillars,
  .nw-next-practice-ch__pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .nw-next-practice__links,
  .nw-next-practice-ch__links {
    justify-content: center;
    align-items: stretch;
    text-align: center;
    flex-direction: column;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .nw-next-practice__links .nw-next-text-link,
  .nw-next-practice-ch__links .nw-next-text-link,
  .nw-next-practice__links a,
  .nw-next-practice-ch__links a {
    margin-inline: 0;
  }

  .nw-next-practice-ch__links .nw-next-btn,
  .nw-next-profile__actions .nw-next-btn {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    min-height: 44px;
    justify-content: center;
    text-align: center;
  }

  .nw-next-profile__actions {
    justify-content: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .nw-sp-block {
    display: block;
  }

  .nw-next-hero__media-wrap {
    justify-self: stretch;
    width: min(100%, 320px);
    margin-inline: auto;
  }

  .nw-next-hero__video--pc {
    display: none;
  }

  .nw-next-hero__video--sp {
    display: block;
  }

  .nw-next-motion {
    height: 560px;
  }

  .nw-next-motion__tilt {
    width: min(1400px, 220vw);
    gap: 12px;
    transform: translate(-50%, -52%) rotate(8deg);
  }

  .nw-next-motion__col:nth-child(n + 4) {
    display: none;
  }

  .nw-next-floater--2 {
    right: -4%;
  }
}

@media (max-width: 640px) {
  .nw-next-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nw-next-services__link {
    grid-template-columns: 36px 1fr;
  }

  .nw-next-services__arrow {
    display: none;
  }

  .nw-next-services__lead {
    grid-column: 1 / -1;
  }

  .nw-next-motion {
    height: 480px;
  }

  .nw-next-motion__col:nth-child(n + 3) {
    display: none;
  }

  .nw-next-motion__tilt {
    width: min(980px, 260vw);
    transform: translate(-50%, -50%) rotate(6deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nw-next *,
  .nw-next-header *,
  .nw-next-footer *,
  .nw-next *::before,
  .nw-next *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .nw-next-reveal,
  .nw-next.nw-next-js .nw-next-reveal,
  .nw-next.nw-next-js .nw-next-reveal.is-visible,
  .nw-next-hero-stage,
  .nw-next.nw-next-js .nw-next-hero-stage,
  .nw-next.nw-next-js .nw-next-hero-stage.is-shown {
    opacity: 1 !important;
    transform: none !important;
  }

  .nw-next-dual-heading__ghost {
    transform: none !important;
  }

  .nw-next-motion__col {
    transform: none !important;
  }

  .nw-next-manifesto__line {
    color: #fff !important;
  }

  .nw-next-cursor {
    display: none !important;
  }
}

/* Custom cursor ring — PC fine pointer only (enabled via JS class) */
.nw-next-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  mix-blend-mode: difference;
  transform: translate3d(-100px, -100px, 0) translate(-50%, -50%);
  transition:
    width 0.2s ease,
    height 0.2s ease,
    opacity 0.18s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  will-change: transform;
}

.nw-next-cursor.is-visible {
  opacity: 0.9;
}

.nw-next-cursor.is-hover {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.75);
}

html.nw-next-has-cursor body {
  cursor: auto;
}
