/*
 * ELE WORKS / Wishcraft final art direction
 * One visual system across top, Live2D, 3D and business pages.
 */

:root {
  --wish-night: #07152d;
  --wish-night-soft: #173353;
  --wish-paper: #fbf7ed;
  --wish-paper-deep: #efe5d4;
  --wish-ink: #14213a;
  --wish-wine: #7c2441;
  --wish-gold: #d2aa5c;
  --wish-gold-light: #f2d99a;
  --wish-teal: #5bc8c6;
  --wish-mustard: #dcb53e;
  --wish-line-dark: rgba(20, 33, 58, 0.28);
  --wish-line-light: rgba(242, 217, 154, 0.42);
  --wish-serif: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  --wish-sans: Inter, "Helvetica Neue", Arial, "Yu Gothic", sans-serif;
}

body.home-body,
body.l2d-body,
body.td-body,
body.biz-body {
  padding-right: 0 !important;
  background: var(--wish-paper) !important;
  color: var(--wish-ink) !important;
  font-family: var(--wish-sans) !important;
}

html {
  overflow-x: clip !important;
}

.ele-world-rail,
.l2d-side-index {
  display: none !important;
}

.sw-page-opening,
.l2d-opening {
  background: var(--wish-night) !important;
  color: var(--wish-paper) !important;
}

/* Shared floating navigation */
.sw-header,
.l2d-header {
  top: 18px !important;
  right: 22px !important;
  left: 22px !important;
  min-height: 62px !important;
  padding: 0 !important;
}

.sw-brand,
.l2d-brand {
  min-height: 58px !important;
  overflow: hidden !important;
  border: 1px solid rgba(242, 217, 154, 0.56) !important;
  border-radius: 4px !important;
  background: rgba(7, 21, 45, 0.94) !important;
  box-shadow: 0 10px 30px rgba(7, 21, 45, 0.18) !important;
  color: var(--wish-paper) !important;
}

.sw-brand-mark,
.l2d-brand-mark {
  width: 58px !important;
  border: 0 !important;
  border-right: 1px solid rgba(242, 217, 154, 0.34) !important;
  background: transparent !important;
}

.sw-brand-mark img,
.l2d-brand-mark img {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
}

.sw-brand-copy,
.l2d-brand-copy {
  padding: 7px 14px !important;
}

.sw-brand-copy strong,
.l2d-brand-copy strong {
  color: var(--wish-paper) !important;
  font-family: var(--wish-serif) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
}

.sw-brand-copy small,
.l2d-brand-copy small {
  color: var(--wish-gold-light) !important;
  font-size: .56rem !important;
}

.sw-nav,
.l2d-nav {
  justify-self: center !important;
  gap: 0 !important;
  overflow: hidden !important;
  padding: 4px !important;
  border: 1px solid rgba(7, 21, 45, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(251, 247, 237, 0.94) !important;
  box-shadow: 0 12px 32px rgba(7, 21, 45, 0.12) !important;
  backdrop-filter: blur(10px) !important;
}

.sw-nav a,
.l2d-nav a {
  min-width: auto !important;
  padding: 9px 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--wish-ink) !important;
  font-size: .7rem !important;
  font-weight: 800 !important;
}

.sw-nav a[aria-current="page"],
.l2d-nav a[aria-current="page"] {
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.sw-header-cta,
.l2d-header-cta {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center !important;
  border: 1px solid var(--wish-gold-light) !important;
  border-radius: 50% !important;
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
  box-shadow: 0 10px 30px rgba(7, 21, 45, 0.18) !important;
}

/* Shared immersive hero stage. The media is always contained and centered. */
.home-hero,
.l2d-hero,
.td-hero,
.biz-hero {
  position: relative !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  border: 0 !important;
  background-color: var(--wish-night) !important;
  background-image: url("assets/eleworks/live2d/backgrounds/bg-desktop.png") !important;
  background-position: center !important;
  background-size: cover !important;
  color: var(--wish-paper) !important;
}

.home-hero::before,
.l2d-hero::before,
.td-hero::before,
.biz-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: rgba(7, 21, 45, 0.36) !important;
  clip-path: none !important;
  color: transparent !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-text-stroke: 0 !important;
  pointer-events: none !important;
}

.home-hero::after,
.l2d-hero::after,
.td-hero::after,
.biz-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 3 !important;
  inset: 0 52% 0 0 !important;
  width: auto !important;
  border: 0 !important;
  background: rgba(7, 21, 45, 0.7) !important;
  clip-path: none !important;
  transform: none !important;
  pointer-events: none !important;
}

.home-hero-media,
.l2d-hero-art,
.td-hero-image,
.biz-hero-image {
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  animation: none !important;
  clip-path: none !important;
  transform: none !important;
}

.home-hero-video,
.l2d-hero-motion,
.td-hero-image,
.biz-hero-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
  animation: none !important;
  transform: none !important;
}

.l2d-hero-art-frame,
.l2d-hero-art-disc,
.l2d-hero-art-slash,
.l2d-hero-art-caption,
.l2d-hero-backtype,
.td-hero-backtype,
.biz-hero-backtype,
.home-hero .ele-orbit-word,
.td-hero .ele-orbit-word,
.biz-hero .ele-orbit-word {
  display: none !important;
}

.home-hero-inner,
.l2d-hero-inner,
.td-hero-inner,
.biz-hero-inner {
  position: relative !important;
  z-index: 6 !important;
  display: flex !important;
  width: min(1280px, calc(100% - 80px)) !important;
  min-height: 100svh !important;
  align-items: center !important;
  margin: 0 auto !important;
  padding: 120px 0 110px !important;
}

.home-hero-copy,
.l2d-hero-copy,
.td-hero-copy,
.biz-hero-copy {
  width: 45% !important;
  max-width: 610px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--wish-paper) !important;
}

.home-hero h1,
.l2d-hero h1,
.l2d-hero h1 em,
.td-hero h1,
.td-hero h1 em,
.biz-hero h1,
.biz-hero h1 em {
  margin: 12px 0 22px !important;
  color: var(--wish-paper) !important;
  font-family: var(--wish-serif) !important;
  font-size: 4.4rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  text-shadow: 0 4px 26px rgba(7, 21, 45, 0.48) !important;
}

.home-hero h1 > span,
.l2d-hero h1 > span,
.td-hero-title-label,
.biz-hero-title-label {
  display: block !important;
  margin-bottom: 14px !important;
  color: var(--wish-gold-light) !important;
  font-family: var(--wish-sans) !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

.home-hero-lead,
.l2d-hero-lead,
.td-hero-lead,
.biz-hero-lead {
  max-width: 570px !important;
  margin: 0 0 22px !important;
  color: rgba(251, 247, 237, 0.9) !important;
  font-size: .92rem !important;
  line-height: 1.9 !important;
}

.home-hero-meta,
.td-hero-meta,
.biz-hero-meta {
  gap: 0 !important;
  margin-top: 26px !important;
}

.home-hero-meta li,
.td-hero-meta li,
.biz-hero-meta li {
  padding: 7px 11px !important;
  border: 1px solid rgba(242, 217, 154, 0.46) !important;
  border-radius: 0 !important;
  background: rgba(7, 21, 45, 0.34) !important;
  color: var(--wish-paper) !important;
  font-size: .62rem !important;
}

.home-hero-switcher {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  top: auto !important;
  left: auto !important;
  z-index: 8 !important;
  right: 34px !important;
  bottom: 34px !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  gap: 4px !important;
  padding: 4px !important;
  border: 1px solid rgba(242, 217, 154, 0.5) !important;
  border-radius: 999px !important;
  background: rgba(7, 21, 45, 0.82) !important;
  box-shadow: none !important;
  transform: none !important;
}

.home-hero-switcher button {
  min-width: 92px !important;
  height: 38px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--wish-paper) !important;
}

.home-hero-switcher button.is-active {
  background: var(--wish-paper) !important;
  color: var(--wish-wine) !important;
}

.home-hero-caption {
  right: auto !important;
  bottom: 32px !important;
  left: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--wish-gold-light) !important;
}

/* No crop media rule across the site. */
.home-route-visual video,
.home-route-visual img,
.td-motion-frame video,
.biz-model-video-frame video,
.l2d-dialog-video video,
.l2d-activity-feature-media img,
.td-actual-media img,
.biz-showcase-media img {
  object-fit: contain !important;
  object-position: center center !important;
}

