/* Easify Apps Landing V2: landing-only design and responsive layer. */

.eas26 .eas26-app-panel__description em {
  font-style: italic;
}

.eas26 .eas26-app-panel__description strong,
.eas26 .eas26-app-stat__label strong {
  font-weight: 700;
}

/*
 * Progressive enhancement: the V2 Why/Join copy stays visible when the landing
 * script never boots (JS disabled or a runtime failure before reveal). The
 * reveal animation is re-armed only once `landing-2026.js` marks the document.
 */
.eas26 .eas26-why__subtitle[data-r],
.eas26 .eas26-join__subtitle[data-r],
.eas26 .eas26-join__cta-wrap[data-r] {
  opacity: 1;
  transform: none;
}

html[data-eas26-booted="1"] .eas26 .eas26-why__subtitle[data-r],
html[data-eas26-booted="1"] .eas26 .eas26-join__subtitle[data-r],
html[data-eas26-booted="1"] .eas26 .eas26-join__cta-wrap[data-r] {
  opacity: 0;
  transform: translateY(26px);
}

html[data-eas26-booted="1"] .eas26 .eas26-why__subtitle[data-r].is-revealed,
html[data-eas26-booted="1"] .eas26 .eas26-join__subtitle[data-r].is-revealed,
html[data-eas26-booted="1"] .eas26 .eas26-join__cta-wrap[data-r].is-revealed {
  opacity: 1;
  transform: none;
}

.eas26 .eas26-why__subtitle {
  max-width: 560px;
  margin: -12px 0 0;
  color: #4b4b4b;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.25;
}

.eas26 .eas26-why {
  z-index: 4;
}

.eas26 .eas26-why__ellipse {
  width: max(2600px, 110vw);
}

.eas26 .eas26-why__mascot-wrap {
  position: absolute;
  left: clamp(90px, 10.8vw, 156px);
  bottom: -6px;
  z-index: 3;
  width: min(635px, 44vw);
  max-width: 100%;
  pointer-events: none;
  transform: none;
}

.eas26 .eas26-orbs {
  gap: 0;
}

.eas26 .eas26-orbs--compact {
  display: none;
}

.eas26 .eas26-orb-link {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  text-decoration: none;
}

.eas26 .eas26-orb-link + .eas26-orb-link {
  margin-left: -6px;
}

.eas26 .eas26-orb-link:nth-child(1) {
  z-index: 4;
}

.eas26 .eas26-orb-link:nth-child(2) {
  z-index: 3;
}

.eas26 .eas26-orb-link:nth-child(3) {
  z-index: 2;
}

.eas26 .eas26-orb-link:nth-child(4) {
  z-index: 1;
}

.eas26 .eas26-orb-link .eas26-orb {
  margin: 0;
}

.eas26 .eas26-ecosystem__title--second {
  margin-top: -8px;
}

.eas26 .eas26-ecosystem__orbit-line {
  flex-wrap: nowrap;
}

.eas26 [data-count] {
  font-variant-numeric: tabular-nums;
}

.eas26 .eas26-app-panel__stats.has-four-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1025px) {
  .eas26
    .eas26-apps:not(.is-compact)
    .eas26-app-panel--preorder
    .eas26-app-panel__stats {
    gap: clamp(12px, 2vw, 28px);
  }

  .eas26
    .eas26-apps:not(.is-compact)
    .eas26-app-panel--preorder
    .eas26-app-stat {
    min-height: clamp(72px, 14vh, 200px);
  }

  .eas26
    .eas26-apps:not(.is-compact)
    .eas26-app-panel--preorder
    .eas26-app-stat__value {
    font-size: clamp(22px, min(3.2vw, 4.4vh), 44px);
  }

  .eas26
    .eas26-apps:not(.is-compact)
    .eas26-app-panel--preorder
    .eas26-app-panel__content {
    margin-right: clamp(40px, 8vw, 160px);
  }

  .eas26
    .eas26-apps:not(.is-compact)
    .eas26-app-panel--preorder
    .eas26-app-panel__description p {
    line-height: 1.35;
  }

  .eas26
    .eas26-apps:not(.is-compact)
    .eas26-app-panel__mascot--preorder {
    left: -6vw;
    bottom: -24vh;
    width: min(733px, 44vw);
    transform: translate(-85%, 26%) rotate(-10.29deg);
  }

  .eas26
    .eas26-apps:not(.is-compact)
    .eas26-app-panel__mascot--preorder.is-entered {
    transform: rotate(-10.29deg);
  }
}

