/* Display repairs layered over the original production design. */
.hero__service-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
}

/* 2026-08-04 conversion-focused additions. */
.opening-message {
  max-width: none;
  min-height: 64svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #050505, #080808);
}

.opening-message .section-no {
  align-self: flex-start;
  width: 100%;
}

.opening-message h2 {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(32px, 4.2vw, 64px);
  line-height: 1.62;
}

.voice-philosophy {
  max-width: none;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  padding: 0 0 0 var(--pad);
  background: #020304;
  overflow: hidden;
}

.voice-philosophy__copy {
  max-width: 650px;
  padding: clamp(100px, 12vw, 190px) clamp(36px, 7vw, 110px) clamp(100px, 12vw, 190px) 0;
  position: relative;
  z-index: 2;
}

.voice-philosophy__copy .section-no {
  margin-bottom: clamp(50px, 7vw, 90px);
}

.voice-philosophy__copy h2 {
  font-size: clamp(36px, 4.4vw, 68px);
}

.voice-philosophy__visual {
  margin: 0;
  min-height: 760px;
  height: min(82vw, 940px);
  position: relative;
  overflow: hidden;
}

.voice-philosophy__visual picture {
  display: block;
  height: 100%;
}

.voice-philosophy__visual img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.voice-philosophy__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #020304 0%, rgba(2, 3, 4, 0.78) 8%, transparent 31%),
    linear-gradient(0deg, #020304 0%, transparent 18%, transparent 82%, #020304 100%);
}