/* Home: intro scene and three distinct routes. */
.sw-proof,
.l2d-proof {
  border: 0 !important;
  border-block: 1px solid rgba(242, 217, 154, 0.34) !important;
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.home-services .sw-section-head {
  min-height: 76svh !important;
  padding: 120px 8vw !important;
  background: var(--wish-paper) !important;
}

.home-services .sw-section-head h2,
.home-method .sw-section-head h2,
.home-work .sw-section-head h2 {
  max-width: 820px !important;
  font-family: var(--wish-serif) !important;
  font-size: 4.8rem !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

.home-services .sw-section-head::after {
  right: 2vw !important;
  bottom: -4% !important;
  width: 46vw !important;
  height: 82% !important;
  background-position: right bottom !important;
  background-size: contain !important;
}

.home-services .sw-section-head > p {
  max-width: 430px !important;
  padding: 18px !important;
  border-left: 2px solid var(--wish-wine) !important;
  background: rgba(251, 247, 237, 0.88) !important;
}

.home-route {
  min-height: 680px !important;
  grid-template-columns: minmax(0, 56%) minmax(360px, 44%) !important;
  align-items: center !important;
  border-top: 1px solid var(--wish-line-dark) !important;
}

.home-route-visual {
  width: calc(100% - 6vw) !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  align-self: center !important;
  justify-self: center !important;
  overflow: hidden !important;
  border: 1px solid var(--wish-line-light) !important;
  background-color: var(--wish-night) !important;
  background-image: url("assets/eleworks/live2d/backgrounds/bg-desktop.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.home-route-visual video,
.home-route-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.home-route:hover .home-route-visual video,
.home-route:hover .home-route-visual img {
  transform: none !important;
}

.home-route-business .home-route-visual {
  background: var(--wish-paper-deep) !important;
}

.home-route-body {
  padding: 72px 7vw 72px 4vw !important;
}

.home-route:nth-child(even) .home-route-body {
  padding: 72px 4vw 72px 7vw !important;
}

.home-route h3 {
  font-family: var(--wish-serif) !important;
  font-size: 3.5rem !important;
  font-weight: 500 !important;
}

.home-route-number {
  top: 14px !important;
  right: 18px !important;
  font-size: 7.5rem !important;
}

.home-method,
.home-work,
.td-actual,
.td-specification,
.td-plans,
.td-process,
.td-faq,
.biz-usecases,
.biz-scope,
.biz-showcase,
.biz-deliverables,
.biz-plans,
.biz-process,
.biz-faq,
.l2d-activity,
.l2d-plans,
.l2d-promise,
.l2d-process,
.l2d-faq {
  background: var(--wish-paper) !important;
  color: var(--wish-ink) !important;
}

.home-method {
  background: var(--wish-gold) !important;
}

.home-method .sw-section-head,
.home-method .sw-section-head > p,
.home-method-grid,
.home-method-grid article {
  color: var(--wish-night) !important;
}

.home-method .sw-section-head > p {
  color: rgba(7, 21, 45, .78) !important;
}

.home-method-grid {
  border-color: rgba(7, 21, 45, .58) !important;
}

.home-method-grid article {
  border-color: rgba(7, 21, 45, .42) !important;
}

.home-method-grid span {
  color: var(--wish-wine) !important;
  opacity: .82 !important;
  -webkit-text-stroke: 0 !important;
}

.home-method-grid h3 {
  color: var(--wish-night) !important;
}

.home-method-grid p {
  color: rgba(7, 21, 45, .78) !important;
}

.home-work {
  background: var(--wish-paper-deep) !important;
}

/* Shared chapter typography and low-card layout. */
.sw-section-head h2,
.l2d-section-heading h2 {
  font-family: var(--wish-serif) !important;
  font-size: 3.8rem !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
}

.sw-kicker,
.l2d-eyebrow,
.home-route-type,
.l2d-case-label {
  color: var(--wish-wine) !important;
  font-family: var(--wish-sans) !important;
  font-size: .68rem !important;
  font-weight: 850 !important;
}

.td-motion,
.biz-model-videos,
.l2d-motion {
  background-color: var(--wish-night) !important;
  background-image: url("assets/eleworks/live2d/backgrounds/bg-desktop.png") !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: cover !important;
  color: var(--wish-paper) !important;
}

.td-capabilities,
.biz-scope,
.l2d-paths {
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.l2d-paths::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 76px !important;
  right: auto !important;
  bottom: auto !important;
  left: 6vw !important;
  display: block !important;
  width: 38vw !important;
  height: 590px !important;
  background: url("assets/eleworks/live2d/cutins/female-smile-alpha.png") center bottom / contain no-repeat !important;
  pointer-events: none !important;
}

.l2d-paths .l2d-container {
  position: relative !important;
  z-index: 1 !important;
}

.l2d-status,
.l2d-hero .l2d-eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
  padding: 0 0 6px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(242, 217, 154, 0.56) !important;
  background: transparent !important;
  color: var(--wish-gold-light) !important;
  box-shadow: none !important;
  transform: none !important;
}

.l2d-status span {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: var(--wish-wine) !important;
}

.l2d-hero-price {
  position: static !important;
  display: flex !important;
  width: fit-content !important;
  height: auto !important;
  aspect-ratio: auto !important;
  align-items: baseline !important;
  gap: 12px !important;
  margin: 24px 0 0 !important;
  padding: 12px 0 !important;
  border: 0 !important;
  border-block: 1px solid rgba(242, 217, 154, 0.46) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--wish-paper) !important;
  transform: none !important;
}

.l2d-hero-price::before {
  display: none !important;
}

.l2d-hero-price span,
.l2d-hero-price small {
  color: rgba(251, 247, 237, 0.74) !important;
  font-size: .62rem !important;
}

.l2d-hero-price strong {
  color: var(--wish-gold-light) !important;
  font-size: 1.8rem !important;
}

.l2d-hero-scroll {
  right: 24px !important;
  bottom: 24px !important;
  display: grid !important;
  width: 66px !important;
  height: 66px !important;
  place-items: center !important;
  border: 1px solid var(--wish-gold-light) !important;
  border-radius: 50% !important;
  background: var(--wish-wine) !important;
  box-shadow: 0 10px 28px rgba(7, 21, 45, 0.22) !important;
  color: var(--wish-paper) !important;
}

.l2d-hero-scroll span {
  color: var(--wish-paper) !important;
  font-size: .5rem !important;
}

.l2d-hero-vertical {
  display: none !important;
}

.l2d-header-cta {
  min-width: 58px !important;
  max-width: 58px !important;
  padding: 0 !important;
  transform: none !important;
}

.l2d-header-cta span {
  display: none !important;
}

.l2d-path-grid article:last-child {
  padding-right: 40px !important;
}

.l2d-path-art {
  top: auto !important;
  right: 1% !important;
  bottom: 0 !important;
  width: 48% !important;
  height: 94% !important;
  border: 0 !important;
  object-fit: contain !important;
  object-position: right bottom !important;
}

.l2d-path-grid article > div {
  max-width: 100% !important;
}

.l2d-active {
  background: var(--wish-mustard) !important;
  color: var(--wish-night) !important;
}

.l2d-active-art img {
  object-fit: contain !important;
  object-position: bottom center !important;
}

.td-motion-frame,
.biz-model-video-frame,
.l2d-video-trigger,
.l2d-activity-video-card .l2d-video-trigger {
  overflow: hidden !important;
  aspect-ratio: 16 / 9 !important;
  border: 1px solid var(--wish-line-light) !important;
  border-radius: 0 !important;
  background: var(--wish-night) !important;
}

.td-motion-frame video,
.biz-model-video-frame iframe,
.l2d-video-trigger img,
.l2d-activity-video-card .l2d-video-trigger img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.td-actual-media,
.biz-showcase-media,
.l2d-activity-feature-media {
  background-color: var(--wish-night) !important;
  background-image: url("assets/eleworks/live2d/backgrounds/bg-desktop.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.td-actual-media img,
.biz-showcase-media img,
.l2d-activity-feature-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.l2d-case,
.l2d-activity-video-card,
.td-motion-card,
.biz-model-video-card,
.td-plan,
.biz-plan,
.l2d-plan {
  border-radius: 0 !important;
}

/* The quote area is the wish observatory on every page. */
.sw-contact,
.l2d-estimate {
  background-color: var(--wish-night) !important;
  background-image: url("assets/eleworks/live2d/backgrounds/bg-desktop.png") !important;
  background-position: center !important;
  background-size: cover !important;
  color: var(--wish-paper) !important;
}

.sw-contact-copy h2,
.l2d-estimate-copy h2 {
  color: var(--wish-paper) !important;
  font-family: var(--wish-serif) !important;
  font-size: 3.8rem !important;
  font-weight: 500 !important;
}

.sw-contact-form,
.l2d-estimate-form {
  border: 1px solid var(--wish-line-light) !important;
  border-radius: 4px !important;
  background: rgba(251, 247, 237, 0.96) !important;
  color: var(--wish-ink) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22) !important;
}

.sw-button,
.l2d-btn {
  border-radius: 2px !important;
}

@media (max-width: 1100px) {
  .home-hero h1,
  .l2d-hero h1,
  .l2d-hero h1 em,
  .td-hero h1,
  .td-hero h1 em,
  .biz-hero h1,
  .biz-hero h1 em {
    font-size: 3.6rem !important;
  }

  .home-services .sw-section-head h2,
  .home-method .sw-section-head h2,
  .home-work .sw-section-head h2 {
    font-size: 4rem !important;
  }

  .home-route h3 {
    font-size: 3rem !important;
  }
}

@media (max-width: 900px) {
  .sw-header,
  .l2d-header {
    top: 10px !important;
    right: 12px !important;
    left: 12px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .sw-nav,
  .l2d-nav {
    position: fixed !important;
    top: 78px !important;
    right: 12px !important;
    left: 12px !important;
    display: none !important;
    padding: 12px !important;
    border-radius: 4px !important;
    background: var(--wish-paper) !important;
  }

  body.nav-open .sw-nav,
  body.nav-open .l2d-nav,
  .sw-nav.is-open,
  .l2d-nav.is-open {
    display: grid !important;
  }

  .sw-menu-button,
  .l2d-menu-button {
    display: grid !important;
    width: 50px !important;
    height: 50px !important;
    place-items: center !important;
    border: 1px solid var(--wish-gold-light) !important;
    border-radius: 50% !important;
    background: var(--wish-night) !important;
    color: var(--wish-paper) !important;
  }

  .sw-header-cta,
  .l2d-header-cta {
    display: none !important;
  }

  .home-hero::after,
  .l2d-hero::after,
  .td-hero::after,
  .biz-hero::after {
    inset: 48% 0 0 !important;
    background: rgba(7, 21, 45, 0.82) !important;
  }

  .home-hero-inner,
  .l2d-hero-inner,
  .td-hero-inner,
  .biz-hero-inner {
    width: min(100% - 40px, 720px) !important;
    align-items: flex-end !important;
    padding: 52svh 0 86px !important;
  }

  .home-hero-copy,
  .l2d-hero-copy,
  .td-hero-copy,
  .biz-hero-copy {
    width: 100% !important;
    max-width: 680px !important;
  }

  .home-hero h1,
  .l2d-hero h1,
  .l2d-hero h1 em,
  .td-hero h1,
  .td-hero h1 em,
  .biz-hero h1,
  .biz-hero h1 em {
    font-size: 3rem !important;
  }

  .home-route {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
  }

  .home-route:nth-child(even) .home-route-visual {
    order: 0 !important;
  }

  .home-route-visual {
    width: calc(100% - 40px) !important;
    margin: 56px 20px 0 !important;
  }

  .home-route-body,
  .home-route:nth-child(even) .home-route-body {
    padding: 54px 32px 70px !important;
  }

  .home-services .sw-section-head {
    min-height: 680px !important;
    padding: 96px 28px 320px !important;
  }

  .home-services .sw-section-head::after {
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 48% !important;
    background-position: center bottom !important;
  }

  .home-services .sw-section-head h2,
  .home-method .sw-section-head h2,
  .home-work .sw-section-head h2,
  .sw-section-head h2,
  .l2d-section-heading h2,
  .sw-contact-copy h2,
  .l2d-estimate-copy h2 {
    font-size: 3rem !important;
  }
}

@media (max-width: 680px) {
  .sw-brand-copy,
  .l2d-brand-copy {
    display: none !important;
  }

  .sw-brand,
  .l2d-brand,
  .sw-brand-mark,
  .l2d-brand-mark {
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    border-radius: 50% !important;
  }

  .sw-brand-mark,
  .l2d-brand-mark {
    border-right: 0 !important;
  }

  .sw-brand-mark img,
  .l2d-brand-mark img {
    width: 40px !important;
    height: 40px !important;
  }

  .home-hero,
  .l2d-hero,
  .td-hero,
  .biz-hero {
    min-height: 920px !important;
    background-image: url("assets/eleworks/live2d/backgrounds/bg-mobile.png") !important;
  }

  .home-hero-media,
  .l2d-hero-art,
  .td-hero-image,
  .biz-hero-image {
    inset: 76px 0 auto !important;
    height: 43% !important;
  }

  .home-hero::after,
  .l2d-hero::after,
  .td-hero::after,
  .biz-hero::after {
    inset: 43% 0 0 !important;
  }

  .home-hero-inner,
  .l2d-hero-inner,
  .td-hero-inner,
  .biz-hero-inner {
    width: calc(100% - 32px) !important;
    min-height: 920px !important;
    padding: 440px 0 90px !important;
  }

  .home-hero h1,
  .l2d-hero h1,
  .l2d-hero h1 em,
  .td-hero h1,
  .td-hero h1 em,
  .biz-hero h1,
  .biz-hero h1 em {
    font-size: 2.45rem !important;
  }

  .home-hero-lead,
  .l2d-hero-lead,
  .td-hero-lead,
  .biz-hero-lead {
    font-size: .82rem !important;
  }

  .home-hero-switcher {
    right: 16px !important;
    bottom: 18px !important;
  }

  .home-hero-switcher button {
    min-width: 72px !important;
    padding: 0 8px !important;
  }

  .home-hero-caption {
    display: none !important;
  }

  .home-services .sw-section-head h2,
  .home-method .sw-section-head h2,
  .home-work .sw-section-head h2,
  .sw-section-head h2,
  .l2d-section-heading h2,
  .sw-contact-copy h2,
  .l2d-estimate-copy h2 {
    font-size: 2.45rem !important;
  }

  .home-route h3 {
    font-size: 2.4rem !important;
  }

  .home-route-number {
    font-size: 4.8rem !important;
  }

  .l2d-path-grid article {
    min-height: 520px !important;
    padding: 34px 24px !important;
  }

  .l2d-path-grid article > div {
    max-width: 100% !important;
    padding-bottom: 0 !important;
  }

  .l2d-paths::after {
    top: 220px !important;
    left: 4vw !important;
    width: 56vw !important;
    height: 360px !important;
    opacity: .82 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-video,
  .l2d-hero-motion,
  .td-hero-image,
  .biz-hero-image {
    animation: none !important;
  }
}

/* 2026-08-19o: Live2D chapters use one three-color system per block. */
:root {
  --anime-cyan: var(--wish-gold) !important;
  --ele-cyan: var(--wish-gold) !important;
  --cyan: var(--wish-gold) !important;
}

body.l2d-body :is(
  .l2d-motion,
  .l2d-activity,
  .l2d-promise,
  .l2d-process,
  .l2d-faq
) {
  background-color: var(--wish-paper) !important;
  color: var(--wish-night) !important;
}

body.l2d-body :is(
  .l2d-motion,
  .l2d-activity,
  .l2d-promise,
  .l2d-process,
  .l2d-faq
) :where(h1, h2, h3, h4, p, li, strong, small, span, label, summary, a) {
  color: inherit !important;
}

body.l2d-body :is(
  .l2d-motion,
  .l2d-activity,
  .l2d-promise,
  .l2d-process,
  .l2d-faq
) :is(.l2d-eyebrow, .l2d-case-label) {
  color: var(--wish-wine) !important;
}

body.l2d-body :is(
  .l2d-paths,
  .l2d-plans,
  .l2d-active,
  .l2d-estimate
) {
  background-color: var(--wish-night) !important;
  color: #fff !important;
}

body.l2d-body :is(
  .l2d-paths,
  .l2d-plans,
  .l2d-active,
  .l2d-estimate
) :where(h1, h2, h3, h4, p, li, strong, small, span, label, summary, a) {
  color: inherit !important;
}

body.l2d-body :is(
  .l2d-paths,
  .l2d-plans,
  .l2d-active,
  .l2d-estimate
) :is(.l2d-eyebrow, .l2d-case-label, .l2d-path-number) {
  color: var(--wish-gold-light) !important;
}

body.l2d-body .l2d-paths {
  background-image: none !important;
}

body.l2d-body .l2d-paths::before,
body.l2d-body .l2d-paths::after {
  opacity: .14 !important;
  filter: sepia(1) saturate(.7) !important;
}

body.l2d-body .l2d-path-grid article {
  border-color: rgba(242, 217, 154, .5) !important;
  background: transparent !important;
  color: #fff !important;
}

body.l2d-body .l2d-path-grid article :where(h3, p, a, span) {
  color: inherit !important;
}

body.l2d-body .l2d-path-grid article .l2d-case-label,
body.l2d-body .l2d-path-grid article > .l2d-path-number,
body.l2d-body .l2d-path-grid article a {
  color: var(--wish-gold-light) !important;
}

.l2d-path-cast {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: center;
  gap: clamp(20px, 4vw, 64px);
  margin: clamp(42px, 7vw, 92px) 0 0;
  padding: clamp(22px, 3.5vw, 48px);
  border: 1px solid rgba(242, 217, 154, .6);
  background: var(--wish-night);
  color: #fff;
}

.l2d-path-cast img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: center;
}

.l2d-path-cast figcaption {
  display: grid;
  gap: 12px;
  color: #fff;
}

.l2d-path-cast figcaption span {
  color: var(--wish-gold-light) !important;
  font-size: .68rem;
  font-weight: 800;
}

.l2d-path-cast figcaption strong {
  color: #fff !important;
  font-family: var(--wish-serif);
  font-size: clamp(1.45rem, 3vw, 2.7rem);
  line-height: 1.42;
}

body.l2d-body .l2d-motion :is(.l2d-case, .l2d-case-copy),
body.l2d-body .l2d-activity :is(
  .l2d-activity-outcomes article,
  .l2d-stream-kit-choices article,
  .l2d-activity-video-card > div
),
body.l2d-body .l2d-promise-grid article,
body.l2d-body .l2d-faq details {
  border-color: rgba(124, 36, 65, .26) !important;
  background: var(--wish-paper) !important;
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-stream-kit-choices.l2d-stream-kit-choices article,
body.l2d-body .l2d-stream-kit-choices.l2d-stream-kit-choices article :is(h3, h4, p, span, small, strong) {
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-case-featured.l2d-case-featured,
body.l2d-body .l2d-case-featured.l2d-case-featured .l2d-case-copy,
body.l2d-body .l2d-activity-feature-copy.l2d-activity-feature-copy,
body.l2d-body .l2d-stream-kit-cta {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-night) !important;
  color: #fff !important;
}

body.l2d-body :is(
  .l2d-case-featured.l2d-case-featured,
  .l2d-activity-feature-copy.l2d-activity-feature-copy,
  .l2d-stream-kit-cta
) :where(h3, h4, p, li, strong, small, span, a) {
  color: inherit !important;
}

body.l2d-body :is(
  .l2d-case-featured.l2d-case-featured,
  .l2d-activity-feature-copy.l2d-activity-feature-copy,
  .l2d-stream-kit-cta
) .l2d-case-label {
  color: var(--wish-gold-light) !important;
}

.l2d-promise-guide,
.l2d-process-guide {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 4vw, 58px);
  margin: clamp(40px, 7vw, 88px) 0 0;
  overflow: hidden;
}

.l2d-promise-guide {
  border: 1px solid rgba(124, 36, 65, .3);
  background: var(--wish-paper);
  color: var(--wish-night);
}

.l2d-process-guide {
  border: 1px solid var(--wish-gold-light);
  background: var(--wish-night);
  color: #fff;
}

.l2d-promise-guide img,
.l2d-process-guide img {
  display: block;
  width: 100%;
  height: clamp(310px, 42vw, 560px);
  object-fit: contain;
  object-position: center bottom;
}

.l2d-promise-guide figcaption,
.l2d-process-guide figcaption {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 56px);
}

.l2d-promise-guide figcaption span {
  color: var(--wish-wine) !important;
}

.l2d-process-guide figcaption span {
  color: var(--wish-gold-light) !important;
}

.l2d-promise-guide figcaption span,
.l2d-process-guide figcaption span {
  font-size: .68rem;
  font-weight: 800;
}

.l2d-promise-guide figcaption strong,
.l2d-process-guide figcaption strong {
  color: inherit !important;
  font-family: var(--wish-serif);
  font-size: clamp(1.35rem, 2.6vw, 2.45rem);
  line-height: 1.45;
}

.l2d-promise-guide figcaption p {
  color: inherit !important;
  line-height: 1.9;
}

body.l2d-body .l2d-active-art {
  display: grid !important;
  min-height: 520px !important;
  place-items: end center !important;
  overflow: visible !important;
}

body.l2d-body .l2d-active-art img {
  width: 100% !important;
  height: 500px !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

body.l2d-body .l2d-active-art span {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-estimate {
  background-image: linear-gradient(rgba(7, 21, 45, .88), rgba(7, 21, 45, .92)), url("assets/eleworks/approved/world/backgrounds/eleworks_site_final_cta_stargate_16x9.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.l2d-estimate-guide {
  display: grid;
  height: 300px;
  margin: 20px 0 -20px;
  place-items: end center;
  overflow: hidden;
}

.l2d-estimate-guide img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: contain;
  object-position: center bottom;
}

body.l2d-body .l2d-form {
  border-color: var(--wish-wine) !important;
  background: var(--wish-paper) !important;
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-form :where(h2, h3, h4, p, label, span, small, strong, a) {
  color: inherit !important;
}

body.l2d-body .l2d-form :is(input, select, textarea) {
  border-color: rgba(124, 36, 65, .34) !important;
  background: #fff !important;
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-form :is(.l2d-btn, button[type="submit"]) {
  border-color: var(--wish-wine) !important;
  background: var(--wish-wine) !important;
  color: #fff !important;
}

/* The play seal stays centered and keeps its position while hovering. */
body.l2d-body .l2d-video-trigger {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  cursor: pointer !important;
  touch-action: manipulation;
}

body.l2d-body .l2d-video-trigger .l2d-play {
  position: absolute !important;
  z-index: 4 !important;
  top: 50% !important;
  left: 50% !important;
  margin: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -50%) !important;
}

body.l2d-body .l2d-video-trigger:hover .l2d-play,
body.l2d-body .l2d-video-trigger:focus-visible .l2d-play,
body.l2d-body .l2d-video-trigger.is-playing .l2d-play {
  background: #fff !important;
  color: var(--wish-night) !important;
  transform: translate(-50%, -50%) !important;
}

body.l2d-body .l2d-video-trigger .l2d-play::before {
  border-style: dashed !important;
  border-width: 2px !important;
  animation-duration: 8s !important;
}

body.l2d-body .l2d-video-trigger:hover .l2d-play::before,
body.l2d-body .l2d-video-trigger:focus-visible .l2d-play::before,
body.l2d-body .l2d-video-trigger.is-playing .l2d-play::before {
  animation-duration: 2.8s !important;
}

body.l2d-body .l2d-video-trigger.is-playing::after {
  content: "PLAYING";
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border: 1px solid var(--wish-gold-light);
  background: var(--wish-night);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
}

body.l2d-body .l2d-video-dialog {
  width: min(92vw, 1120px) !important;
  max-width: 1120px !important;
  max-height: 92vh !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--wish-gold-light) !important;
  border-radius: 4px !important;
  background: var(--wish-night) !important;
  color: #fff !important;
}

body.l2d-body .l2d-video-dialog::backdrop {
  background: rgba(7, 21, 45, .88) !important;
  backdrop-filter: blur(8px);
}

.l2d-video-dialog-head {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 20px;
  border-bottom: 1px solid var(--wish-gold-light);
  background: var(--wish-night);
  color: #fff;
}

.l2d-video-dialog-head p {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 14px;
  margin: 0;
  color: #fff !important;
}

.l2d-video-dialog-head span {
  flex: none;
  color: var(--wish-gold-light) !important;
  font-size: .62rem;
  font-weight: 800;
}

.l2d-video-dialog-head strong {
  overflow: hidden;
  color: #fff !important;
  font-size: .85rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.l2d-body .l2d-video-close {
  position: static !important;
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  flex: none;
  place-items: center !important;
  border: 1px solid var(--wish-gold-light) !important;
  border-radius: 50% !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-video-close:hover,
body.l2d-body .l2d-video-close:focus-visible {
  background: #fff !important;
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-dialog-video {
  aspect-ratio: 16 / 9;
  background: var(--wish-night) !important;
}

body.l2d-body .l2d-dialog-video :is(video, iframe) {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

body.l2d-body .l2d-dialog-video :is(video, iframe)[hidden] {
  display: none !important;
}

@media (max-width: 820px) {
  .l2d-path-cast,
  .l2d-promise-guide,
  .l2d-process-guide {
    grid-template-columns: 1fr;
  }

  .l2d-path-cast img,
  .l2d-promise-guide img,
  .l2d-process-guide img {
    max-height: 440px;
  }

  .l2d-promise-guide figcaption,
  .l2d-process-guide figcaption {
    padding-top: 0;
  }

  body.l2d-body .l2d-active-art {
    min-height: 400px !important;
  }

  body.l2d-body .l2d-active-art img {
    height: 390px !important;
  }
}

@media (max-width: 560px) {
  .l2d-path-cast,
  .l2d-promise-guide,
  .l2d-process-guide {
    gap: 10px;
    margin-top: 36px;
  }

  .l2d-path-cast img,
  .l2d-promise-guide img,
  .l2d-process-guide img {
    height: auto;
    max-height: 360px;
  }

  .l2d-path-cast figcaption,
  .l2d-promise-guide figcaption,
  .l2d-process-guide figcaption {
    padding: 20px;
  }

  .l2d-estimate-guide {
    height: 250px;
  }

  .l2d-estimate-guide img {
    height: 240px;
  }

  .l2d-video-dialog-head p {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .l2d-video-dialog-head strong {
    max-width: 65vw;
  }
}

/* Layout integrity pass: remove inherited card tracks and legacy anime panels. */
.sw-header,
.l2d-header {
  z-index: 1100 !important;
}

.l2d-menu-button {
  display: none !important;
}

.home-services,
.home-services > .sw-container,
.home-route-grid {
  overflow: visible !important;
}

.home-services .sw-section-head {
  min-height: 0 !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr) !important;
  gap: clamp(44px, 7vw, 110px) !important;
  align-items: center !important;
  padding: clamp(96px, 9vw, 138px) clamp(34px, 7vw, 112px) !important;
  overflow: hidden !important;
}

.home-services .sw-section-head h2 {
  width: min(100%, 760px) !important;
  max-width: none !important;
  margin: 12px 0 0 !important;
  font-size: clamp(46px, 4.45vw, 66px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  text-wrap: balance !important;
}

.home-route h3 > span {
  display: block !important;
  white-space: nowrap !important;
}

.home-method .sw-section-head {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr) !important;
  gap: clamp(40px, 6vw, 92px) !important;
  align-items: end !important;
}

.home-method .sw-section-head h2 {
  width: min(100%, 900px) !important;
  max-width: 900px !important;
  font-size: clamp(46px, 5vw, 64px) !important;
  line-height: 1.18 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

.home-services .sw-section-head::after {
  right: 1.5vw !important;
  bottom: 0 !important;
  width: min(44vw, 650px) !important;
  height: 76% !important;
  background-position: right bottom !important;
}

.home-services .sw-section-head > p {
  max-width: 390px !important;
  margin: 0 !important;
}

.home-route {
  min-height: clamp(560px, 47vw, 650px) !important;
  grid-template-columns: minmax(0, 60%) minmax(360px, 40%) !important;
  grid-template-rows: minmax(0, 1fr) !important;
  grid-auto-rows: minmax(0, 1fr) !important;
  align-items: center !important;
  overflow: visible !important;
  translate: none !important;
}

.home-route:nth-child(even) {
  grid-template-columns: minmax(360px, 40%) minmax(0, 60%) !important;
}

.home-route:hover {
  translate: none !important;
  box-shadow: none !important;
}

.home-route-visual {
  width: calc(100% - clamp(40px, 6vw, 88px)) !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
  align-self: center !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

.home-route-visual video,
.home-route-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.home-route-body,
.home-route:nth-child(even) .home-route-body {
  align-self: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  justify-content: center !important;
  padding: clamp(54px, 6vw, 86px) clamp(34px, 5vw, 76px) !important;
  overflow: visible !important;
}

.home-route h3 {
  max-width: 100% !important;
  margin: 12px 0 24px !important;
  font-size: clamp(40px, 3.75vw, 58px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

.home-route-copy,
.home-route-price,
.home-route-link,
.home-concept-note {
  max-width: 100% !important;
  overflow: visible !important;
}

.home-route-number {
  line-height: 1 !important;
}

#services,
.home-route,
#motion,
#activity,
#plans,
#process,
#faq,
#estimate {
  scroll-margin-top: 100px !important;
}

/* Live2D uses one chapter system from hero to estimate. */
.l2d-section,
.l2d-active {
  position: relative !important;
  padding-top: clamp(96px, 9vw, 138px) !important;
  padding-bottom: clamp(96px, 9vw, 138px) !important;
  overflow: visible !important;
  border-top: 1px solid rgba(20, 33, 58, .18) !important;
}

.l2d-motion::before,
.l2d-activity::before {
  content: none !important;
  display: none !important;
}

.l2d-motion {
  background-color: var(--wish-night) !important;
  background-image: url("assets/eleworks/live2d/backgrounds/bg-desktop.png") !important;
  color: var(--wish-paper) !important;
}

.l2d-paths {
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.l2d-activity {
  background: var(--wish-paper) !important;
  color: var(--wish-ink) !important;
}

.l2d-plans {
  background: var(--wish-paper-deep) !important;
  color: var(--wish-ink) !important;
}

.l2d-promise {
  background: var(--wish-paper) !important;
  color: var(--wish-ink) !important;
}

.l2d-process {
  background: var(--wish-mustard) !important;
  color: var(--wish-night) !important;
}

.l2d-active {
  background-color: var(--wish-night) !important;
  background-image: url("assets/eleworks/live2d/backgrounds/bg-desktop.png") !important;
  background-position: center !important;
  background-size: cover !important;
  color: var(--wish-paper) !important;
}

.l2d-faq {
  background: var(--wish-paper-deep) !important;
  color: var(--wish-ink) !important;
}

.l2d-section > .l2d-container,
.l2d-active > .l2d-container {
  position: relative !important;
  z-index: 2 !important;
}

.l2d-section-heading {
  position: relative !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.l2d-section-heading-split {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) !important;
  gap: clamp(42px, 7vw, 104px) !important;
  align-items: end !important;
}

.l2d-section-heading:not(.l2d-section-heading-split) {
  display: block !important;
  width: min(100%, 860px) !important;
}

.l2d-section-heading h2,
.l2d-active h2 {
  max-width: 100% !important;
  margin: 12px 0 0 !important;
  font-size: clamp(42px, 4.45vw, 66px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

.l2d-section-heading::before {
  z-index: -1 !important;
  opacity: .6 !important;
  pointer-events: none !important;
}

.l2d-case-grid,
.l2d-activity-video-grid,
.l2d-plan-grid,
.l2d-promise-grid,
.l2d-process-list {
  position: relative !important;
  z-index: 2 !important;
}

.l2d-video-trigger,
.l2d-activity-video-card .l2d-video-trigger {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background: var(--wish-night) !important;
}

.l2d-video-trigger img,
.l2d-video-trigger iframe,
.l2d-video-trigger video,
.l2d-activity-video-card .l2d-video-trigger img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.l2d-paths .l2d-section-heading {
  width: min(58%, 760px) !important;
  min-height: 330px !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  padding-top: 30px !important;
}

.l2d-paths::before {
  background: none !important;
}

.l2d-paths::after {
  top: 62px !important;
  left: 4vw !important;
  width: min(38vw, 500px) !important;
  height: 460px !important;
  background-position: center bottom !important;
  opacity: 1 !important;
}

.l2d-path-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  border-color: rgba(242, 217, 154, .5) !important;
}

.l2d-path-grid article,
.l2d-path-grid article:last-child {
  min-height: 320px !important;
  padding: clamp(34px, 4vw, 58px) !important;
  border-color: rgba(242, 217, 154, .5) !important;
  color: var(--wish-paper) !important;
}

.l2d-path-grid article > div {
  max-width: 100% !important;
  padding-top: 56px !important;
}

.l2d-path-number,
.l2d-path-grid a,
.l2d-path-grid article p:not(.l2d-case-label) {
  color: var(--wish-paper) !important;
}

.l2d-path-grid a {
  text-decoration: underline !important;
  text-decoration-color: var(--wish-gold-light) !important;
  text-underline-offset: 7px !important;
}

.l2d-plan,
.l2d-plan-featured {
  min-width: 0 !important;
  overflow: visible !important;
  border-color: rgba(20, 33, 58, .26) !important;
  background: rgba(251, 247, 237, .72) !important;
  color: var(--wish-ink) !important;
  transform: none !important;
}

.l2d-plan-featured {
  border-color: var(--wish-gold) !important;
  background: var(--wish-night) !important;
  color: var(--wish-paper) !important;
}

.l2d-plan-featured li,
.l2d-plan-featured .l2d-plan-head span,
.l2d-plan-featured .l2d-plan-head > p:last-child {
  color: rgba(251, 247, 237, .78) !important;
}

.l2d-plan-badge {
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.l2d-plan::before {
  border: 1px solid var(--wish-gold) !important;
  background: var(--wish-night) !important;
  color: var(--wish-gold-light) !important;
  box-shadow: none !important;
}

.l2d-plan-featured::before {
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.l2d-plan-featured .l2d-plan-head strong {
  color: var(--wish-gold-light) !important;
}

.l2d-plan-cta,
.l2d-plan-cta-primary {
  border-color: var(--wish-wine) !important;
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.l2d-plan-featured .l2d-plan-cta {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

.l2d-scope-note {
  border: 1px solid rgba(20, 33, 58, .2) !important;
  border-left: 4px solid var(--wish-wine) !important;
  background: rgba(251, 247, 237, .76) !important;
  box-shadow: none !important;
}

.l2d-promise-grid article,
.l2d-process-list li {
  min-width: 0 !important;
  overflow: visible !important;
}

.l2d-process-list {
  border: 0 !important;
  border-top: 1px solid rgba(7, 21, 45, .42) !important;
  background: transparent !important;
}

.l2d-active-inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr) !important;
  min-height: 620px !important;
}

.l2d-active::before {
  content: none !important;
  display: none !important;
}

.l2d-active h2 {
  max-width: 720px !important;
  color: var(--wish-paper) !important;
  font-size: clamp(42px, 3.8vw, 56px) !important;
}

.l2d-active-inner > div > p:not(.l2d-eyebrow) {
  color: rgba(251, 247, 237, .8) !important;
}

.l2d-active-art {
  min-height: 540px !important;
  overflow: visible !important;
  border-color: rgba(242, 217, 154, .34) !important;
  background: transparent !important;
}

.l2d-active-art::before,
.l2d-active-art::after {
  content: none !important;
  display: none !important;
}

.l2d-active-art img {
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.l2d-active-art span {
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

@media (max-width: 1100px) {
  .home-services .sw-section-head h2,
  .l2d-section-heading h2,
  .l2d-active h2 {
    font-size: clamp(42px, 5.3vw, 58px) !important;
  }

  .home-route {
    grid-template-columns: minmax(0, 56%) minmax(340px, 44%) !important;
  }

  .home-route:nth-child(even) {
    grid-template-columns: minmax(340px, 44%) minmax(0, 56%) !important;
  }

  .home-route h3 {
    font-size: clamp(36px, 4vw, 48px) !important;
  }
}

@media (max-width: 900px) {
  .l2d-header {
    grid-template-columns: auto 1fr auto !important;
  }

  .l2d-menu-button {
    display: grid !important;
    grid-column: 3 !important;
  }

  .home-services .sw-section-head {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    padding: 88px 28px 330px !important;
  }

  .home-services .sw-section-head::after {
    right: 0 !important;
    width: 100% !important;
    height: 42% !important;
    background-position: center bottom !important;
  }

  .home-services .sw-section-head > p {
    max-width: 560px !important;
  }

  .home-route {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    grid-auto-rows: auto !important;
  }

  .home-route:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-route:nth-child(even) .home-route-visual {
    order: 0 !important;
  }

  .home-route-visual {
    width: calc(100% - 40px) !important;
    margin: 52px 20px 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  .home-route-body,
  .home-route:nth-child(even) .home-route-body {
    padding: 44px 30px 64px !important;
  }

  .l2d-section-heading-split {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .l2d-paths .l2d-section-heading {
    width: 58% !important;
    min-height: 330px !important;
    margin-left: 42% !important;
  }

  .l2d-paths::after {
    top: 80px !important;
    left: 1vw !important;
    width: 43vw !important;
    height: 390px !important;
  }

  .l2d-active-inner {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  .home-services .sw-section-head h2,
  .l2d-section-heading h2,
  .l2d-active h2 {
    font-size: 2.08rem !important;
    line-height: 1.22 !important;
  }

  .home-services .sw-section-head {
    padding: 84px 20px 280px !important;
  }

  .home-services .sw-section-head::after {
    height: 36% !important;
  }

  .home-route-visual {
    width: calc(100% - 32px) !important;
    margin: 38px 16px 0 !important;
  }

  .home-route-body,
  .home-route:nth-child(even) .home-route-body {
    padding: 36px 22px 54px !important;
  }

  .home-route h3 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }

  .home-route-number {
    font-size: 4rem !important;
  }

  .l2d-section,
  .l2d-active {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }

  .l2d-paths .l2d-section-heading {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 360px !important;
    padding: 0 !important;
  }

  .l2d-paths::after {
    top: 250px !important;
    left: 50% !important;
    width: 84vw !important;
    height: 360px !important;
    transform: translateX(-50%) !important;
  }

  .l2d-path-grid {
    grid-template-columns: 1fr !important;
  }

  .l2d-path-grid article,
  .l2d-path-grid article:last-child {
    min-height: 0 !important;
    padding: 32px 24px 38px !important;
    border-left: 0 !important;
  }

  .l2d-path-grid article + article {
    border-top: 1px solid rgba(242, 217, 154, .5) !important;
  }

  .l2d-path-grid article > div {
    padding-top: 48px !important;
  }

  .l2d-plan-featured {
    transform: none !important;
  }

  .l2d-active-art {
    min-height: 390px !important;
  }
}

/* Copy-safe constellation intro: text and character never share the same field. */
.home-services .sw-section-head {
  grid-template-columns: minmax(0, 56%) minmax(340px, 44%) !important;
  grid-template-rows: auto auto !important;
  column-gap: clamp(36px, 5vw, 78px) !important;
  row-gap: 28px !important;
  align-content: center !important;
}

.home-services .sw-section-head > div {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.home-services .sw-section-head > p {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: min(100%, 650px) !important;
  max-width: 650px !important;
  padding: 18px 22px !important;
  background: rgba(251, 247, 237, .96) !important;
}

.home-services .sw-section-head::after {
  right: 0 !important;
  width: 43% !important;
  height: 82% !important;
  background-position: center bottom !important;
  pointer-events: none !important;
}

/* Approved star courier replaces the retired vertical announcement artwork. */
.l2d-activity-visuals {
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr) !important;
  gap: clamp(24px, 3vw, 46px) !important;
  align-items: stretch !important;
}

.l2d-activity-visuals .l2d-activity-courier {
  display: grid !important;
  min-height: 440px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(242, 217, 154, .54) !important;
  background-color: var(--wish-night) !important;
  background-image:
    radial-gradient(circle at 72% 42%, rgba(194, 225, 216, .24), transparent 30%),
    url("assets/eleworks/live2d/backgrounds/bg-desktop.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.l2d-activity-visuals .l2d-activity-courier img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  padding: clamp(20px, 3vw, 42px) !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.l2d-activity-visuals > div {
  border: 1px solid rgba(20, 33, 58, .24) !important;
  background: var(--wish-paper-deep) !important;
  color: var(--wish-ink) !important;
  box-shadow: none !important;
}

.l2d-activity-visuals > div > p:not(.l2d-case-label) {
  color: rgba(20, 33, 58, .78) !important;
}

.l2d-activity-visuals a {
  border-color: var(--wish-wine) !important;
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  .home-services .sw-section-head {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    padding-bottom: 340px !important;
  }

  .home-services .sw-section-head > div,
  .home-services .sw-section-head > p {
    grid-column: 1 !important;
  }

  .home-services .sw-section-head::after {
    width: 100% !important;
    height: 38% !important;
    background-position: center bottom !important;
  }

  .l2d-activity-visuals {
    grid-template-columns: 1fr !important;
  }

  .home-method .sw-section-head {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
}

@media (max-width: 680px) {
  .home-services .sw-section-head {
    row-gap: 20px !important;
    padding-bottom: 285px !important;
  }

  .home-services .sw-section-head > p {
    padding: 16px 18px !important;
  }

  .home-services .sw-section-head::after {
    height: 34% !important;
  }

  .l2d-activity-visuals .l2d-activity-courier {
    min-height: 280px !important;
  }

  .home-route h3 > span {
    white-space: normal !important;
  }

  .home-method .sw-section-head h2 {
    font-size: 2.5rem !important;
  }
}

/* 2026-08-19: actual-work reel and activity-world expansion. */
.l2d-works-reel {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0 clamp(82px, 9vw, 132px);
  border-block: 1px solid rgba(242, 217, 154, .38);
  background:
    radial-gradient(circle at 12% 18%, rgba(91, 200, 198, .14), transparent 28%),
    radial-gradient(circle at 84% 76%, rgba(124, 36, 65, .22), transparent 32%),
    var(--wish-night);
  color: var(--wish-paper);
}

.l2d-works-reel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(242, 217, 154, .8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(91, 200, 198, .68) 0 1px, transparent 1.5px);
  background-position: 0 0, 43px 31px;
  background-size: 92px 92px, 137px 137px;
  opacity: .28;
}

.l2d-works-reel-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) auto;
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: 42px;
}

.l2d-works-reel-head h2 {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--wish-paper);
  font-family: var(--wish-serif);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.08;
}

.l2d-works-reel-head > p {
  max-width: 520px;
  margin: 0;
  color: rgba(251, 247, 237, .78);
  font-size: .9rem;
  line-height: 1.9;
}

.l2d-reel-toggle {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(242, 217, 154, .56);
  border-radius: 50%;
  background: rgba(251, 247, 237, .08);
  color: var(--wish-gold-light);
  cursor: pointer;
}

.l2d-reel-toggle:hover,
.l2d-reel-toggle:focus-visible {
  background: var(--wish-gold-light);
  color: var(--wish-night);
}

.l2d-reel-toggle svg {
  width: 19px;
  height: 19px;
}

.l2d-works-reel-window {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  contain: layout paint;
}

.l2d-works-reel-window::before,
.l2d-works-reel-window::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: min(9vw, 130px);
  pointer-events: none;
}

.l2d-works-reel-window::before {
  left: 0;
  background: linear-gradient(90deg, var(--wish-night), transparent);
}

.l2d-works-reel-window::after {
  right: 0;
  background: linear-gradient(-90deg, var(--wish-night), transparent);
}

.l2d-works-reel-track {
  display: flex;
  width: max-content;
  animation: l2d-works-flow 68s linear infinite;
  will-change: transform;
}

.l2d-works-reel-track:hover,
.l2d-works-reel-track:focus-within,
.l2d-works-reel-track.is-paused {
  animation-play-state: paused;
}

.l2d-works-reel-set {
  display: flex;
  flex: none;
  gap: 18px;
  padding-right: 18px;
}

.l2d-works-reel-set figure {
  position: relative;
  flex: 0 0 clamp(190px, 16vw, 246px);
  height: clamp(292px, 25vw, 374px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 217, 154, .44);
  border-radius: 6px;
  background: rgba(251, 247, 237, .96);
}

.l2d-works-reel-set img {
  display: block;
  width: 100%;
  height: calc(100% - 38px);
  padding: 10px;
  object-fit: contain;
  object-position: center;
}

.l2d-works-reel-set figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 38px;
  padding: 11px 12px 9px;
  border-top: 1px solid rgba(20, 33, 58, .16);
  background: var(--wish-paper-deep);
  color: var(--wish-ink);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
}

@keyframes l2d-works-flow {
  to { transform: translateX(-50%); }
}

.l2d-stream-kit {
  margin: clamp(64px, 8vw, 110px) 0;
  padding: clamp(42px, 6vw, 76px) 0 0;
  border-top: 1px solid rgba(20, 33, 58, .22);
}

.l2d-stream-kit-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 34px;
}

.l2d-stream-kit-head h3 {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--wish-ink);
  font-family: var(--wish-serif);
  font-size: clamp(2.2rem, 4.2vw, 4.6rem);
  font-weight: 500;
  line-height: 1.1;
}

.l2d-stream-kit-head > p {
  max-width: 530px;
  margin: 0;
  color: rgba(20, 33, 58, .76);
  line-height: 1.9;
  word-break: auto-phrase;
}

.l2d-stream-kit-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.l2d-stream-kit-item {
  grid-column: span 6;
  display: flex;
  min-width: 0;
  min-height: 330px;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 217, 154, .44);
  border-radius: 6px;
  background: rgba(7, 21, 45, .72);
}

.l2d-stream-kit-item-wide {
  grid-column: span 8;
}

.l2d-stream-kit-item-portrait {
  grid-column: span 4;
  min-height: 430px;
}

.l2d-stream-kit-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  padding: 10px;
  object-fit: contain;
  object-position: center;
}

.l2d-stream-kit-item figcaption {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.l2d-stream-emotes {
  display: flex;
  gap: clamp(10px, 2vw, 24px);
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 20px;
  border-block: 1px solid rgba(20, 33, 58, .18);
}

.l2d-stream-emotes img {
  width: clamp(72px, 8vw, 118px);
  height: clamp(72px, 8vw, 118px);
  object-fit: contain;
}

/* Reliable, readable 3D hero copy above the moving media. */
.td-hero-copy {
  overflow: visible !important;
}

.td-hero-copy > *,
.td-hero h1,
.td-hero h1 em,
.td-hero h1 strong {
  opacity: 1 !important;
  visibility: visible !important;
  clip: auto !important;
  clip-path: none !important;
}

.td-hero-copy > * {
  animation: none !important;
}

.td-hero h1 {
  display: block !important;
  width: min(100%, 720px) !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.td-hero h1 em {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 12px 0 22px !important;
  color: var(--wish-paper) !important;
  font-family: var(--wish-serif) !important;
  font-size: clamp(2.35rem, 3.65vw, 3.45rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  white-space: normal !important;
}

.td-hero h1 em > span,
.td-hero h1 em > strong {
  display: block !important;
  white-space: nowrap !important;
}

.biz-hero h1 em {
  display: block !important;
  width: 100% !important;
  font-size: clamp(2.4rem, 3.8vw, 3.5rem) !important;
  line-height: 1.1 !important;
}

.biz-hero h1 em > span,
.biz-hero h1 em > strong {
  display: block !important;
  white-space: nowrap !important;
}

.td-hero h1 strong {
  color: var(--wish-gold-light) !important;
  font: inherit !important;
}

.td-hero-status {
  padding: 7px 10px !important;
  border: 1px solid rgba(242, 217, 154, .5) !important;
  background: rgba(7, 21, 45, .88) !important;
  color: var(--wish-gold-light) !important;
}

.td-hero-eyebrow {
  width: fit-content !important;
  padding: 7px 11px !important;
  border: 1px solid var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

.td-hero-title-label {
  width: fit-content !important;
  margin-bottom: 10px !important;
  padding: 6px 10px !important;
  border-left: 2px solid var(--wish-wine) !important;
  background: rgba(7, 21, 45, .78) !important;
  color: var(--wish-paper) !important;
}

/* The decorative courier formerly reserved space inside the third method card. */
.home-method::after {
  content: none !important;
  display: none !important;
}

.home-method-grid article:last-child {
  padding-right: clamp(28px, 4vw, 62px) !important;
}

.home-method .sw-section-head {
  grid-template-columns: minmax(0, 1fr) !important;
}

.home-method .sw-section-head > *,
.home-method .sw-section-head > div {
  min-width: 0 !important;
}

.home-method #method-title span {
  display: block;
}

#works-reel-title,
#stream-kit-title,
h2[id],
h3[id] {
  scroll-margin-top: 124px !important;
}

@media (max-width: 900px) {
  .l2d-works-reel-head,
  .l2d-stream-kit-head {
    grid-template-columns: 1fr;
  }

  .l2d-reel-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .l2d-stream-kit-item,
  .l2d-stream-kit-item-wide {
    grid-column: span 8;
  }

  .l2d-stream-kit-item-portrait {
    grid-column: span 4;
  }
}

@media (max-width: 680px) {
  .l2d-works-reel-head {
    padding-right: 56px;
  }

  .l2d-works-reel-head h2 {
    font-size: 2.55rem;
    line-height: 1.14;
  }

  .l2d-works-reel-set {
    gap: 12px;
    padding-right: 12px;
  }

  .l2d-works-reel-set figure {
    flex-basis: 172px;
    height: 268px;
  }

  .l2d-stream-kit-head h3 {
    font-size: 1.88rem;
    line-height: 1.28;
  }

  .l2d-stream-kit-grid {
    grid-template-columns: 1fr;
  }

  .l2d-stream-kit-item,
  .l2d-stream-kit-item-wide,
  .l2d-stream-kit-item-portrait {
    grid-column: 1;
    min-height: 0;
  }

  .l2d-stream-kit-item img {
    height: auto;
    max-height: none;
  }

  .l2d-stream-emotes {
    flex-wrap: wrap;
  }

  .td-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
  }

  .td-hero h1 em {
    font-size: clamp(1.9rem, 8vw, 2.25rem) !important;
    line-height: 1.14 !important;
  }

  .td-hero h1 em > span,
  .td-hero h1 em > strong {
    white-space: nowrap !important;
  }

  .biz-hero h1 em {
    font-size: 1.9rem !important;
    line-height: 1.18 !important;
  }

  .biz-hero h1 em > span,
  .biz-hero h1 em > strong {
    white-space: nowrap !important;
  }

  .td-hero-status,
  .td-hero-eyebrow,
  .td-hero-title-label {
    max-width: 100% !important;
    white-space: normal !important;
  }

  .home-method .sw-section-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-method #method-title {
    width: 100% !important;
    font-size: 1.92rem !important;
    line-height: 1.3 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .sw-mobile-cta,
  .l2d-mobile-cta {
    position: fixed !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .l2d-works-reel-window {
    overflow-x: auto;
  }

  .l2d-works-reel-window::before,
  .l2d-works-reel-window::after {
    display: none;
  }

  .l2d-works-reel-track {
    animation: none;
  }
}

/* 2026-08-19: conversion, contrast and shared wishcraft controls. */
.sw-client-range {
  position: relative;
  z-index: 3;
  margin: 0;
  border-block: 1px solid rgba(242, 217, 154, .38);
  background: var(--wish-night);
  color: var(--wish-paper);
}

.sw-client-range-inner {
  display: grid;
  width: min(calc(100% - 48px), 1240px);
  min-height: 72px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: center;
  margin: 0 auto;
  padding: 14px 0;
}

.sw-client-range-label {
  color: var(--wish-gold-light);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.sw-client-range p {
  margin: 0;
  color: var(--wish-paper);
  font-size: .86rem;
  line-height: 1.7;
}

.sw-client-range p strong {
  color: var(--wish-gold-light);
}

/* White and gold use dark type; navy and vermilion use white type. */
.td-actual,
.td-specification,
.td-process,
.td-faq,
.l2d-activity,
.l2d-promise,
.l2d-faq {
  background: var(--wish-paper) !important;
  color: var(--wish-ink) !important;
}

.td-plans,
.l2d-process {
  background: var(--wish-gold) !important;
  color: var(--wish-night) !important;
}

.td-motion,
.l2d-motion,
.l2d-plans,
.l2d-estimate,
.sw-contact,
.sw-footer,
.l2d-footer {
  color: var(--wish-paper) !important;
}

.td-capabilities,
.l2d-paths,
.l2d-active {
  background-color: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.td-capabilities .sw-section-head h2,
.td-capabilities .sw-section-head > p,
.td-capabilities .td-capability-grid h3,
.td-capabilities .td-capability-grid p,
.l2d-paths .l2d-section-heading h2,
.l2d-paths .l2d-section-heading > p,
.l2d-active h2,
.l2d-active p,
.l2d-active .l2d-eyebrow {
  color: var(--wish-paper) !important;
}

.td-capabilities .sw-kicker,
.td-motion .sw-kicker,
.l2d-plans .l2d-eyebrow,
.l2d-active .l2d-eyebrow,
.l2d-estimate .l2d-eyebrow,
.sw-contact .sw-kicker {
  color: var(--wish-gold-light) !important;
}

.td-plans .sw-section-head h2,
.td-plans .sw-section-head > p,
.l2d-process .l2d-section-heading h2,
.l2d-process .l2d-section-heading > p,
.l2d-process .l2d-eyebrow {
  color: var(--wish-night) !important;
}

/* A magical control has a deliberate orbit instead of a generic shine. */
.celestial-control {
  position: relative !important;
  isolation: isolate;
}

.celestial-control-orbit {
  position: absolute;
  z-index: 3;
  inset: 4px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: scale(.86) rotate(-8deg);
  transition: opacity 180ms ease, transform 520ms cubic-bezier(.2, .8, .2, 1);
}

.celestial-control-orbit::before,
.celestial-control-orbit::after {
  content: "✦";
  position: absolute;
  color: currentColor;
  font-size: 10px;
  line-height: 1;
  text-shadow: 0 0 12px currentColor;
}

.celestial-control-orbit::before {
  top: -6px;
  right: 14%;
}

.celestial-control-orbit::after {
  bottom: -6px;
  left: 17%;
  font-size: 7px;
}

.celestial-control:hover .celestial-control-orbit,
.celestial-control:focus-visible .celestial-control-orbit,
.celestial-control.is-magic-cast .celestial-control-orbit {
  opacity: .72;
  transform: scale(1) rotate(0deg);
}

.celestial-control.is-magic-cast .celestial-control-orbit {
  animation: wish-control-cast 720ms ease-out both;
}

.celestial-control:focus-visible {
  outline: 2px solid var(--wish-gold-light) !important;
  outline-offset: 4px !important;
}

@keyframes wish-control-cast {
  0% { opacity: 0; transform: scale(.78) rotate(-14deg); }
  46% { opacity: 1; transform: scale(1.06) rotate(4deg); }
  100% { opacity: .58; transform: scale(1) rotate(0deg); }
}

.home-hero-switcher button .celestial-control-orbit {
  inset: 2px;
}

.home-hero-switcher button.is-active .celestial-control-orbit {
  opacity: .68;
}

/* One play language for every Live2D production video. */
.l2d-play,
.l2d-activity-video-card .l2d-play {
  position: absolute !important;
  z-index: 5 !important;
  top: 50% !important;
  left: 50% !important;
  display: grid !important;
  width: 68px !important;
  height: 68px !important;
  place-items: center !important;
  border: 1px solid var(--wish-gold-light) !important;
  border-radius: 50% !important;
  background: rgba(124, 36, 65, .94) !important;
  color: var(--wish-paper) !important;
  box-shadow: 0 0 0 8px rgba(7, 21, 45, .5), 0 12px 34px rgba(7, 21, 45, .34) !important;
  transform: translate(-50%, -50%) !important;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease !important;
}

.l2d-play::before {
  content: "";
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(242, 217, 154, .64);
  border-radius: 50%;
  clip-path: polygon(0 0, 42% 0, 42% 100%, 0 100%);
  transition: transform 520ms ease;
}

.l2d-play::after {
  content: "✦";
  position: absolute;
  top: -15px;
  right: -7px;
  color: var(--wish-gold-light);
  font-size: 12px;
  text-shadow: 0 0 14px var(--wish-gold-light);
}

.l2d-video-trigger:hover .l2d-play,
.l2d-video-trigger:focus-visible .l2d-play {
  background: var(--wish-night) !important;
  box-shadow: 0 0 0 9px rgba(124, 36, 65, .46), 0 14px 38px rgba(7, 21, 45, .42) !important;
  transform: translate(-50%, -50%) scale(1.06) !important;
}

.l2d-video-trigger:hover .l2d-play::before,
.l2d-video-trigger:focus-visible .l2d-play::before {
  transform: rotate(180deg);
}

.l2d-play svg {
  width: 24px !important;
  height: 24px !important;
  margin-left: 3px;
}

/* Live2D activity chapter: outcome first, then selectable production sets. */
.l2d-activity {
  position: relative;
  overflow: hidden;
}

.l2d-activity::after {
  content: "";
  position: absolute;
  top: 150px;
  right: -84px;
  width: 260px;
  height: 260px;
  background: url("assets/eleworks/approved/world/props/eleworks_asset_compass_badge_transparent.png") center / contain no-repeat;
  opacity: .09;
  pointer-events: none;
}

.l2d-activity-outcomes {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 46px 0 54px;
  border-block: 1px solid rgba(20, 33, 58, .28);
}

.l2d-activity-outcomes article {
  display: grid;
  min-width: 0;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 30px clamp(20px, 3vw, 38px);
  border-left: 1px solid rgba(20, 33, 58, .22);
}

.l2d-activity-outcomes article:first-child {
  border-left: 0;
}

.l2d-activity-outcomes article > span {
  color: var(--wish-wine);
  font-size: .66rem;
  font-weight: 900;
}

.l2d-activity-outcomes svg {
  width: 24px;
  height: 24px;
  color: var(--wish-wine);
}

.l2d-activity-outcomes h3 {
  margin: 0;
  color: var(--wish-ink);
  font-family: var(--wish-serif);
  font-size: 1.25rem;
  font-weight: 600;
}

.l2d-activity-outcomes p {
  margin: 9px 0 0;
  color: rgba(20, 33, 58, .78);
  font-size: .78rem;
  line-height: 1.75;
}

.l2d-activity-feature {
  border: 1px solid rgba(20, 33, 58, .24) !important;
  background: var(--wish-night) !important;
  box-shadow: none !important;
}

.l2d-activity-feature-copy {
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.l2d-activity-feature-copy h3,
.l2d-activity-feature-copy p,
.l2d-activity-feature-copy .l2d-case-label,
.l2d-activity-output-list span,
.l2d-activity-output-list strong,
.l2d-activity-output-list svg {
  color: var(--wish-paper) !important;
}

.l2d-activity-output-list li {
  border-color: rgba(251, 247, 237, .26) !important;
}

.l2d-activity-feature-copy .l2d-btn {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

.l2d-stream-kit {
  border-top: 1px solid rgba(20, 33, 58, .26) !important;
  color: var(--wish-ink);
}

.l2d-stream-kit-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 34px;
}

.l2d-stream-kit-choices article {
  min-width: 0;
  min-height: 220px;
  padding: clamp(25px, 3vw, 38px);
  border: 1px solid rgba(242, 217, 154, .48);
  border-radius: 6px;
}

.l2d-stream-kit-choices article:nth-child(1) {
  background: var(--wish-night);
  color: var(--wish-paper);
}

.l2d-stream-kit-choices article:nth-child(2) {
  background: var(--wish-wine);
  color: var(--wish-paper);
}

.l2d-stream-kit-choices article:nth-child(3) {
  background: var(--wish-gold);
  color: var(--wish-night);
}

.l2d-stream-kit-choices span {
  color: inherit;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  opacity: .78;
}

.l2d-stream-kit-choices h4 {
  margin: 32px 0 0;
  color: inherit;
  font-family: var(--wish-serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.l2d-stream-kit-choices p {
  margin: 12px 0 0;
  color: inherit;
  font-size: .8rem;
  line-height: 1.75;
  opacity: .9;
}

.l2d-stream-kit-choices small {
  display: block;
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid currentColor;
  color: inherit;
  font-size: .68rem;
  font-weight: 800;
  opacity: .78;
}

.l2d-stream-kit-item,
.l2d-stream-kit-item-wide,
.l2d-stream-kit-item-portrait {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  justify-content: stretch;
  border-color: rgba(20, 33, 58, .22);
  background: var(--wish-night);
}

.l2d-stream-kit-item img {
  min-height: 0;
}

.l2d-stream-kit-item figcaption {
  position: static;
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 13px 16px 15px;
  border-top: 1px solid rgba(20, 33, 58, .18);
  background: var(--wish-paper-deep);
  color: var(--wish-ink);
  opacity: 1;
  pointer-events: auto;
}

.l2d-stream-kit-item figcaption strong {
  font-size: .66rem;
  letter-spacing: .06em;
}

.l2d-stream-kit-item figcaption span {
  color: rgba(20, 33, 58, .76);
  font-size: .72rem;
  line-height: 1.5;
}

.l2d-stream-kit-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 26px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(242, 217, 154, .5);
  border-radius: 6px;
  background: var(--wish-night);
  color: var(--wish-paper);
}

.l2d-stream-kit-cta h4 {
  max-width: 780px;
  margin: 8px 0 0;
  color: var(--wish-paper);
  font-family: var(--wish-serif);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  font-weight: 500;
}

.l2d-stream-kit-cta p:not(.l2d-case-label) {
  margin: 10px 0 0;
  color: rgba(251, 247, 237, .78);
  font-size: .78rem;
  line-height: 1.7;
}

.l2d-stream-kit-cta .l2d-case-label {
  color: var(--wish-gold-light) !important;
}

.l2d-stream-kit-cta .l2d-btn {
  min-width: 240px;
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

.l2d-activity-video-card {
  overflow: hidden;
  border: 1px solid rgba(20, 33, 58, .22) !important;
  border-radius: 6px !important;
  background: var(--wish-paper-deep) !important;
  color: var(--wish-ink) !important;
  box-shadow: none !important;
}

.l2d-activity-video-card h3,
.l2d-activity-video-card p,
.l2d-activity-video-card small {
  color: var(--wish-ink) !important;
}

.l2d-activity-video-card small {
  display: block;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(20, 33, 58, .18);
  font-size: .68rem;
  font-weight: 750;
  line-height: 1.6;
}

/* Live2D lower chapters share the same celestial design language. */
.l2d-plans {
  position: relative;
  overflow: hidden;
  background-color: var(--wish-night) !important;
  background-image: radial-gradient(circle at 82% 20%, rgba(91, 200, 198, .16), transparent 24%), radial-gradient(circle at 8% 80%, rgba(124, 36, 65, .28), transparent 30%) !important;
}

.l2d-plans::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -70px;
  width: 240px;
  height: 240px;
  background: url("assets/eleworks/approved/world/props/eleworks_asset_compass_badge_transparent.png") center / contain no-repeat;
  opacity: .12;
  pointer-events: none;
}

.l2d-plans .l2d-section-heading h2,
.l2d-plans .l2d-section-heading > p {
  color: var(--wish-paper) !important;
}

.l2d-plan,
.l2d-plan-featured {
  border: 1px solid rgba(242, 217, 154, .48) !important;
  border-radius: 6px !important;
  background: var(--wish-paper) !important;
  color: var(--wish-ink) !important;
  box-shadow: none !important;
}

.l2d-plan-featured {
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.l2d-plan-featured h3,
.l2d-plan-featured li,
.l2d-plan-featured p,
.l2d-plan-featured span {
  color: var(--wish-paper) !important;
}

.l2d-plan-featured .l2d-plan-head strong {
  color: var(--wish-gold-light) !important;
}

.l2d-scope-note {
  border: 1px solid rgba(242, 217, 154, .48) !important;
  border-left: 4px solid var(--wish-gold-light) !important;
  background: var(--wish-paper) !important;
  color: var(--wish-ink) !important;
}

.l2d-promise-grid {
  border-block: 1px solid rgba(20, 33, 58, .24);
}

.l2d-promise-grid article {
  border-color: rgba(20, 33, 58, .2) !important;
  background: transparent !important;
}

.l2d-promise-grid svg {
  color: var(--wish-wine) !important;
}

.l2d-process-list li {
  border-color: rgba(7, 21, 45, .34) !important;
  background: transparent !important;
  color: var(--wish-night) !important;
}

.l2d-process-list li > span {
  color: var(--wish-wine) !important;
}

.l2d-process-list strong,
.l2d-process-list p {
  color: var(--wish-night) !important;
}

.l2d-active {
  background-color: var(--wish-wine) !important;
  background-image: radial-gradient(circle at 70% 20%, rgba(242, 217, 154, .14), transparent 26%), radial-gradient(circle at 15% 78%, rgba(91, 200, 198, .13), transparent 28%) !important;
}

.l2d-active-art {
  border-color: rgba(242, 217, 154, .42) !important;
}

.l2d-active-art span {
  background: var(--wish-night) !important;
  color: var(--wish-paper) !important;
}

.l2d-faq-list details {
  border-color: rgba(20, 33, 58, .24) !important;
}

.l2d-faq-list summary,
.l2d-faq-list details p {
  color: var(--wish-ink) !important;
}

.l2d-estimate {
  background-color: var(--wish-night) !important;
  background-image: linear-gradient(rgba(7, 21, 45, .75), rgba(7, 21, 45, .82)), url("assets/eleworks/approved/world/backgrounds/eleworks_site_final_cta_stargate_16x9.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.l2d-estimate-copy > p:not(.l2d-eyebrow),
.l2d-estimate-copy li,
.l2d-response-note,
.sw-contact-copy > p:not(.sw-kicker),
.sw-contact-points li {
  color: var(--wish-paper) !important;
}

.l2d-form,
.sw-contact .sw-form {
  border: 1px solid rgba(242, 217, 154, .54) !important;
  border-radius: 6px !important;
  background: rgba(251, 247, 237, .97) !important;
  color: var(--wish-ink) !important;
  box-shadow: 0 24px 76px rgba(0, 0, 0, .24) !important;
}

.l2d-form label,
.l2d-form small,
.l2d-form .l2d-consent span,
.sw-contact .sw-form label,
.sw-contact .sw-form .sw-consent span,
.sw-contact .sw-form-note {
  color: var(--wish-ink) !important;
}

.l2d-form input,
.l2d-form select,
.l2d-form textarea,
.sw-contact .sw-form input,
.sw-contact .sw-form select,
.sw-contact .sw-form textarea {
  border-color: rgba(20, 33, 58, .26) !important;
  background: #fff !important;
  color: var(--wish-ink) !important;
}

/* 3D page: replace the previous heavy boxes with the wishcraft system. */
.td-actual,
.td-capabilities,
.td-motion,
.td-specification,
.td-plans,
.td-process,
.td-faq {
  position: relative;
  overflow: hidden;
  padding-block: clamp(88px, 9vw, 132px) !important;
  border: 0 !important;
}

.td-actual::after,
.td-process::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 210px;
  background: url("assets/eleworks/approved/world/props/eleworks_asset_sealed_letter_transparent.png") center / contain no-repeat;
  opacity: .08;
  pointer-events: none;
}

.td-actual::after {
  top: 60px;
  right: -50px;
  transform: rotate(13deg);
}

.td-process::after {
  bottom: 18px;
  left: -52px;
  transform: rotate(-10deg);
}

.td-actual > .sw-container,
.td-capabilities > .sw-container,
.td-motion > .sw-container,
.td-specification > .sw-container,
.td-plans > .sw-container,
.td-process > .sw-container,
.td-faq > .sw-container {
  position: relative;
  z-index: 1;
}

.td-actual .sw-section-head h2,
.td-specification h2,
.td-plans .sw-section-head h2,
.td-process .sw-section-head h2,
.td-faq .sw-section-head h2 {
  color: var(--wish-ink) !important;
}

.td-actual .sw-section-head > p,
.td-spec-intro > p:not(.sw-kicker),
.td-plans .sw-section-head > p,
.td-process .sw-section-head > p,
.td-faq .sw-section-head > p {
  color: rgba(20, 33, 58, .78) !important;
}

.td-motion .sw-section-head h2,
.td-motion .sw-section-head > p,
.td-motion-copy h3,
.td-motion-copy p {
  color: var(--wish-paper) !important;
}

.td-actual-grid {
  gap: 18px !important;
}

.td-actual figure {
  overflow: hidden;
  border: 1px solid rgba(20, 33, 58, .22) !important;
  border-radius: 6px !important;
  background: var(--wish-paper-deep) !important;
  box-shadow: none !important;
}

.td-actual-media {
  border: 0 !important;
  border-bottom: 1px solid rgba(242, 217, 154, .4) !important;
}

.td-actual-tag {
  border: 1px solid rgba(242, 217, 154, .54) !important;
  background: var(--wish-night) !important;
  color: var(--wish-paper) !important;
}

.td-actual figcaption strong,
.td-actual figcaption span {
  color: var(--wish-ink) !important;
}

.td-capabilities {
  background-image: radial-gradient(circle at 86% 22%, rgba(242, 217, 154, .14), transparent 25%), radial-gradient(circle at 8% 82%, rgba(91, 200, 198, .13), transparent 26%) !important;
}

.td-capability-grid {
  border: 1px solid rgba(242, 217, 154, .48) !important;
  border-radius: 6px !important;
  background: rgba(7, 21, 45, .22) !important;
  box-shadow: none !important;
}

.td-capability-grid article {
  border-color: rgba(242, 217, 154, .34) !important;
  color: var(--wish-paper) !important;
}

.td-capability-grid svg {
  color: var(--wish-gold-light) !important;
}

.td-motion article {
  overflow: hidden;
  border: 1px solid rgba(242, 217, 154, .46) !important;
  border-radius: 6px !important;
  background: rgba(7, 21, 45, .88) !important;
}

.td-motion-frame {
  border: 0 !important;
  border-bottom: 1px solid rgba(242, 217, 154, .4) !important;
}

.td-motion-copy span {
  color: var(--wish-gold-light) !important;
}

.td-spec-visual {
  overflow: hidden;
  border: 1px solid rgba(20, 33, 58, .24) !important;
  border-radius: 6px !important;
}

.td-spec-visual img {
  object-fit: contain !important;
}

.td-spec-visual figcaption {
  border: 0 !important;
  border-top: 1px solid rgba(20, 33, 58, .2) !important;
  background: var(--wish-gold) !important;
  color: var(--wish-night) !important;
}

.td-spec-table {
  border-top: 1px solid rgba(20, 33, 58, .42) !important;
}

.td-spec-row {
  border-color: rgba(20, 33, 58, .22) !important;
}

.td-spec-row dt,
.td-spec-row dd {
  color: var(--wish-ink) !important;
}

.td-plans {
  background: var(--wish-gold) !important;
}

.td-plan {
  border: 1px solid rgba(20, 33, 58, .28) !important;
  border-radius: 6px !important;
  background: var(--wish-paper) !important;
  color: var(--wish-ink) !important;
  box-shadow: none !important;
}

.td-plan.is-featured {
  border-color: rgba(242, 217, 154, .58) !important;
  background: var(--wish-night) !important;
  color: var(--wish-paper) !important;
}

.td-plan-label {
  color: var(--wish-wine) !important;
}

.td-plan.is-featured .td-plan-label {
  color: var(--wish-gold-light) !important;
}

.td-plan .sw-button {
  border-color: var(--wish-wine) !important;
  background: var(--wish-wine) !important;
  color: var(--wish-paper) !important;
}

.td-plan.is-featured .sw-button {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

.td-plan-note,
.td-plan-note a {
  color: var(--wish-night) !important;
}

.td-process-board {
  overflow: hidden;
  border: 1px solid rgba(20, 33, 58, .26) !important;
  border-radius: 6px !important;
  background: var(--wish-night) !important;
  box-shadow: none !important;
}

.td-process-board img {
  object-fit: contain !important;
}

.td-process-board figcaption {
  border: 0 !important;
  border-left: 1px solid rgba(20, 33, 58, .24) !important;
  background: var(--wish-gold) !important;
  color: var(--wish-night) !important;
}

.td-process-board figcaption strong,
.td-process-board figcaption span {
  color: var(--wish-night) !important;
}

.td-process-grid {
  border: 0 !important;
  border-block: 1px solid rgba(20, 33, 58, .3) !important;
}

.td-process-grid article {
  border-color: rgba(20, 33, 58, .2) !important;
}

.td-process-grid span {
  color: var(--wish-wine) !important;
}

.td-process-grid h3,
.td-process-grid p {
  color: var(--wish-ink) !important;
}

.td-faq-list {
  border-top: 1px solid rgba(20, 33, 58, .4) !important;
}

.td-faq details {
  border-color: rgba(20, 33, 58, .24) !important;
}

.td-faq summary,
.td-faq details p {
  color: var(--wish-ink) !important;
}

@media (max-width: 900px) {
  .l2d-activity-outcomes,
  .l2d-stream-kit-choices {
    grid-template-columns: 1fr;
  }

  .l2d-activity-outcomes article {
    border-top: 1px solid rgba(20, 33, 58, .22);
    border-left: 0;
  }

  .l2d-activity-outcomes article:first-child {
    border-top: 0;
  }

  .l2d-stream-kit-cta {
    grid-template-columns: 1fr;
  }

  .l2d-stream-kit-cta .l2d-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .sw-client-range-inner {
    width: min(calc(100% - 36px), 1240px);
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 18px 0;
  }

  .l2d-activity-outcomes {
    margin-block: 34px 42px;
  }

  .l2d-activity-outcomes article {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 24px 0;
  }

  .l2d-activity-outcomes article > span {
    grid-column: 1;
  }

  .l2d-activity-outcomes article > svg {
    grid-column: 1;
    grid-row: 2;
  }

  .l2d-activity-outcomes article > div {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .l2d-stream-kit-choices article {
    min-height: 0;
  }

  .l2d-stream-kit-item figcaption {
    min-height: 62px;
  }

  .l2d-play,
  .l2d-activity-video-card .l2d-play {
    width: 58px !important;
    height: 58px !important;
  }

  .td-process-board figcaption {
    border-top: 1px solid rgba(20, 33, 58, .24) !important;
    border-left: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .celestial-control-orbit,
  .l2d-play::before {
    transition: none !important;
    animation: none !important;
  }
}

/* Final contrast rule: vermilion surfaces always use white typography. */
:is(
  .sw-proof.sw-proof,
  .l2d-proof.l2d-proof,
  .td-capabilities.td-capabilities,
  .biz-scope.biz-scope,
  .l2d-paths.l2d-paths,
  .l2d-active.l2d-active,
  .l2d-activity-feature-copy.l2d-activity-feature-copy,
  .l2d-plan-featured.l2d-plan-featured
) {
  color: #fff !important;
}

:is(
  .sw-proof.sw-proof,
  .l2d-proof.l2d-proof,
  .td-capabilities.td-capabilities,
  .biz-scope.biz-scope,
  .l2d-paths.l2d-paths,
  .l2d-active.l2d-active,
  .l2d-activity-feature-copy.l2d-activity-feature-copy,
  .l2d-plan-featured.l2d-plan-featured
) :is(h1, h2, h3, h4, p, li, dt, dd, span, small, strong, label, a:not(.sw-button):not(.l2d-btn)) {
  color: #fff !important;
}

.l2d-stream-kit-choices.l2d-stream-kit-choices article:nth-child(2),
.l2d-stream-kit-choices.l2d-stream-kit-choices article:nth-child(2) :is(h3, h4, p, span, small, strong) {
  color: #fff !important;
}

/* 2026-08-19n: one palette and one control language across every page. */
:root {
  --sw-accent: var(--wish-wine) !important;
  --sw-accent-2: var(--wish-gold) !important;
  --coral: var(--wish-wine) !important;
  --coral-2: #963552 !important;
  --yellow: var(--wish-gold) !important;
  --anime-yellow: var(--wish-gold) !important;
  --anime-pink: var(--wish-wine) !important;
  --ele-orange: var(--wish-gold) !important;
}

::selection {
  background: var(--wish-wine);
  color: #fff;
}

:focus-visible {
  outline: 3px solid var(--wish-gold-light) !important;
  outline-offset: 3px !important;
}

input,
select,
textarea {
  accent-color: var(--wish-wine) !important;
}

:is(
  .sw-button,
  .l2d-btn,
  .l2d-plan-cta,
  .sw-mobile-cta,
  .l2d-mobile-cta
) {
  min-height: 48px !important;
  border: 1px solid var(--wish-wine) !important;
  border-radius: 4px !important;
  background: var(--wish-wine) !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(7, 21, 45, .16) !important;
}

:is(
  .sw-button,
  .l2d-btn,
  .l2d-plan-cta,
  .sw-mobile-cta,
  .l2d-mobile-cta
) :is(span, strong, small, svg) {
  color: currentColor !important;
  stroke: currentColor !important;
}

:is(.sw-button-light, .l2d-btn-secondary) {
  border-color: var(--wish-gold) !important;
  background: var(--wish-paper) !important;
  color: var(--wish-night) !important;
}

:is(.sw-button-primary, .l2d-btn-primary) {
  border-color: var(--wish-wine) !important;
  background: var(--wish-wine) !important;
  color: #fff !important;
}

:is(
  .sw-button,
  .l2d-btn,
  .l2d-plan-cta,
  .sw-mobile-cta,
  .l2d-mobile-cta
):hover,
:is(
  .sw-button,
  .l2d-btn,
  .l2d-plan-cta,
  .sw-mobile-cta,
  .l2d-mobile-cta
):focus-visible {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-night) !important;
  color: #fff !important;
}

.l2d-plan-featured .l2d-plan-cta,
.td-plan.is-featured .sw-button {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

.l2d-plan-featured .l2d-plan-cta:hover,
.td-plan.is-featured .sw-button:hover {
  border-color: var(--wish-paper) !important;
  background: var(--wish-paper) !important;
  color: var(--wish-night) !important;
}

:is(.sw-header-cta, .l2d-header-cta) {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-wine) !important;
  color: #fff !important;
}

:is(.sw-header-cta, .l2d-header-cta):hover,
:is(.sw-header-cta, .l2d-header-cta):focus-visible {
  background: var(--wish-night) !important;
  color: #fff !important;
}

:is(.sw-menu-button, .l2d-menu-button) {
  border: 1px solid var(--wish-gold-light) !important;
  background: var(--wish-night) !important;
  color: #fff !important;
}

.home-hero-switcher button {
  border-color: rgba(242, 217, 154, .42) !important;
  background: rgba(7, 21, 45, .9) !important;
  color: #fff !important;
}

.home-hero-switcher button.is-active,
.home-hero-switcher button[aria-pressed="true"] {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-wine) !important;
  color: #fff !important;
}

.home-hero-switcher button :is(span, strong) {
  color: currentColor !important;
}

/* Unified star-seal controls for every custom video action. */
.l2d-play,
.l2d-activity-video-card .l2d-play,
.l2d-reel-toggle,
.celestial-video-toggle {
  display: grid !important;
  width: 64px !important;
  height: 64px !important;
  place-items: center !important;
  border: 1px solid var(--wish-gold-light) !important;
  border-radius: 50% !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
  box-shadow: 0 0 0 7px rgba(7, 21, 45, .62), 0 12px 30px rgba(7, 21, 45, .28) !important;
}

.l2d-play::before,
.celestial-video-toggle::before {
  content: "" !important;
  position: absolute !important;
  inset: -10px !important;
  border: 1px solid rgba(242, 217, 154, .72) !important;
  border-radius: 50% !important;
  opacity: .72 !important;
  transform: none !important;
  animation: celestial-play-orbit 8s linear infinite !important;
}

.l2d-play::after,
.celestial-video-toggle::after {
  content: "✦" !important;
  position: absolute !important;
  top: -11px !important;
  right: -7px !important;
  color: var(--wish-gold-light) !important;
  font-size: 13px !important;
  text-shadow: 0 0 12px rgba(242, 217, 154, .8) !important;
}

.l2d-play svg,
.l2d-reel-toggle svg,
.celestial-video-toggle svg {
  width: 22px !important;
  height: 22px !important;
  color: var(--wish-night) !important;
  fill: none !important;
  stroke: currentColor !important;
}

.l2d-play:hover,
.l2d-video-trigger:hover .l2d-play,
.l2d-video-trigger:focus-visible .l2d-play,
.l2d-reel-toggle:hover,
.celestial-video-toggle:hover {
  background: var(--wish-paper) !important;
  color: var(--wish-night) !important;
  transform: scale(1.04) !important;
}

.td-motion-frame {
  position: relative !important;
}

.celestial-video-toggle {
  position: absolute !important;
  z-index: 4 !important;
  right: 18px !important;
  bottom: 18px !important;
  width: 54px !important;
  height: 54px !important;
  cursor: pointer !important;
}

@keyframes celestial-play-orbit {
  to { transform: rotate(360deg); }
}

/* Live2D hero: the approved main duo stays fully visible inside a star-mail portal. */
body.l2d-body .l2d-hero {
  background-image: linear-gradient(90deg, rgba(7, 21, 45, .24), rgba(7, 21, 45, .08)), url("assets/eleworks/approved/world/backgrounds/eleworks_site_hero_celestial_postoffice_21x9.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

body.l2d-body .l2d-hero::before {
  background: linear-gradient(90deg, rgba(7, 21, 45, .9) 0 40%, rgba(7, 21, 45, .56) 52%, rgba(7, 21, 45, .12) 78%, rgba(7, 21, 45, .2) 100%) !important;
}

body.l2d-body .l2d-hero::after {
  inset: 0 56% 0 0 !important;
  background: rgba(7, 21, 45, .5) !important;
}

body.l2d-body .l2d-hero-art {
  z-index: 4 !important;
  inset: 50% clamp(26px, 3.5vw, 68px) auto auto !important;
  width: min(52vw, 820px) !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  overflow: visible !important;
  border: 1px solid rgba(242, 217, 154, .76) !important;
  border-radius: 6px !important;
  background: rgba(7, 21, 45, .88) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34), 0 0 0 9px rgba(7, 21, 45, .38), 0 0 46px rgba(242, 217, 154, .15) !important;
  transform: translateY(-46%) !important;
}

body.l2d-body .l2d-hero-art::before,
body.l2d-body .l2d-hero-art::after {
  content: "✦";
  position: absolute;
  z-index: 4;
  color: var(--wish-gold-light);
  font-size: 18px;
  text-shadow: 0 0 18px rgba(242, 217, 154, .9);
  pointer-events: none;
}

body.l2d-body .l2d-hero-art::before {
  top: -14px;
  left: 18%;
}

body.l2d-body .l2d-hero-art::after {
  right: 14%;
  bottom: -14px;
  font-size: 12px;
}

body.l2d-body .l2d-hero-motion {
  z-index: 1 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: var(--wish-night) !important;
}

.l2d-hero-prop {
  position: absolute;
  z-index: 5;
  display: block;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 14px 22px rgba(7, 21, 45, .34));
}

.l2d-hero-prop-lantern {
  top: -48px;
  left: -55px;
  width: clamp(82px, 9vw, 132px);
  animation: celestial-prop-float 6.8s ease-in-out infinite;
}

.l2d-hero-prop-letter {
  right: -38px;
  bottom: -56px;
  width: clamp(78px, 8vw, 118px);
  animation: celestial-prop-float 7.6s ease-in-out -2.2s infinite reverse;
}

@keyframes celestial-prop-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-3deg); }
  50% { transform: translate3d(0, -10px, 0) rotate(3deg); }
}

body.l2d-body .l2d-hero-copy {
  width: 43% !important;
  max-width: 560px !important;
}

/* Approved world backdrops are assigned to distinct chapters. */
.l2d-plans {
  background-color: var(--wish-night) !important;
  background-image: linear-gradient(rgba(7, 21, 45, .74), rgba(7, 21, 45, .82)), url("assets/eleworks/approved/world/backgrounds/eleworks_site_pricing_constellation_backdrop_16x9.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.l2d-promise {
  position: relative !important;
  background-color: var(--wish-paper) !important;
  background-image: linear-gradient(rgba(251, 247, 237, .86), rgba(251, 247, 237, .92)), url("assets/eleworks/approved/world/backgrounds/eleworks_site_testimonial_letters_backdrop_16x9.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.l2d-promise-grid article {
  border: 1px solid rgba(20, 33, 58, .2) !important;
  background: rgba(251, 247, 237, .9) !important;
  backdrop-filter: blur(5px);
}

.l2d-brand-world {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-block: 1px solid rgba(242, 217, 154, .46);
  background: var(--wish-night);
  color: #fff;
}

.l2d-brand-world figure {
  width: 100%;
  margin: 0;
}

.l2d-brand-world img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
  object-position: center;
  background: var(--wish-night);
}

.l2d-brand-world figcaption {
  display: flex;
  width: min(calc(100% - 48px), 1240px);
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 18px 0 22px;
  color: #fff;
}

.l2d-brand-world figcaption strong {
  color: var(--wish-gold-light);
  font-family: var(--wish-serif);
  font-size: 1rem;
}

.l2d-brand-world figcaption span {
  color: #fff;
  font-size: .78rem;
  line-height: 1.7;
}

/* A truthful daily cutoff creates urgency without inventing a slot count. */
.daily-deadline {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 24px 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(242, 217, 154, .72);
  border-radius: 6px;
  background: rgba(124, 36, 65, .95);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.daily-deadline__clock {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid var(--wish-gold-light);
  border-radius: 50%;
  color: var(--wish-gold-light);
  box-shadow: inset 0 0 0 5px rgba(7, 21, 45, .18);
}

.daily-deadline__clock svg {
  width: 25px;
  height: 25px;
}

.daily-deadline__head,
.daily-deadline__body > p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.daily-deadline__head strong,
.daily-deadline__head span,
.daily-deadline__body > p,
.daily-deadline__body > p span,
.daily-deadline__body > p b,
.daily-deadline small {
  color: #fff !important;
}

.daily-deadline__head strong {
  font-size: .78rem;
  letter-spacing: .04em;
}

.daily-deadline__head span {
  font-size: .6rem;
  font-weight: 750;
  opacity: .78;
}

.daily-deadline__body > p {
  margin: 5px 0 8px !important;
  font-size: .72rem !important;
}

.daily-deadline__body > p b {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.18rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

.daily-deadline__gauge {
  position: relative;
  height: 8px;
  overflow: hidden;
  border: 1px solid rgba(242, 217, 154, .54);
  border-radius: 999px;
  background: rgba(7, 21, 45, .48);
}

.daily-deadline__gauge span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--wish-gold-light);
  transition: width 1s linear;
}

.daily-deadline small {
  display: block;
  margin-top: 8px;
  font-size: .58rem;
  line-height: 1.55;
  opacity: .76;
}

.daily-deadline.is-urgent {
  border-color: var(--wish-paper);
  box-shadow: 0 0 0 4px rgba(242, 217, 154, .18), 0 18px 40px rgba(0, 0, 0, .2);
}

.daily-deadline.is-urgent .daily-deadline__clock {
  animation: daily-deadline-pulse 1.5s ease-in-out infinite;
}

@keyframes daily-deadline-pulse {
  50% { box-shadow: inset 0 0 0 5px rgba(7, 21, 45, .18), 0 0 0 9px rgba(242, 217, 154, .12); }
}

@media (max-width: 900px) {
  body.l2d-body .l2d-hero-copy {
    width: 46% !important;
  }

  .l2d-brand-world figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 680px) {
  body.l2d-body .l2d-hero {
    min-height: 940px !important;
    background-image: linear-gradient(rgba(7, 21, 45, .34), rgba(7, 21, 45, .72)), url("assets/eleworks/approved/world/backgrounds/eleworks_site_hero_celestial_postoffice_21x9.png") !important;
    background-position: 62% center !important;
  }

  body.l2d-body .l2d-hero::before {
    background: linear-gradient(180deg, rgba(7, 21, 45, .12) 0 34%, rgba(7, 21, 45, .88) 48% 100%) !important;
  }

  body.l2d-body .l2d-hero::after {
    inset: 42% 0 0 !important;
    background: rgba(7, 21, 45, .58) !important;
  }

  body.l2d-body .l2d-hero-art {
    inset: 88px 14px auto !important;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    transform: none !important;
  }

  body.l2d-body .l2d-hero-inner {
    min-height: 940px !important;
    align-items: flex-start !important;
    padding: 330px 0 92px !important;
  }

  body.l2d-body .l2d-hero-copy {
    width: 100% !important;
    max-width: none !important;
  }

  .l2d-hero-prop-lantern {
    top: -20px;
    left: -8px;
    width: 68px;
  }

  .l2d-hero-prop-letter {
    right: -2px;
    bottom: -31px;
    width: 62px;
  }

  .l2d-brand-world figcaption {
    width: calc(100% - 36px);
  }

  .daily-deadline {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 14px;
  }

  .daily-deadline__clock {
    width: 44px;
    height: 44px;
  }

  .daily-deadline__head,
  .daily-deadline__body > p {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .daily-deadline__body > p b {
    font-size: 1.05rem;
  }

  .l2d-play,
  .l2d-activity-video-card .l2d-play {
    width: 56px !important;
    height: 56px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .l2d-play::before,
  .celestial-video-toggle::before,
  .l2d-hero-prop,
  .daily-deadline.is-urgent .daily-deadline__clock {
    animation: none !important;
  }
}

/* Keep the proof strip on one vermilion surface. Older theme files gave the
   grid an ivory fill while the final contrast layer kept its text white. */
body.l2d-body .l2d-proof .l2d-proof-grid {
  background: transparent !important;
  color: #fff !important;
}

body.l2d-body .l2d-proof .l2d-proof-grid > div {
  border-color: rgba(242, 217, 154, .42) !important;
}

body.l2d-body .l2d-proof .l2d-proof-grid :is(strong, span),
body.l2d-body .l2d-proof .l2d-proof-note {
  color: #fff !important;
}

/* 2026-08-19p: shorten the Live2D buying journey. */
.l2d-purchase-guide {
  position: relative;
  z-index: 3;
  padding: 24px 0;
  border-block: 1px solid rgba(242, 217, 154, .34);
  background: var(--wish-night);
  color: #fff;
}

.l2d-purchase-guide-inner {
  display: grid;
  grid-template-columns: minmax(210px, .8fr) minmax(0, 1.8fr) auto;
  gap: 28px;
  align-items: center;
}

.l2d-purchase-guide-copy {
  display: grid;
  gap: 5px;
}

.l2d-purchase-guide-copy span {
  color: var(--wish-gold-light);
  font-size: .67rem;
  font-weight: 800;
}

.l2d-purchase-guide-copy strong {
  color: #fff;
  font-family: var(--wish-serif);
  font-size: 1rem;
  font-weight: 600;
}

.l2d-purchase-guide ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.l2d-purchase-guide li {
  min-width: 0;
  border-left: 1px solid rgba(242, 217, 154, .34);
}

.l2d-purchase-guide li:last-child {
  border-right: 1px solid rgba(242, 217, 154, .34);
}

.l2d-purchase-guide li a {
  display: grid;
  min-height: 58px;
  gap: 5px;
  align-content: center;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
}

.l2d-purchase-guide li span {
  color: var(--wish-gold-light);
  font-size: .62rem;
  font-weight: 800;
}

.l2d-purchase-guide li strong {
  color: #fff;
  font-size: .78rem;
  line-height: 1.55;
}

.l2d-purchase-guide-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--wish-gold-light);
  background: var(--wish-wine);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.l2d-purchase-guide-cta svg {
  width: 17px;
  height: 17px;
}

/* Keep one concise upsell instead of repeating benefits, examples and videos. */
body.l2d-body .l2d-activity :is(
  .l2d-activity-outcomes,
  .l2d-activity-feature,
  .l2d-stream-kit-head,
  .l2d-stream-kit-grid,
  .l2d-stream-emotes,
  .l2d-activity-video-grid,
  .l2d-activity-visuals
) {
  display: none !important;
}

body.l2d-body .l2d-activity {
  padding-block: 86px !important;
}

body.l2d-body .l2d-stream-kit {
  margin-top: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.l2d-body .l2d-stream-kit-choices {
  margin: 0 !important;
}

body.l2d-body .l2d-stream-kit-cta {
  margin-top: 18px !important;
}

/* Repeated support and update explanations are already covered by paths,
   process and FAQ; removing them keeps the order decision-focused. */
body.l2d-body :is(.l2d-promise, .l2d-brand-world, .l2d-active) {
  display: none !important;
}

/* Light-gold surfaces always use near-black navy. Never white or wine text. */
body.l2d-body .l2d-process,
body.l2d-body .l2d-process :is(h2, h3, h4, p, li, span, strong, small, a) {
  color: var(--wish-night) !important;
}

body.l2d-body :is(
  .l2d-plan-featured .l2d-plan-cta,
  .l2d-stream-kit-choices article:nth-child(3),
  .l2d-activity-feature-copy .l2d-btn
),
body.l2d-body :is(
  .l2d-plan-featured .l2d-plan-cta,
  .l2d-stream-kit-choices article:nth-child(3),
  .l2d-activity-feature-copy .l2d-btn
) :is(strong, span, small) {
  color: var(--wish-night) !important;
}

/* The seal itself never runs away from the pointer. Only its outer orbit moves. */
body.l2d-body .l2d-video-trigger .l2d-play,
body.l2d-body .l2d-video-trigger:hover .l2d-play,
body.l2d-body .l2d-video-trigger:focus-visible .l2d-play,
body.l2d-body .l2d-video-trigger.is-playing .l2d-play {
  transform: translate(-50%, -50%) !important;
}

body.l2d-body .l2d-video-trigger .l2d-play::before {
  border: 2px dashed rgba(242, 217, 154, .8) !important;
  clip-path: none !important;
  transform: none !important;
  animation: celestial-play-orbit 8s linear infinite !important;
}

body.l2d-body .l2d-video-trigger:hover .l2d-play::before,
body.l2d-body .l2d-video-trigger:focus-visible .l2d-play::before,
body.l2d-body .l2d-video-trigger.is-playing .l2d-play::before {
  animation-duration: 2.8s !important;
}

@media (max-width: 980px) {
  .l2d-purchase-guide-inner {
    grid-template-columns: 1fr auto;
  }

  .l2d-purchase-guide ol {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 680px) {
  .l2d-purchase-guide {
    padding: 20px 0;
  }

  .l2d-purchase-guide-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .l2d-purchase-guide ol {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .l2d-purchase-guide li,
  .l2d-purchase-guide li:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(242, 217, 154, .28);
  }

  .l2d-purchase-guide li a {
    min-height: 50px;
    grid-template-columns: 34px 1fr;
    align-items: center;
    padding-inline: 12px;
  }

  .l2d-purchase-guide-cta {
    width: 100%;
  }

  body.l2d-body .l2d-activity {
    padding-block: 64px !important;
  }
}

/* 2026-08-19q: lock every Live2D purchase surface to the final contrast
   system. Dark fields use white/gold; gold and ivory fields use navy. */
body.l2d-body :is(
  .l2d-works-reel,
  #motion,
  #faq
) .l2d-eyebrow {
  border-color: var(--wish-gold-light) !important;
  background: #090909 !important;
  color: var(--wish-gold-light) !important;
}

body.l2d-body .l2d-case-label {
  border-color: var(--wish-night) !important;
  background: var(--wish-gold) !important;
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-paths .l2d-section-heading,
body.l2d-body .l2d-paths .l2d-section-heading :is(h2, p, span, strong) {
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-paths .l2d-section-heading .l2d-eyebrow {
  border-color: var(--wish-night) !important;
  background: #fff !important;
  color: var(--wish-night) !important;
}

body.l2d-body #activity .l2d-section-heading :is(h2, p) {
  color: #fff !important;
}

body.l2d-body #activity .l2d-section-heading > p {
  color: var(--wish-gold-light) !important;
  opacity: 1 !important;
}

body.l2d-body #activity .l2d-section-heading .l2d-eyebrow {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-night) !important;
  color: var(--wish-gold-light) !important;
}

body.l2d-body #activity .l2d-stream-kit-cta .l2d-btn-primary {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

body.l2d-body #plans .l2d-plan-cta:not(.l2d-plan-cta-primary) {
  border-color: var(--wish-wine) !important;
  background: var(--wish-wine) !important;
  color: #fff !important;
}

body.l2d-body #plans .l2d-plan-cta-primary {
  border-color: var(--wish-gold-light) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

body.l2d-body .l2d-form-steps .is-active,
body.l2d-body .l2d-form-steps .is-active :is(span, strong) {
  color: #fff !important;
}

/* Activity is an ivory decision surface, so its heading follows the light
   surface rule and stays compact enough to reveal the three choices sooner. */
body.l2d-body #activity .l2d-section-heading,
body.l2d-body #activity .l2d-section-heading :is(h2, p) {
  color: var(--wish-night) !important;
}

body.l2d-body #activity .l2d-section-heading > p {
  color: var(--wish-night) !important;
  opacity: .78 !important;
}

body.l2d-body #activity .l2d-section-heading .l2d-eyebrow {
  border-color: var(--wish-night) !important;
  background: var(--wish-gold-light) !important;
  color: var(--wish-night) !important;
}

body.l2d-body #activity .l2d-section-heading {
  margin-bottom: 46px !important;
}

body.l2d-body #activity .l2d-section-heading h2 {
  max-width: 11em;
  font-size: clamp(2.8rem, 5.2vw, 4.9rem) !important;
  line-height: 1.22 !important;
}

body.l2d-body #activity .l2d-stream-kit {
  margin-top: 26px !important;
}

body.l2d-body #activity .l2d-stream-kit-choices > article {
  min-height: 0 !important;
  padding: 28px 26px !important;
}

@media (max-width: 680px) {
  body.l2d-body #activity .l2d-section-heading {
    margin-bottom: 30px !important;
  }

  body.l2d-body #activity .l2d-section-heading h2 {
    max-width: none !important;
    font-size: 2.25rem !important;
    line-height: 1.3 !important;
  }

  body.l2d-body #estimate .l2d-estimate-copy h2 {
    max-width: none !important;
    font-size: 1.9rem !important;
    line-height: 1.35 !important;
  }
}

/* 2026-08-19t: final high-specificity contrast locks. These selectors
   intentionally sit last so legacy section rules cannot override them. */
body.l2d-body #motion .l2d-case-grid .l2d-case-label,
body.l2d-body .l2d-paths .l2d-path-grid article .l2d-case-label,
body.l2d-body #activity .l2d-stream-kit-cta .l2d-case-label {
  border-color: var(--wish-night) !important;
  background: var(--wish-gold) !important;
  color: var(--wish-night) !important;
}

body.l2d-body #process .l2d-process-guide,
body.l2d-body #process .l2d-process-guide :is(strong, p) {
  color: #fff !important;
}

body.l2d-body #process .l2d-process-guide span {
  color: var(--wish-gold-light) !important;
}

body.l2d-body #estimate .l2d-form-progress span.is-active,
body.l2d-body #estimate .l2d-form-progress span.is-active :is(span, strong) {
  color: #fff !important;
}

/* 2026-08-19x: keep the Live2D buying path short: one representative motion
   demo, then a clear price action and a secondary archive link. */
body.l2d-body #motion .l2d-case:not(.l2d-case-featured) {
  display: none !important;
}

body.l2d-body #motion .l2d-case-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.l2d-body #motion .l2d-motion-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
  margin-top: 30px;
}

body.l2d-body #motion .l2d-motion-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid var(--wish-gold-light);
  font-size: .86rem;
  font-weight: 850;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

body.l2d-body #motion .l2d-motion-actions a svg {
  width: 17px;
  height: 17px;
}

body.l2d-body #motion .l2d-motion-primary {
  background: var(--wish-gold-light);
  color: var(--wish-night) !important;
}

body.l2d-body #motion .l2d-motion-secondary {
  background: var(--wish-night);
  color: #fff !important;
}

body.l2d-body #motion .l2d-motion-actions a:hover,
body.l2d-body #motion .l2d-motion-actions a:focus-visible {
  box-shadow: 0 0 0 3px rgba(242, 217, 154, .24), 0 0 24px rgba(242, 217, 154, .2);
}

body.l2d-body #motion .l2d-section-heading,
body.l2d-body #motion .l2d-section-heading :is(h2, p) {
  color: #fff !important;
}

body.l2d-body #motion .l2d-section-heading > p {
  opacity: .82 !important;
}

body.l2d-body #motion .l2d-section-heading .l2d-eyebrow {
  color: var(--wish-gold-light) !important;
}

@media (max-width: 680px) {
  body.l2d-body .l2d-path-cast,
  body.l2d-body .l2d-process-guide {
    display: none !important;
  }

  body.l2d-body #motion .l2d-case-featured .l2d-video-trigger {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
  }

  body.l2d-body #motion .l2d-motion-actions {
    align-items: stretch;
    margin-top: 22px;
  }

  body.l2d-body #motion .l2d-motion-actions a {
    width: 100%;
  }
}
