.spm-page {
  background: var(--paper);
}

.spm-page :is(#explainer, .spm-benefit, .spm-testimonials, .spm-offer, .spm-guarantee, .spm-faq) {
  scroll-margin-top: 116px;
}

.spm-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0 clamp(70px, 8vw, 108px);
  background: var(--ink);
  color: #fff;
}

.spm-hero::before {
  position: absolute;
  inset: auto -12% -42% 44%;
  height: 72%;
  content: "";
  background: radial-gradient(circle, rgba(197, 176, 244, 0.22), transparent 66%);
  pointer-events: none;
}

.spm-hero-grid {
  position: relative;
  display: grid;
  gap: clamp(42px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  align-items: center;
}

.spm-kicker,
.spm-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.spm-kicker::before,
.spm-panel-label::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--coral);
  border-radius: 50%;
}

.spm-hero h1 {
  max-width: 12ch;
  margin-bottom: 26px;
  font-size: clamp(54px, 6.5vw, 98px);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.92;
  text-wrap: pretty;
}

.spm-hero-copy > p {
  max-width: 53ch;
  margin-bottom: 32px;
  color: #bdbdb7;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.5;
}

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

.spm-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
}

.spm-video-shell {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #111;
  border-radius: 24px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.45);
}

.spm-video-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #aaa9a4;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.spm-video-bar span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.spm-video-bar span:first-child::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 15px 0 0 #f3e28a, 30px 0 0 var(--mint);
  margin-right: 30px;
}

