/* @comment -- "Only applies when the local parent activates embedding. Preserve story controls without duplicate site navigation." */
.story-embedded { scrollbar-width: none; }
.story-embedded::-webkit-scrollbar { display: none; }
.story-embedded body { --nav-h: 40px; }
.story-embedded .nav { height: 40px; justify-content: flex-end; padding: 4px 24px; background: #0a0c0d; }
.story-embedded .nav-brand, .story-embedded .nav-links, .story-embedded .nav-cta, .story-embedded .after { display: none; }
.story-embedded .narrative { padding-top: 8px; padding-bottom: 18px; }
.story-embedded .title { font-size: clamp(22px,2.5vw,34px); }
.story-embedded .body { font-size: 14px; }
@media (max-width:650px) {
 .story-embedded .narrative { padding-bottom: 12px; }
 .story-embedded .title { font-size: 22px; }
 .story-embedded .body { font-size: 12px; line-height: 1.5; }
 .story-embedded .kicker { font-size: 10px; margin-bottom: 7px; }
}
