@media (max-width: 1460px) {
  .hero-inner {
    grid-template-columns: minmax(390px, 40%) minmax(620px, 60%);
    padding-left: 112px; padding-right: 36px;
  }
  .hero-title { font-size: clamp(4.8rem, 6.6vw, 6.9rem); }
  .hero-visual {
    width: 1120px; height: 900px; min-height: 900px;
    margin-right: -22px;
    transform: scale(0.92);
    transform-origin: center right;
  }
}

@media (max-width: 1120px) {
  .mkt-body { padding: 18px 20px 22px; }
  .mkt-name { font-size: 1.15rem; }
  .mkt-cover { height: 166px; }
}

@media (max-width: 1120px) {
  .hero { min-height: 1160px; }
  .hero::after {
    background:
      linear-gradient(180deg, oklch(0.992 0.01 82 / 0.96) 0 42%, oklch(0.992 0.01 82 / 0.38) 55%, transparent 67%);
  }
  .hero-side-badge { display: none; }
  .hero-inner {
    min-height: auto; display: block;
    padding: 116px 28px 36px;
  }
  .hero-content { width: auto; max-width: 760px; }
  .hero-title { max-width: 760px; font-size: clamp(4.1rem, 12vw, 6.6rem); }
  .hero-visual {
    width: 1120px; height: 900px; min-height: 900px;
    left: 50%; margin-left: -560px; margin-right: 0; margin-top: -26px;
    transform: scale(0.76);
    transform-origin: top center;
  }

  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-menu-btn { display: flex; }
  .atomi-wordmark { display: none; }

  .creators-grid { grid-template-columns: 1fr; gap: 40px; }

  .cat-grid { grid-template-columns: repeat(2, 1fr); }

  .trust-body { grid-template-columns: 1fr; gap: 40px; }
  .trust-shield { min-height: 360px; }

  .mkt-grid { grid-template-columns: repeat(2, 1fr); }

  .stats-row { grid-template-columns: repeat(2, 1fr); }

  .why-body { grid-template-columns: 1fr; gap: 40px; }
  .why-visual { height: clamp(320px, 48vw, 400px); }

  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }

  .pricing-card--featured { transform: scale(1.02); }
  .pricing-card--featured:hover { transform: scale(1.02) translateY(-4px); }
}

@media (max-width: 1024px) {
  .mkt-grid { gap: clamp(var(--space-16), 1.5vw, var(--space-24)); }
  .mkt-body { padding: 18px 20px 22px; }
  .mkt-name { font-size: 1.15rem; }
}

