.koemo-hero-shell {
  display: grid;
  gap: 26px;
}

.koemo-hero-card {
  padding: 32px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.koemo-hero-card::before {
  content: none;
}

.koemo-lockup {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.koemo-app-icon-link {
  position: relative;
  width: clamp(136px, 13vw, 170px);
  height: clamp(136px, 13vw, 170px);
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
  box-shadow: 0 22px 48px rgba(0,0,0,0.32);
  --koemo-app-icon-mask: url("data:image/svg+xml,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%20230.5%20230.5%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.4%22%20clip-rule%3D%22evenodd%22%20d%3D%22M158.2%20230H64.1a320%20320%200%200%201-7-.1c-5%200-10-.5-15-1.3a50.8%2050.8%200%200%201-14.4-4.8%2048.2%2048.2%200%200%201-21-21%2050.9%2050.9%200%200%201-4.8-14.4%20100.7%20100.7%200%200%201-1.3-15v-7l-.1-8.2V64.1a320%20320%200%200%201%20.1-7c0-5%20.5-10%201.3-15a50.7%2050.7%200%200%201%204.8-14.4%2048.2%2048.2%200%200%201%2021-21%2051%2051%200%200%201%2014.4-4.8c5-.8%2010-1.2%2015-1.3a320%20320%200%200%201%207%200l8.2-.1h94.1a320%20320%200%200%201%207%20.1c5%200%2010%20.5%2015%201.3a52%2052%200%200%201%2014.4%204.8%2048.2%2048.2%200%200%201%2021%2021%2050.9%2050.9%200%200%201%204.8%2014.4c.8%205%201.2%2010%201.3%2015a320%20320%200%200%201%20.1%207v102.3l-.1%207c0%205-.5%2010-1.3%2015a50.7%2050.7%200%200%201-4.8%2014.4%2048.2%2048.2%200%200%201-21%2021%2050.8%2050.8%200%200%201-14.4%204.8c-5%20.8-10%201.2-15%201.3a320%20320%200%200%201-7%200l-8.2.1z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.koemo-app-icon-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mask-image: var(--koemo-app-icon-mask);
  -webkit-mask-image: var(--koemo-app-icon-mask);
}

.koemo-app-icon-link svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.koemo-lockup-copy {
  display: grid;
  gap: 16px;
}

.koemo-title {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.koemo-dek {
  margin: 0;
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.koemo-meta-row {
  gap: 10px;
}

.koemo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.koemo-section-head {
  display: grid;
  gap: 12px;
  max-width: 72ch;
  margin-bottom: 24px;
}

.koemo-section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.koemo-video-frame {
  position: relative;
  aspect-ratio: 472 / 839;
  overflow: hidden;
  border-radius: 28px;
  background: #02050c;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 40px rgba(0,0,0,0.28);
}

.koemo-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.koemo-feature-list {
  display: grid;
  gap: 22px;
}

.koemo-feature-card {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
}

.koemo-feature-card:not(.koemo-feature-card--dual):not(.koemo-feature-card--straight):nth-child(even) .koemo-feature-shot {
  order: 2;
}

.koemo-feature-card:not(.koemo-feature-card--dual):not(.koemo-feature-card--straight):nth-child(even) .koemo-feature-copy {
  order: 1;
}

.koemo-feature-card--dual {
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr) minmax(240px, 320px);
  align-items: center;
}

.koemo-feature-shot {
  display: grid;
  justify-items: center;
}

.koemo-feature-video {
  display: grid;
  justify-items: center;
}

.koemo-feature-shot img {
  width: min(100%, 320px);
  aspect-ratio: 600 / 1334;
  object-fit: cover;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 22px 42px rgba(0,0,0,0.28);
}

.koemo-feature-video .koemo-video-frame {
  width: min(100%, 320px);
  aspect-ratio: 600 / 1334;
}

.koemo-feature-copy {
  display: grid;
  gap: 14px;
  align-content: center;
}

.koemo-feature-copy h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.koemo-feature-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.koemo-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .koemo-lockup {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .koemo-feature-card {
    grid-template-columns: 1fr;
  }

  .koemo-feature-card:not(.koemo-feature-card--dual):not(.koemo-feature-card--straight):nth-child(even) .koemo-feature-shot,
  .koemo-feature-card:not(.koemo-feature-card--dual):not(.koemo-feature-card--straight):nth-child(even) .koemo-feature-copy {
    order: initial;
  }
}

@media (max-width: 760px) {
  .koemo-hero-card {
    padding: 24px;
  }

  .koemo-title {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .koemo-app-icon-link {
    width: 136px;
    height: 136px;
  }

  .koemo-feature-card {
    padding: 20px;
    gap: 18px;
  }

  .koemo-video-frame {
    border-radius: 22px;
  }

  .koemo-feature-shot img {
    border-radius: 22px;
  }
}
