.promotion-channel-note { padding-block: 24px; background: var(--cream); }
.promotion-channel-note p { max-width: 1000px; margin: 0; padding-left: 18px; border-left: 3px solid var(--green); color: var(--muted); }
.promotion-channel-note strong { color: var(--ink); }

main > section:first-child:not(.home-story-hero):not(.about-hero) { background-color: var(--yellow-soft); }
.buyer-scenario { padding-block: clamp(54px, 7vw, 88px); border-block: 1px solid var(--line); background: var(--green-light); }
.buyer-scenario-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items: start; gap: clamp(44px, 7vw, 90px); }
.buyer-scenario h2 { max-width: none; margin: 0; font-size: clamp(2.3rem, 4vw, 4.1rem); }
.buyer-scenario-copy { padding-left: 24px; border-left: 4px solid var(--yellow); }
.buyer-scenario-copy p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1rem; }
.buyer-scenario-copy > strong { margin-top: 18px; display: block; color: var(--green-dark); font-size: .82rem; }
.scenario-screen.screen-frame { margin: 12px 0 0; grid-column: 1 / -1; background: #f5f1e8; box-shadow: 0 26px 58px rgba(82, 60, 16, .2); }
.scenario-screen picture { display: block; }
.scenario-screen img { height: auto; aspect-ratio: auto; max-height: none; object-fit: contain; object-position: center top; }
.scenario-screen .screen-caption strong { margin: 0; }
.musician-hero-media { width: 100%; padding: 0; border-left: 0; }
.musician-hero-photo { aspect-ratio: 4 / 5; object-fit: cover; object-position: 55% 18%; box-shadow: var(--shadow); }
.stage-mode-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr); align-items: start; gap: clamp(32px, 5vw, 64px); }
.stage-mode-screen { width: min(100%, 420px); margin: 0; justify-self: end; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; box-shadow: var(--shadow); }
.stage-mode-screen img { display: block; width: 100%; height: auto; }