.spm-video-shell iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.spm-proof-strip {
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.spm-proof-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.spm-proof-strip-inner > div {
  padding: 28px clamp(18px, 3vw, 40px);
  border-left: 1px solid var(--line);
}

.spm-proof-strip-inner > div:last-child {
  border-right: 1px solid var(--line);
}

.spm-proof-strip strong,
.spm-proof-strip span {
  display: block;
}

.spm-proof-strip strong {
  margin-bottom: 4px;
  font-size: clamp(24px, 2.6vw, 38px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.spm-proof-strip span {
  color: var(--muted);
  font-size: 14px;
}

.spm-difference {
  padding: clamp(68px, 8vw, 112px) 0;
}

.spm-section-heading {
  display: grid;
  gap: 28px;
  margin-bottom: clamp(34px, 4vw, 54px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  align-items: end;
}

.spm-section-heading h2 {
  max-width: 18ch;
  margin-bottom: 0;
  font-size: clamp(40px, 5vw, 68px);
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-wrap: pretty;
}

.spm-section-heading p {
  max-width: 48ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.5;
}

.spm-compare-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.8fr 1.2fr;
}

.spm-compare-card {
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.spm-compare-card.is-max {
  border-color: transparent;
  background: var(--lilac);
}

.spm-compare-card h3 {
  max-width: 18ch;
  margin-bottom: 20px;
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -0.045em;
}

.spm-compare-card > p {
  max-width: 48ch;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 17px;
}

.spm-compare-card.is-max > p {
  color: #3e3457;
}

.spm-app-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
}

.spm-app-grid span {
  min-height: 48px;
  background: var(--soft);
  border-radius: 10px;
}

.spm-system-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spm-system-list a {
  display: flex;
  min-height: 76px;
  padding: 15px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: rgba(255, 255, 255, 0.64);
  border-radius: 14px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  align-items: flex-end;
}

.spm-system-list a:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

.spm-explainer {
  padding: clamp(40px, 6vw, 82px) 0 clamp(76px, 9vw, 122px);
}

.spm-explainer-panel {
  display: grid;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--cream);
  border-radius: 30px;
  grid-template-columns: minmax(300px, 0.64fr) minmax(0, 1.36fr);
}

.spm-explainer-copy {
  display: flex;
  min-height: 100%;
  padding: clamp(30px, 5vw, 62px);
  flex-direction: column;
  justify-content: space-between;
}

.spm-explainer-copy h2 {
  max-width: 11ch;
  margin-bottom: 22px;
  font-size: clamp(38px, 4.6vw, 64px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.spm-explainer-copy p {
  margin-bottom: 0;
  color: #5d5444;
  font-size: 17px;
}

.spm-explainer .spm-video-shell {
  margin: 22px;
  border-color: var(--ink);
  align-self: center;
}

.spm-benefits {
  padding: 0 0 clamp(80px, 10vw, 140px);
}

.spm-benefit {
  display: grid;
  min-height: 610px;
  overflow: hidden;
  border-radius: 30px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.spm-benefit + .spm-benefit {
  margin-top: 18px;
}

.spm-benefit-copy,
.spm-benefit-proof {
  min-width: 0;
  padding: clamp(34px, 5vw, 68px);
}

.spm-benefit-copy {
  display: flex;
  flex-direction: column;
}

.spm-benefit-copy h2 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: pretty;
}

.spm-benefit-copy > p {
  max-width: 45ch;
  margin-bottom: 28px;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.5;
}

.spm-payoff {
  max-width: 42ch;
  margin-top: auto;
  margin-bottom: 0 !important;
  padding-top: 22px;
  border-top: 2px solid currentColor;
  font-weight: 700;
}

.spm-benefit-proof {
  display: grid;
  background: rgba(255, 255, 255, 0.76);
  place-items: center;
}

.spm-benefit--mastermind {
  background: var(--lilac);
}

.spm-benefit--godmode {
  background: var(--navy);
  color: #fff;
}

.spm-benefit--godmode .spm-benefit-copy > p {
  color: #c8c7d6;
}

.spm-benefit--godmode .spm-benefit-proof {
  background: #0d0c1c;
}

.spm-benefit--design {
  background: var(--cream);
}

.spm-benefit--skills {
  background: var(--lime);
}

.spm-benefit--media {
  background: var(--peach);
}

.spm-benefit--community {
  background: var(--mint);
}

.spm-live-stage {
  width: min(100%, 660px);
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.spm-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 45px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spm-window-bar > span:first-child::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  content: "";
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 14px 0 0 #f3e28a, 28px 0 0 var(--mint);
}

.spm-live-body {
  display: grid;
  gap: 14px;
  padding: 14px;
  grid-template-columns: 1.35fr 0.65fr;
}

.spm-live-body img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}

.spm-live-aside {
  display: grid;
  gap: 10px;
  align-content: start;
}

.spm-live-aside span {
  display: block;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.4;
}

.spm-live-aside strong {
  display: block;
  margin-bottom: 4px;
}

.spm-terminal {
  width: min(100%, 660px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--ink);
  border-radius: 20px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.4);
}

.spm-terminal .spm-window-bar {
  border-color: rgba(255, 255, 255, 0.12);
  color: #95949f;
}

.spm-terminal-body {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 44px);
  font-family: "Geist Mono", monospace;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.55;
}

.spm-terminal-body small {
  color: #7d7c88;
}

.spm-terminal-body strong {
  color: var(--lime);
  font-size: 1.1em;
}

.spm-terminal-body span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.spm-artifact-board {
  width: min(100%, 670px);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(12, 1fr);
}

.spm-artifact-board article {
  display: flex;
  min-height: 142px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
}

.spm-artifact-board article:nth-child(1) {
  grid-column: span 7;
  background: var(--lilac);
}

.spm-artifact-board article:nth-child(2) {
  grid-column: span 5;
}

.spm-artifact-board article:nth-child(3) {
  grid-column: span 4;
}

.spm-artifact-board article:nth-child(4) {
  grid-column: span 8;
  background: var(--peach);
}

.spm-artifact-board article:nth-child(5) {
  min-height: 110px;
  grid-column: span 12;
  background: var(--ink);
  color: #fff;
}

.spm-artifact-board small,
.spm-skill-browser small,
.spm-media-flow small {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spm-artifact-board strong {
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.spm-skill-browser {
  width: min(100%, 670px);
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.spm-skill-search {
  margin: 16px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: 12px;
  color: var(--muted);
  font-size: 14px;
}

.spm-skill-list {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--line);
}

.spm-skill-list span {
  display: grid;
  gap: 6px 16px;
  min-height: 74px;
  padding: 15px 18px;
  background: #fff;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.spm-skill-list span + span {
  border-top: 1px solid var(--line);
}

.spm-skill-list strong {
  display: block;
  font-size: 15px;
}

.spm-skill-list em {
  padding: 5px 9px;
  background: var(--lime);
  border-radius: 999px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-style: normal;
}

.spm-media-flow {
  width: min(100%, 670px);
  display: grid;
  gap: 12px;
}

.spm-media-source {
  padding: 20px;
  border: 2px solid var(--ink);
  background: #fff;
  border-radius: 16px;
}

.spm-media-source strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(23px, 2.5vw, 34px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.spm-media-arrow {
  text-align: center;
  font-size: 28px;
  line-height: 1;
}

.spm-media-results {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.spm-media-results span {
  display: flex;
  min-height: 124px;
  padding: 14px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: rgba(255, 255, 255, 0.74);
  border-radius: 14px;
  font-weight: 680;
  line-height: 1.2;
  align-items: flex-end;
}

.spm-community-scene {
  width: min(100%, 670px);
  display: grid;
  gap: 12px;
  grid-template-columns: 0.72fr 1.28fr;
}

.spm-mike-card {
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.15);
  background: var(--coral);
  border-radius: 18px;
}

.spm-mike-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spm-conversation {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(5, 5, 5, 0.15);
  background: #fff;
  border-radius: 18px;
  align-content: center;
}

.spm-conversation span {
  max-width: 88%;
  padding: 12px 14px;
  background: var(--soft);
  border-radius: 13px 13px 13px 4px;
  font-size: 13px;
  line-height: 1.4;
}

.spm-conversation span:nth-child(even) {
  margin-left: auto;
  background: var(--lilac);
  border-radius: 13px 13px 4px;
}

.spm-conversation strong {
  display: block;
  margin-bottom: 3px;
}

.spm-testimonials {
  background: var(--ink);
}

.spm-testimonials .mastermind-proof-inner {
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.spm-testimonials .mastermind-proof-intro {
  max-width: 62ch;
}

.spm-offer {
  padding: clamp(80px, 10vw, 140px) 0;
}

.spm-offer-panel {
  display: grid;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 30px;
  grid-template-columns: 1.15fr 0.85fr;
}

.spm-offer-copy,
.spm-offer-card {
  padding: clamp(34px, 5vw, 68px);
}

.spm-offer-copy {
  background: var(--cream);
}

.spm-offer-copy h2 {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: clamp(44px, 5.7vw, 76px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.spm-offer-copy p {
  max-width: 52ch;
  margin-bottom: 0;
  color: #5d5444;
  font-size: 18px;
}

.spm-offer-card {
  display: flex;
  background: var(--lime);
  flex-direction: column;
  justify-content: center;
}

.spm-offer-card h3 {
  margin-bottom: 14px;
  font-size: 40px;
}

.spm-offer-prices {
  display: flex;
  gap: 22px;
  margin: 10px 0 24px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.spm-offer-price strong {
  display: block;
  font-size: clamp(42px, 5vw, 62px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.spm-offer-price small {
  color: #4f5939;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spm-offer-price.is-annual strong {
  font-size: clamp(30px, 3.6vw, 46px);
}

.spm-offer-note {
  margin-bottom: 22px;
  font-weight: 650;
}

.spm-offer-actions {
  display: grid;
  gap: 10px;
}

.spm-offer-actions .button {
  justify-content: center;
}

.spm-offer-guarantee {
  margin: 16px 0 0;
  color: #4f5939;
  font-size: 13px;
}

.spm-guarantee {
  padding: 0 0 clamp(82px, 9vw, 122px);
}

.spm-guarantee-card {
  display: grid;
  min-height: 310px;
  align-items: center;
  padding: clamp(30px, 4vw, 58px);
  border: 2px solid var(--ink);
  border-radius: 30px;
  background: linear-gradient(118deg, var(--cream) 0 58%, #f2eaff 100%);
  box-shadow: 12px 14px 0 var(--ink);
  gap: clamp(26px, 4vw, 60px);
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.spm-guarantee-mark {
  display: grid;
  width: clamp(116px, 12vw, 160px);
  aspect-ratio: 1;
  align-content: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
  color: var(--ink);
  text-align: center;
}

.spm-guarantee-mark strong {
  font-size: clamp(52px, 6vw, 78px);
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.spm-guarantee-mark span {
  margin-top: 8px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spm-guarantee-copy h2 {
  max-width: 16ch;
  margin: 10px 0 14px;
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.spm-guarantee-copy p {
  max-width: 70ch;
  margin: 0 0 12px;
  color: #3d3d38;
  font-size: clamp(16px, 1.4vw, 19px);
}

.spm-guarantee-copy small {
  color: #66665f;
  font-size: 12px;
}

.spm-guarantee-card > .button {
  white-space: nowrap;
}

.spm-faq {
  padding: 0 0 clamp(82px, 10vw, 132px);
}

.spm-faq-layout {
  display: grid;
  gap: clamp(34px, 5vw, 70px);
  grid-template-columns: 0.72fr 1.28fr;
}

.spm-faq-heading h2 {
  max-width: 10ch;
  margin-bottom: 20px;
  font-size: clamp(40px, 5vw, 66px);
  letter-spacing: -0.05em;
}

.spm-faq-heading p {
  max-width: 40ch;
  color: var(--muted);
}

.spm-faq-list details {
  border-top: 1px solid var(--line);
}

.spm-faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.spm-faq-list summary {
  position: relative;
  padding: 22px 50px 22px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 680;
  list-style: none;
}

.spm-faq-list summary::-webkit-details-marker {
  display: none;
}

.spm-faq-list summary::after {
  position: absolute;
  right: 2px;
  top: 20px;
  content: "+";
  font-size: 24px;
  font-weight: 500;
}

.spm-faq-list details[open] summary::after {
  content: "−";
}

.spm-faq-list details p {
  max-width: 66ch;
  padding: 0 38px 22px 0;
  color: var(--muted);
}

.spm-final {
  padding: clamp(74px, 9vw, 124px) 0;
  background: var(--ink);
  color: #fff;
  text-align: center;
}

.spm-final h2 {
  max-width: 21ch;
  margin: 0 auto 24px;
  font-size: clamp(45px, 6vw, 82px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-wrap: pretty;
}

.spm-final p {
  max-width: 62ch;
  margin: 0 auto 34px;
  color: #bdbdb7;
  font-size: clamp(17px, 1.7vw, 21px);
}

.spm-final .spm-actions {
  justify-content: center;
}

@media (max-width: 1040px) {
  .spm-hero-grid,
  .spm-section-heading,
  .spm-compare-grid,
  .spm-explainer-panel,
  .spm-benefit,
  .spm-offer-panel,
  .spm-guarantee-card,
  .spm-faq-layout {
    grid-template-columns: 1fr;
  }

  .spm-guarantee-card > .button {
    width: fit-content;
  }

  .spm-hero-grid {
    align-items: start;
  }

  .spm-hero h1 {
    max-width: 14ch;
  }

  .spm-benefit {
    min-height: 0;
  }

  .spm-benefit-proof {
    min-height: 480px;
  }

  .spm-offer-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 700px) {
  .spm-page {
    --explore-transition-height: 44px;
  }

  .spm-page .showcase-transition-bar {
    min-height: var(--explore-transition-height);
    padding-block: 0;
  }

  .spm-page .showcase-transition-bar a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .spm-page :is(#explainer, .spm-benefit, .spm-testimonials, .spm-offer, .spm-guarantee, .spm-faq) {
    scroll-margin-top: 128px;
  }

  .spm-hero {
    padding-top: 52px;
  }

  .spm-hero-grid {
    gap: 34px;
  }

  .spm-hero h1 {
    font-size: clamp(49px, 15vw, 70px);
  }

  .spm-video-shell,
  .spm-explainer-panel,
  .spm-benefit,
  .spm-offer-panel,
  .spm-guarantee-card {
    border-radius: 20px;
  }

  .spm-guarantee-card {
    box-shadow: 7px 8px 0 var(--ink);
  }

  .spm-video-bar span:last-child {
    display: none;
  }

  .spm-proof-strip-inner {
    grid-template-columns: 1fr;
  }

  .spm-proof-strip-inner > div {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .spm-section-heading {
    gap: 18px;
  }

  .spm-section-heading h2,
  .spm-benefit-copy h2 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .spm-system-list,
  .spm-live-body,
  .spm-community-scene {
    grid-template-columns: 1fr;
  }

  .spm-explainer .spm-video-shell {
    margin: 0 14px 14px;
  }

  .spm-benefit-copy,
  .spm-benefit-proof,
  .spm-offer-copy,
  .spm-offer-card {
    padding: 28px 22px;
  }

  .spm-benefit-proof {
    min-height: 0;
  }

  .spm-live-body img {
    min-height: 280px;
  }

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

  .spm-artifact-board article:nth-child(n) {
    min-height: 112px;
    grid-column: span 12;
  }

  .spm-media-results {
    grid-template-columns: 1fr;
  }

  .spm-media-results span {
    min-height: 86px;
  }

  .spm-mike-card {
    max-height: 350px;
  }

  .spm-mike-card img {
    object-position: center 22%;
  }

  .spm-offer-prices {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .spm-actions .button {
    width: 100%;
    justify-content: center;
  }

  .spm-live-aside {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  .spm-system-list a {
    transition: none;
  }
}