.pricing-guide {
  max-width: none;
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pricing-guide__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.pricing-guide__heading h2 {
  margin: 0;
}

.pricing-guide__heading p {
  max-width: 460px;
  margin: 0;
  color: var(--gray);
  font-size: 14px;
}

.pricing-guide__plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.pricing-plan {
  min-width: 0;
  padding: 36px clamp(22px, 3vw, 46px) 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.pricing-plan:last-child {
  border-right: 0;
}

.pricing-plan small {
  font: 9px Inter, sans-serif;
  letter-spacing: 0.18em;
  color: #686868;
}

.pricing-plan h3 {
  margin: 22px 0 4px;
  font: 300 clamp(22px, 2vw, 30px) "Noto Serif JP", serif;
}

.pricing-plan > p {
  color: var(--gray);
  font-size: 13px;
  line-height: 2;
}

.pricing-plan .pricing-plan__duration {
  color: var(--white);
  margin: 8px 0 26px;
  font: 400 14px Inter, "Noto Sans JP", sans-serif;
}

.pricing-plan__price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pricing-plan__price span {
  font-size: 11px;
  color: #888;
}

.pricing-plan__price strong {
  white-space: nowrap;
  font: 300 clamp(25px, 2.4vw, 36px) "Noto Serif JP", serif;
}

.pricing-guide__notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 44px 0 32px;
  color: var(--gray);
  font-size: 13px;
  line-height: 2;
}

.pricing-guide__notes p {
  margin: 0;
}

@media (max-width: 1020px) {
  .voice-philosophy {
    grid-template-columns: 46% 54%;
  }

  .voice-philosophy__visual {
    min-height: 640px;
  }

  .pricing-guide__plans {
    grid-template-columns: 1fr;
  }

  .pricing-plan {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .pricing-plan:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .opening-message {
    min-height: 70svh;
    padding-left: var(--pad);
    padding-right: var(--pad);
  }

  .opening-message h2 {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.8;
    text-align: left;
  }

  .voice-philosophy {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .voice-philosophy__copy {
    padding: 100px var(--pad) 54px;
  }

  .voice-philosophy__copy h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .voice-philosophy__visual {
    min-height: 0;
    height: auto;
    aspect-ratio: 1122 / 1402;
    width: 100%;
  }

  .voice-philosophy__visual::before {
    background: linear-gradient(180deg, #020304 0%, transparent 18%, transparent 82%, #020304 100%);
  }

  .pricing-guide__heading {
    display: block;
  }

  .pricing-guide__heading p {
    margin-top: 24px;
  }

  .pricing-guide__plans {
    margin-top: 46px;
  }

  .pricing-plan {
    padding: 30px 4px 34px;
  }

  .pricing-guide__notes {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.hero__service-title > span {
  white-space: nowrap;
}

/* Use the supplied official artwork for the complete service heading. */
.hero__service-title > img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(700px, 90vw);
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero__logo-ja {
  margin-left: auto;
  margin-right: auto;
  justify-self: center !important;
  align-self: center !important;
}

/* Keep the supplied official logos and case images visible even when older
   animation styles remain cached on the upload destination. */
.brand-logo--en,
.brand-logo--ja,
.hero__logo-ja,
.work-card__image,
.work-card__image img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.brand-logo--en,
.brand-logo--ja,
.hero__logo-ja {
  height: auto !important;
}

.work-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.section-followup,
.timeline-note {
  margin: 32px 0 0;
  color: var(--gray);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.use-cases .section-followup {
  text-align: right;
}

.timeline-note {
  text-align: right;
}

.emorear__art {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(30px, 7vw, 100px);
}

.emorear__art::before,
.emorear__art > span {
  display: none !important;
}

.emorear__logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: min(100%, 650px);
  height: auto !important;
  object-fit: contain;
}

.emorear__copy h3 {
  margin-top: 18px;
}

/* Long-form origin story: paced by whitespace rather than interaction. */
.origin-story {
  max-width: none;
  padding-top: clamp(120px, 15vw, 230px);
  padding-bottom: clamp(130px, 17vw, 270px);
  background: linear-gradient(180deg, #050505 0%, #08090a 46%, #030405 100%);
  overflow: hidden;
}

.origin-story__line {
  width: 1px;
  height: clamp(80px, 11vw, 170px);
  margin: 0 auto clamp(70px, 10vw, 150px);
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(78,166,255,.72), rgba(255,255,255,0));
}

.origin-story__scene {
  width: min(100%, 1040px);
  margin-left: auto;
  margin-right: auto;
  color: #d6d6d2;
}

.origin-story__scene + .origin-story__scene {
  margin-top: clamp(100px, 13vw, 200px);
}

.origin-story__scene p {
  margin: 0;
  font: 300 clamp(16px, 1.35vw, 20px)/2.25 "Noto Serif JP", serif;
  letter-spacing: .02em;
}

.origin-story__scene p + p {
  margin-top: clamp(34px, 4vw, 58px);
}

.origin-story__scene h2,
.origin-story__scene h3 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: -.02em;
}

.origin-story__scene--opening {
  text-align: center;
}

.origin-story__scene--opening h2 {
  font-size: clamp(37px, 4.9vw, 74px);
  line-height: 1.65;
}

.origin-story__scene--world {
  width: min(100%, 880px);
}

.origin-story__scene--career {
  width: min(100%, 820px);
  padding-left: clamp(0px, 7vw, 110px);
}

.origin-story__scene--career h3 {
  margin-bottom: 46px;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.65;
}

.origin-story__scene--problem {
  width: min(100%, 940px);
  padding: clamp(54px, 7vw, 105px) clamp(28px, 8vw, 120px);
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.origin-story__scene--problem h3 {
  margin-bottom: 48px;
  font-size: clamp(31px, 3.8vw, 58px);
  line-height: 1.7;
}

.origin-story__scene--loss {
  width: min(100%, 720px);
}

.origin-story__scene--loss p {
  color: #aaa;
  font-size: clamp(21px, 2.2vw, 32px);
  line-height: 2.05;
}

.origin-story__scene--belief {
  width: min(100%, 900px);
  text-align: right;
}

.origin-story__scene--belief h3 {
  margin-bottom: 48px;
  font-size: clamp(27px, 3.2vw, 48px);
  line-height: 1.85;
}

.origin-story__scene--turn {
  width: min(100%, 1380px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.origin-story__turn-copy h3 {
  margin-bottom: 50px;
  font-size: clamp(29px, 3.3vw, 52px);
  line-height: 1.72;
}

.origin-story__visual {
  position: relative;
  margin: 0;
  aspect-ratio: 1122 / 1402;
  overflow: hidden;
  background: #020304;
}

.origin-story__visual picture,
.origin-story__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.origin-story__visual img {
  visibility: visible !important;
  opacity: 1 !important;
  object-fit: cover;
  object-position: center;
}

.origin-story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #030405 0%, transparent 24%), linear-gradient(0deg, #030405 0%, transparent 20%);
}

.origin-story__scene--method {
  width: min(100%, 800px);
  text-align: center;
}

.origin-story__scene--method p {
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.9;
}

.origin-story__scene--closing {
  width: min(100%, 850px);
  text-align: center;
}

.origin-story__scene--closing h3 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.75;
}

.origin-story__scene--closing p {
  margin-top: clamp(70px, 8vw, 120px);
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.9;
}

@media (max-width: 720px) {
  .origin-story {
    padding-left: 24px;
    padding-right: 24px;
  }

  .origin-story__scene + .origin-story__scene {
    margin-top: 112px;
  }

  .origin-story__scene p {
    font-size: 16px;
    line-height: 2.15;
  }

  .origin-story__scene--opening {
    text-align: left;
  }

  .origin-story__scene--opening h2 {
    font-size: clamp(31px, 9.4vw, 42px);
    line-height: 1.72;
  }

  .origin-story__scene--career,
  .origin-story__scene--problem {
    padding-left: 0;
    padding-right: 0;
  }

  .origin-story__scene--career h3,
  .origin-story__scene--problem h3,
  .origin-story__scene--belief h3,
  .origin-story__turn-copy h3 {
    font-size: clamp(25px, 7.5vw, 33px);
  }

  .origin-story__scene--belief {
    text-align: left;
  }

  .origin-story__scene--turn {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .origin-story__visual {
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .origin-story__visual::after {
    background: linear-gradient(180deg, #030405 0%, transparent 17%, transparent 82%, #030405 100%);
  }

  .origin-story__scene--method,
  .origin-story__scene--closing {
    text-align: left;
  }

  .origin-story__scene--method p {
    font-size: clamp(25px, 7.8vw, 34px);
  }

  .origin-story__scene--closing h3 {
    font-size: clamp(34px, 10vw, 45px);
  }

  .origin-story__scene--closing p {
    font-size: clamp(25px, 7.5vw, 34px);
  }
}

/* The approved explanatory copy is rendered by .hero__lead. */
.hero__tagline {
  display: none !important;
}

.video-frame,
.video-frame video {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Smartphone-style frame for the top video. */
.video-frame {
  border: 10px solid #070809 !important;
  border-radius: 48px !important;
  outline: 1px solid rgba(255, 255, 255, 0.28);
  background: #030303;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 38px 100px rgba(0, 0, 0, 0.82),
    0 0 42px rgba(78, 166, 255, 0.1) !important;
}

.video-frame video {
  border-radius: 36px;
}

.video-frame::before {
  content: "";
  pointer-events: none;
  z-index: 6;
  position: absolute;
  top: 9px;
  left: 50%;
  width: 34%;
  height: 25px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle at 78% 50%, #162743 0 3px, #050607 4px), #050607;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 1px 3px rgba(0, 0, 0, 0.75);
}

.video-frame::after {
  content: "";
  pointer-events: none;
  z-index: 6;
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 34%;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(245, 245, 242, 0.82);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
}

@media (max-width: 720px) {
  .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start;
    row-gap: 0 !important;
    overflow: visible;
  }

  .hero__copy {
    display: contents;
  }

  .hero__copy > .eyebrow {
    display: none;
  }

  .hero__service-title {
    order: 1;
    justify-self: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.36;
  }

  .hero__logo-ja {
    order: 2;
    justify-self: center;
    width: min(92%, 610px);
    margin: 24px auto 0;
  }

  .hero__visual {
    order: 3;
    justify-self: center;
    width: 100%;
    min-width: 0;
    margin-top: 32px;
  }

  .video-frame {
    width: min(88vw, 360px) !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16;
  }

  .video-frame video {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover;
  }

  .hero__lead {
    order: 4;
    width: min(100%, 520px);
    margin: 30px auto 0;
    text-align: center;
  }

  .hero__support {
    order: 5;
    width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero__copy .button-row {
    order: 6;
    width: min(100%, 520px);
    margin: 28px auto 0;
  }

  /* Show all seven cases without relying on lazy loading or horizontal scroll. */
  .works-track {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 52px;
    overflow: visible;
    padding-right: 20px;
    scroll-snap-type: none;
  }

  .work-card {
    width: 100%;
    min-width: 0;
  }

  .work-card__image {
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* Scroll motion: restrained, one-time reveals with progressive enhancement. */
.opening-message__line {
  display: block;
  white-space: nowrap;
}

.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 1s ease, transform 1s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--motion-delay, 0s);
  will-change: opacity, transform;
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.motion-ready .voice-philosophy__visual.motion-image img {
  filter: brightness(.38) contrast(1.08);
  transform: scale(1);
  transition: filter 1.4s ease, transform 2.2s cubic-bezier(.22, 1, .36, 1);
}

.motion-ready .voice-philosophy__visual.motion-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .82;
  background: radial-gradient(circle at 58% 22%, rgba(54, 103, 145, .18), rgba(2, 3, 4, .92) 58%);
  transition: opacity 1.5s ease, background 1.5s ease;
}

.motion-ready .voice-philosophy__visual.motion-image.is-visible img {
  filter: brightness(1) contrast(1.02);
  transform: scale(1.03);
}

.motion-ready .voice-philosophy__visual.motion-image.is-visible::after {
  opacity: .2;
  background: radial-gradient(circle at 58% 22%, rgba(112, 183, 238, .2), rgba(2, 3, 4, .2) 65%);
}

.motion-ready .motion-line-reveal {
  position: relative;
  border-bottom-color: transparent;
}

.motion-ready .motion-line-reveal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.34));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--motion-delay, 0s);
}

.motion-ready .motion-line-reveal.is-visible::after {
  transform: scaleX(1);
}

.problem__item {
  transition: color .35s ease, border-color .35s ease, background-color .35s ease;
}

.problem__item:hover {
  color: #fff;
  background: rgba(255,255,255,.018);
}

.motion-ready .motion-story-scene {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 1.1s ease, transform 1.1s cubic-bezier(.22, 1, .36, 1), filter .9s ease;
}

.motion-ready .motion-story-scene.has-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .motion-story-scene.is-story-past {
  opacity: .62;
  filter: saturate(.8);
}

.motion-ready .motion-story-scene.is-story-current {
  opacity: 1;
  filter: none;
}

.motion-ready .pricing-plan__price {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: opacity .9s ease .34s, transform .9s cubic-bezier(.22, 1, .36, 1) .34s;
}

.motion-ready .pricing-plan.is-visible .pricing-plan__price {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contact .submit-button {
  position: relative;
  overflow: hidden;
}

.contact .submit-button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.3) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .75s ease;
}

.contact .submit-button:hover::after {
  transform: translateX(120%);
}

@media (max-width: 720px) {
  .opening-message__line {
    white-space: normal;
  }

  .motion-ready .motion-reveal,
  .motion-ready .motion-story-scene {
    transform: translate3d(0, 16px, 0);
    transition-duration: .8s;
  }

  .motion-ready .motion-reveal.is-visible,
  .motion-ready .motion-story-scene.has-revealed {
    transform: translate3d(0, 0, 0);
  }

  .motion-ready .voice-philosophy__visual.motion-image.is-visible img {
    transform: scale(1.015);
  }

  .motion-ready .motion-story-scene.is-story-past {
    opacity: .78;
  }
}

.profile__roles i {
  color: inherit;
  font-style: normal;
}

.profile__roles a {
  width: max-content;
  max-width: 100%;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color .25s ease, opacity .25s ease;
}

.profile__roles a:hover,
.profile__roles a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.emorear__copy h2 {
  font-size: clamp(28px, 3vw, 48px);
  white-space: nowrap;
}

/* Refined sequence numbers for pricing and strengths. */
.pricing-plan small,
.strength-item span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.58);
}

.pricing-plan small::after,
.strength-item span::after {
  content: "";
  width: 24px;
  height: 1px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.24);
}

@media (max-width: 720px) {
  /* The same lead copy moves above the service title; it is not duplicated. */
  .hero__lead {
    order: 0;
    width: min(100%, 520px);
    margin: 4px auto 30px;
    text-align: center;
    line-height: 1.9;
  }

  .hero__lead span {
    display: block;
  }

  .profile__roles > strong {
    order: 0;
  }

  .profile__roles > span:nth-of-type(1) {
    order: 1;
  }

  .profile__roles > span:nth-of-type(3) {
    order: 2;
  }

  .profile__roles > span:nth-of-type(2) {
    order: 3;
  }

  .emorear__copy h2 {
    font-size: clamp(24px, 7vw, 34px);
  }
}

/* Primary contact CTA: readable, restrained and unmistakably actionable. */
.contact .submit-button {
  width: 100%;
  min-height: 58px;
  height: 58px;
  padding: 0 28px;
  border: 1px solid #f4f4f2;
  border-radius: 0;
  background: #f5f5f3;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: background-color .32s ease, color .32s ease, border-color .32s ease, transform .25s ease, box-shadow .32s ease;
}

.contact .submit-button > span:not([aria-hidden]) {
  color: inherit;
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .03em;
}

.contact .submit-button > span[aria-hidden="true"] {
  flex: 0 0 auto;
  color: inherit;
  font-size: 20px;
  line-height: 1;
  transition: transform .32s ease;
}

.contact .submit-button:hover {
  border-color: #fff;
  background: #080808;
  color: #fff;
  box-shadow: 0 12px 34px rgba(255, 255, 255, 0.08);
}

.contact .submit-button:hover > span[aria-hidden="true"] {
  transform: translate(6px, -3px);
}

.contact .submit-button:active {
  transform: scale(.985);
}

.contact .submit-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.contact .submit-button:disabled {
  cursor: wait;
  opacity: .68;
}

.contact .submit-button::after {
  display: none;
}

.contact-form__note {
  margin: 22px 0 0;
  color: #8c8c89;
  font-size: 13px;
  line-height: 1.9;
}

@media (max-width: 720px) {
  .contact .submit-button {
    width: 100%;
    min-height: 64px;
    height: 64px;
    padding: 0 28px;
  }

  .contact .submit-button > span:not([aria-hidden]) {
    font-size: 18px;
    font-weight: 600;
  }

  .contact-form__note {
    margin-top: 22px;
    padding: 0 2px;
    font-size: 13px;
  }
}

/* Quiet identity plates for services and pricing plans. */
.identity-plate,
.pricing-plan small.identity-plate,
.service-card > small.identity-plate {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.72);
  font-family: Inter, sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.identity-plate::after,
.pricing-plan small.identity-plate::after,
.service-card > small.identity-plate::after {
  display: none;
}

.identity-plate > span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
}

.identity-plate > em {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1em;
}

.service-card {
  grid-template-columns: max-content minmax(0, 1fr) auto;
  gap: 28px;
}

.pricing-plan h3 {
  margin: 24px 0 18px;
  color: var(--white);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 400;
}

.pricing-plan > p:not(.pricing-plan__duration) {
  margin: 0;
  color: #c6c6c3;
  font-size: 14px;
  line-height: 2;
}

.pricing-plan .pricing-plan__duration {
  margin: 18px 0 0;
  color: #969693;
  font: 400 13px/1.7 Inter, "Noto Sans JP", sans-serif;
}

.pricing-plan__price {
  align-items: center;
  margin-top: 28px;
  padding-top: 18px;
}

.pricing-plan__price span {
  color: #797976;
  font-size: 11px;
}

.pricing-plan__price strong {
  color: #cfcfcb;
  font: 500 16px/1.4 Inter, "Noto Sans JP", sans-serif;
  letter-spacing: .02em;
}

@media (max-width: 720px) {
  .service-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .service-card > small.identity-plate,
  .service-card > div,
  .service-card .text-link {
    grid-column: 1;
  }

  .pricing-plan {
    padding-top: 34px;
    padding-bottom: 38px;
  }
}

/* Typography roles: emotional serif, informational sans, compact Inter labels. */
.origin-story__scene--opening h2,
.origin-story__scene--problem h3,
.origin-story__turn-copy h3,
.origin-story__scene--method p,
.origin-story__scene--closing h3,
.origin-story__scene--closing p,
.opening-message h2,
.voice-philosophy__copy h2,
.solution__statement h2,
.contact__intro h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: -.025em;
}

