:root {
  --blue: #2f6bff;
  --blue-dark: #1657e8;
  --text: #151923;
  --muted: #6b7280;
  --line: #e8edf6;
  --soft: #f5f8ff;
  --panel: #ffffff;
  --shadow: 0 18px 60px rgba(30, 50, 95, 0.09);
  --max: 1540px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 44px rgba(24, 42, 80, 0.07);
}

.nav {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  background: linear-gradient(145deg, #4d83ff, #2060f6);
  box-shadow: 0 12px 28px rgba(47, 107, 255, 0.24);
}

.brand strong {
  display: block;
  font-size: 20px;
  line-height: 1.05;
}

.brand span {
  display: block;
  margin-top: 4px;
  color: #6d7482;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  padding: 35px 0 31px;
  white-space: nowrap;
}

.nav-links a.active {
  color: var(--blue);
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  transform: translateX(-50%);
}

.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
}

.search-btn {
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.login-btn,
.blue-btn,
.soft-btn,
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.login-btn,
.blue-btn {
  min-height: 54px;
  padding: 0 28px;
  color: #fff;
  background: linear-gradient(135deg, #3474ff, #195deb);
  box-shadow: 0 14px 34px rgba(47, 107, 255, 0.24);
}

.soft-btn {
  min-height: 42px;
  padding: 0 18px;
  color: var(--blue);
  background: rgba(47, 107, 255, 0.09);
}

.download-btn {
  min-height: 38px;
  padding: 0 16px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(47, 107, 255, 0.28);
}

.hero {
  min-height: 910px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  position: relative;
  min-height: 910px;
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  align-items: center;
  gap: 24px;
}

.hero-copy {
  padding-top: 72px;
  z-index: 2;
}

.hero-title {
  margin: 0;
  font-size: clamp(72px, 5.7vw, 118px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.hero-title .blue {
  color: var(--blue);
}

.hero-copy p {
  margin: 32px 0 0;
  max-width: 560px;
  color: #606878;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 650;
}

.scroll-hint {
  margin-top: 64px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #7b8291;
  font-weight: 800;
}

.mouse-icon {
  width: 18px;
  height: 30px;
  border: 2px solid #9aa3b5;
  border-radius: 999px;
  position: relative;
}

.mouse-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 3px;
  height: 7px;
  border-radius: 999px;
  background: #9aa3b5;
  transform: translateX(-50%);
}

.hero-visual {
  position: relative;
  min-height: 760px;
}

.hero-blob {
  position: absolute;
  inset: 80px -130px 20px -70px;
  border-radius: 52% 48% 0 44% / 34% 42% 0 58%;
  background: radial-gradient(circle at 36% 18%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.15) 24%, transparent 44%),
    linear-gradient(135deg, rgba(231, 243, 255, 0.9), rgba(212, 231, 255, 0.95));
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.65);
}

.hero-ip {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(62, 87, 138, 0.18));
  --float-x: 0px;
  --float-y: 0px;
  transform: translate(var(--float-x), var(--float-y));
}

.ip-main {
  width: 360px;
  left: 42%;
  top: 190px;
  --float-x: -50%;
}

.ip-rabbit {
  width: 160px;
  left: 16%;
  top: 90px;
}

.ip-flower {
  width: 190px;
  left: 34%;
  top: 560px;
}

.ip-dino {
  width: 230px;
  right: 6%;
  top: 495px;
}

.bubble {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff, rgba(190, 215, 255, 0.6));
  box-shadow: 0 18px 40px rgba(47, 107, 255, 0.12);
}

.bubble.one {
  width: 62px;
  height: 62px;
  top: 150px;
  left: 48%;
}

.bubble.two {
  width: 28px;
  height: 28px;
  top: 475px;
  right: 13%;
}