.product-evidence-section { padding-block: clamp(64px, 8vw, 104px); background: var(--paper); }
.product-evidence-section.is-dark { background: var(--ink); color: white; }
.product-evidence { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: clamp(38px, 5vw, 64px); }
.compact-product-evidence { grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr); column-gap: clamp(42px, 6vw, 76px); }
.compact-product-evidence .product-evidence-copy { grid-column: 1; }
.compact-product-evidence .product-evidence-copy p:not(.eyebrow) { margin-bottom: 0; }
.compact-product-evidence .screen-frame.screen-mobile { width: min(100%, 275px); grid-column: 2; grid-row: 1; justify-self: end; }
.product-evidence-copy { max-width: 980px; }
.product-evidence-copy h2 { max-width: 920px; margin: 0; font-size: clamp(2.45rem, 4.5vw, 4.8rem); }
.product-evidence-copy p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.is-dark .product-evidence-copy p:not(.eyebrow) { color: #c9d3ce; }
.about-product-heading { max-width: 980px; }
.about-product-heading h2 { margin: 0; font-size: clamp(3.2rem, 6vw, 6.4rem); }
.about-product-body { margin-top: clamp(34px, 5vw, 64px); display: grid; grid-template-columns: minmax(220px, .38fr) minmax(0, 1.62fr); align-items: start; gap: clamp(34px, 6vw, 76px); }
.about-product-body > p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.about-product-body .screen-frame { margin: 0; }
.screen-frame { min-width: 0; margin: 0; padding: 9px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #e9e5dd; box-shadow: 0 24px 55px rgba(16,36,31,.2); }
.screen-frame::before { content: ""; height: 15px; display: block; border-radius: 9px 9px 0 0; background: radial-gradient(circle at 10px 50%, #cb5b4e 0 3px, transparent 3.5px), radial-gradient(circle at 21px 50%, #d9a52a 0 3px, transparent 3.5px), radial-gradient(circle at 32px 50%, #58a77d 0 3px, transparent 3.5px), #f8f5ef; }
.screen-frame picture { display: block; }
.screen-frame img { width: 100%; max-height: 610px; display: block; object-fit: cover; object-position: top center; border-radius: 0 0 10px 10px; }
.screen-frame.screen-wide img { aspect-ratio: 16 / 9; }
.screen-frame.screen-short img { aspect-ratio: 2.15 / 1; }
.screen-frame.screen-mobile { width: min(100%, 393px); justify-self: center; }
.screen-frame.screen-mobile::before { display: none; }
.screen-frame.screen-mobile img { aspect-ratio: auto; max-height: none; object-fit: contain; object-position: top; border-radius: 10px; }
.screen-frame.screen-full img { height: auto; aspect-ratio: auto; max-height: none; object-fit: contain; }
.screen-caption { margin: 12px 4px 2px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .67rem; }
.screen-caption strong { color: var(--green-dark); }
.is-dark .screen-caption, .is-dark .screen-caption strong { color: #d7e0db; }

.screen-pair { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); align-items: start; gap: 20px; }
.screen-triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.screen-triptych .screen-frame { padding: 6px; border-radius: 12px; }
.screen-triptych .screen-frame::before { height: 11px; }
.screen-triptych img { aspect-ratio: 4 / 3; }
.screen-triptych .screen-full img { height: auto; aspect-ratio: auto; }

.proof-stats { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.proof-stats span { padding: 7px 10px; border-radius: 999px; background: var(--green-light); color: var(--green-dark); font-size: .66rem; font-weight: 850; }

.boundaries-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.boundaries-grid article { min-height: 190px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.boundaries-grid strong { display: block; color: var(--green-dark); font-size: .86rem; }
.boundaries-grid p { margin: 13px 0 0; color: var(--muted); font-size: .74rem; }

.internal-next { padding-block: clamp(62px, 8vw, 96px); background: var(--ink); color: white; }
.internal-next-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 42px; }
.internal-next small { display: block; color: var(--yellow); font-size: .62rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.internal-next p { max-width: 690px; margin: 18px 0 0; color: #c9d2cd; }
.internal-next-actions { min-width: 250px; display: grid; gap: 10px; }
.internal-next-actions .button { width: 100%; }
.internal-next-actions .button-outline { border-color: rgba(255,255,255,.65); color: white; }
.internal-next-actions .button-outline:hover { background: white; color: var(--ink); }
.internal-next-related { color: #d8e2dd; font-size: .71rem; font-weight: 800; text-align: center; text-underline-offset: 4px; }

@media (min-width: 1041px) {
  .musician-hero-media { align-self: start; justify-self: end; }
}

@media (max-width: 900px) {
  .screen-frame::before { display: none; }
  .stage-mode-layout,
  .buyer-scenario-grid,
  .product-evidence,
  .about-product-body,
  .internal-next-grid { grid-template-columns: 1fr; }
  .compact-product-evidence .screen-frame.screen-mobile { width: min(70%, 275px); grid-column: auto; grid-row: auto; justify-self: center; }
  .buyer-scenario-copy { padding: 0 0 0 18px; }
  .stage-mode-screen { justify-self: center; }
  .screen-pair { grid-template-columns: 1fr; }
  .screen-pair .screen-mobile { width: min(100%, 393px); }
  .screen-triptych { overflow: visible; grid-template-columns: 1fr; gap: 24px; }
  .boundaries-grid { grid-template-columns: 1fr 1fr; }
  .internal-next-actions { width: min(100%, 420px); min-width: 0; }
}

@media (max-width: 600px) {
  .buyer-scenario { padding-block: 42px; }
  .scenario-screen.screen-frame { margin-top: 28px; }
  .screen-frame { padding: 6px; border-radius: 12px; }
  .screen-frame.screen-wide img,
  .screen-frame.screen-short img { aspect-ratio: 1.35 / 1; }
  .screen-caption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .screen-pair .screen-mobile { width: 100%; }
  .boundaries-grid { grid-template-columns: 1fr; }
  .boundaries-grid article { min-height: 0; }
}