.origin-story__scene--opening h2 {
  font-weight: 300;
}

.origin-story__scene--closing h3 {
  font-weight: 400;
}

.problem__intro h2,
.use-cases > h2,
#services .section-heading h2,
.service-card h3,
.pricing-guide__heading h2,
.pricing-plan h3,
.works .section-heading h2,
.strengths > h2,
.profile__copy h2,
.media h2,
.emorear__copy h2,
.faq h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -.035em;
}

.problem__intro h2,
.pricing-guide__heading h2,
.works .section-heading h2,
.profile__copy h2,
.faq h2 {
  line-height: 1.35;
}

.service-card h3 {
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.4;
}

.use-cases .dark-card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.025em;
}

.pricing-plan h3 {
  font-size: clamp(28px, 2.2vw, 36px);
  font-weight: 700;
  line-height: 1.4;
}

.problem__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

.service-card p,
.service-card li,
.pricing-plan > p,
.work-card dd,
.profile__body,
.origin-story__scene p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.identity-plate,
.eyebrow,
.section-no {
  font-family: Inter, sans-serif;
}

.contact .submit-button > span:not([aria-hidden]) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

@media (max-width: 720px) {
  .service-card h3,
  .use-cases .dark-card h3,
  .pricing-plan h3 {
    font-size: clamp(24px, 7.3vw, 32px);
  }

  .origin-story__scene p {
    line-height: 1.95;
  }
}