.page-stack {
  padding: 20px 0 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.page-stack.doc-page {
  padding-top: 0;
}

.page-stack.emote-page {
  padding-top: 34px;
  background: #fff;
}

.panel {
  margin-bottom: 24px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.panel h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.more-link {
  color: var(--blue);
  font-weight: 900;
}

.brand-grid,
.emoji-category-grid,
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.preview-card,
.download-card,
.asset-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.preview-card {
  min-height: 310px;
  padding: 24px;
}

.preview-card h3 {
  margin: 0 0 20px;
  font-size: 22px;
}

.preview-image {
  min-height: 210px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.preview-image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.color-board {
  min-height: 222px;
  display: grid;
  align-content: stretch;
  gap: 8px;
}

.color-row {
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 7px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.color-row.light {
  color: #111827;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.color-row em {
  justify-self: end;
  font-style: normal;
}

.shape-board {
  min-height: 222px;
  display: grid;
  align-content: center;
  gap: 28px;
}

.shape-line {
  display: grid;
  grid-template-columns: 72px 34px repeat(4, 48px);
  align-items: center;
  gap: 15px;
}

.shape-origin {
  width: 64px;
  height: 64px;
  border-radius: 24px;
}

.shape-origin.purple {
  background: #614ec2;
}

.shape-origin.blue {
  position: relative;
  background: #2bb8ff;
  border-radius: 23px;
}

.shape-origin.blue::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #2bb8ff;
}

.arrow {
  color: #aeb4bf;
  font-size: 28px;
}

.moon,
.house,
.donut,
.play,
.triangle,
.spark,
.star,
.hex {
  width: 42px;
  height: 42px;
  display: block;
}

.moon {
  border-radius: 50%;
  background: radial-gradient(circle at 22% 20%, #fff 0 34%, transparent 35%), #7559ff;
}

.house {
  clip-path: polygon(50% 0, 100% 42%, 100% 100%, 0 100%, 0 42%);
  background: #14aee2;
  border-radius: 6px;
}

.donut {
  border: 11px solid #ffad42;
  border-radius: 16px;
}

.play {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #ff5983;
  border-radius: 9px;
}

.triangle {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #7559ff;
}

.spark {
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  background: #ffad42;
}

.star {
  clip-path: polygon(50% 0, 62% 34%, 98% 35%, 68% 55%, 80% 92%, 50% 70%, 20% 92%, 32% 55%, 2% 35%, 38% 34%);
  background: #ff5983;
}

.hex {
  border: 10px solid #2bb8ff;
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
}

.ip-overview {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 36px;
  align-items: center;
}

.ip-copy {
  padding-left: 8px;
}

.ip-copy p {
  margin: 0 0 18px;
  color: #333b4d;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.ip-copy strong {
  font-weight: 700;
}

.ip-image-card {
  min-height: 300px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.ip-image-card img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
}

.emoji-category-card {
  padding: 28px 28px 24px;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.emoji-category-card h3 {
  margin: 0 0 26px;
  font-size: 24px;
}

.mini-strip {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 20px;
}

.mini-strip img {
  max-width: 110px;
  max-height: 106px;
  object-fit: contain;
  transform: scale(1.3);
  transform-origin: center;
}

.count {
  color: #6b7280;
  font-size: 18px;
}

.full-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: end;
  gap: 28px;
}

.full-strip img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(36, 55, 100, 0.11));
}

.download-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.download-card {
  min-height: 94px;
  padding: 18px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 16px;
}

.download-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.download-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.download-card span {
  color: #6b7280;
  font-weight: 650;
}

.download-choices {
  display: flex;
  gap: 8px;
}

.icon-download {
  color: #111827;
  font-size: 26px;
  font-weight: 900;
}

.footer {
  margin-top: 0;
  padding: 28px 0;
  color: #c6ccd8;
  background: #151a24;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.footer .brand-mini {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  color: #fff;
}

.footer .mini-mark {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
}

.footer-links {
  display: flex;
  gap: 36px;
}

.copyright {
  justify-self: end;
}

.sub-hero {
  padding: 74px 0 34px;
}

.sub-hero h1 {
  margin: 0 0 16px;
  font-size: 58px;
  letter-spacing: -0.04em;
}

.sub-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.gallery-panel {
  margin-bottom: 28px;
}

.pdf-stack-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pdf-stack {
  display: grid;
  gap: 0;
}

.pdf-page {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.pdf-page img {
  width: 100%;
  height: auto;
}

.ip-hero-card {
  min-height: 430px;
  margin-top: 34px;
  margin-bottom: 26px;
  padding: 70px 96px;
  border-radius: 42px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 28%),
    linear-gradient(112deg, #ffffff 0%, #f7fbff 52%, #dceaff 100%);
  box-shadow: 0 24px 72px rgba(36, 68, 128, 0.1);
}

.eyebrow-blue {
  color: #1267ff;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
}

.ip-hero-copy h1 {
  margin: 0;
  font-size: clamp(70px, 7vw, 118px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.ip-hero-copy p {
  margin: 28px 0 0;
  color: #667085;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 650;
}

.ip-hero-art {
  position: relative;
  min-height: 330px;
}

.ip-hero-art img {
  position: absolute;
  right: 18%;
  top: 50%;
  width: min(350px, 78%);
  transform: translateY(-50%);
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(70, 98, 146, 0.18));
  z-index: 2;
}

.ip-orbit,
.ip-spark {
  position: absolute;
  display: block;
}

.ip-orbit {
  border-radius: 999px;
  background: radial-gradient(circle at 28% 28%, #fff, rgba(180, 214, 255, 0.62));
  box-shadow: 0 18px 48px rgba(47, 107, 255, 0.16);
}

.orbit-a {
  width: 74px;
  height: 74px;
  left: 8%;
  top: 16%;
}

.orbit-b {
  width: 30px;
  height: 30px;
  right: 8%;
  top: 18%;
}

.orbit-c {
  width: 42px;
  height: 42px;
  left: 24%;
  bottom: 8%;
  background: radial-gradient(circle at 28% 28%, #fff, rgba(255, 191, 220, 0.66));
}

.ip-spark {
  width: 34px;
  height: 34px;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  background: #ffad42;
  opacity: 0.85;
}

.spark-a {
  right: 2%;
  bottom: 18%;
}

.spark-b {
  left: 2%;
  bottom: 32%;
  background: #7559ff;
  transform: scale(0.7);
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.asset-card {
  padding: 18px;
}

.asset-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.asset-frame {
  height: 250px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.asset-frame img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.asset-card .download-btn {
  width: 100%;
  margin-top: 14px;
}

.emote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.emote-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  display: grid;
  gap: 14px;
}

.emote-frame {
  height: 230px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff;
}

.emote-frame img {
  max-width: 84%;
  max-height: 196px;
  object-fit: contain;
  filter: drop-shadow(0 13px 18px rgba(36, 55, 100, 0.12));
}

.emote-card .download-btn {
  justify-self: center;
  min-width: 98px;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 22px;
}

.section-title-row h2 {
  margin: 0;
  font-size: 34px;
}

@media (max-width: 1180px) {
  .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
    padding: 14px 0;
  }

  .nav-actions {
    justify-self: center;
  }

  .hero-grid,
  .ip-overview,
  .brand-grid,
  .emoji-category-grid,
  .download-grid,
  .asset-grid,
  .emote-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 70px 0;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(var(--max), calc(100% - 28px));
  }

  .site-header {
    position: relative;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 24px;
  }

  .nav-links a {
    padding: 14px 0;
  }

  .nav-actions {
    display: none;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding: 46px 0 20px;
  }

  .hero-title {
    font-size: 54px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .hero-blob {
    inset: 20px -70px 10px 0;
  }

  .ip-main {
    width: 210px;
    left: 48%;
    top: 120px;
  }

  .ip-rabbit {
    width: 95px;
    left: 14%;
    top: 70px;
  }

  .ip-flower {
    width: 115px;
    top: 305px;
  }

  .ip-dino {
    width: 130px;
    top: 280px;
    right: 2%;
  }

  .panel {
    padding: 22px;
  }

  .brand-grid,
  .emoji-category-grid,
  .download-grid,
  .asset-grid,
  .emote-grid,
  .hero-grid,
  .ip-overview {
    grid-template-columns: 1fr;
  }

  .full-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .copyright {
    justify-self: start;
  }
}

/* Absolute final type override */
body {
  font-size: 15px;
  line-height: 1.68;
}

.brand strong {
  font-size: 17px;
  font-weight: 800;
}

.brand span {
  font-size: 10px;
  font-weight: 500;
}

.nav-links {
  font-size: 14px;
  font-weight: 650;
}

.hero-title {
  font-size: clamp(58px, 5.4vw, 104px);
  line-height: 0.98;
}

.hero-copy p {
  font-size: 17px;
  line-height: 1.88;
  font-weight: 400;
}

.hero-kicker,
.section-kicker {
  font-size: 11px;
  font-weight: 800;
}

.panel h2,
.showcase-panel h2 {
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.14;
  font-weight: 800;
}

.preview-card h3,
.emoji-category-card h3 {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.ip-copy p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.count {
  font-size: 14px;
  font-weight: 400;
}

.download-card strong {
  font-size: 16px;
  font-weight: 800;
}

.download-card span {
  font-size: 13px;
  font-weight: 400;
}

.sub-hero h1 {
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 800;
}

.sub-hero p {
  font-size: 16px;
  font-weight: 400;
}

.section-title-row h2 {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 800;
}

.ip-hero-copy h1 {
  font-size: clamp(48px, 5.4vw, 86px);
  font-weight: 850;
}

.ip-hero-copy p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

.login-btn,
.blue-btn,
.primary-cta,
.ghost-cta {
  font-size: 14px;
  font-weight: 800;
}

.soft-btn,
.download-btn {
  font-size: 13px;
}

@media (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .nav-links {
    font-size: 13px;
  }

  .hero-title {
    font-size: 44px;
    line-height: 1.02;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .panel h2,
  .showcase-panel h2 {
    font-size: 30px;
  }

  .preview-card h3,
  .emoji-category-card h3 {
    font-size: 18px;
  }

  .ip-hero-copy h1 {
    font-size: 40px;
  }

  .ip-hero-copy p,
  .sub-hero p,
  .ip-copy p {
    font-size: 15px;
  }
}

/* Final global type scale: closer to refined brand-resource sites */
body {
  font-size: 15px;
  line-height: 1.68;
}

.brand-mark {
  width: 42px;
  height: 42px;
  font-size: 23px;
}

.brand strong {
  font-size: 17px;
  font-weight: 800;
}

.brand span {
  font-size: 10px;
  font-weight: 500;
}

.nav-links {
  gap: 42px;
  font-size: 14px;
  font-weight: 650;
}

.search-btn {
  font-size: 24px;
}

.login-btn,
.blue-btn {
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
}

.soft-btn,
.download-btn {
  font-size: 13px;
  font-weight: 700;
}

.hero-title {
  font-size: clamp(58px, 5.4vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-copy p {
  max-width: 600px;
  font-size: 17px;
  line-height: 1.88;
  font-weight: 400;
}

.hero-kicker,
.section-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.primary-cta,
.ghost-cta {
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
}

.hero-meta span {
  font-size: 12px;
  font-weight: 500;
}

.panel h2,
.showcase-panel h2 {
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.panel-head {
  margin-bottom: 28px;
}

.showcase-panel .panel-head {
  margin-bottom: 32px;
}

.preview-card h3,
.emoji-category-card h3 {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.ip-copy p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.color-row {
  font-size: 12px;
  font-weight: 650;
}

.count {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.download-card strong {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.download-card span {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
}

.sub-hero h1 {
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.14;
  font-weight: 800;
}

.sub-hero p {
  font-size: 16px;
  line-height: 1.78;
  font-weight: 400;
}

.section-title-row h2 {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 800;
}

.ip-hero-copy h1 {
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: 1.04;
  font-weight: 850;
}

.ip-hero-copy p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

.emote-card .download-btn {
  font-size: 13px;
}

@media (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .nav-links {
    font-size: 13px;
    gap: 22px;
  }

  .hero-title {
    font-size: 44px;
    line-height: 1.02;
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 1.78;
  }

  .panel h2,
  .showcase-panel h2 {
    font-size: 30px;
  }

  .preview-card h3,
  .emoji-category-card h3 {
    font-size: 18px;
  }

  .ip-hero-copy h1 {
    font-size: 40px;
  }

  .ip-hero-copy p,
  .sub-hero p,
  .ip-copy p {
    font-size: 15px;
  }
}

/* Keep lower homepage sections on light brand surface */
.full-panel,
.download-panel {
  color: #121826;
  border-color: rgba(222, 230, 244, 0.9);
  background:
    radial-gradient(680px 360px at 88% 4%, rgba(47, 107, 255, 0.08), transparent 68%),
    rgba(255, 255, 255, 0.94);
}

.full-panel .section-kicker,
.download-panel .section-kicker,
.full-panel .more-link,
.download-panel .more-link {
  color: #2f6bff;
}

.full-panel .full-strip {
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.86), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(222, 230, 244, 0.74);
}

.download-panel .download-card {
  color: #151923;
  border-color: rgba(222, 230, 244, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.download-panel .download-card span {
  color: #697386;
}

.download-panel .soft-btn {
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.09);
}

.download-panel .icon-download {
  color: #151923;
}

/* Typography and emoji scale refinement */
.home-page {
  font-weight: 400;
}

.hero-kicker,
.section-kicker,
.brand strong,
.nav-links,
.panel-head h2,
.section-title-row h2,
.showcase-panel h2,
.preview-card h3,
.emoji-category-card h3,
.download-card strong,
.primary-cta,
.ghost-cta,
.more-link {
  font-weight: 800;
}

.brand span,
.hero-copy p,
.ip-copy p,
.download-card span,
.count,
.hero-meta span,
.sub-hero p {
  font-weight: 400;
}

.nav-links {
  font-weight: 650;
}

.hero-title {
  font-size: clamp(72px, 6.5vw, 128px);
  line-height: 0.94;
}

.hero-copy p {
  max-width: 640px;
  font-size: 20px;
  line-height: 1.86;
  letter-spacing: 0;
}

.showcase-panel {
  padding: clamp(34px, 3.6vw, 58px);
}

.showcase-panel .panel-head {
  margin-bottom: 42px;
}

.showcase-panel h2 {
  margin-top: 10px;
  font-size: clamp(34px, 3.3vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-kicker {
  font-size: 12px;
  letter-spacing: 0.15em;
}

.preview-card h3 {
  font-size: 22px;
  line-height: 1.25;
}

.ip-copy p {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.95;
  color: #465065;
}

.ip-copy strong {
  color: #111827;
  font-weight: 800;
}

.emoji-category-card {
  min-height: 248px;
  padding: 28px 32px 26px;
}

.emoji-category-card h3 {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.25;
}

.mini-strip {
  height: 100px;
  gap: 34px;
  margin-bottom: 24px;
}

.mini-strip img {
  max-width: 96px;
  max-height: 92px;
  transform: scale(1);
}

.emoji-category-card:hover .mini-strip img {
  transform: translateY(-4px) scale(1.05);
}

.count {
  font-size: 16px;
  line-height: 1.6;
  color: #747d8d;
}

.download-card strong {
  font-size: 17px;
  line-height: 1.25;
}

.download-card span {
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .hero-title {
    font-size: 52px;
    line-height: 1;
  }

  .hero-copy p {
    font-size: 16px;
    line-height: 1.8;
  }

  .showcase-panel h2 {
    font-size: 34px;
  }

  .emoji-category-card {
    padding: 24px;
  }

  .mini-strip {
    height: 92px;
    gap: 22px;
  }

  .mini-strip img {
    max-width: 82px;
    max-height: 80px;
  }
}

/* Editorial brand-site layout */
.home-page {
  --ink: #0b1020;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 78% 7%, rgba(57, 115, 255, 0.16), transparent 68%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 44%, #f6f9ff 100%);
}

.home-page .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 20px;
}

.home-page .nav {
  width: min(1460px, calc(100vw - 76px));
  margin: 0 auto;
  min-height: 72px;
  border-color: rgba(222, 230, 246, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 24px 80px rgba(20, 37, 77, 0.1);
}

.home-page .brand-mark {
  border-radius: 15px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.7), transparent 34%),
    linear-gradient(145deg, #2bb8ff, #2f6bff 52%, #7559ff);
}

.hero {
  min-height: 100vh;
  padding-top: 112px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.82;
  animation: glowFloat 12s ease-in-out infinite alternate;
}

.glow-a {
  width: 520px;
  height: 520px;
  right: 10vw;
  top: 13vh;
  background: radial-gradient(circle, rgba(47, 107, 255, 0.16), transparent 70%);
}

.glow-b {
  width: 360px;
  height: 360px;
  left: 6vw;
  bottom: 8vh;
  background: radial-gradient(circle, rgba(43, 184, 255, 0.14), transparent 72%);
  animation-delay: -5s;
}

.hero-grid-lines {
  position: absolute;
  inset: 11vh 5vw 4vh;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(47, 107, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 107, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 72% 40%, black, transparent 64%);
}

.hero-grid {
  min-height: calc(100vh - 112px);
  grid-template-columns: 0.86fr 1.14fr;
}

.hero-copy {
  padding-top: 10px;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f6bff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero-title {
  margin-top: 28px;
  font-size: clamp(84px, 7.4vw, 150px);
  line-height: 0.9;
  letter-spacing: -0.085em;
}

.hero-title .blue {
  color: transparent;
  background: linear-gradient(110deg, #1267ff 0%, #2bb8ff 48%, #7559ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy p {
  max-width: 680px;
  margin-top: 34px;
  color: #566173;
  font-size: 24px;
  line-height: 1.72;
  font-weight: 520;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.primary-cta,
.ghost-cta {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), background 0.45s var(--ease-out);
}

.primary-cta {
  color: #fff;
  background: #101522;
  box-shadow: 0 18px 42px rgba(16, 21, 34, 0.18);
}

.ghost-cta {
  color: #101522;
  border: 1px solid rgba(16, 21, 34, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.primary-cta:hover,
.ghost-cta:hover {
  transform: translateY(-3px);
}

.hero-meta {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(47, 107, 255, 0.14);
  border-radius: 999px;
  color: #5e6878;
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  min-height: 760px;
}

.hero-blob {
  inset: 88px -80px 28px -10px;
  border-radius: 38% 62% 7% 48% / 42% 36% 14% 58%;
  background:
    radial-gradient(circle at 38% 23%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18) 29%, transparent 54%),
    linear-gradient(126deg, rgba(245, 251, 255, 0.94), rgba(216, 233, 255, 0.92) 54%, rgba(238, 244, 255, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.hero-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(47, 107, 255, 0.2);
  pointer-events: none;
}

.ring-a {
  width: 520px;
  height: 520px;
  right: 8%;
  top: 118px;
  animation: slowSpin 28s linear infinite;
}

.ring-b {
  width: 280px;
  height: 280px;
  left: 18%;
  bottom: 60px;
  border-color: rgba(117, 89, 255, 0.16);
  animation: slowSpin 24s linear infinite reverse;
}

.hero-chip {
  position: absolute;
  z-index: 4;
  --float-x: 0px;
  --float-y: 0px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #243047;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 44px rgba(28, 51, 98, 0.12);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.chip-a {
  right: 12%;
  top: 150px;
  animation: floatAsset 7s ease-in-out infinite;
}

.chip-b {
  left: 12%;
  bottom: 170px;
  animation: floatAsset 8s ease-in-out -2s infinite;
}

.ip-main {
  width: 410px;
  left: 47%;
  top: 205px;
}

.ip-rabbit {
  width: 165px;
  left: 19%;
  top: 105px;
}

.ip-flower {
  width: 205px;
  left: 34%;
  top: 575px;
}

.ip-dino {
  width: 245px;
  right: 3%;
  top: 500px;
}

.page-stack {
  padding: 44px 0 76px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(247, 250, 255, 0.84) 18%, #ffffff 100%);
}

.home-page .wrap > .showcase-panel {
  margin-bottom: 42px;
}

.showcase-panel {
  padding: clamp(36px, 4vw, 68px);
  border-radius: 36px;
}

.showcase-panel .panel-head {
  margin-bottom: 34px;
}

.showcase-panel h2 {
  margin-top: 8px;
  font-size: clamp(42px, 4.2vw, 76px);
  line-height: 0.95;
}

.brand-panel {
  background:
    radial-gradient(440px 260px at 82% 0%, rgba(47, 107, 255, 0.08), transparent 68%),
    rgba(255, 255, 255, 0.9);
}

.brand-grid {
  grid-template-columns: 1.18fr 1fr 0.92fr;
  gap: 22px;
}

.preview-card {
  min-height: 390px;
  border-radius: 28px;
  padding: 28px;
}

.preview-card h3 {
  font-size: 26px;
}

.preview-image {
  min-height: 292px;
  border-radius: 24px;
}

.preview-image img {
  height: 292px;
}

.color-board,
.shape-board {
  min-height: 292px;
}

.color-row {
  min-height: 35px;
  border-radius: 12px;
  padding-inline: 16px;
}

.shape-line {
  grid-template-columns: 86px 42px repeat(4, 54px);
  gap: 18px;
}

.shape-origin {
  width: 78px;
  height: 78px;
  border-radius: 30px;
}

.ip-panel {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.95), rgba(239, 247, 255, 0.82)),
    radial-gradient(600px 360px at 85% 50%, rgba(43, 184, 255, 0.12), transparent 68%);
}

.ip-overview {
  grid-template-columns: minmax(320px, 0.54fr) 1fr;
}

.ip-copy {
  padding: 26px 0 26px 10px;
}

.ip-copy p {
  font-size: 24px;
  line-height: 1.8;
}

.ip-image-card {
  min-height: 430px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(248, 251, 255, 0.92));
}

.ip-image-card img {
  max-height: 440px;
}

.emote-panel {
  background:
    radial-gradient(760px 360px at 20% -8%, rgba(255, 89, 131, 0.08), transparent 62%),
    rgba(255, 255, 255, 0.92);
}

.emoji-category-grid {
  gap: 24px;
}

.emoji-category-card {
  min-height: 310px;
  border-radius: 30px;
  padding: 34px;
}

.emoji-category-card h3 {
  font-size: 30px;
  margin-bottom: 32px;
}

.mini-strip {
  height: 142px;
  gap: 46px;
}

.mini-strip img {
  max-width: 132px;
  max-height: 126px;
}

.full-panel {
  background:
    linear-gradient(135deg, rgba(16, 21, 34, 0.96), rgba(27, 48, 92, 0.94));
  color: #fff;
}

.full-panel .section-kicker,
.full-panel .more-link {
  color: #8fc3ff;
}

.full-strip {
  padding: 26px 18px 8px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.full-strip img {
  max-height: 178px;
}

.download-panel {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(620px 380px at 16% 14%, rgba(47, 107, 255, 0.28), transparent 62%),
    linear-gradient(135deg, #0c111d, #151c2c 54%, #101522);
}

.download-panel .section-kicker {
  color: #8fc3ff;
}

.download-panel .download-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(16px);
}

.download-panel .download-card span {
  color: rgba(255, 255, 255, 0.68);
}

.download-panel .soft-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.download-panel .icon-download {
  color: #fff;
}

@keyframes glowFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-34px, 22px, 0) scale(1.08);
  }
}

@keyframes slowSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1180px) {
  .home-page .nav {
    width: min(100% - 36px, 960px);
    border-radius: 28px;
  }

  .hero-grid,
  .brand-grid,
  .ip-overview {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 142px;
  }

  .hero-grid {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .home-page .site-header {
    position: sticky;
    padding-top: 8px;
  }

  .home-page .nav {
    width: min(100% - 22px, 720px);
    border-radius: 22px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-copy p {
    font-size: 18px;
  }

  .hero-actions,
  .hero-meta {
    gap: 10px;
  }

  .primary-cta,
  .ghost-cta {
    min-height: 48px;
    padding-inline: 18px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .chip-a,
  .chip-b,
  .ring-a,
  .ring-b {
    display: none;
  }

  .showcase-panel {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .showcase-panel h2 {
    font-size: 40px;
  }

  .preview-card,
  .emoji-category-card {
    min-height: auto;
    border-radius: 22px;
  }

  .mini-strip {
    gap: 24px;
  }
}

/* Premium motion layer */
:root {
  --shadow-air: 0 28px 90px rgba(29, 49, 91, 0.11);
  --shadow-hover: 0 34px 92px rgba(26, 54, 120, 0.16);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 46%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(1200px 680px at 78% 8%, rgba(47, 107, 255, 0.12), transparent 64%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(236, 245, 255, 0.48), rgba(255, 255, 255, 0.96));
}

.site-header {
  padding: 14px 0;
  background: transparent;
  box-shadow: none;
}

.nav {
  min-height: 74px;
  padding: 0 22px;
  border: 1px solid rgba(214, 224, 244, 0.76);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(1.2);
  box-shadow: 0 18px 64px rgba(25, 48, 90, 0.1);
}

.brand,
.nav-links a,
.login-btn,
.blue-btn,
.soft-btn,
.download-btn,
.preview-card,
.emoji-category-card,
.download-card,
.emote-card {
  transition:
    transform 0.55s var(--ease-out),
    box-shadow 0.55s var(--ease-out),
    border-color 0.55s var(--ease-out),
    background 0.55s var(--ease-out),
    color 0.35s ease;
}

.nav-links a:hover,
.more-link:hover {
  color: var(--blue);
}

.login-btn:hover,
.blue-btn:hover,
.soft-btn:hover,
.download-btn:hover {
  transform: translateY(-2px);
}

.hero {
  min-height: 900px;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: min(1180px, calc(100% - 90px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(47, 107, 255, 0.22), transparent);
}

.hero-title {
  letter-spacing: -0.065em;
  text-wrap: balance;
  text-shadow: 0 20px 60px rgba(24, 35, 57, 0.08);
  animation: titleRise 0.9s var(--ease-out) both;
}

.hero-copy p {
  animation: titleRise 0.9s var(--ease-out) 0.12s both;
}

.scroll-hint {
  animation: titleRise 0.9s var(--ease-out) 0.22s both;
}

.mouse-icon::after {
  animation: wheelMove 1.45s ease-in-out infinite;
}

.hero-visual {
  perspective: 1100px;
}

.hero-blob {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.24)),
    linear-gradient(128deg, rgba(234, 245, 255, 0.96), rgba(211, 230, 255, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 0 90px rgba(255, 255, 255, 0.72),
    0 42px 120px rgba(68, 104, 170, 0.14);
  animation: blobDrift 10s var(--ease-out) infinite alternate;
}

.hero-ip {
  animation: floatAsset 5.8s ease-in-out infinite;
  will-change: transform;
}

.ip-main {
  animation-duration: 6.8s;
}

.ip-rabbit {
  animation-delay: -1.4s;
}

.ip-flower {
  animation-delay: -2.1s;
}

.ip-dino {
  animation-delay: -3s;
}

.bubble {
  animation: floatAsset 8s ease-in-out infinite;
}

.panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(217, 226, 242, 0.8);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  box-shadow: var(--shadow-air);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 107, 255, 0.28), transparent);
}

.panel,
.ip-hero-card,
.sub-hero,
.pdf-page,
.emote-card {
  opacity: 1;
}

.motion-ready .panel,
.motion-ready .ip-hero-card,
.motion-ready .sub-hero,
.motion-ready .pdf-page,
.motion-ready .emote-card {
  opacity: 0;
  transform: translateY(28px);
}

.motion-ready .is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.78s var(--ease-out),
    transform 0.78s var(--ease-out);
}

.panel-head h2,
.section-title-row h2,
.sub-hero h1 {
  letter-spacing: -0.055em;
}

.preview-card,
.emoji-category-card,
.download-card,
.emote-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(222, 230, 244, 0.9);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 34px rgba(23, 45, 86, 0.055);
}

.preview-card::after,
.emoji-category-card::after,
.download-card::after,
.emote-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 42%);
  opacity: 0;
  transition: opacity 0.55s var(--ease-out);
}

.preview-card:hover,
.emoji-category-card:hover,
.download-card:hover,
.emote-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 107, 255, 0.2);
  box-shadow: var(--shadow-hover);
}

.preview-card:hover::after,
.emoji-category-card:hover::after,
.download-card:hover::after,
.emote-card:hover::after {
  opacity: 1;
}

.preview-image,
.ip-image-card,
.emote-frame {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
}

.preview-image img,
.ip-image-card img,
.mini-strip img,
.full-strip img,
.emote-frame img {
  transition: transform 0.65s var(--ease-out), filter 0.65s var(--ease-out);
}

.preview-card:hover .preview-image img,
.emoji-category-card:hover .mini-strip img,
.emote-card:hover .emote-frame img {
  transform: translateY(-5px) scale(1.04);
}

.mini-strip img {
  transform: scale(1.3);
}

.emoji-category-card:hover .mini-strip img {
  transform: translateY(-5px) scale(1.34);
}

.full-strip img:hover {
  transform: translateY(-8px) scale(1.06);
}

.color-row {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.shape-line span:not(.arrow) {
  filter: drop-shadow(0 14px 18px rgba(35, 54, 100, 0.12));
  transition: transform 0.55s var(--ease-out);
}

.shape-board:hover .shape-line span:not(.arrow) {
  transform: translateY(-3px) rotate(-2deg);
}

.ip-hero-card {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 34px 96px rgba(34, 66, 126, 0.14);
}

.ip-hero-art img {
  animation: ipBreath 6.4s ease-in-out infinite;
}

.ip-orbit,
.ip-spark {
  animation: floatAsset 7s ease-in-out infinite;
}

.download-card:hover .icon-download {
  color: var(--blue);
}

@keyframes titleRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wheelMove {
  0%, 100% {
    transform: translate(-50%, 0);
    opacity: 0.35;
  }
  50% {
    transform: translate(-50%, 9px);
    opacity: 1;
  }
}

@keyframes blobDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    border-radius: 52% 48% 0 44% / 34% 42% 0 58%;
  }
  to {
    transform: translate3d(-18px, 10px, 0) scale(1.018);
    border-radius: 46% 54% 0 50% / 38% 36% 0 62%;
  }
}

@keyframes floatAsset {
  0%, 100% {
    transform: translate(var(--float-x), var(--float-y));
  }
  50% {
    transform: translate(var(--float-x), calc(var(--float-y) - 14px));
  }
}

@keyframes ipBreath {
  0%, 100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-53%) scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 8px 0;
  }

  .nav {
    border-radius: 22px;
    padding: 12px 16px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero {
    overflow: hidden;
  }

  .hero-title {
    letter-spacing: -0.04em;
  }

  .ip-main {
    --float-x: -50%;
  }

  .panel,
  .ip-hero-card {
    border-radius: 22px;
  }

  .ip-hero-card {
    min-height: auto;
    padding: 38px 24px;
    grid-template-columns: 1fr;
  }

  .ip-hero-copy h1 {
    font-size: 54px;
  }

  .ip-hero-copy p {
    font-size: 18px;
  }

  .ip-hero-art {
    min-height: 280px;
  }

  .ip-hero-art img {
    right: 50%;
    width: min(260px, 82%);
    transform: translate(50%, -50%);
  }

  @keyframes ipBreath {
    0%, 100% {
      transform: translate(50%, -50%) scale(1);
    }
    50% {
      transform: translate(50%, -53%) scale(1.035);
    }
  }
}

/* EOF final type clamp */
body { font-size: 15px; line-height: 1.68; }
.brand strong { font-size: 17px; font-weight: 800; }
.brand span { font-size: 10px; font-weight: 500; }
.nav-links { font-size: 14px; font-weight: 650; }
.hero-title { font-size: clamp(58px, 5.4vw, 104px); line-height: 0.98; }
.hero-copy p { font-size: 17px; line-height: 1.88; font-weight: 400; }
.hero-kicker, .section-kicker { font-size: 11px; font-weight: 800; }
.panel h2, .showcase-panel h2 { font-size: clamp(28px, 2.6vw, 44px); line-height: 1.14; font-weight: 800; }
.preview-card h3, .emoji-category-card h3 { font-size: 19px; line-height: 1.35; font-weight: 800; }
.ip-copy p { font-size: 16px; line-height: 1.9; font-weight: 400; }
.count { font-size: 14px; font-weight: 400; }
.download-card strong { font-size: 16px; font-weight: 800; }
.download-card span { font-size: 13px; font-weight: 400; }
.sub-hero h1 { font-size: clamp(34px, 3.2vw, 46px); font-weight: 800; }
.sub-hero p { font-size: 16px; font-weight: 400; }
.section-title-row h2 { font-size: clamp(24px, 2.2vw, 32px); font-weight: 800; }
.ip-hero-copy h1 { font-size: clamp(48px, 5.4vw, 86px); font-weight: 850; }
.ip-hero-copy p { font-size: 20px; line-height: 1.6; font-weight: 400; }
.login-btn, .blue-btn, .primary-cta, .ghost-cta { font-size: 14px; font-weight: 800; }
.soft-btn, .download-btn { font-size: 13px; }
@media (max-width: 760px) {
  body { font-size: 14px; }
  .nav-links { font-size: 13px; }
  .hero-title { font-size: 44px; line-height: 1.02; }
  .hero-copy p { font-size: 15px; }
  .panel h2, .showcase-panel h2 { font-size: 30px; }
  .preview-card h3, .emoji-category-card h3 { font-size: 18px; }
  .ip-hero-copy h1 { font-size: 40px; }
  .ip-hero-copy p, .sub-hero p, .ip-copy p { font-size: 15px; }
}

/* Homepage emoji preview size: match approved reference */
.home-page .emoji-category-card .mini-strip {
  height: 122px;
  gap: 38px;
  margin-bottom: 26px;
}

.home-page .emoji-category-card .mini-strip img {
  max-width: 118px;
  max-height: 110px;
  transform: scale(1);
}

.home-page .emoji-category-card:hover .mini-strip img {
  transform: translateY(-4px) scale(1.04);
}

@media (max-width: 760px) {
  .home-page .emoji-category-card .mini-strip {
    height: 102px;
    gap: 24px;
  }

  .home-page .emoji-category-card .mini-strip img {
    max-width: 88px;
    max-height: 84px;
  }
}

/* Requested final tweaks */
.home-page .emoji-category-card .mini-strip {
  height: 82px;
  gap: 24px;
}

.home-page .emoji-category-card .mini-strip img {
  max-width: 68px;
  max-height: 64px;
  transform: scale(0.7);
}

.home-page .emoji-category-card:hover .mini-strip img {
  transform: translateY(-3px) scale(0.74);
}

.home-page .full-panel h2,
.home-page .download-panel h2 {
  color: #111827;
}

.home-page .full-panel .section-kicker,
.home-page .download-panel .section-kicker,
.home-page .full-panel .more-link,
.home-page .download-panel .more-link {
  color: #111827;
}

/* Final emoji component preview scale */
.home-page .emoji-category-card .mini-strip {
  height: 136px;
  gap: 42px;
  margin-bottom: 26px;
}

.home-page .emoji-category-card .mini-strip img {
  max-width: 126px;
  max-height: 118px;
  transform: scale(1.3);
}

.home-page .emoji-category-card:hover .mini-strip img {
  transform: translateY(-4px) scale(1.34);
}

@media (max-width: 760px) {
  .home-page .emoji-category-card .mini-strip {
    height: 112px;
    gap: 24px;
  }

  .home-page .emoji-category-card .mini-strip img {
    max-width: 92px;
    max-height: 88px;
    transform: scale(1.18);
  }

  .home-page .emoji-category-card:hover .mini-strip img {
    transform: translateY(-3px) scale(1.22);
  }
}

/* Download cards text and action color */
.home-page .download-panel .download-card,
.home-page .download-panel .download-card strong,
.home-page .download-panel .download-card span,
.home-page .download-panel .download-card .icon-download,
.home-page .download-panel .download-choices .soft-btn {
  color: #111827;
}

.home-page .download-panel .download-card .icon-download {
  opacity: 1;
}

.home-page .download-panel .download-choices .soft-btn {
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: rgba(17, 24, 39, 0.04);
}

/* Keep full-body more link consistent with other sections */
.home-page .full-panel .more-link {
  color: #2f6bff;
}

/* Download arrow icon size */
.icon-download {
  font-size: 31px;
  line-height: 1;
  font-weight: 850;
}

/* Reduce homepage emoji preview by 10% while keeping three per category */
.home-page .emoji-category-card .mini-strip {
  height: 126px;
  gap: 38px;
}

.home-page .emoji-category-card .mini-strip img {
  max-width: 113px;
  max-height: 106px;
  transform: scale(1.17);
}

.home-page .emoji-category-card:hover .mini-strip img {
  transform: translateY(-4px) scale(1.2);
}

@media (max-width: 760px) {
  .home-page .emoji-category-card .mini-strip {
    height: 106px;
  }

  .home-page .emoji-category-card .mini-strip img {
    max-width: 83px;
    max-height: 79px;
    transform: scale(1.06);
  }

  .home-page .emoji-category-card:hover .mini-strip img {
    transform: translateY(-3px) scale(1.1);
  }
}