@media (max-width: 768px) {
  .hero { min-height: 1120px; }
  .hero-inner { padding: 98px 22px 24px; }
  .hero-content::before { display: none; }
  .hero-title { font-size: clamp(3.15rem, 15.5vw, 4.8rem); }
  .title-spark {
    width: 0.18em; height: 1px; margin: 0 0.04em 0 0.08em;
    vertical-align: baseline; background: transparent;
    opacity: 0; filter: none; clip-path: none;
  }
  .btn { width: 100%; min-width: 0; min-height: 56px; }
  .hero-visual {
    position: absolute; left: -106px; top: 655px; margin: 0;
    opacity: 1; animation: none;
    transform: scale(0.46);
    transform-origin: top left;
  }
  .step-card--review, .step-card--sandbox, .step-card--release { right: 7%; }

  .tool-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .story { padding-left: 20px; padding-right: 20px; }
  .creators-cta .btn { width: auto; }
  .settle-pipeline { flex-wrap: wrap; gap: 8px; justify-content: center; }
  .sp-rail { width: 1px; height: 16px; margin: 0 auto; }
  .rcn-pipeline { flex-direction: column; gap: 4px; align-items: center; }
  .rcn-pl-line { width: 1px; height: 12px; }

  .cat-grid { grid-template-columns: 1fr; }
  .categories { padding-left: 20px; padding-right: 20px; }

  .trust-section { padding-left: 20px; padding-right: 20px; }
  .trust-shield { min-height: 300px; padding: 28px 20px; }

  .mkt-grid { grid-template-columns: 1fr; }
  .marketplace { padding-left: 20px; padding-right: 20px; }
  .mkt-cover { height: 150px; }
  .mkt-body { padding: 16px 18px 20px; }
  .mkt-name { font-size: 1.12rem; }

  .stats-row { grid-template-columns: 1fr; }
  .statistics { padding-left: 20px; padding-right: 20px; }
  .stat-value { font-size: clamp(2.4rem, 10vw, 3.2rem); }

  .why { padding-left: 20px; padding-right: 20px; }
  .why-visual { height: 300px; }

  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonials { padding-left: 20px; padding-right: 20px; }

  .pricing-grid { grid-template-columns: 1fr; }
  .pricing { padding-left: 20px; padding-right: 20px; }
  .pricing-card--featured { transform: scale(1); }
  .pricing-card--featured:hover { transform: translateY(-4px); }

  .cta-section { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(2.6rem, 14vw, 3.8rem); }
  .hero-visual { transform: scale(0.36); left: -160px; top: 580px; }
  .hero-cta { flex-direction: column; }
  .creators-cta { flex-direction: column; }
  .final-cta { flex-direction: column; align-items: center; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-mid { grid-template-columns: 1fr; }
  .metrics-inner { flex-direction: column; gap: 24px; }
  .metric-divider { width: 120px; height: 1px; }
  .mkt-cover { height: 130px; }
  .mkt-body { padding: 14px 16px 18px; }
  .mkt-name { font-size: 1.06rem; }
  .mkt-logo { width: 34px; height: 34px; top: 10px; left: 10px; }
  .mkt-logo img { width: 24px; height: 24px; }
  .mkt-verified { top: 10px; right: 10px; font-size: 0.62rem; padding: 3px 10px 3px 6px; }
  .mkt-card--new .mkt-cover::before { top: 42px; }
}

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

@media (max-width: 680px) {
  .hero-mobile-action-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .hero-visual--fused .step-card {
    display: none;
  }
}

@media (max-width: 899px) {
  .story {
    min-height: auto;
    overflow: visible;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .story-inner {
    display: block;
  }

  .story-left {
    display: grid;
    gap: 14px;
  }

  .story-step,
  .story-step.active {
    position: relative;
    opacity: 1;
    transform: none;
    padding: 20px 0;
    border-bottom: 1px solid var(--surface-line);
  }

  .story-step h2 {
    max-width: 100%;
  }

  .story-right {
    min-height: auto;
    margin-top: 28px;
  }

  .trust-visual,
  .how-mockup {
    display: grid;
    gap: 18px;
    min-height: 0;
  }

  .tv-frame,
  .tv-frame.active,

  .trust-panel,

  .trust-panel--review {
    min-height: auto;
    overflow: hidden;
  }

  .review-scene {
    min-height: auto;
    grid-template-areas:
      "mimi"
      "target"
      "ledger";
    grid-template-columns: 1fr;
    padding: 28px 22px 24px;
  }





  .mimi-scan-status {
    bottom: 0;
    min-width: min(260px, 86vw);
    text-align: center;
  }

  .review-proof-ledger,
  .execution-boundaries {
    grid-template-columns: 1fr;
  }

  .review-scan-cone {
    display: none;
  }

  .mimi-guide {
    display: none;
  }

  .story-progress {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-nav {
    padding: 16px 20px 10px;
  }

  .nav-logo-icon {
    width: 34px;
    height: 34px;
  }

  .nav-logo-text {
    font-size: 1.38rem;
  }

  .nav-center {
    display: none;
  }

  .trust-strip {
    margin-top: 18px;
  }

  .trust-strip span {
    flex: 1 1 150px;
    text-align: center;
  }

  .review-scene {
    grid-template-areas:
      "mimi"
      "target"
      "pip";
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 22px 24px;
  }

  .review-target-card {
    flex-direction: column;
  }

  .settle-pipeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sp-rail {
    display: none;
  }

  .metrics-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 16px;
  }

  .metric-divider {
    display: none;
  }

  .metric-item {
    min-width: 0;
    padding: 24px 14px;
    border-bottom: 1px solid var(--surface-line);
  }

  .metric-item:nth-child(1),
  .metric-item:nth-child(5) {
    border-right: 1px solid var(--surface-line);
  }

  .metric-item:nth-child(5),
  .metric-item:nth-child(7) {
    border-bottom: 0;
  }

  .metric-value {
    font-size: clamp(2.45rem, 13vw, 3.45rem);
  }

  .popular-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .ledger-rail {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
  }

  .ledger-link {
    width: 2px;
    height: 16px;
    justify-self: center;
    background: linear-gradient(180deg, oklch(0.52 0.13 158 / 0.5), oklch(0.52 0.13 158 / 0.18));
  }

  .ledger-node {
    width: 100%;
  }

  .market-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .market-search {
    width: 100%;
  }

  .market-filters {
    justify-content: flex-start;
  }

  .picks-grid {
    grid-template-columns: 1fr;
  }



}

@media (max-width: 480px) {
  .picks,
  .popular,
  .creators,
  .final {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1120px) {
  .story--trust .story-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(22px, 4vw, 34px);
  }

  .story--trust .story-left,
  .story--trust .story-right,
  .story--trust .trust-visual {
    display: contents;
  }

  .story--trust .story-step,
  .story--trust .story-step.active {
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    width: min(100%, 760px);
    padding: 0;
    border: 0;
  }

  .story--trust .story-step h2 {
    max-width: 11em;
  }

  .story--trust .story-step p {
    max-width: 620px;
  }

  .story--trust .story-step[data-step="0"] { order: 1; }
  .story--trust .tv-frame--0 { order: 2; }
  .story--trust .story-step[data-step="1"] { order: 3; }
  .story--trust .tv-frame--1 { order: 4; }
  .story--trust .story-step[data-step="2"] { order: 5; }
  .story--trust .tv-frame--2 { order: 6; }

  .story--trust .tv-frame,
  .story--trust .tv-frame.active {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    width: 100%;
    margin: 0;
  }

  .story--trust .trust-panel {
    max-width: none;
  }

  .story--trust .trust-panel--review {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .story--trust .trust-panel--review::after {
    inset: 18px;
  }

  .story--trust .review-scene {
    min-height: clamp(560px, 68vw, 660px);
    grid-template-columns: minmax(250px, 0.88fr) minmax(280px, 1fr);
    padding: clamp(26px, 4vw, 34px);
  }



  .story--trust .review-target-card,
  .story--trust .review-evidence-list,
  .story--trust .review-proof-ledger {
    justify-self: stretch;
  }
}

@media (max-width: 899px) {
  .story--trust {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .story--trust .story-inner {
    gap: 18px;
  }

  .story--trust .story-step,
  .story--trust .story-step.active {
    padding-top: 18px;
    border-top: 1px solid var(--surface-line);
  }

  .story--trust .story-step[data-step="0"] {
    border-top: 0;
    padding-top: 0;
  }

  .story--trust .story-step h2 {
    max-width: 10.5em;
  }

  .story--trust .story-step p {
    max-width: 38em;
  }

  .story--trust .tv-frame {
    margin-bottom: 18px;
  }

  .story--trust .trust-panel--review {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .story--trust .trust-panel--review::after {
    inset: 12px;
    border-radius: 16px;
  }

  .story--trust .review-scene {
    grid-template-areas:
      "mimi"
      "target"
      "evidence"
      "ledger";
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 14px;
    padding: 22px 18px 20px;
  }





  .story--trust .mimi-dominant-aura {
    width: min(70vw, 294px);
  }

  .story--trust .mimi-scan-status {
    bottom: 0;
    min-width: min(260px, calc(100vw - 84px));
    padding: 11px 16px;
    white-space: nowrap;
  }

  .story--trust .review-target-card {
    min-height: 0;
    padding: 16px;
    gap: 12px;
  }

  .story--trust .rtc-cover {
    width: 48px;
    height: 48px;
  }

  .story--trust .review-evidence-list span {
    min-height: 48px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .story--trust .review-proof-ledger {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .story--trust .review-proof-ledger span {
    min-height: 58px;
  }
}

@media (min-width: 981px) {
  .section-title,
  .creators-left h2,
  .final-inner h2 {
    font-size: clamp(2.65rem, 3.45vw, 4.05rem);
    line-height: 1.03;
  }
}

@media (max-width: 768px) {
  .picks {
    padding-top: 42px;
    padding-bottom: 80px;
  }

  .picks .section-head {
    margin-bottom: 24px;
  }

  .picks .section-title {
    font-size: clamp(2rem, 10.2vw, 2.82rem);
    line-height: 1.03;
  }

  .picks .section-note {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .market-toolbar {
    gap: 12px;
    margin-bottom: 12px;
    padding: 4px;
  }

  .market-deal-strip {
    margin-bottom: 14px;
  }

  .market-deal-strip span {
    min-height: 54px;
    padding: 10px 14px;
  }

  .market-deal-strip strong {
    font-size: 1.14rem;
  }

}

@media (min-width: 1281px) and (max-height: 900px) {
  .hero-inner {
    min-height: 100svh;
    padding-top: clamp(96px, 11.5vh, 112px);
  }

  .hero-title {
    font-size: clamp(6.1rem, 7.2vw, 6.85rem);
    line-height: 0.94;
  }

  .hero-lead {
    margin-top: 12px;
  }

  .hero-sub {
    max-width: 460px;
    margin-top: 5px;
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .hero-cta {
    margin-top: 20px;
  }

  .hero-cta .btn {
    min-height: 58px;
    padding-inline: 34px;
  }
}

@media (min-width: 1121px) and (max-width: 1280px) and (max-height: 820px) {
  .hero-content {
    top: 106px;
  }

  .hero-title {
    font-size: clamp(4.85rem, 6.45vw, 5.22rem);
    line-height: 0.94;
  }

  .hero-lead {
    margin-top: 12px;
  }

  .hero-sub {
    margin-top: 5px;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .hero-cta {
    margin-top: 18px;
  }

  .hero-cta .btn {
    min-height: 54px;
    padding-inline: 30px;
  }
}

@media (max-width: 640px) {
  .top-nav:not(.scrolled) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-picks {
    padding: 44px 18px 36px;
  }

  .fp-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .fp-card {
    flex-basis: min(292px, calc(100vw - 44px));
  }

  .fp-scroll,
  .product-row-scroll {
    gap: 14px;
    padding-right: 20px;
    scroll-padding-inline: 18px;
  }

  .product-rows {
    padding-left: 18px;
    padding-right: 18px;
    gap: 34px;
  }

  .product-row-head {
    align-items: center;
  }

  .pr-card {
    flex-basis: min(236px, calc(100vw - 44px));
  }

  .story--trust {
    padding: 60px 18px;
  }

  .story--trust .story-left .story-step {
    margin-bottom: 18px;
  }

  .story--trust .trust-visual {
    gap: 16px;
  }

.story--trust .trust-panel {
  border-radius: var(--radius-md);
  }
}

@media (max-width: 1120px) {
  .story--trust .story-left,
  .story--trust .story-right {
    display: block;
  }

  .story--trust .story-left {
    max-width: 720px;
  }

  .story--trust .story-right {
    margin-top: 10px;
  }

  .story--trust .trust-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .story--trust .story-step,
  .story--trust .story-step.active,
  .story--trust .tv-frame,
  .story--trust .tv-frame.active {
    order: initial;
  }
}

@media (min-width: 1121px) {
  /* story-left decorative refinements — frame layout handled by base.css Final block */

  .story--trust .story-left {
    position: relative;
    top: auto;
    align-self: start;
    max-width: none;
    padding: 24px;
    border: 1px solid var(--rhythm-line-strong);
    border-radius: var(--radius-lg);
    background:
      linear-gradient(180deg, var(--rhythm-rail-strong), var(--rhythm-rail)),
      var(--glass-strong);
    box-shadow: var(--shadow-1);
    backdrop-filter: blur(22px) saturate(1.04);
    -webkit-backdrop-filter: blur(22px) saturate(1.04);
  }

  .story--trust .story-left::before {
    content: "";
    position: absolute;
    left: 43px;
    top: 62px;
    bottom: 62px;
    width: 1px;
    background: linear-gradient(180deg, var(--edge-violet), var(--rhythm-line), var(--gold));
  }

  .story--trust .story-left::after {
    content: "Review / Sandbox / Settle";
    display: block;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--rhythm-line);
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.72rem;
    font-weight: 650;
    text-transform: uppercase;
  }

  .story--trust .story-left .story-step {
    position: relative;
    min-height: 128px;
    margin-bottom: 0;
    padding: 0 0 16px 58px;
    border: 0;
  }

  .story--trust .story-left .story-step:not(:last-child) {
    margin-bottom: 14px;
  }

  .story--trust .story-left .story-step .step-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: var(--radius-full);
    background: var(--ivory-clean);
    border: 1px solid var(--edge);
    box-shadow: 0 8px 24px var(--rhythm-violet-wash);
  }

  .story--trust .story-left .story-step h2 {
    font-size: clamp(1.18rem, 1.25vw, 1.5rem);
    line-height: 1.16;
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .story--trust .story-left .story-step p {
    max-width: 32em;
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .story--trust .proof-caption {
    width: min(74%, 760px);
    margin: 22px 0 0 auto;
    text-align: left;
  }
}

@media (max-width: 1120px) {
  .story--trust {
    padding-top: 54px;
    padding-bottom: 76px;
  }

  .story--trust .story-left {
    border: 1px solid var(--rhythm-line);
    border-radius: var(--radius-lg);
    background: var(--rhythm-rail);
    padding: 22px;
  }

  .story--trust .story-right {
    margin-top: 14px;
  }

  .story--trust .tv-frame--0 {
    display: block;
  }

  .story--trust .trust-panel {
    max-width: none;
  }

  .product-rows .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-rows .section-note {
    max-width: 42em;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (min-width: 641px) and (max-width: 1120px) {
  .story--trust .story-left {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 18px;
  }

  .story--trust .story-left .story-step {
    margin-bottom: 0;
    padding: 0 16px;
    border-left: 1px solid var(--rhythm-line);
  }

  .story--trust .story-left .story-step:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .story--trust .story-left .story-step:last-child {
    padding-right: 0;
  }

  .story--trust .story-left .story-step .step-num {
    display: inline-grid;
    place-items: center;
    min-width: 40px;
    min-height: 30px;
    margin-bottom: 12px;
    border: 1px solid var(--rhythm-line);
    border-radius: var(--radius-full);
    background: var(--ivory-clean);
  }

  .story--trust .story-left .story-step h2 {
    font-size: 1.02rem;
    line-height: 1.18;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .story--trust .story-left .story-step p {
    max-width: none;
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .story--trust .trust-panel--noise .noise-field,
  .story--trust .triage-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story--trust .trust-panel--noise .noise-card:nth-child(5) {
    grid-column: 1 / -1;
    width: min(360px, 72%);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .story--trust .story-left {
    padding: 2px 18px;
  }

  .story--trust .story-left .story-step {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 12px;
    margin-bottom: 0;
    padding: 14px 0;
    border-top: 1px solid var(--rhythm-line);
  }

  .story--trust .story-left .story-step:first-child {
    border-top: 0;
  }

  .story--trust .story-left .story-step .step-num {
    display: inline-grid;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    place-items: center;
    min-width: 40px;
    min-height: 30px;
    margin: 1px 0 0;
    border: 1px solid var(--rhythm-line);
    border-radius: var(--radius-full);
    background: var(--ivory-clean);
  }

  .story--trust .story-left .story-step h2,
  .story--trust .story-left .story-step p {
    grid-column: 2;
  }

  .story--trust .story-left .story-step h2 {
    font-size: 1.08rem;
    line-height: 1.16;
    margin-top: 0;
    margin-bottom: 7px;
    max-width: none;
  }

  .story--trust .story-left .story-step p {
    font-size: 0.8rem;
    line-height: 1.42;
    max-width: none;
  }
}

/* Hero restoration: frozen responsive rules from the locked deliverable. */
@media (max-width: 768px) {
  .hero {
    min-height: auto;
  }

  .hero::after {
    background:
      linear-gradient(180deg, oklch(0.992 0.01 82 / 0.96) 0 58%, oklch(0.992 0.01 82 / 0.24) 74%, transparent 100%);
  }

  .hero-inner {
    padding: 126px 22px 48px;
  }

  .hero-content {
    margin-top: 0;
    transform: none;
  }

  .hero-kicker {
    margin-bottom: 12px;
  }

  .hero-kicker p {
    max-width: 250px;
    letter-spacing: 0.18em;
    line-height: 1.45;
  }

  .hero-title {
    font-size: clamp(3.15rem, 15.5vw, 4.7rem);
    line-height: 0.96;
  }

  .hero-lead {
    margin-top: 18px;
  }

  .hero-sub {
    max-width: 33rem;
  }

  .hero-cta {
    margin-top: 28px;
  }

  .hero-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 420px;
    min-height: 420px;
    margin: 24px 0 0;
    overflow: hidden;
    border-radius: 22px;
    background:
      radial-gradient(ellipse 68% 68% at 60% 28%, oklch(0.87 0.12 42 / 0.32), transparent 66%),
      oklch(0.99 0.01 82 / 0.58);
    border: 1px solid var(--surface-line);
    transform: none;
    box-shadow: 0 24px 60px oklch(0.32 0.04 286 / 0.1);
  }

  .hero-visual--fused .fused-hero-artwork {
    mask-image: none;
    -webkit-mask-image: none;
    object-position: 41% center;
  }

  .portal-artwork {
    left: -86%;
    top: -1%;
    width: 260%;
    opacity: 0.9;
  }

  .visual-main {
    left: 12%;
    top: 0%;
    height: 105%;
  }

  .visual-main-image {
    filter:
      saturate(1.02) contrast(1.015) brightness(1.02)
      drop-shadow(0 10px 18px oklch(0.58 0.04 70 / 0.08));
  }

  .step-card {
    transform: scale(0.72);
    transform-origin: top right;
  }

  .step-card--review {
    right: -4%;
    top: 8%;
  }

  .step-card--sandbox {
    right: -5%;
    top: 29%;
  }

  .step-card--release {
    right: -6%;
    top: 54%;
  }

  .mimi-pill {
    display: none;
  }

  .scroll-cue,
  .hero-side-badge {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: clamp(2.92rem, 14.7vw, 3.7rem);
  }

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

  .portal-artwork {
    left: -105%;
    top: 0%;
    width: 292%;
  }

  .visual-main {
    left: 7%;
    top: 1%;
    height: 101%;
  }

  .step-card {
    transform: scale(0.58);
  }

  .step-card--review,
  .step-card--sandbox {
    right: -11%;
  }

  .step-card--release {
    right: -13%;
  }

  .btn {
    border-radius: 14px;
  }
}

@media (min-width: 1281px) {
  .hero {
    min-height: 933px;
    height: 100vh;
    height: 100svh;
  }

  .hero-inner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 933px;
    padding: 0;
  }

  .hero-content {
    position: absolute;
    left: clamp(126px, 8.95vw, 150px);
    top: clamp(136px, 15.6vh, 148px);
    width: min(650px, calc(100vw - 720px));
    margin: 0;
    opacity: 1;
    animation: none;
    transform: none;
  }

  .hero-visual {
    --hero-visual-left: clamp(600px, 38.9vw, 650px);
    --hero-card-viewport-inset: 54px;
    --hero-stage-overflow: max(0px, calc(var(--hero-visual-left) + 1021px - 100vw));
    position: absolute;
    left: var(--hero-visual-left);
    top: 3px;
    width: 1021px;
    height: 930px;
    min-height: 930px;
    margin: 0;
    opacity: 1;
    animation: none;
    transform: none;
    transform-origin: top left;
  }

  .hero-visual--fused .fused-hero-artwork {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .step-card--review {
    right: max(6.1%, calc(var(--hero-stage-overflow) + var(--hero-card-viewport-inset)));
    top: 21.4%;
    width: 148px;
    min-height: 108px;
    padding: 16px 15px 14px 54px;
  }

  .step-card--sandbox {
    right: max(6%, calc(var(--hero-stage-overflow) + var(--hero-card-viewport-inset)));
    top: 39.4%;
    width: 178px;
    min-height: 124px;
    padding: 18px 16px 15px 60px;
  }

  .step-card--release {
    right: max(7.5%, calc(var(--hero-stage-overflow) + var(--hero-card-viewport-inset)));
    top: 58.5%;
    width: 225px;
    min-height: 220px;
  }
}

@media (min-width: 900px) and (max-width: 1280px) {
  .hero {
    height: 100vh;
    height: 100svh;
    min-height: 690px;
    overflow: hidden;
  }

  .hero-inner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 0;
  }

  .top-nav:not(.scrolled) {
    padding-top: clamp(28px, 3.8vw, 54px);
    padding-left: clamp(46px, 6vw, 76px);
    padding-right: clamp(46px, 6vw, 76px);
  }

  .hero-content {
    position: absolute;
    left: clamp(72px, 8.9vw, 126px);
    top: clamp(108px, 11.4vw, 132px);
    width: clamp(420px, 50vw, 560px);
    max-width: none;
    margin: 0;
    opacity: 1;
    animation: none;
    transform: none;
  }

  .hero-content::before {
    left: -82px;
    top: -54px;
    width: 560px;
    height: 680px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(4.35rem, 7vw, 5.7rem);
    line-height: 0.94;
  }

  .hero-lead {
    margin-top: 15px;
    font-size: clamp(1.18rem, 1.55vw, 1.34rem);
  }

  .hero-sub {
    max-width: 390px;
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .hero-cta {
    margin-top: 26px;
  }

  .hero-cta .btn {
    min-height: 58px;
    padding-inline: 34px;
  }

  .hero-visual {
    --hero-visual-left: clamp(360px, 38.7vw, 496px);
    --hero-visual-width: clamp(608px, 60.8vw, 778px);
    --hero-card-viewport-inset: 32px;
    --hero-stage-overflow: max(0px, calc(var(--hero-visual-left) + var(--hero-visual-width) - 100vw));
    position: absolute;
    left: var(--hero-visual-left);
    top: 3px;
    width: var(--hero-visual-width);
    height: clamp(554px, 55.4vw, 709px);
    min-height: 0;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    opacity: 1;
    animation: none;
    transform: none;
    transform-origin: top left;
  }

  .hero-visual--fused .fused-hero-artwork {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mask-image: linear-gradient(90deg, transparent 0%, black 6.5%, black 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 6.5%, black 100%);
  }

  .hero-visual--fused .step-card {
    display: block;
    transform: scale(0.68);
    transform-origin: top right;
  }

  .step-card--review {
    right: max(6.1%, calc(var(--hero-stage-overflow) + var(--hero-card-viewport-inset)));
    top: 21.4%;
    width: 148px;
    min-height: 108px;
    padding: 16px 15px 14px 54px;
  }

  .step-card--sandbox {
    right: max(6%, calc(var(--hero-stage-overflow) + var(--hero-card-viewport-inset)));
    top: 39.4%;
    width: 178px;
    min-height: 124px;
    padding: 18px 16px 15px 60px;
  }

  .step-card--release {
    right: max(7.5%, calc(var(--hero-stage-overflow) + var(--hero-card-viewport-inset)));
    top: 58.5%;
    width: 225px;
    min-height: 220px;
  }

  .hero-side-badge {
    display: flex;
  }
}

/* Approved design alignment: non-locked section responsive polish. */
@media (max-width: 1120px) {
  .categories,
  .trust-section,
  .marketplace,
  .statistics,
  .why,
  .testimonials,
  .pricing {
    padding-top: clamp(42px, 7vw, 58px);
    padding-bottom: clamp(44px, 7vw, 64px);
  }

  .categories .section-head,
  .trust-section .section-head,
  .why .section-head,
  .testimonials .section-head,
  .pricing .section-head {
    display: block;
    margin-bottom: 26px;
    text-align: center;
  }

  .categories .section-title,
  .trust-section .section-title,
  .marketplace .section-title,
  .why .section-title,
  .testimonials .section-title,
  .pricing .section-title {
    font-size: clamp(2rem, 5.2vw, 3rem);
    line-height: 1.06;
  }

  .categories .section-note,
  .trust-section .section-note,
  .marketplace .section-note,
  .testimonials .section-note,
  .pricing .section-note {
    max-width: 430px;
    margin: 10px auto 0;
    font-size: 0.82rem;
    line-height: 1.48;
  }

  .cat-grid {
    gap: 16px;
  }

  .cat-card {
    min-height: 220px;
    padding: 22px 20px 20px;
    border-radius: 18px;
    box-shadow:
      0 8px 22px oklch(0.34 0.04 286 / 0.035),
      inset 0 1px 0 oklch(0.99 0.01 82 / 0.46);
  }

  .cat-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
  }

  .cat-name {
    font-size: 1rem;
  }

  .cat-desc {
    font-size: 0.78rem;
  }

  .cat-arrow {
    font-size: 0.76rem;
  }

  .trust-body {
    gap: 28px;
  }

  .trust-feature {
    padding: 16px 17px;
    border-radius: 14px;
    box-shadow:
      0 8px 22px oklch(0.34 0.04 286 / 0.035),
      inset 0 1px 0 oklch(0.99 0.01 82 / 0.42);
  }

  .trust-feature-icon {
    width: 34px;
    height: 34px;
  }

  .trust-feature-text h4 {
    font-size: 0.94rem;
  }

  .trust-feature-text p {
    font-size: 0.76rem;
  }

  .trust-shield {
    min-height: 260px;
    border-radius: 18px;
    box-shadow:
      0 12px 30px oklch(0.34 0.04 286 / 0.045),
      inset 0 1px 0 oklch(0.99 0.01 82 / 0.5);
  }

  .trust-shield-mark {
    width: 68px;
    height: 68px;
  }

  .marketplace .section-head {
    margin-bottom: 24px;
  }

  .mkt-card {
    border-radius: 16px;
  }

  .mkt-cover {
    border-radius: 16px 16px 0 0;
  }

  .statistics {
    padding-top: 18px;
  }

  .statistics .section-head {
    display: none;
  }

  .stats-row {
    gap: 0;
    overflow: hidden;
    border: 1px solid oklch(0.74 0.052 70 / 0.16);
    border-radius: 16px;
    background:
      linear-gradient(180deg, oklch(0.994 0.01 82 / 0.62), oklch(0.972 0.018 76 / 0.18)),
      oklch(0.99 0.012 82 / 0.42);
    box-shadow:
      0 10px 26px oklch(0.34 0.04 286 / 0.04),
      inset 0 1px 0 oklch(0.99 0.01 82 / 0.5);
  }

  .stat-card {
    min-height: 72px;
    padding: 16px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .stat-card:hover {
    transform: none;
    box-shadow: none;
  }

  .stat-card::before {
    top: 14px;
    right: 14px;
  }

  .stat-value {
    margin-bottom: 3px;
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    background: none;
    color: var(--violet-deep);
    -webkit-text-fill-color: currentColor;
  }

  .stat-label {
    font-size: 0.74rem;
  }

  .stat-desc {
    display: none;
  }

  .why-visual-stage {
    isolation: isolate;
  }

  .why-visual-stage::before,
  .why-visual-stage::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .why-visual-stage::before {
    left: 3%;
    top: 0;
    width: 94%;
    height: 100%;
    z-index: 0;
    background: url("../assets/portal-stage-soft.webp") center / 145% auto no-repeat;
    opacity: 0.62;
  }

  .why-visual-stage::after {
    left: 34%;
    bottom: 2%;
    z-index: 2;
    width: 32%;
    height: 88%;
    background: url("../assets/mimi-target-match-clean.webp") center bottom / contain no-repeat;
    filter:
      saturate(1.02) contrast(1.02) brightness(1.015)
      drop-shadow(0 18px 28px oklch(0.48 0.05 64 / 0.13));
  }

  .why-core-node {
    display: none;
  }

  .why-floating-card {
    font-size: 0.7rem;
    padding: 10px 12px;
  }

  .why-feature {
    gap: 13px;
  }

  .why-feature-icon {
    width: 32px;
    height: 32px;
  }

  .why-feature-text h4 {
    font-size: 0.92rem;
  }

  .why-feature-text p {
    font-size: 0.76rem;
  }

  .testimonial-grid,
  .pricing-grid {
    gap: 16px;
  }

  .testimonial-card,
  .pricing-card {
    border-radius: 16px;
    box-shadow:
      0 8px 22px oklch(0.34 0.04 286 / 0.035),
      inset 0 1px 0 oklch(0.99 0.01 82 / 0.46);
  }

  .testimonial-card {
    padding: 22px;
  }

  .testimonial-quote {
    font-size: 0.88rem;
  }

  .pricing-card {
    padding: 24px 22px;
  }

  .pricing-price {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }

  .cta-section {
    padding: 26px 20px 34px;
    background:
      radial-gradient(ellipse 46% 52% at 78% 20%, oklch(0.72 0.17 294 / 0.06), transparent 56%),
      linear-gradient(180deg, var(--ivory) 0%, var(--rhythm-paper) 100%);
  }

  .cta-section::before {
    display: none;
  }

  .cta-section-inner {
    width: min(760px, 100%);
    padding: 32px 26px;
    border: 1px solid oklch(0.92 0.06 310 / 0.28);
    border-radius: 16px;
    overflow: hidden;
    background:
      radial-gradient(ellipse 50% 110% at 86% 36%, oklch(0.88 0.11 300 / 0.42), transparent 62%),
      linear-gradient(115deg, oklch(0.45 0.19 294) 0%, oklch(0.62 0.16 300) 62%, oklch(0.82 0.11 303) 100%);
    box-shadow:
      0 18px 44px oklch(0.42 0.12 294 / 0.16),
      inset 0 1px 0 oklch(0.99 0.01 82 / 0.24);
  }

  .cta-cube {
    width: 74px;
    height: 74px;
    margin-bottom: 18px;
    opacity: 0.72;
  }

  .cta-section h2,
  .cta-section p {
    color: oklch(0.99 0.012 82);
  }

  .cta-section h2 {
    font-size: clamp(1.9rem, 6vw, 2.65rem);
  }

  .cta-section p {
    color: oklch(0.99 0.012 82 / 0.86);
    font-size: 0.84rem;
  }

  .cta-section .btn-primary {
    background: oklch(0.99 0.012 82 / 0.14);
    border-color: oklch(0.99 0.012 82 / 0.28);
    color: oklch(0.99 0.012 82);
    box-shadow: inset 0 1px 0 oklch(0.99 0.012 82 / 0.18);
  }

  .cta-section .btn-ghost {
    background: oklch(0.99 0.012 82 / 0.08);
    border-color: oklch(0.99 0.012 82 / 0.24);
    color: oklch(0.99 0.012 82);
    box-shadow: none;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cat-card {
    min-height: 198px;
    padding: 20px 18px;
  }
}

@media (max-width: 768px) {
  .categories .section-head,
  .trust-section .section-head,
  .marketplace .section-head,
  .why .section-head,
  .testimonials .section-head,
  .pricing .section-head {
    text-align: left;
  }

  .categories .section-note,
  .trust-section .section-note,
  .marketplace .section-note,
  .testimonials .section-note,
  .pricing .section-note {
    margin-left: 0;
    margin-right: 0;
  }

  .cat-card {
    min-height: 184px;
  }

  .trust-feature {
    gap: 14px;
  }

  .trust-shield-core h3 {
    font-size: 1.12rem;
  }

  .why-visual-stage::after {
    left: 31%;
    width: 38%;
  }

  .why-floating-card {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    font-size: 0;
  }

  .why-floating-card strong {
    display: none;
  }

  .why-floating-card::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid var(--violet);
    border-radius: 50%;
    opacity: 0.76;
  }

  .pricing-card--featured,
  .pricing-card--featured:hover {
    transform: none;
  }

  .footer {
    padding: 34px 20px 28px;
  }
}

@media (max-width: 520px) {
  .stats-row {
    grid-template-columns: 1fr;
  }

  .stat-card:not(:last-child) {
    border-bottom: 1px solid oklch(0.74 0.052 70 / 0.14);
  }

  .cta-section-inner {
    padding: 28px 20px;
  }

  .footer-links,
  .footer-contact {
    gap: 14px;
  }
}