/* Final two-family system: Japanese in Noto Sans JP, labels in Inter. */
body,
button,
input,
textarea,
select,
.section h2,
.section h3,
.mobile-menu a,
.hero__lead,
.solution__copy p,
.timeline h3,
.work-card h3,
.contact-panel h3,
.footer__top p,
.origin-story__scene p,
.origin-story__scene h2,
.origin-story__scene h3 {
  font-family: "Noto Sans JP", sans-serif;
}

.origin-story__scene--opening h2,
.origin-story__scene--problem h3,
.origin-story__turn-copy h3,
.origin-story__scene--method p,
.origin-story__scene--closing h3,
.origin-story__scene--closing p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: .01em;
}

.origin-story__scene--opening h2 {
  font-size: clamp(42px, 5vw, 84px);
}

.opening-message h2,
.voice-philosophy__copy h2,
.solution__statement h2,
.contact__intro h2 {
  font-size: clamp(38px, 4.5vw, 72px);
}

.origin-story__scene--problem h3,
.origin-story__turn-copy h3 {
  font-size: clamp(40px, 4.5vw, 72px);
}

.origin-story__scene--method p {
  font-size: clamp(40px, 4.2vw, 68px);
}

.origin-story__scene--closing h3 {
  font-size: clamp(48px, 5.2vw, 86px);
}

