        /* ============================================================
           MOCKUP-ONLY STYLES — homepage refresh in the RNC framework
           Layered on top of styles.css. Scoped via .studio-mockup
           so nothing leaks back into the live homepage.
           ============================================================ */

        .studio-mockup {
            /* Mockup-only palette extension. --cream is the warm off-white
               from the Ready Never Comes campaign — used for relief blocks
               in dark mode, and as the dominant base in light mode. */
            --cream: #FBF7EE;
            --cream-edge: rgba(30, 25, 79, 0.10);
            background: var(--bg);
            color: var(--text);
            overflow-x: hidden;
        }

        .mk-banner {
            background: var(--orange);
            color: #fff;
            text-align: center;
            font-family: var(--font);
            font-size: 12px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            padding: 8px 16px;
            font-weight: 400;
        }
        .mk-banner span { opacity: 0.85; }

        .mk-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 32px;
        }
        @media (max-width: 640px) { .mk-container { padding: 0 22px; } }

        /* ============================================================
           HERO — type manifesto + inset photo panel (Layout B from §06)
           ============================================================ */
        .mk-hero {
            background: var(--bg);
            color: var(--text);
            padding: 48px 0 64px;
            position: relative;
            overflow: hidden;
        }
        .mk-hero::before {
            /* Top accent stripe */
            content: '';
            position: absolute;
            inset: 0 0 auto 0;
            height: 4px;
            background: var(--orange);
        }
        .mk-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
            gap: 64px;
            align-items: center;
        }
        @media (max-width: 960px) { .mk-hero-grid { grid-template-columns: 1fr; gap: 40px; } }

        .mk-eyebrow {
            font-family: var(--font);
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--orange);
            margin: 0 0 18px;
        }
        .mk-headline {
            font-family: var(--font);
            font-weight: 400;
            font-size: clamp(38px, 5.4vw, 76px);
            letter-spacing: -0.045em;
            line-height: 0.95;
            color: var(--text);
            margin: 0 0 24px;
            max-width: 14ch;
        }
        .mk-headline .setup { color: #fff; display: block; }
        .mk-headline .punch { color: var(--teal); display: block; }
        .mk-headline .wade-dot { color: var(--orange); }
        .mk-headline .setup .wade-dot { color: rgba(255,255,255,0.95); }

        .mk-sub {
            font-family: var(--font);
            font-size: clamp(15px, 1.2vw, 18px);
            line-height: 1.45;
            color: var(--text-dim);
            max-width: 50ch;
            margin: 0 0 28px;
            letter-spacing: -0.005em;
        }

        .mk-cta-row {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        /* Trust pills next to the hero CTA — answers the cold visitor's
           three silent questions in 4 seconds: What does this cost?
           Do I need to sign up? How long? */
        .mk-cta-trust {
            list-style: none;
            display: inline-flex;
            align-items: center;
            gap: 14px;
            margin: 0;
            padding: 0;
            font-family: var(--font);
            font-size: 13px;
            font-weight: 500;
            color: var(--text);
            letter-spacing: 0.005em;
        }
        .mk-cta-trust li {
            position: relative;
            padding-left: 18px;
        }
        .mk-cta-trust li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2327BDBE' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
            background-size: contain;
            background-repeat: no-repeat;
        }
        @media (max-width: 640px) {
            .mk-cta-trust { font-size: 12px; gap: 10px; }
            .mk-cta-trust li { padding-left: 16px; }
        }
        [data-theme="light"] .mk-cta-trust { color: var(--bg); }
        .mk-cta-trust a {
            color: inherit;
            text-decoration: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.22);
            padding-bottom: 1px;
            transition: border-color 0.18s ease;
        }
        .mk-cta-trust a:hover { border-bottom-color: var(--orange); }
        [data-theme="light"] .mk-cta-trust a { border-bottom-color: rgba(30, 25, 79, 0.25); }
        .mk-cta {
            display: inline-flex;
            align-items: baseline;
            gap: 4px;
            background: var(--orange);
            color: #fff;
            font-family: var(--font);
            font-size: 18px;
            font-weight: 400;
            letter-spacing: -0.015em;
            line-height: 1.08;
            padding: 18px 28px;
            border: none;
            border-radius: 999px;
            text-decoration: none;
            cursor: pointer;
            transition: filter 0.18s ease, transform 0.18s ease;
        }
        .mk-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
        .mk-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
        .mk-caret {
            display: inline-block;
            width: 0.36em;
            height: 0.92em;
            background: currentColor;
            margin-left: 0.4em;
            vertical-align: -0.1em;
            animation: mk-caret-blink 1.06s steps(2) infinite;
        }
        @keyframes mk-caret-blink { 50% { opacity: 0; } }
        @media (prefers-reduced-motion: reduce) { .mk-caret { animation: none; } }

        /* Secondary action below the primary CTA — a soft link to the
           sample report for users who want proof before they commit. */
        .mk-cta-promise {
            display: inline-block;
            font-family: var(--font);
            font-size: 14px;
            color: var(--text-dim);
            letter-spacing: -0.005em;
            margin: 18px 0 0;
            line-height: 1.5;
            text-decoration: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.22);
            padding-bottom: 2px;
            transition: color 0.18s ease, border-color 0.18s ease;
        }
        .mk-cta-promise:hover {
            color: var(--text);
            border-bottom-color: var(--orange);
        }

        /* Photo panel (Layout B from §06: inset panel over photograph) */
        .mk-hero-visual {
            position: relative;
            overflow: hidden;
            aspect-ratio: 4 / 5;
            max-height: 520px;
            background: var(--card-bg);
            margin-left: auto;
            width: 100%;
        }
        .mk-hero-visual picture, .mk-hero-visual img {
            width: 100%; height: 100%;
            object-fit: cover;
            display: block;
            filter: saturate(1.05) contrast(1.03) brightness(1.02);
        }
        .mk-housed-lockup {
            position: absolute;
            top: 18px; right: 18px;
            background: var(--orange);
            color: #fff;
            font-family: var(--font);
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            padding: 10px 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .mk-housed-lockup svg {
            width: 16px; height: 16px;
            fill: none;
            stroke: #fff;
            stroke-width: 1.6;
        }
        /* Floating dot — the one playful element on the hero photo */
        .mk-hero-dot {
            position: absolute;
            bottom: 32px; left: 32px;
            background: var(--bg);
            color: var(--orange);
            font-family: var(--font);
            font-size: 64px;
            line-height: 1;
            letter-spacing: -0.045em;
            padding: 18px 24px 22px;
        }

        /* Demo block sits directly under the headline now. Spacing
           below it gives the four-step grid room to breathe. */
        .mk-journey-chat {
            margin: 0 auto 80px;
            max-width: 1100px;
        }
        .mk-journey-chat-eyebrow {
            font-family: var(--font);
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--teal);
            margin: 0 0 22px;
            text-align: center;
        }
        .mk-journey-demo {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
            gap: 24px;
            align-items: stretch;
        }
        @media (max-width: 880px) {
            .mk-journey-demo { grid-template-columns: 1fr; gap: 20px; }
        }
        .mk-journey-trust {
            font-family: var(--font);
            font-size: 13px;
            color: var(--text-muted);
            margin: 64px auto 0;
            letter-spacing: -0.005em;
            line-height: 1.55;
            padding-top: 22px;
            border-top: 1px solid var(--border);
            max-width: 56ch;
            text-align: center;
        }
        @media (max-width: 600px) {
            .mk-journey-chat { margin: 0 auto 56px; }
        }

        /* === Workshop Board panel === */
        .mk-board {
            background: var(--card-bg);
            border: 1px solid var(--border);
            padding: 26px 24px 22px;
            display: flex;
            flex-direction: column;
            min-height: 100%;
        }
        .mk-board-eyebrow {
            font-family: var(--font);
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--orange);
            margin: 0 0 18px;
        }
        .mk-board-stack {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 14px;
            justify-content: center;
            padding: 8px 0;
        }

        /* Sticky-note style cards. They appear sequentially via JS as
           the chat plays — see typewriter logic. */
        .mk-board-card {
            position: relative;
            padding: 16px 18px 18px;
            font-family: var(--font);
            font-size: 15px;
            line-height: 1.4;
            color: var(--bg);
            opacity: 0;
            transform: rotate(-2deg) translateY(10px) scale(0.96);
            transition: opacity 0.4s cubic-bezier(0.2, 0.7, 0.3, 1),
                        transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
        }
        .mk-board-card.appear {
            opacity: 1;
            transform: rotate(-1.6deg) translateY(0) scale(1);
        }
        .mk-board-card--challenge {
            background: var(--yellow);
        }
        .mk-board-card--probe {
            background: var(--teal);
            transform: rotate(1.4deg) translateY(10px) scale(0.96);
        }
        .mk-board-card--probe.appear {
            transform: rotate(1.0deg) translateY(0) scale(1);
        }
        .mk-board-tag {
            display: inline-block;
            font-size: 10px;
            font-weight: 400;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            background: rgba(30, 25, 79, 0.18);
            color: var(--bg);
            padding: 3px 8px;
            margin-bottom: 8px;
        }
        .mk-board-card p {
            margin: 0;
            font-weight: 400;
            letter-spacing: -0.01em;
        }
        .mk-board-foot {
            font-family: var(--font);
            font-size: 11px;
            color: var(--text-muted);
            margin: 18px 0 0;
            letter-spacing: 0.06em;
            text-align: center;
        }
        @media (prefers-reduced-motion: reduce) {
            .mk-board-card, .mk-board-card.appear { transition: none; opacity: 1; }
        }

        /* === Chat preview — matches the real Studio chat ===
           User on the right (pink-tinted bubble), WAiDE on the left
           with the pink smiley adjacent to the bubble. No labels —
           position + smiley do the work. While WAiDE is "thinking"
           three pink dots pulse; when it answers, dots fade and the
           message types in. Rounded bubbles are intentional here —
           a chat bubble is a different UI metaphor from the brand
           cards (which stay squared). */
        .mk-chat {
            background: var(--card-bg);
            border: 1px solid var(--border);
            padding: 36px 32px 32px;
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        /* Bubble base — rounded to mirror the real chat */
        .mk-bubble {
            font-family: var(--font);
            font-size: 17px;
            line-height: 1.55;
            margin: 0;
            padding: 16px 20px;
            letter-spacing: -0.005em;
            border-radius: 12px;
        }

        /* USER — right side, pink-tinted ground */
        .mk-bubble.user {
            background: rgba(237, 54, 148, 0.07);
            color: var(--text);
            border: 1px solid rgba(237, 54, 148, 0.25);
            margin-left: 18%;
            margin-right: 0;
            align-self: flex-end;
            max-width: 82%;
        }
        @media (max-width: 640px) {
            .mk-bubble.user { margin-left: 8%; max-width: 92%; }
        }

        /* WAiDE — left side, smiley adjacent */
        .mk-waide-row {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            margin-right: 18%;
            margin-left: 0;
            max-width: 82%;
        }
        @media (max-width: 640px) {
            .mk-waide-row { margin-right: 8%; max-width: 92%; gap: 10px; }
        }
        .mk-smiley {
            flex-shrink: 0;
            width: 32px;
            height: 32px;
            margin-top: 12px;
        }
        .mk-smiley svg {
            width: 100%;
            height: 100%;
            display: block;
        }
        .mk-bubble.waide {
            background: var(--bg);
            color: var(--text);
            border: 1px solid var(--border-light);
            flex: 1;
            min-height: 3.5em;
            margin: 0;
        }

        /* Pink thinking dots — replaces the typewriter caret. Three
           pulsing dots while WAiDE is "thinking", then fade out and
           the message types in. */
        .mk-thinking {
            display: inline-flex;
            gap: 6px;
            align-items: center;
            line-height: 1;
            opacity: 1;
            transition: opacity 0.32s ease;
        }
        .mk-thinking.done {
            opacity: 0;
            display: none;
        }
        .mk-thinking span {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--pink);
            display: inline-block;
            animation: mk-dot-pulse 1.2s ease-in-out infinite;
        }
        .mk-thinking span:nth-child(2) { animation-delay: 0.2s; }
        .mk-thinking span:nth-child(3) { animation-delay: 0.4s; }
        @keyframes mk-dot-pulse {
            0%, 100% { opacity: 0.28; transform: scale(0.85); }
            50%      { opacity: 1;    transform: scale(1.05); }
        }
        @media (prefers-reduced-motion: reduce) {
            .mk-thinking span { animation: none; opacity: 0.7; }
        }

        .mk-typewriter { display: inline; }

        /* ============================================================
           HOW A SESSION UNFOLDS — 4-step journey
           Sits between preview (cream) and provocations (navy) on
           a slightly-lighter navy (--bg-light) — quiet break without
           a third cream block in a row.
           ============================================================ */
        .mk-journey {
            background: var(--bg-light);
            padding: 96px 0 104px;
        }
        .mk-journey-head {
            margin: 0 0 64px;
            max-width: 60ch;
        }
        .mk-journey-eyebrow {
            font-family: var(--font);
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--orange);
            margin: 0 0 16px;
        }
        .mk-journey h2 {
            font-family: var(--font);
            font-weight: 400;
            font-size: clamp(34px, 4vw, 56px);
            letter-spacing: -0.035em;
            line-height: 1.02;
            color: var(--text);
            margin: 0;
        }
        .mk-journey h2 .wade-dot { color: var(--orange); }

        .mk-journey-grid {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 72px;
        }
        @media (max-width: 1100px) { .mk-journey-grid { grid-template-columns: repeat(2, 1fr); gap: 56px 40px; } }
        @media (max-width: 600px)  { .mk-journey-grid { grid-template-columns: 1fr; gap: 40px; } }

        .mk-journey-step {
            border-top: 1px solid var(--border);
            padding-top: 28px;
        }
        .mk-journey-num {
            display: block;
            font-family: var(--font);
            font-size: 76px;
            font-weight: 400;
            letter-spacing: -0.045em;
            line-height: 1;
            color: var(--orange);
            margin: 0 0 32px;
        }
        .mk-journey-step:nth-child(2) .mk-journey-num { color: var(--teal); }
        .mk-journey-step:nth-child(3) .mk-journey-num { color: var(--pink); }
        .mk-journey-step:nth-child(4) .mk-journey-num { color: var(--yellow); }
        .mk-journey-step h3 {
            font-family: var(--font);
            font-weight: 400;
            font-size: 28px;
            letter-spacing: -0.025em;
            line-height: 1.15;
            color: var(--text);
            margin: 0 0 16px;
        }
        .mk-journey-step h3 .wade-dot { color: var(--orange); }
        .mk-journey-step:nth-child(2) h3 .wade-dot { color: var(--teal); }
        .mk-journey-step:nth-child(3) h3 .wade-dot { color: var(--pink); }
        .mk-journey-step:nth-child(4) h3 .wade-dot { color: var(--yellow); }
        .mk-journey-step p {
            font-family: var(--font);
            font-size: 17px;
            line-height: 1.6;
            color: var(--text-dim);
            margin: 0;
        }

        /* ============================================================
           PROVOCATIONS — six cards, RNC theme rotation
           Each card a different ground × ink × dot trio per §03.
           Click pre-seeds the chat with that prompt as the first
           message and bypasses the lobby's audience-pick step.
           ============================================================ */
        .mk-provocations {
            background: var(--bg);
            padding: 104px 0 112px;
        }
        .mk-provocations-head {
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 32px;
            margin: 0 0 56px;
            flex-wrap: wrap;
        }
        .mk-provocations h2 {
            font-family: var(--font);
            font-weight: 400;
            font-size: clamp(36px, 4.4vw, 60px);
            letter-spacing: -0.035em;
            line-height: 1.02;
            color: var(--text);
            margin: 0;
        }
        .mk-provocations-sub {
            font-family: var(--font);
            font-size: 15px;
            color: var(--text-dim);
            margin: 0;
            max-width: 36ch;
        }

        .mk-prov-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
            /* Extra vertical breathing room so the rotated cards don't
               feel cramped. */
            padding: 12px 0 24px;
        }
        @media (max-width: 960px) { .mk-prov-grid { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 600px) { .mk-prov-grid { grid-template-columns: 1fr; } }

        .mk-prov {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 24px;
            padding: 32px 28px 26px;
            border: none;
            border-radius: 0;
            text-align: left;
            cursor: pointer;
            font-family: var(--font);
            transition: transform 0.22s cubic-bezier(0.2, 0.7, 0.3, 1), filter 0.18s ease;
            min-height: 240px;
            transform-origin: center center;
        }
        /* Each card sits at a slightly different angle + offset — pinned
           paper, not CSS grid. Rotations are small enough to read as
           intentional rather than glitchy. */
        .mk-prov-grid > .mk-prov:nth-child(1) { transform: rotate(-2.0deg) translateY(0); }
        .mk-prov-grid > .mk-prov:nth-child(2) { transform: rotate(1.2deg)  translateY(10px); }
        .mk-prov-grid > .mk-prov:nth-child(3) { transform: rotate(-0.8deg) translateY(-4px); }
        .mk-prov-grid > .mk-prov:nth-child(4) { transform: rotate(1.6deg)  translateY(6px); }
        .mk-prov-grid > .mk-prov:nth-child(5) { transform: rotate(-1.4deg) translateY(-2px); }
        .mk-prov-grid > .mk-prov:nth-child(6) { transform: rotate(0.6deg)  translateY(8px); }
        /* Hover — straighten and lift a touch. Reads as "picking up
           the poster off the wall." */
        .mk-prov-grid > .mk-prov:hover {
            transform: rotate(0deg) translateY(-6px);
            filter: brightness(1.06);
        }
        .mk-prov:hover .wade-dot { transform: scale(1.18); transform-origin: center; }
        .mk-prov .wade-dot { display: inline-block; transition: transform 0.18s ease; }

        .mk-prov-text {
            font-size: clamp(22px, 1.8vw, 30px);
            font-weight: 400;
            line-height: 1.15;
            letter-spacing: -0.025em;
        }

        /* Pathway colour coding — ground matches the tagged pathway:
           Untangle = teal, Spark = orange, Test = pink, Build = yellow.
           The §03 dot rule still picks a contrasting colour per card. */
        .mk-prov.t-untangle { background: var(--teal);   color: var(--bg); }
        .mk-prov.t-untangle .wade-dot { color: var(--orange); }
        .mk-prov.t-spark    { background: var(--orange); color: #fff; }
        .mk-prov.t-spark    .wade-dot { color: var(--bg); }
        .mk-prov.t-test     { background: var(--pink);   color: #fff; }
        .mk-prov.t-test     .wade-dot { color: var(--yellow); }
        .mk-prov.t-build    { background: var(--yellow); color: var(--bg); }
        .mk-prov.t-build    .wade-dot { color: var(--pink); }
        .mk-prov.t-neutral  { background: var(--card-bg); color: var(--text); border: 1px solid var(--border); }
        .mk-prov.t-neutral  .wade-dot { color: var(--text); opacity: 0.4; }
        .mk-prov.t-neutral  .mk-prov-text { color: var(--text-dim); }



        /* ============================================================
           WALK AWAY — outcome cards + sample canvas
           Sits on --bg-light (slightly lighter than the navy hero/
           provocations) so it reads as its own moment without going
           cream. Light-mode override below keeps it cream there.
           ============================================================ */
        .mk-walkaway {
            background: var(--bg-light);
            color: var(--text);
            padding: 104px 0 112px;
        }
        .mk-walkaway-head {
            max-width: 64ch;
            margin: 0 0 48px;
        }
        .mk-walkaway h2 {
            font-family: var(--font);
            font-weight: 400;
            font-size: clamp(36px, 4.4vw, 60px);
            letter-spacing: -0.035em;
            line-height: 1.02;
            color: var(--text);
            margin: 0 0 18px;
        }
        .mk-walkaway h2 .wade-dot { color: var(--orange); }
        .mk-walkaway-sub {
            font-family: var(--font);
            font-size: 18px;
            line-height: 1.5;
            color: var(--text-dim);
            margin: 0;
        }

        .mk-walkaway-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            margin: 0 0 80px;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
        }
        @media (max-width: 960px) { .mk-walkaway-grid { grid-template-columns: 1fr; } }

        .mk-outcome {
            padding: 36px 30px 32px;
            border-right: 1px solid var(--border);
            background: transparent;
        }
        .mk-outcome:last-child { border-right: none; }
        @media (max-width: 960px) {
            .mk-outcome { border-right: none; border-bottom: 1px solid var(--border); }
            .mk-outcome:last-child { border-bottom: none; }
        }
        .mk-outcome-eyebrow {
            font-family: var(--font);
            font-size: 11px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--orange);
            margin: 0 0 28px;
            font-weight: 400;
        }
        .mk-outcome:nth-child(2) .mk-outcome-eyebrow { color: var(--teal); }
        .mk-outcome:nth-child(3) .mk-outcome-eyebrow { color: var(--pink); }
        .mk-outcome h3 {
            font-family: var(--font);
            font-weight: 400;
            font-size: 22px;
            letter-spacing: -0.025em;
            line-height: 1.1;
            color: var(--text);
            margin: 0 0 14px;
        }
        .mk-outcome p {
            font-family: var(--font);
            font-size: 14.5px;
            line-height: 1.6;
            color: var(--text-dim);
            margin: 0;
        }

        /* === Sample canvas — looks like an actual workshop output ===
           Light (cream) background so it reads as a real artefact —
           paper on a desk against the navy walk-away section.
           Internal type flipped to navy on cream. */
        .mk-canvas-sample {
            background: var(--cream);
            color: var(--bg);
            border: 1px solid var(--cream-edge);
            transform: rotate(-0.4deg);
            transform-origin: center center;
        }
        .mk-canvas-sample-head {
            border-bottom-color: var(--cream-edge) !important;
        }
        .mk-canvas-sample-head h3 {
            color: var(--bg) !important;
        }
        .mk-canvas-cols,
        .mk-canvas-offers,
        .mk-canvas-callouts {
            border-color: var(--cream-edge) !important;
        }
        .mk-canvas-col,
        .mk-offer,
        .mk-callout {
            border-right-color: var(--cream-edge) !important;
            border-bottom-color: var(--cream-edge) !important;
        }
        .mk-canvas-sample .mk-feature-name {
            color: var(--bg);
        }
        .mk-canvas-sample .mk-feature-bar {
            background: rgba(30, 25, 79, 0.10);
        }
        .mk-canvas-sample .mk-feature-pct {
            color: rgba(30, 25, 79, 0.65);
        }
        .mk-canvas-sample .mk-canvas-col:nth-child(2) h4 {
            color: rgba(30, 25, 79, 0.55);
        }
        .mk-canvas-sample .mk-canvas-col:nth-child(2) .mk-feature-bar > span {
            background: rgba(30, 25, 79, 0.45);
        }
        .mk-canvas-sample .mk-offer-label {
            color: rgba(30, 25, 79, 0.55);
        }
        .mk-canvas-sample .mk-offer-primary {
            background: rgba(241, 90, 34, 0.10);
        }
        .mk-canvas-sample .mk-offer-price {
            color: var(--bg);
        }
        .mk-canvas-sample .mk-offer-desc {
            color: rgba(30, 25, 79, 0.72);
        }
        .mk-canvas-sample .mk-callout-text {
            color: var(--bg);
        }
        .mk-canvas-sample .mk-vpc-grid {
            border-color: var(--cream-edge) !important;
        }
        .mk-canvas-sample .mk-vpc-side {
            border-right-color: var(--cream-edge) !important;
            border-bottom-color: var(--cream-edge) !important;
        }
        .mk-canvas-sample .mk-vpc-block li { color: var(--bg); }
        .mk-canvas-sample .mk-vpc-block li.empty { color: rgba(30, 25, 79, 0.50); }
        .mk-canvas-sample .mk-vpc-block-label { color: rgba(30, 25, 79, 0.55); }

        /* === Three-row translation canvas ===
           Customer voice and founder voice sit side-by-side as a pair
           (the comparison); reframe sits full-width below. The founder
           voice is dimmed but still readable — not greyed-out.
           ============================================================ */
        .mk-translate-pair {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border-bottom: 1px solid var(--cream-edge);
        }
        @media (max-width: 768px) {
            .mk-translate-pair { grid-template-columns: 1fr; }
        }
        .mk-translate-pair .mk-translate-row--customer {
            border-right: 1px solid var(--cream-edge);
            border-bottom: none;
        }
        @media (max-width: 768px) {
            .mk-translate-pair .mk-translate-row--customer {
                border-right: none;
                border-bottom: 1px solid var(--cream-edge);
            }
        }
        .mk-translate-pair .mk-translate-row--founder { border-bottom: none; }
        .mk-translate-row {
            padding: 22px 28px;
            border-bottom: 1px solid var(--cream-edge);
        }
        .mk-translate-row:last-child { border-bottom: none; }
        .mk-translate-row-meta {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin: 0 0 10px;
            gap: 12px;
        }
        .mk-translate-row-label {
            font-family: var(--font);
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }
        .mk-translate-row-attr {
            font-family: var(--font);
            font-size: 11px;
            font-style: italic;
            color: rgba(30, 25, 79, 0.55);
            text-align: right;
            letter-spacing: 0.02em;
        }
        .mk-translate-row-quote {
            font-family: var(--font);
            font-size: 18px;
            line-height: 1.4;
            margin: 0;
            font-style: italic;
            letter-spacing: -0.01em;
        }

        /* Customer voice — orange label, full-strength navy quote */
        .mk-canvas-sample .mk-translate-row--customer .mk-translate-row-label { color: var(--orange); }
        .mk-canvas-sample .mk-translate-row--customer .mk-translate-row-quote { color: var(--bg); }

        /* Founder voice — readable but secondary */
        .mk-canvas-sample .mk-translate-row--founder .mk-translate-row-label { color: rgba(30, 25, 79, 0.65); }
        .mk-canvas-sample .mk-translate-row--founder .mk-translate-row-quote { color: rgba(30, 25, 79, 0.80); }

        /* Reframe — yellow accent stripe, navy quote, slightly larger */
        .mk-canvas-sample .mk-translate-row--reframe {
            background: rgba(228, 229, 23, 0.14);
            border-left: 6px solid var(--yellow);
            padding-left: 30px;
        }
        .mk-canvas-sample .mk-translate-row--reframe .mk-translate-row-label { color: var(--bg); font-weight: 500; }
        .mk-canvas-sample .mk-translate-row--reframe .mk-translate-row-quote {
            color: var(--bg);
            font-size: 21px;
            font-style: normal;
            font-weight: 400;
        }
        .mk-canvas-sample .mk-translate-row--reframe .mk-translate-row-attr { color: rgba(30, 25, 79, 0.65); }

        .mk-canvas-sample .mk-canvas-note {
            color: rgba(30, 25, 79, 0.50);
        }
        .mk-canvas-sample .mk-canvas-link {
            border-top-color: var(--cream-edge) !important;
        }
        .mk-canvas-sample-head {
            padding: 20px 28px 16px;
            border-bottom: 1px solid var(--border);
        }
        .mk-canvas-sample-eyebrow {
            font-family: var(--font);
            font-size: 12px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--orange);
            margin: 0 0 8px;
            font-weight: 400;
        }
        .mk-canvas-sample-head h3 {
            font-family: var(--font);
            font-weight: 400;
            font-size: clamp(22px, 2.0vw, 28px);
            letter-spacing: -0.03em;
            line-height: 1.1;
            color: var(--text);
            margin: 0;
            white-space: nowrap;
        }
        @media (max-width: 960px) {
            .mk-canvas-sample-head h3 { white-space: normal; }
        }
        .mk-canvas-sample-head h3 .wade-dot { color: var(--orange); }
        .mk-canvas-body {
            padding: 20px 28px 18px;
        }
        .mk-canvas-cols {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            border: 1px solid var(--border);
            margin: 0 0 16px;
        }
        @media (max-width: 768px) { .mk-canvas-cols { grid-template-columns: 1fr; } }
        .mk-canvas-col {
            padding: 16px 20px 18px;
            border-right: 1px solid var(--border);
        }
        .mk-canvas-col:last-child { border-right: none; }
        @media (max-width: 768px) {
            .mk-canvas-col { border-right: none; border-bottom: 1px solid var(--border); }
            .mk-canvas-col:last-child { border-bottom: none; }
        }
        .mk-canvas-col h4 {
            font-family: var(--font);
            font-size: 12px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            margin: 0 0 14px;
            font-weight: 400;
        }
        .mk-canvas-col:nth-child(1) h4 { color: var(--teal); }
        .mk-canvas-col:nth-child(2) h4 { color: var(--text-muted); }
        .mk-canvas-col:nth-child(3) h4 { color: var(--pink); }

        /* Vertical stack per feature: name on top, bar + % below.
           Reads cleanly without cramming three things into one row. */
        .mk-feature {
            display: block;
            margin-bottom: 12px;
        }
        .mk-feature:last-child { margin-bottom: 0; }
        .mk-feature-name {
            font-family: var(--font);
            font-size: 16px;
            line-height: 1.3;
            color: var(--text);
            letter-spacing: -0.01em;
            display: block;
            margin-bottom: 6px;
        }
        .mk-feature-bar {
            display: block;
            height: 6px;
            background: rgba(255,255,255,0.08);
            overflow: hidden;
            position: relative;
        }
        .mk-feature-bar > span {
            display: block;
            height: 100%;
            background: var(--teal);
        }
        .mk-canvas-col:nth-child(2) .mk-feature-bar > span { background: var(--text-muted); }
        .mk-canvas-col:nth-child(3) .mk-feature-bar > span { background: var(--pink); }
        .mk-feature-pct {
            font-family: var(--font);
            font-size: 13px;
            color: var(--text-dim);
            letter-spacing: 0.02em;
            display: inline-block;
            margin-top: 4px;
        }

        .mk-canvas-offers {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border: 1px solid var(--border);
            margin: 0 0 16px;
        }
        @media (max-width: 768px) { .mk-canvas-offers { grid-template-columns: 1fr; } }
        .mk-offer {
            padding: 16px 20px 18px;
            border-right: 1px solid var(--border);
        }
        .mk-offer:last-child { border-right: none; }
        @media (max-width: 768px) {
            .mk-offer { border-right: none; border-bottom: 1px solid var(--border); }
            .mk-offer:last-child { border-bottom: none; }
        }
        .mk-offer-primary { background: rgba(241,90,34,0.06); }
        .mk-offer-label {
            font-family: var(--font);
            font-size: 12px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--text-muted);
            margin: 0 0 8px;
            font-weight: 400;
        }
        .mk-offer-primary .mk-offer-label { color: var(--orange); }
        .mk-offer-price {
            font-family: var(--font);
            font-size: 36px;
            font-weight: 400;
            letter-spacing: -0.04em;
            line-height: 1;
            color: var(--text);
            margin: 0 0 6px;
        }
        .mk-offer-desc {
            font-family: var(--font);
            font-size: 14px;
            line-height: 1.55;
            color: var(--text-dim);
            margin: 0;
        }

        .mk-canvas-callouts {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border: 1px solid var(--border);
            margin: 0 0 14px;
        }
        @media (max-width: 768px) { .mk-canvas-callouts { grid-template-columns: 1fr; } }
        .mk-callout {
            padding: 14px 20px;
            border-right: 1px solid var(--border);
        }
        .mk-callout:last-child { border-right: none; }
        @media (max-width: 768px) {
            .mk-callout { border-right: none; border-bottom: 1px solid var(--border); }
            .mk-callout:last-child { border-bottom: none; }
        }
        .mk-callout-label {
            font-family: var(--font);
            font-size: 12px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--orange);
            margin: 0 0 6px;
            font-weight: 400;
        }
        .mk-callout:nth-child(2) .mk-callout-label { color: var(--teal); }
        .mk-callout-text {
            font-family: var(--font);
            font-size: 15px;
            line-height: 1.55;
            color: var(--text);
            margin: 0;
        }

        .mk-canvas-note {
            font-family: var(--font);
            font-size: 12px;
            color: var(--text-muted);
            text-align: center;
            margin: 0 0 16px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }

        /* === Value Proposition Canvas — homepage sample ===
           Two-column grid: customer profile vs value map. Three rows
           stacked vertically inside each column (jobs/pains/gains and
           products/relievers/creators). Empty boxes are intentional —
           the visual story is "what's missing in the value map?" */
        .mk-vpc-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border: 1px solid var(--border);
            margin: 0 0 16px;
        }
        @media (max-width: 768px) { .mk-vpc-grid { grid-template-columns: 1fr; } }
        .mk-vpc-side {
            padding: 16px 20px 18px;
            border-right: 1px solid var(--border);
        }
        .mk-vpc-side:last-child { border-right: none; }
        @media (max-width: 768px) {
            .mk-vpc-side { border-right: none; border-bottom: 1px solid var(--border); }
            .mk-vpc-side:last-child { border-bottom: none; }
        }
        .mk-vpc-side-label {
            font-family: var(--font);
            font-size: 12px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--orange);
            margin: 0 0 12px;
            font-weight: 400;
        }
        .mk-vpc-side:nth-child(2) .mk-vpc-side-label { color: var(--teal); }
        .mk-vpc-block { margin-bottom: 12px; }
        .mk-vpc-block:last-child { margin-bottom: 0; }
        .mk-vpc-block-label {
            font-family: var(--font);
            font-size: 11px;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: var(--text-muted);
            margin: 0 0 6px;
            font-weight: 400;
        }
        .mk-vpc-block ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .mk-vpc-block li {
            font-family: var(--font);
            font-size: 14px;
            line-height: 1.4;
            color: var(--text);
            letter-spacing: -0.005em;
            padding: 4px 0;
        }
        .mk-vpc-block li.empty {
            color: var(--text-muted);
            font-style: italic;
            opacity: 0.7;
        }
        [data-theme="light"] .mk-vpc-grid { border-color: rgba(30, 25, 79, 0.10); }
        [data-theme="light"] .mk-vpc-side {
            border-right-color: rgba(30, 25, 79, 0.08);
            border-bottom-color: rgba(30, 25, 79, 0.08);
        }
        [data-theme="light"] .mk-vpc-block li { color: #1E194F; }
        [data-theme="light"] .mk-vpc-block li.empty { color: #A8A4A5; }
        [data-theme="light"] .mk-vpc-block-label { color: #49474D; }

        .mk-canvas-link {
            display: block;
            text-align: center;
            font-family: var(--font);
            font-size: 16px;
            color: var(--orange);
            text-decoration: none;
            border-top: 1px solid var(--border);
            padding: 18px 0 6px;
            letter-spacing: -0.005em;
        }
        .mk-canvas-link:hover { color: var(--text); }

        /* ============================================================
           TOOLBOX TEASER — 4 pathways at a glance
           ============================================================ */
        .mk-toolbox {
            background: var(--bg);
            padding: 96px 0 104px;
        }
        .mk-toolbox h2 {
            font-family: var(--font);
            font-weight: 400;
            font-size: clamp(36px, 4.4vw, 60px);
            letter-spacing: -0.035em;
            line-height: 1.02;
            color: var(--text);
            margin: 0 0 14px;
        }
        .mk-toolbox h2 .num-untangle { color: var(--teal); }
        .mk-toolbox h2 .num-spark    { color: var(--orange); }
        .mk-toolbox h2 .num-test     { color: var(--pink); }
        .mk-toolbox h2 .num-build    { color: var(--yellow); }
        .mk-toolbox-sub {
            font-family: var(--font);
            font-size: 16px;
            color: var(--text-dim);
            margin: 0 0 48px;
            max-width: 50ch;
        }
        .mk-pathway-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 36px;
        }
        @media (max-width: 960px) { .mk-pathway-grid { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 480px) { .mk-pathway-grid { grid-template-columns: 1fr; } }

        .mk-pathway {
            display: block;
            background: var(--card-bg);
            border: 1px solid var(--border);
            padding: 28px 24px 26px;
            text-decoration: none;
            color: inherit;
            position: relative;
            overflow: hidden;
            transition: transform 0.18s ease, border-color 0.18s ease;
        }
        .mk-pathway::before {
            content: '';
            position: absolute;
            inset: 0 0 auto 0;
            height: 4px;
            background: var(--accent, var(--orange));
        }
        .mk-pathway:hover { transform: translateY(-3px); border-color: var(--border-light); }
        .mk-pathway-icon {
            display: block;
            width: 28px;
            height: 28px;
            color: var(--accent, var(--orange));
            margin: 0 0 18px;
        }
        .mk-pathway-icon svg { width: 100%; height: 100%; display: block; }
        .mk-pathway-name {
            font-family: var(--font);
            font-size: 22px;
            font-weight: 400;
            letter-spacing: -0.025em;
            line-height: 1.1;
            color: var(--text);
            margin: 0 0 8px;
            display: block;
        }
        .mk-pathway-name .wade-dot { color: var(--accent, var(--orange)); }
        .mk-pathway-when {
            font-family: var(--font);
            font-size: 14px;
            line-height: 1.5;
            color: var(--text-dim);
            margin: 0 0 16px;
        }
        .mk-pathway-tools {
            font-family: var(--font);
            font-size: 12px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--text-muted);
        }
        .mk-pathway.untangle { --accent: var(--teal); }
        .mk-pathway.spark    { --accent: var(--orange); }
        .mk-pathway.test     { --accent: var(--pink); }
        .mk-pathway.build    { --accent: var(--yellow); }

        .mk-toolbox-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-family: var(--font);
            font-size: 16px;
            color: var(--text);
            text-decoration: none;
            border-bottom: 1px solid var(--text-muted);
            padding-bottom: 4px;
            transition: border-color 0.18s ease;
        }
        .mk-toolbox-link:hover { border-color: var(--orange); }

        /* ============================================================
           LIGHT MODE OVERRIDES
           Hero / photo-mode panel / sign-off stay navy — those are the
           brand "anchor" surfaces (§06 Dot mode rules: navy ground +
           white type regardless of theme). The interior sections
           (trust, preview, provocations BG, what-to-expect, toolbox)
           invert to white/grey with navy ink. Provocation card
           themes stay absolute — RNC theme rotation doesn't invert.
           ============================================================ */
        [data-theme="light"] .studio-mockup {
            /* styles.css's light mode swaps --bg/--text/--text-dim/etc.
               (so --bg becomes light grey, --text becomes navy) — that
               makes sense for the in-session app, but breaks the
               mockup's "anchor sections stay navy" design (the hero,
               and the §03 ground×ink trios on provocation cards, all
               assume --bg=navy and --text=white). Pin the dark-theme
               values back on the mockup so anchor blocks stay anchor.
               Section-level light-mode overrides below use hardcoded
               colours, so they're unaffected by this reset. */
            --bg: #12103a;
            --bg-light: #1e1b58;
            --text: #f5f5f5;
            --text-dim: #d0cee6;
            --text-muted: #8a87a8;
            --card-bg: #1A1750;
            --border: rgba(255,255,255,0.12);
            --border-light: rgba(255,255,255,0.15);
            /* styles.css repurposes --yellow as dark grey in light mode
               for text legibility on white. On the mockup yellow is a
               sticky/card background with navy text overlay, so the
               legibility concern doesn't apply — restore brand yellow. */
            --yellow: #E4E517;
            background: #FFFFFF;
            color: #1E194F;
        }
        /* Hero — light mode. Originally pinned navy as a brand anchor;
           lifted to white per design call so the page opens light. */
        [data-theme="light"] .mk-hero { background: #FFFFFF; color: #1E194F; }
        [data-theme="light"] .mk-headline .setup { color: #1E194F; }
        [data-theme="light"] .mk-headline .setup .wade-dot { color: #1E194F; }
        [data-theme="light"] .mk-sub { color: #49474D; }
        [data-theme="light"] .mk-cta-promise {
            color: #49474D;
            border-bottom-color: rgba(30, 25, 79, 0.22);
        }
        [data-theme="light"] .mk-cta-promise:hover {
            color: #1E194F;
            border-bottom-color: var(--orange);
        }
        [data-theme="light"] .mk-cta:focus-visible { outline-color: #1E194F; }

        /* Chat — light mode */
        [data-theme="light"] .mk-chat {
            background: #FFFFFF;
            border-color: rgba(30, 25, 79, 0.10);
        }
        [data-theme="light"] .mk-bubble.user {
            background: #F6F5F5;
            color: #49474D;
            border-color: rgba(30, 25, 79, 0.08);
        }
        [data-theme="light"] .mk-bubble.user::before { color: #A8A4A5; }
        [data-theme="light"] .mk-bubble.waide {
            background: #FFFFFF;
            color: #1E194F;
            border-color: rgba(30, 25, 79, 0.15);
        }

        /* Journey section — light mode lifts the band to soft grey so
           it follows the "interior sections = light" rule and gives a
           gentle break between the navy hero and the white sections
           below. The chat panel keeps its white override; the Board
           gets matched to it so the demo reads symmetrically. */
        [data-theme="light"] .mk-journey { background: #F6F5F5; }
        [data-theme="light"] .mk-journey h2 { color: #1E194F; }
        [data-theme="light"] .mk-journey-step { border-top-color: rgba(30, 25, 79, 0.12); }
        [data-theme="light"] .mk-journey-step h3 { color: #1E194F; }
        [data-theme="light"] .mk-journey-step p { color: #49474D; }
        [data-theme="light"] .mk-journey-trust {
            color: #49474D;
            border-top-color: rgba(30, 25, 79, 0.10);
        }
        [data-theme="light"] .mk-board {
            background: #FFFFFF;
            border-color: rgba(30, 25, 79, 0.10);
        }

        /* Provocations — white ground for the section, but each card
           keeps its absolute RNC theme rotation. Only the neutral card
           gets a light-mode treatment. */
        [data-theme="light"] .mk-provocations { background: #FFFFFF; }
        [data-theme="light"] .mk-provocations h2 { color: #1E194F; }
        [data-theme="light"] .mk-provocations-sub { color: #49474D; }
        [data-theme="light"] .mk-prov.t-neutral {
            background: #F6F5F5;
            color: #1E194F;
            border-color: rgba(30, 25, 79, 0.10);
        }
        [data-theme="light"] .mk-prov.t-neutral .mk-prov-text { color: #49474D; }
        [data-theme="light"] .mk-prov.t-neutral .wade-dot { color: #A8A4A5; opacity: 1; }

        /* Toolbox teaser */
        [data-theme="light"] .mk-toolbox { background: #FFFFFF; }
        [data-theme="light"] .mk-toolbox h2 { color: #1E194F; }
        [data-theme="light"] .mk-toolbox-sub { color: #49474D; }
        [data-theme="light"] .mk-pathway {
            background: #F6F5F5;
            border-color: rgba(30, 25, 79, 0.08);
        }
        [data-theme="light"] .mk-pathway:hover { border-color: rgba(30, 25, 79, 0.18); }
        [data-theme="light"] .mk-pathway-name { color: #1E194F; }
        [data-theme="light"] .mk-pathway-when { color: #49474D; }
        [data-theme="light"] .mk-pathway-tools { color: #A8A4A5; }
        [data-theme="light"] .mk-toolbox-link {
            color: #1E194F;
            border-bottom-color: rgba(30, 25, 79, 0.30);
        }

        /* Hero photo panel shadow — softer on white ground */
        [data-theme="light"] .mk-hero-visual {
            border: 1px solid rgba(30, 25, 79, 0.10);
        }

        /* Walk-away — light mode */
        [data-theme="light"] .mk-walkaway { background: #FFFFFF; }
        [data-theme="light"] .mk-walkaway h2 { color: #1E194F; }
        [data-theme="light"] .mk-walkaway-sub { color: #49474D; }
        [data-theme="light"] .mk-walkaway-grid {
            border-top-color: rgba(30, 25, 79, 0.10);
            border-bottom-color: rgba(30, 25, 79, 0.10);
        }
        [data-theme="light"] .mk-outcome { border-right-color: rgba(30, 25, 79, 0.08); }
        [data-theme="light"] .mk-outcome:nth-child(-n+2) { border-bottom-color: rgba(30, 25, 79, 0.08); }
        [data-theme="light"] .mk-outcome { border-bottom-color: rgba(30, 25, 79, 0.08); }
        [data-theme="light"] .mk-outcome h3 { color: #1E194F; }
        [data-theme="light"] .mk-outcome p { color: #49474D; }
        [data-theme="light"] .mk-canvas-sample {
            background: #F6F5F5;
            border-color: rgba(30, 25, 79, 0.10);
        }
        [data-theme="light"] .mk-canvas-sample-head { border-bottom-color: rgba(30, 25, 79, 0.08); }
        [data-theme="light"] .mk-canvas-sample-head h3 { color: #1E194F; }
        [data-theme="light"] .mk-canvas-cols,
        [data-theme="light"] .mk-canvas-offers,
        [data-theme="light"] .mk-canvas-callouts {
            border-color: rgba(30, 25, 79, 0.10);
        }
        [data-theme="light"] .mk-canvas-col,
        [data-theme="light"] .mk-offer,
        [data-theme="light"] .mk-callout {
            border-right-color: rgba(30, 25, 79, 0.08);
            border-bottom-color: rgba(30, 25, 79, 0.08);
        }
        [data-theme="light"] .mk-feature-name { color: #1E194F; }
        [data-theme="light"] .mk-feature-bar { background: rgba(30, 25, 79, 0.10); }
        [data-theme="light"] .mk-feature-pct { color: #49474D; }
        [data-theme="light"] .mk-offer-price { color: #1E194F; }
        [data-theme="light"] .mk-offer-desc { color: #49474D; }
        [data-theme="light"] .mk-callout-text { color: #1E194F; }
        [data-theme="light"] .mk-canvas-link { border-top-color: rgba(30, 25, 79, 0.08); }
        [data-theme="light"] .mk-canvas-link:hover { color: #1E194F; }

        /* ============================================================
           MOBILE POLISH — phone-sized viewports
           Trims over-generous section padding, fixes aspect ratios
           that stretch on phones, prevents rotated cards from causing
           horizontal scroll, stacks toolbox to single column, and
           tightens the translation rows.
           ============================================================ */
        @media (max-width: 640px) {
            /* Section vertical padding: ~halve it on phones */
            .mk-hero { padding: 28px 0 40px; }
            .mk-journey { padding: 56px 0 64px; }
            .mk-provocations { padding: 64px 0 72px; overflow: hidden; }
            .mk-walkaway { padding: 64px 0 72px; }
            .mk-toolbox { padding: 64px 0 72px; }

            /* Section heads: tighter bottom margin */
            .mk-journey-head { margin: 0 0 40px; }
            .mk-walkaway-head { margin: 0 0 32px; }
            .mk-provocations-head { margin: 0 0 32px; }

            /* Hero photo: 4/5 portrait is too tall stacked under the
               text on a phone. 16/10 keeps proportions reasonable. */
            .mk-hero-visual { aspect-ratio: 16 / 10; }

            /* Headline: tighter line-height for stacked phone reading */
            .mk-headline { line-height: 1.0; }

            /* Toolbox: 2-col is cramped on phones — stack to 1 col */
            .mk-pathway-grid { grid-template-columns: 1fr; }

            /* Translation rows: reduce padding so quotes have more room */
            .mk-translate-row { padding: 18px 22px; }
            .mk-canvas-sample .mk-translate-row--reframe { padding-left: 22px; }
            .mk-translate-row-quote { font-size: 16px; }
            .mk-canvas-sample .mk-translate-row--reframe .mk-translate-row-quote { font-size: 18px; }
            /* Stack the meta vertically — label + attribution side-by-side
               wraps awkwardly on a narrow column */
            .mk-translate-row-meta { flex-direction: column; align-items: flex-start; gap: 2px; margin-bottom: 8px; }
            .mk-translate-row-attr { text-align: left; }

            /* Sample canvas head: tighten on phones */
            .mk-canvas-sample-head { padding: 18px 22px 14px; }
            .mk-canvas-sample-head h3 { font-size: clamp(20px, 5vw, 26px); white-space: normal; }

            /* Journey demo: tighter card heads on phones */
            .mk-board { padding: 22px 20px 18px; }
            .mk-chat { padding: 22px 20px; }

            /* Walkaway sub copy + canvas note: trim */
            .mk-walkaway-sub { font-size: 15px; }
        }