.eas26 .eas26-app-panel__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.eas26 .eas26-app-panel__description-toggle {
  display: none;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.eas26 .eas26-ai-surface {
  position: relative;
  z-index: 4;
  background: var(--eas-ai-bg);
}

.eas26 .eas26-ai {
  background: transparent;
  color: #140037;
}

.eas26 .eas26-ai__title {
  order: 1;
}

.eas26 .eas26-ai__layers {
  order: 2;
}

.eas26 .eas26-ai__sub {
  order: 3;
}

.eas26 .eas26-ai__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.eas26 .eas26-ai__sub-title {
  max-width: 820px;
  margin-bottom: -0.14em;
  padding-bottom: 0.14em;
  overflow: hidden;
  justify-content: flex-end;
  font-size: clamp(48px, 9vw, 130px);
}

.eas26 .eas26-ai__lead {
  order: -1;
  flex: 0 1 420px;
  max-width: 635px;
  margin: clamp(48px, 9vw, 130px) 0 0;
  align-self: flex-start;
  font-size: clamp(15px, 2.6vh, 24px);
  line-height: 1.3;
  text-align: left;
}

.eas26 .eas26-ai__sub {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 64px);
}

.eas26 .eas26-ai-card {
  min-height: 250px;
  padding: clamp(24px, 3vw, 40px);
}

.eas26 .eas26-gigi {
  min-height: min(1028px, 71.4vw);
  padding: 3.3% 0 0;
  background: transparent;
  color: var(--eas-white);
  gap: 0;
}