.origin-story__scene--closing p {
  font-size: clamp(36px, 4vw, 64px);
}

.problem__intro h2,
.use-cases > h2,
#services .section-heading h2,
.pricing-guide__heading h2,
.works .section-heading h2,
.strengths > h2,
.profile__copy h2,
.media h2,
.emorear__copy h2,
.faq h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .01em;
}

.service-card h3,
.use-cases .dark-card h3,
.pricing-plan h3,
.method-grid h3,
.reason-grid h3,
.timeline h3,
.emorear__copy h3,
.contact-panel h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
}

.work-card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: .01em;
}

.origin-story__scene:not(.origin-story__scene--method):not(.origin-story__scene--closing) p,
.profile__body,
.service-card p,
.service-card li,
.pricing-plan > p,
.work-card dd,
.solution__copy p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: .02em;
}

/* Contact form: accessible honeypot and readable recovery link. */
.contact-form__honey {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-message a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.origin-story__scene p {
  max-width: 40em;
}

.identity-plate,
.identity-plate > span,
.identity-plate > em,
.eyebrow,
.section-no {
  font-family: Inter, sans-serif;
}

.identity-plate > span {
  font-weight: 600;
  letter-spacing: .12em;
}

.identity-plate > em {
  font-weight: 500;
  letter-spacing: .14em;
}

.contact .submit-button > span:not([aria-hidden]) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .03em;
}

.motion-ready .motion-reveal {
  transform: translate3d(0, 16px, 0);
  transition-duration: .8s;
}

.motion-ready .motion-story-scene {
  transform: translate3d(0, 26px, 0);
  transition-duration: 1.05s;
}

@media (max-width: 720px) {
  .origin-story__scene--opening h2,
  .origin-story__scene--problem h3,
  .origin-story__turn-copy h3,
  .origin-story__scene--method p,
  .origin-story__scene--closing h3,
  .origin-story__scene--closing p,
  .opening-message h2,
  .voice-philosophy__copy h2,
  .solution__statement h2,
  .contact__intro h2 {
    font-size: clamp(30px, 8vw, 48px);
    line-height: 1.45;
    letter-spacing: .005em;
  }

  .problem__intro h2,
  .use-cases > h2,
  #services .section-heading h2,
  .pricing-guide__heading h2,
  .works .section-heading h2,
  .strengths > h2,
  .profile__copy h2,
  .media h2,
  .emorear__copy h2,
  .faq h2 {
    font-size: clamp(24px, 6vw, 35px);
    line-height: 1.5;
    letter-spacing: .005em;
  }

  .origin-story__scene p,
  .profile__body,
  .service-card p,
  .service-card li,
  .pricing-plan > p {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: .015em;
  }
}

.voice-philosophy__copy h2 span {
  display: block;
  white-space: nowrap;
}

.opening-message__mobile-break {
  display: none;
}

@media (max-width: 720px) {
  .opening-message {
    min-height: 76svh;
  }

  .opening-message h2 {
    font-size: clamp(27px, 7.4vw, 31px);
    line-height: 1.58;
    letter-spacing: .005em;
  }

  .opening-message__line {
    white-space: nowrap;
  }

  .opening-message__mobile-break {
    display: block;
  }

  .voice-philosophy__copy h2 {
    font-size: clamp(26px, 7vw, 38px);
    line-height: 1.55;
    letter-spacing: .005em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .motion-reveal,
  .motion-ready .motion-story-scene,
  .motion-ready .pricing-plan__price,
  .motion-ready .voice-philosophy__visual.motion-image img,
  .motion-ready .voice-philosophy__visual.motion-image::after,
  .motion-ready .motion-line-reveal::after,
  .contact .submit-button::after {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }

  .motion-ready .voice-philosophy__visual.motion-image::after {
    opacity: 0 !important;
  }

  .contact .submit-button::after {
    display: none !important;
  }
}

/* Quiet Instagram pathways: always available, secondary to the contact CTA. */
.header-tools {
  display: none;
}

.header-instagram {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .72) !important;
  background: transparent;
  border: 0;
  border-radius: 6px;
  transition: color .28s ease, opacity .28s ease, transform .28s ease;
}

.header-instagram svg,
.works-instagram svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-instagram:hover {
  color: #fff !important;
  transform: translateY(-1px) scale(1.03);
}

.header-instagram:active {
  transform: scale(.97);
}

.header-instagram:focus-visible,
.works-instagram a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .9);
  outline-offset: 3px;
}

.works-instagram {
  margin: 48px var(--pad) 0 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.works-instagram > p {
  margin: 0;
  color: #858585;
  font: 400 14px/1.8 "Noto Sans JP", sans-serif;
  letter-spacing: .02em;
}

.works-instagram a {
  position: relative;
  min-height: 44px;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .82);
  font: 600 16px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: .025em;
  white-space: nowrap;
  transition: color .32s ease;
}

.works-instagram a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(.22);
  transform-origin: left;
  opacity: .45;
  transition: transform .32s ease, opacity .32s ease;
}

.works-instagram a b {
  font: inherit;
  font-size: 15px;
  transition: transform .32s ease;
}

.works-instagram a:hover {
  color: #fff;
}

.works-instagram a:hover::after {
  transform: scaleX(1);
  opacity: .9;
}

.works-instagram a:hover b {
  transform: translate(5px, -5px);
}

@media (max-width: 1020px) {
  .header-tools {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
    z-index: 60;
  }

  .header-instagram--mobile {
    display: inline-flex;
  }
}