.eas26 .eas26-gigi::after {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -34.6%;
  z-index: 1;
  width: 250%;
  height: 62.6%;
  border-radius: 50%;
  background: var(--eas-black);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.eas26 .eas26-gigi__word {
  position: absolute;
  left: 0;
  top: -1.06%;
  display: flex;
  width: max-content;
  color: #975bff;
  font-size: min(53.45vw, 769.74px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: none;
  animation: 17.3s linear infinite eaMarqR;
  pointer-events: none;
}

.eas26 .eas26-gigi .eas26-ai-orb {
  z-index: 2;
  width: min(66.7vw, 960px);
  max-width: none;
}

.eas26 .eas26-gigi .eas26-ai-orb::after {
  position: absolute;
  left: 50%;
  bottom: 5.59%;
  z-index: -1;
  width: 55.25%;
  height: 6.3%;
  border-radius: 50%;
  background: #1a0049;
  content: "";
  transform: translateX(-50%);
}

.eas26 .eas26-crew-card__avatar {
  object-position: center;
}

.eas26 .eas26-join__subtitle {
  max-width: 720px;
  margin: -18px auto 18px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
  text-align: center;
}

.eas26 .eas26-join__title {
  font-size: clamp(36.8px, 5.55vw, 80px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.eas26 .eas26-join__cta-wrap {
  display: flex;
  margin: 0 auto 30px;
  justify-content: center;
}

.eas26 .eas26-join__cta {
  height: 76px;
  min-height: 76px;
  padding: 10px 10px 10px 24px;
  gap: 16px;
  border-radius: 16px;
  background: var(--eas-white);
  color: var(--eas-black);
  font-size: 24px;
  text-decoration: none;
}

.eas26 .eas26-join__cta .eas26-button__icon {
  width: 56px;
  height: 56px;
  background: var(--eas-black);
  color: var(--eas-white);
}

.eas26 a.eas26-join__cta:hover {
  background: #f2f2f2;
  color: var(--eas-black);
}

@media (max-width: 900px) {
  .eas26 .eas26-join__cta {
    height: 60px;
    min-height: 60px;
    padding: 8px 8px 8px 20px;
    gap: 12px;
    font-size: 18px;
  }

  .eas26 .eas26-join__cta .eas26-button__icon {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .eas26 .eas26-orbs--compact,
  .eas26 .eas26-apps.is-enhanced .eas26-orbs--compact:not(.is-orbs-visible) {
    display: flex;
    width: auto;
    overflow: visible;
    opacity: 1;
    animation: none;
  }

  .eas26 .eas26-ecosystem__orbit-line .eas26-orbs {
    display: none;
  }

  .eas26 .eas26-orbs--compact .eas26-orb,
  .eas26
    .eas26-apps.is-enhanced
    .eas26-orbs--compact
    .eas26-orb:not(.is-popped) {
    width: 64px;
    height: 64px;
    opacity: 1;
    transform: none;
  }
}

.eas26 .eas26-join::before,
.eas26 .eas26-join::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(210px, 30vh, 300px);
  clip-path: ellipse(72% 100% at 50% 100%);
  content: "";
  pointer-events: none;
}

.eas26 .eas26-join::before {
  background: linear-gradient(180deg, #100a0e 0%, #35001a 100%);
}

.eas26 .eas26-join::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, transparent 55%, #000 100%);
}

.eas26 .eas26-join > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .eas26 .eas26-join {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    padding: clamp(50px, 7vh, 72px) 80px 24px;
    overflow: visible;
  }

  .eas26 .eas26-join__title {
    margin-bottom: 12px;
  }

  .eas26 .eas26-join__subtitle {
    margin: 0 auto 15px;
  }

  .eas26 .eas26-join__cta-wrap {
    margin: 0 auto 26px;
  }

  .eas26 .eas26-join__layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(410px, 0.72fr);
    gap: clamp(40px, 5vw, 72px);
  }

  .eas26 .eas26-join__stage {
    width: min(42vw, 56vh, 520px);
    height: min(42vw, 56vh, 520px);
  }

  .eas26 .eas26-picker {
    width: min(100%, 460px);
    padding: 20px 20px 24px;
    gap: 18px;
    justify-self: end;
  }

  .eas26 .eas26-picker__row {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .eas26 .eas26-picker__label {
    color: #747474;
    font-size: 16px;
    font-weight: 500;
  }

  .eas26 .eas26-picker__options {
    gap: 14px;
  }

  .eas26 .eas26-picker__swatch {
    height: 84px;
    padding: 6px;
    border-radius: 16px;
  }

  .eas26 .eas26-band:first-child.is-lit .eas26-band__track {
    animation-play-state: running !important;
  }
}

.eas26 .eas26-picker__check {
  position: absolute;
  top: 6px;
  right: 6px;
  display: grid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--eas-black);
  color: var(--eas-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  place-items: center;
  pointer-events: none;
  transform: scale(0.65);
  transition: opacity 0.18s ease-out, transform 0.18s ease-out;
}

.eas26 .eas26-picker__swatch[aria-checked="true"] .eas26-picker__check,
.eas26 .eas26-picker__swatch[aria-pressed="true"] .eas26-picker__check {
  opacity: 1;
  transform: scale(1);
}

.eas26 .eas26-join__preview {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.eas26 .eas26-join__actions {
  display: flex;
  margin-top: 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.eas26 .eas26-join__reset,
.eas26 .eas26-join__random {
  height: 46px;
  border: 1px solid #4d3542;
  cursor: pointer;
  transition:
    background-color 0.18s ease-out,
    transform 0.18s ease-out;
}

.eas26 .eas26-join__reset {
  width: 46px;
  padding: 0;
  border-radius: 50%;
  background: #24141d;
  color: #fff;
  font-size: 23px;
}

.eas26 .eas26-join__random {
  display: inline-flex;
  padding: 0 22px;
  border-radius: 30px;
  background: #fff;
  color: #26151e;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
}

.eas26 .eas26-join__reset:hover,
.eas26 .eas26-join__random:hover {
  transform: translateY(-2px);
}

.eas26 .eas26-join__reset:hover {
  background: #3a202e;
}

.eas26 .eas26-join__random:hover {
  background: #f1edf0;
}

.eas26 .eas26-band.is-band-enhanced:first-child .eas26-band__slide {
  border-radius: 0 !important;
  transform: none !important;
}

@media (min-width: 1025px) and (max-height: 850px) and (pointer: fine) {
  .eas26 .eas26-join {
    padding-top: 56px;
    padding-bottom: 24px;
  }
}

@media (max-width: 1024px) {
  .eas26 .eas26-hero {
    position: relative;
    height: auto;
    min-height: 0;
    padding-bottom: 0;
  }

  .eas26 .eas26-hero__mascot-region {
    display: flex;
    min-height: 0;
    overflow: visible;
    flex: 0 0 auto;
    justify-content: center;
  }

  .eas26 .eas26-hero__mascot-rise {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(78vw, 420px);
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1;
    translate: none;
  }

  .eas26 .eas26-hero__mascot {
    width: 100%;
    height: auto;
  }
}

.eas26 .eas26-join__patch {
  display: none;
}

.eas26 .eas26-join__cheek {
  top: 46.47%;
  width: 13.24%;
  height: 13.24%;
}

.eas26 .eas26-join__cheek--left {
  left: 31.18%;
}

.eas26 .eas26-join__cheek--right {
  left: 65.88%;
  top: 46.47%;
}

.eas26 .eas26-join__eyes[data-option="0"] {
  left: 42.5%;
  top: 42.35%;
  width: 25.88%;
  height: 8.09%;
}

.eas26 .eas26-join__eyes[data-option="1"] {
  left: 42.5%;
  top: 41.47%;
  width: 25.29%;
  height: 9.56%;
}

.eas26 .eas26-join__eyes[data-option="2"] {
  left: 41.62%;
  top: 42.35%;
  width: 27.65%;
  height: 8.53%;
}

.eas26 .eas26-join__eyes[data-option="3"] {
  left: 42.65%;
  top: 44.26%;
  width: 25.88%;
  height: 4.56%;
}

.eas26 .eas26-join__mouth[data-option="0"] {
  left: 49.26%;
  top: 52.79%;
  width: 12.21%;
  height: 4.26%;
}

.eas26 .eas26-join__mouth[data-option="1"] {
  left: 46.47%;
  top: 49.56%;
  width: 17.94%;
  height: 10.59%;
}

.eas26 .eas26-join__mouth[data-option="2"] {
  left: 46.47%;
  top: 49.56%;
  width: 17.94%;
  height: 10.74%;
}

.eas26 .eas26-join__mouth[data-option="3"] {
  left: 46.47%;
  top: 49.56%;
  width: 17.94%;
  height: 11.18%;
}

.eas26 .eas26-join__hat[data-option="0"] {
  left: 35%;
  top: 26.47%;
  width: 40.88%;
  height: 40.88%;
}

.eas26 .eas26-join__hat[data-option="1"] {
  left: 46.62%;
  top: 59.56%;
  width: 17.65%;
  height: 17.65%;
}

.eas26 .eas26-join__hat[data-option="2"] {
  left: 45.59%;
  top: 44.85%;
  width: 19.71%;
  height: 14.85%;
}

.eas26 .eas26-join__hat[data-option="3"] {
  left: 39.265%;
  top: 41.2%;
  width: 32.2%;
  height: 12.55%;
  background-position: 60.6% 56.3%;
  background-size: 232% 675%;
}

@media (max-width: 1024px),
  (pointer: coarse),
  (prefers-reduced-motion: reduce) {
  body.eas26 {
    --eas-gutter: 40px;
    --eas-radius-panel: 32px 32px 0 0;
  }

  .eas26 .eas26-why,
  .eas26 .eas26-why__panel {
    height: auto;
    min-height: 0;
  }

  .eas26 .eas26-why__panel {
    position: relative;
    top: auto;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .eas26 .eas26-why__ellipse {
    display: none;
  }

  .eas26 .eas26-why__mascot-wrap {
    display: none;
  }

  .eas26 .eas26-why__subtitle {
    margin-top: -6px;
  }

  .eas26 .eas26-why__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 28px;
  }

  .eas26 .eas26-why__intro {
    width: 100%;
    flex-basis: auto;
    gap: 16px;
  }

  .eas26 .eas26-why__cta {
    min-height: 52px;
    padding: 8px 8px 8px 20px;
  }

  .eas26 .eas26-why__stack {
    display: grid;
    width: 100%;
    height: auto;
    flex-basis: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .eas26 .eas26-why__card {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    min-height: 0;
    padding: 20px;
    gap: 10px;
    opacity: 1;
    transform: none;
  }

  .eas26 .eas26-why__stat {
    font-size: 22px;
    line-height: 1.25;
  }

  .eas26 .eas26-why__card p {
    font-size: 18px;
    line-height: 1.5;
  }

  .eas26 .eas26-apps {
    height: auto;
    margin-top: 0;
  }

  .eas26 .eas26-apps__sticky {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }

  .eas26 .eas26-ecosystem {
    position: relative;
    inset: auto;
    min-height: 660px;
    padding: 104px var(--eas-gutter);
  }

  .eas26 .eas26-ecosystem__body {
    gap: 22px;
  }

  .eas26 .eas26-ecosystem__title {
    font-size: clamp(54px, 9vw, 84px);
  }

  .eas26 .eas26-ecosystem__copy {
    max-width: 680px;
  }

  .eas26 .eas26-orbs,
  .eas26 .eas26-apps.is-enhanced .eas26-orbs:not(.is-orbs-visible) {
    display: flex;
    width: auto;
    gap: 16px;
    overflow: visible;
    opacity: 1;
    animation: none;
  }

  .eas26 .eas26-orbs--compact,
  .eas26 .eas26-apps.is-enhanced .eas26-orbs--compact:not(.is-orbs-visible) {
    display: flex;
  }

  .eas26 .eas26-ecosystem__orbit-line .eas26-orbs {
    display: none;
  }

  .eas26
    .eas26-apps.is-enhanced
    .eas26-ecosystem__orbit-line
    .eas26-orbs:not(.is-orbs-visible) {
    display: none;
  }

  .eas26 .eas26-orb-link + .eas26-orb-link {
    margin-left: 0;
  }

  .eas26 .eas26-orb-link .eas26-orb,
  .eas26 .eas26-orb-link .eas26-orb + .eas26-orb,
  .eas26
    .eas26-apps.is-enhanced
    .eas26-orbs--compact
    .eas26-orb:not(.is-popped) {
    width: 64px;
    height: 64px;
    margin: 0;
    opacity: 1;
    transform: none;
  }

  .eas26 .eas26-apps__background,
  .eas26 .eas26-apps__disc,
  .eas26 .eas26-apps__grid,
  .eas26 .eas26-apps__ring {
    display: none;
  }

  .eas26 .eas26-apps__clip {
    position: relative;
    inset: auto;
    height: auto;
    clip-path: none;
    overflow: visible;
  }

  .eas26 .eas26-apps__track {
    display: block;
    width: 100%;
    height: auto;
    transform: none;
  }

  .eas26 .eas26-app-panel {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    scroll-margin-top: 104px;
    padding: 48px 40px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "head art"
      "desc desc"
      "stats stats"
      "cta cta";
    align-content: start;
    gap: 16px 20px;
    flex: none;
    overflow: hidden;
    background-size: 60px 60px;
  }

  .eas26 .eas26-app-panel--product-options {
    background-color: #ffd7eb;
    background-image:
      linear-gradient(#ffc9e4 1px, transparent 1px),
      linear-gradient(90deg, #ffc9e4 1px, transparent 1px);
  }

  .eas26 .eas26-app-panel--box-builder {
    background-color: #ffd8b4;
    background-image:
      linear-gradient(#ffc997 1px, transparent 1px),
      linear-gradient(90deg, #ffc997 1px, transparent 1px);
  }

  .eas26 .eas26-app-panel--inventory-sync {
    background-color: #d2eefd;
    background-image:
      linear-gradient(#b6dcff 1px, transparent 1px),
      linear-gradient(90deg, #b6dcff 1px, transparent 1px);
  }

  .eas26 .eas26-app-panel--preorder {
    background-color: #fffdd1;
    background-image:
      linear-gradient(#fff873 1px, transparent 1px),
      linear-gradient(90deg, #fff873 1px, transparent 1px);
  }

  .eas26 .eas26-app-panel__title {
    max-width: 100%;
    font-size: 2.25rem;
    line-height: 1.15;
  }

  .eas26 .eas26-app-panel__badge {
    margin-top: 0;
    padding: 12px 20px;
    font-size: 1.125rem;
    white-space: normal;
  }

  .eas26 .eas26-app-panel__heading-row {
    min-width: 0;
    grid-area: head;
    align-self: center;
  }

  .eas26 .eas26-app-panel__stats {
    grid-area: stats;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .eas26 .eas26-app-panel__stats.has-four-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eas26 .eas26-app-stat {
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    text-align: left;
  }

  .eas26 .eas26-app-stat__value {
    align-self: flex-start;
    font-size: 1.75rem;
    line-height: 1.15;
    text-align: left;
  }

  .eas26 .eas26-app-stat__label {
    align-self: flex-start;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: left;
  }

  .eas26 .eas26-app-panel__lower {
    display: contents;
  }

  .eas26 .eas26-app-panel__mascot,
  .eas26 .eas26-app-panel__mascot.is-entered {
    position: relative;
    left: auto;
    bottom: auto;
    width: clamp(140px, 18vw, 180px);
    margin: 0;
    grid-area: art;
    align-self: center;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }

  .eas26 .eas26-app-panel__mascot--product-options {
    aspect-ratio: 1100 / 943;
  }

  .eas26
    :where(
      .eas26-app-panel__mascot--box-builder,
      .eas26-app-panel__mascot--inventory-sync,
      .eas26-app-panel__mascot--preorder
    ) {
    aspect-ratio: 1;
  }

  .eas26 .eas26-app-panel__mascot-image {
    width: 100%;
    height: auto;
  }

  .eas26 .eas26-app-panel__content {
    display: contents;
    max-width: none;
    margin: 0;
  }

  .eas26 .eas26-app-panel__description {
    max-width: none;
    grid-area: desc;
  }

  .eas26 .eas26-app-panel__description p {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .eas26 .eas26-app-panel__cta {
    min-height: 52px;
    padding: 8px 8px 8px 20px;
    grid-area: cta;
    justify-self: start;
    font-size: 1rem;
  }

  .eas26 .eas26-app-panel__description[data-collapsed="true"] [data-app-body] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .eas26
    .eas26-app-panel__description[data-has-more="true"]
    .eas26-app-panel__description-toggle {
    display: inline-flex;
    align-items: center;
  }

  .eas26 .eas26-ai-surface,
  .eas26 .eas26-ai,
  .eas26 .eas26-gigi {
    background: var(--eas-ai-bg);
  }

  .eas26 .eas26-ai {
    min-height: 0;
    margin-top: 0;
    padding: 56px 40px 0;
    gap: 8px;
    justify-content: flex-start;
  }

  .eas26 .eas26-ai__title,
  .eas26 .eas26-ai__sub-title {
    font-size: 2.25rem;
    line-height: 1.12;
  }

  .eas26 .eas26-ai__title {
    order: 1;
    margin: 0;
  }

  .eas26 .eas26-ai__intro {
    gap: 8px;
  }

  .eas26 .eas26-ai__sub {
    order: 2;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .eas26 .eas26-ai__sub-title {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
    justify-content: flex-start;
  }

  .eas26 .eas26-ai__sub .eas26-ai__lead {
    width: 100%;
    flex: 0 0 auto;
    max-width: 60ch;
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .eas26 .eas26-ai__layers {
    order: 3;
    margin-top: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .eas26 .eas26-ai-card {
    min-height: 0;
    padding: 22px;
    gap: 16px;
  }

  .eas26 .eas26-ai-card h3 {
    font-size: 1.375rem;
    line-height: 1.25;
  }

  .eas26 .eas26-ai-card p {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .eas26 .eas26-ai__break {
    display: none;
  }

  .eas26
    :where([data-ai-title], [data-ai-sub], [data-join-title]).is-fx-enhanced
    > span {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .eas26 [data-join-rise] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .eas26 .eas26-gigi {
    padding: 8px 0 32px;
  }

  .eas26 .eas26-gigi__word {
    animation: none;
  }

  .eas26 .eas26-gigi .eas26-ai-orb {
    width: min(760px, 82vw);
    animation: none;
  }

  .eas26 .eas26-crew {
    min-height: 0;
    padding-bottom: 220px;
  }

  .eas26 .eas26-crew__ring {
    height: auto;
  }

  .eas26 .eas26-crew__controls {
    z-index: 301;
    display: flex;
  }

  .eas26 .eas26-crew-card {
    height: 400px;
  }

  .eas26 .eas26-combine {
    padding-top: 72px;
  }

  .eas26 .eas26-combine__intro {
    padding: 0 var(--eas-gutter) 56px;
  }

  .eas26 .eas26-combine__bands {
    display: grid;
    overflow: visible;
  }

  .eas26 .eas26-band,
  .eas26 .eas26-band__slide {
    height: auto;
    min-height: 180px;
  }

  .eas26 .eas26-band {
    filter: none;
  }

  .eas26 .eas26-band.is-band-enhanced:first-child .eas26-band__slide {
    transform: none;
  }

  .eas26 .eas26-band__track {
    display: block;
    width: 100%;
    min-width: 0;
    animation: none;
  }

  .eas26 .eas26-band__group {
    display: none;
    width: 100%;
    min-width: 0;
    padding: 38px 24px;
    align-items: center;
    justify-content: center;
  }

  .eas26 .eas26-band__group:first-child {
    display: flex;
  }

  .eas26 .eas26-band__group span {
    display: none;
    font-size: clamp(54px, 10vw, 92px);
    line-height: 1;
    text-align: center;
  }

  .eas26 .eas26-band__group span:first-child {
    display: block;
  }

  .eas26 .eas26-join {
    height: auto;
    min-height: 0;
    padding: 96px var(--eas-gutter) 80px;
    overflow: visible;
  }

  .eas26 .eas26-join__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: center;
  }

  .eas26 .eas26-join__stage {
    width: min(100%, 640px);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .eas26 .eas26-join__square {
    width: 100%;
    height: 100%;
  }

  .eas26 .eas26-picker {
    display: none;
  }

  .eas26 .eas26-picker__row {
    min-height: 58px;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
  }

  .eas26 .eas26-picker__options {
    grid-template-columns: repeat(4, minmax(44px, 1fr));
    gap: 7px;
  }

  .eas26 .eas26-picker__swatch {
    height: 54px;
  }

}

@media (min-width: 768px) and (max-width: 899px) {
  .eas26 .eas26-ai__layers,
  .eas26 .eas26-why__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eas26 .eas26-ai-card:nth-child(3),
  .eas26 .eas26-why__card:nth-child(3) {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
  }

  .eas26 .eas26-ai-card:nth-child(3) > *,
  .eas26 .eas26-why__card:nth-child(3) > * {
    flex: 1 1 240px;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  body.eas26 {
    --eas-gutter: 20px;
    --eas-radius-panel: 24px 24px 0 0;
  }

  .eas26 .eas26-hero__copy {
    padding-top: 126px;
  }

  .eas26 .eas26-hero__mascot-rise {
    top: auto;
    bottom: 0;
    width: min(86vw, 360px);
    height: auto;
    aspect-ratio: 1;
  }

  .eas26 .eas26-hero__mascot {
    width: 100%;
    height: auto;
  }

  .eas26 .eas26-why__panel {
    padding: 48px 20px 32px;
  }

  .eas26 .eas26-why__layout {
    gap: 28px;
  }

  .eas26 .eas26-why__intro {
    gap: 16px;
  }

  .eas26 .eas26-why__stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .eas26 .eas26-why__card {
    min-height: 0;
    padding: 16px;
    gap: 8px;
  }

  .eas26 .eas26-why__stat {
    font-size: 20px;
  }

  .eas26 .eas26-why__card p {
    font-size: 16px;
  }

  .eas26 .eas26-ecosystem {
    min-height: 560px;
    padding: 88px 20px;
  }

  .eas26 .eas26-ecosystem__body {
    gap: 18px;
  }

  .eas26 .eas26-ecosystem__title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .eas26 .eas26-orbs,
  .eas26 .eas26-apps.is-enhanced .eas26-orbs:not(.is-orbs-visible) {
    gap: 12px;
  }

  .eas26 .eas26-orb-link .eas26-orb,
  .eas26 .eas26-orb-link .eas26-orb + .eas26-orb {
    width: 56px;
    height: 56px;
  }

  .eas26 .eas26-app-panel {
    padding: 40px 20px;
    gap: 14px 16px;
  }

  .eas26 .eas26-app-panel__title {
    font-size: 1.875rem;
  }

  .eas26 .eas26-app-panel__heading-row {
    flex-direction: column;
    gap: 12px;
  }

  .eas26 .eas26-app-panel__badge {
    padding: 10px 16px;
    font-size: 1rem;
  }

  .eas26 .eas26-app-panel__description p {
    font-size: 1rem;
  }

  .eas26 .eas26-app-panel__stats,
  .eas26 .eas26-app-panel__stats.has-four-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .eas26 .eas26-app-panel__stats > .eas26-app-stat:first-child {
    grid-column: 1 / -1;
  }

  .eas26 .eas26-app-stat {
    min-height: 0;
    padding: 14px;
    gap: 6px;
  }

  .eas26 .eas26-app-stat__value {
    font-size: 1.625rem;
  }

  .eas26 .eas26-app-stat__label {
    font-size: 0.875rem;
  }

  .eas26 .eas26-app-panel__stats.has-four-stats .eas26-app-stat__value {
    font-size: 1.1875rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  .eas26 .eas26-app-panel__lower {
    display: contents;
  }

  .eas26 .eas26-app-panel__mascot,
  .eas26 .eas26-app-panel__mascot.is-entered {
    width: clamp(72px, 22vw, 96px);
    margin: 0;
  }

  .eas26 .eas26-app-panel__content {
    display: contents;
  }

  .eas26 .eas26-ai {
    padding: 48px 20px 0;
    gap: 6px;
  }

  .eas26 .eas26-ai__title,
  .eas26 .eas26-ai__sub-title {
    font-size: 1.875rem;
  }

  .eas26 .eas26-ai__sub-title {
    justify-content: flex-start;
  }

  .eas26 .eas26-ai-card {
    padding: 22px;
  }

  .eas26 .eas26-ai__sub .eas26-ai__lead {
    font-size: 1rem;
  }

  .eas26 .eas26-ai__layers {
    margin-top: 14px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .eas26 .eas26-ai-card h3 {
    font-size: 1.25rem;
  }

  .eas26 .eas26-ai-card p {
    font-size: 1rem;
  }

  .eas26 .eas26-gigi {
    padding: 8px 0 32px;
  }

  .eas26 .eas26-gigi__word {
    font-size: 44vw;
  }

  .eas26 .eas26-crew {
    padding-bottom: 180px;
  }

  .eas26 .eas26-crew__intro {
    padding: 0 20px;
  }

  .eas26 .eas26-combine__intro {
    padding-bottom: 42px;
  }

  .eas26 .eas26-band,
  .eas26 .eas26-band__slide {
    min-height: 132px;
  }

  .eas26 .eas26-band__group {
    padding: 28px 18px;
  }

  .eas26 .eas26-band__group span {
    font-size: clamp(42px, 13vw, 62px);
  }

  .eas26 .eas26-join {
    padding: 84px 20px 72px;
  }

  .eas26 .eas26-join__title {
    font-size: clamp(44px, 13vw, 62px);
  }

  .eas26 .eas26-join__subtitle {
    margin-top: -10px;
  }

  .eas26 .eas26-join__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .eas26 .eas26-join__stage {
    width: min(82vw, 400px);
  }

  .eas26 .eas26-picker__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .eas26 .eas26-picker__label {
    font-size: 15px;
  }

}

@media (max-width: 360px) {
  .eas26 .eas26-app-panel__stats.has-four-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .eas26 .eas26-orbs,
  .eas26 .eas26-apps.is-enhanced .eas26-orbs:not(.is-orbs-visible) {
    gap: 10px;
  }

  .eas26 .eas26-orb-link .eas26-orb,
  .eas26 .eas26-orb-link .eas26-orb + .eas26-orb {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eas26 .eas26-gigi__word,
  .eas26 .eas26-gigi .eas26-ai-orb {
    animation: none !important;
  }
}