@media (max-width: 720px) {
  .brand-logo--en {
    width: min(54vw, 210px);
  }

  .works-instagram {
    margin: 36px 20px 0 0;
    padding-top: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .works-instagram > p {
    font-size: 13px;
  }

  .works-instagram a {
    min-height: 48px;
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .brand-logo--en {
    width: min(50vw, 170px);
  }
}

/* 2026-08-05 semantic scroll motion system. */
.opening-message { background:radial-gradient(circle at 50% 54%,rgba(255,255,255,.035),transparent 36%),linear-gradient(180deg,#050505,#080808); }
.origin-story { background:radial-gradient(circle at 18% 24%,rgba(255,255,255,.025),transparent 28%),radial-gradient(circle at 62% 66%,rgba(65,113,153,.025),transparent 32%),#050505; }
.pricing-guide { background:linear-gradient(180deg,rgba(255,255,255,.008),transparent 28%),#050505; }
.contact { background:radial-gradient(circle at 72% 72%,rgba(255,255,255,.025),transparent 28%); }

.motion-ready .reveal-line { transform:translate3d(0,20px,0); transition-duration:1s; }
.motion-ready .reveal-copy { transform:translate3d(0,16px,0); transition-duration:.82s; }
.motion-ready .reveal-cta { transform:translate3d(0,22px,0); transition-duration:.95s; }
.motion-ready .reveal-cta-note { transform:translate3d(0,10px,0); transition-duration:.72s; }
.motion-ready .motion-story-line { display:block; opacity:0; transform:translate3d(0,16px,0); transition:opacity .9s ease,transform .9s cubic-bezier(.22,1,.36,1); }
.motion-ready .motion-story-scene.has-revealed .motion-story-line { opacity:1; transform:none; }
.motion-ready .motion-story-scene.has-revealed .motion-story-line:nth-child(2) { transition-delay:.12s; }
.motion-ready .motion-story-scene.has-revealed .motion-story-line:nth-child(3) { transition-delay:.24s; }

.motion-ready .motion-problem-item { position:relative; border-bottom-color:transparent; }
.motion-ready .motion-problem-item::after { content:""; position:absolute; left:0; right:0; bottom:-1px; height:1px; background:linear-gradient(90deg,rgba(255,255,255,.32),rgba(255,255,255,.1)); transform:scaleX(0); transform-origin:left; transition:transform .72s cubic-bezier(.22,1,.36,1); transition-delay:calc(var(--motion-delay,0s) + .06s); }
.motion-ready .motion-problem-item>span,.motion-ready .motion-problem-item>p { opacity:0; transform:translate3d(0,12px,0); transition:opacity .75s ease,transform .75s cubic-bezier(.22,1,.36,1); }
.motion-ready .motion-problem-item>span { transition-delay:var(--motion-delay,0s); }
.motion-ready .motion-problem-item>p { transition-delay:calc(var(--motion-delay,0s) + .14s); }
.motion-ready .motion-problem-item.is-visible::after { transform:scaleX(1); }
.motion-ready .motion-problem-item.is-visible>span,.motion-ready .motion-problem-item.is-visible>p { opacity:1; transform:none; }

.motion-ready .motion-service { opacity:0; transition:opacity .86s ease,transform .86s cubic-bezier(.22,1,.36,1); transition-delay:var(--motion-delay,0s); }
.motion-ready .motion-service--left { transform:translate3d(-15px,0,0); }
.motion-ready .motion-service--up { transform:translate3d(0,18px,0); }
.motion-ready .motion-service--right { transform:translate3d(15px,0,0); }
.motion-ready .motion-service .identity-plate { border-color:transparent; transition:border-color .5s ease; }
.motion-ready .motion-service .identity-plate>*,.motion-ready .motion-service>div,.motion-ready .motion-service>.text-link { opacity:0; transform:translate3d(0,10px,0); transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1); }
.motion-ready .motion-service.is-visible { opacity:1; transform:none; }
.motion-ready .motion-service.is-visible .identity-plate { border-color:rgba(255,255,255,.24); }
.motion-ready .motion-service.is-visible .identity-plate>* { opacity:1; transform:none; transition-delay:.12s; }
.motion-ready .motion-service.is-visible>div { opacity:1; transform:none; transition-delay:.2s; }
.motion-ready .motion-service.is-visible>.text-link { opacity:1; transform:none; transition-delay:.28s; }

.motion-ready .motion-pricing>* { opacity:0; transform:translate3d(0,12px,0); transition:opacity .76s ease,transform .76s cubic-bezier(.22,1,.36,1); }
.motion-ready .motion-pricing.is-visible>* { opacity:1; transform:none; }
.motion-ready .motion-pricing.is-visible>:nth-child(1) { transition-delay:var(--motion-delay,0s); }
.motion-ready .motion-pricing.is-visible>:nth-child(2) { transition-delay:calc(var(--motion-delay,0s) + .06s); }
.motion-ready .motion-pricing.is-visible>:nth-child(3) { transition-delay:calc(var(--motion-delay,0s) + .1s); }
.motion-ready .motion-pricing.is-visible>:nth-child(4) { transition-delay:calc(var(--motion-delay,0s) + .14s); }
.motion-ready .motion-pricing.is-visible>:nth-child(5) { transition-delay:calc(var(--motion-delay,0s) + .2s); }

.motion-ready .motion-work { opacity:0; transform:translate3d(0,18px,0); transition:opacity .9s ease,transform .9s cubic-bezier(.22,1,.36,1); transition-delay:var(--motion-delay,0s); }
.motion-ready .motion-work .work-card__image::before { content:""; position:absolute; inset:0; z-index:3; pointer-events:none; background:#030303; opacity:.62; transition:opacity 1.05s ease; }
.motion-ready .motion-work .work-card__image img { transform:scale(1); transition:transform 1.2s cubic-bezier(.22,1,.36,1),filter .5s ease; }
.motion-ready .motion-work.is-visible { opacity:1; transform:none; }
.motion-ready .motion-work.is-visible .work-card__image::before { opacity:0; }
.motion-ready .motion-work.is-visible .work-card__image img { transform:scale(1.02); }
@media (hover:hover) { .motion-ready .motion-work.is-visible:hover .work-card__image img { transform:scale(1.035); } }

.motion-ready .motion-instagram { position:relative; opacity:0; transform:translate3d(0,12px,0); border-top-color:transparent; transition:opacity .76s ease,transform .76s cubic-bezier(.22,1,.36,1); }
.motion-ready .motion-instagram::before { content:""; position:absolute; top:-1px; left:0; right:0; height:1px; background:rgba(255,255,255,.16); transform:scaleX(0); transform-origin:left; transition:transform .72s cubic-bezier(.22,1,.36,1) .08s; }
.motion-ready .motion-instagram.is-visible { opacity:1; transform:none; }
.motion-ready .motion-instagram.is-visible::before { transform:scaleX(1); }

.contact .submit-button.motion-cta::after { display:block; background:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.9) 50%,transparent 58%); transform:translateX(-130%); transition:none; }
.motion-ready .contact .submit-button.motion-cta.is-visible::after { animation:motion-cta-sheen .85s ease .48s 1 both; }
@keyframes motion-cta-sheen { from { transform:translateX(-130%); } to { transform:translateX(130%); } }

@media (max-width:720px) {
  .motion-ready .reveal-line,.motion-ready .reveal-copy,.motion-ready .reveal-cta { transform:translate3d(0,12px,0); transition-duration:.72s; }
  .motion-ready .motion-service--left,.motion-ready .motion-service--up,.motion-ready .motion-service--right,.motion-ready .motion-work,.motion-ready .motion-instagram { transform:translate3d(0,11px,0); }
  .motion-ready .motion-work.is-visible .work-card__image img { transform:scale(1.012); }
  .motion-ready .motion-problem-item>span,.motion-ready .motion-problem-item>p { transform:translate3d(0,9px,0); transition-duration:.64s; }
}

@media (prefers-reduced-motion:reduce) {
  .motion-ready .motion-reveal,.motion-ready .motion-story-line,.motion-ready .motion-problem-item,.motion-ready .motion-problem-item>span,.motion-ready .motion-problem-item>p,.motion-ready .motion-service,.motion-ready .motion-service .identity-plate>*,.motion-ready .motion-service>div,.motion-ready .motion-service>.text-link,.motion-ready .motion-pricing>*,.motion-ready .motion-work,.motion-ready .motion-instagram,.motion-ready .motion-story-scene { opacity:1!important; transform:none!important; transition:none!important; animation:none!important; }
  .motion-ready .motion-problem-item::after,.motion-ready .motion-instagram::before { transform:scaleX(1)!important; transition:none!important; }
  .motion-ready .motion-work .work-card__image::before { opacity:0!important; transition:none!important; }
  .motion-ready .motion-work .work-card__image img,.motion-ready .voice-philosophy__visual.motion-image img { transform:none!important; filter:none!important; transition:none!important; }
  .contact .submit-button.motion-cta::after { display:none!important; animation:none!important; }
}

/* Footer identity: the creator remains primary; the company role is supporting information. */
.footer__identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__top .footer__identity-copy {
  margin: 22px 0 0;
  color: #d4d4d1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.75;
}

.footer__identity-copy strong {
  display: block;
  color: #f2f2ef;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}

.footer__identity-copy span {
  display: flex;
  flex-wrap: wrap;
  column-gap: .6em;
  color: #b8b8b5;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .02em;
}

.footer__identity-copy b,
.footer__identity-copy i {
  white-space: nowrap;
  font: inherit;
  font-style: normal;
}

@media (max-width: 720px) {
  .footer__top .footer__identity-copy {
    margin-top: 22px;
  }

  .footer__identity-copy span {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3px;
  }
}

/* Only the explanatory copy in the WHY IT WORKS section uses this weight override. */
.solution__copy p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}
