/* Libera el ancho que Blocksy suele reservar para una entrada comun. */
        body.lk-project-single-page {
            background: #f6f1ea;
            color: #171b25;
        }

        body.lk-project-single-page .entry-header,
        body.lk-project-single-page .ct-post-title,
        body.lk-project-single-page .entry-meta,
        body.lk-project-single-page .hero-section {
            display: none !important;
        }

        body.lk-project-single-page .site-main,
        body.lk-project-single-page .content-area,
        body.lk-project-single-page .entry-content,
        body.lk-project-single-page article {
            width: 100% !important;
            max-width: none !important;
            margin: 0 !important;
            padding: 0 !important;
            overflow: visible !important;
            background: transparent !important;
        }

        .lk-project-single,
        .lk-project-single * {
            box-sizing: border-box;
        }

        .lk-project-single {
            --lk-single-bg: #f6f1ea;
            --lk-single-surface: rgba(255, 255, 255, 0.68);
            --lk-single-ink: #171b25;
            --lk-single-copy: #59616d;
            --lk-single-blue: #274a96;
            --lk-single-line: #ddd5cb;
            width: 100vw;
            max-width: 100vw;
            margin-inline: calc(50% - 50vw);
            padding: 22px 0 92px;
            background:
                radial-gradient(circle at 92% 9%, rgba(39, 74, 150, 0.1), transparent 0 21%),
                linear-gradient(180deg, #fbf8f4 0%, var(--lk-single-bg) 100%);
            color: var(--lk-single-ink);
            font-family: "Manrope", "Segoe UI", Arial, sans-serif;
        }

        .lk-project-single__shell {
            width: min(1320px, calc(100vw - 112px));
            margin: 0 auto;
        }

        .lk-project-single__nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 58px;
            border-bottom: 1px solid var(--lk-single-line);
        }

        .lk-project-single__brand {
            color: var(--lk-single-ink);
            font-size: 25px;
            font-weight: 800;
            letter-spacing: 0.28em;
            line-height: 1;
            text-decoration: none;
        }

        .lk-project-single__back {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: var(--lk-single-ink);
            font-size: 13px;
            font-weight: 800;
            text-decoration: none;
        }

        .lk-project-single__back span {
            color: var(--lk-single-blue);
            font-size: 18px;
        }

        .lk-project-single__hero {
            display: grid;
            grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr);
            align-items: center;
            gap: clamp(40px, 7vw, 112px);
            padding: clamp(54px, 7vw, 96px) 0 58px;
        }

        .lk-project-single__eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            color: var(--lk-single-blue);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

        .lk-project-single__eyebrow::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--lk-single-blue);
            box-shadow: 0 0 0 5px rgba(39, 74, 150, 0.1);
        }

        .lk-project-single__title {
            margin: 18px 0 0;
            color: var(--lk-single-ink);
            font-family: "Cormorant Garamond", Georgia, serif;
            font-size: clamp(60px, 6.2vw, 104px);
            font-weight: 600;
            letter-spacing: -0.06em;
            line-height: 0.84;
        }

        .lk-project-single__summary {
            max-width: 540px;
            margin: 28px 0 0;
            color: var(--lk-single-copy);
            font-size: 18px;
            line-height: 1.62;
        }

        .lk-project-single__details {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 18px;
            margin-top: 26px;
            color: #6b7280;
            font-size: 12px;
            font-weight: 700;
        }

        .lk-project-single__details span + span::before {
            content: "/";
            margin-right: 18px;
            color: #a8a29a;
        }

        .lk-project-single__site {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-top: 28px;
            padding: 12px 16px;
            border: 1px solid rgba(39, 74, 150, 0.22);
            border-radius: 999px;
            color: var(--lk-single-blue);
            font-size: 13px;
            font-weight: 800;
            text-decoration: none;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .lk-project-single__site:hover {
            background: var(--lk-single-blue);
            color: #fff;
        }

        .lk-project-single__visual {
            position: relative;
            min-height: 420px;
            overflow: hidden;
            border-radius: 28px;
            background: #e7e1d9;
            box-shadow: 0 26px 56px rgba(35, 31, 27, 0.12);
        }

        .lk-project-single__visual img {
            display: block;
            width: 100%;
            height: 100%;
            min-height: 420px;
            padding: clamp(22px, 3vw, 48px);
            object-fit: contain;
            background: #ece8e2;
        }

        .lk-project-single__visual::after {
            content: "Caso LINKA";
            position: absolute;
            right: 20px;
            bottom: 18px;
            padding: 8px 12px;
            border-radius: 999px;
            background: rgba(23, 27, 37, 0.82);
            color: #fff;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .lk-project-single__content {
            width: min(100%, 790px);
            margin: 0 auto;
            padding-top: 18px;
        }

        .lk-project-single__content > *:first-child {
            margin-top: 0;
        }

        .lk-project-single__content p,
        .lk-project-single__content li {
            color: #404855;
            font-size: clamp(18px, 1.35vw, 21px);
            line-height: 1.78;
        }

        .lk-project-single__content p {
            margin: 0 0 28px;
        }

        .lk-project-single__content h2,
        .lk-project-single__content h3 {
            color: var(--lk-single-ink);
            font-family: "Cormorant Garamond", Georgia, serif;
            font-weight: 600;
            letter-spacing: -0.035em;
        }

        .lk-project-single__content h2 {
            margin: 66px 0 20px;
            font-size: clamp(44px, 4vw, 62px);
            line-height: 0.96;
        }

        .lk-project-single__content h3 {
            margin: 46px 0 16px;
            font-size: clamp(32px, 3vw, 44px);
            line-height: 1;
        }

        .lk-project-single__content strong {
            color: var(--lk-single-ink);
            font-weight: 800;
        }

        .lk-project-single__content a {
            color: var(--lk-single-blue);
            font-weight: 800;
        }

        .lk-project-single__content ul,
        .lk-project-single__content ol {
            margin: 0 0 30px;
            padding-left: 24px;
        }

        .lk-project-single__content li + li {
            margin-top: 8px;
        }

        .lk-project-single__content blockquote {
            margin: 46px -72px;
            padding: 28px 32px;
            border-left: 3px solid var(--lk-single-blue);
            color: var(--lk-single-ink);
            background: rgba(39, 74, 150, 0.06);
            font-family: "Cormorant Garamond", Georgia, serif;
            font-size: clamp(30px, 3vw, 44px);
            font-style: italic;
            line-height: 1.06;
        }

        .lk-project-single__content .wp-block-image,
        .lk-project-single__content figure {
            margin: 46px 0;
        }

        .lk-project-single__content img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 18px;
        }

        .lk-project-single__content figcaption {
            margin-top: 10px;
            color: #7a818b;
            font-size: 12px;
            text-align: center;
        }

        @media (max-width: 900px) {
            .lk-project-single__shell {
                width: min(100% - 64px, 760px);
            }

            .lk-project-single__hero {
                grid-template-columns: minmax(0, 1fr);
                gap: 34px;
                padding-top: 52px;
            }

            .lk-project-single__visual,
            .lk-project-single__visual img {
                min-height: 340px;
            }
        }

        @media (max-width: 640px) {
            .lk-project-single {
                padding: 14px 0 64px;
            }

            .lk-project-single__shell {
                width: min(100% - 40px, 520px);
            }

            .lk-project-single__nav {
                min-height: 52px;
            }

            .lk-project-single__brand {
                font-size: 20px;
            }

            .lk-project-single__back {
                font-size: 11px;
            }

            .lk-project-single__hero {
                padding: 42px 0 42px;
            }

            .lk-project-single__title {
                font-size: clamp(54px, 17vw, 76px);
            }

            .lk-project-single__summary {
                margin-top: 20px;
                font-size: 17px;
                line-height: 1.58;
            }

            .lk-project-single__visual,
            .lk-project-single__visual img {
                min-height: 250px;
            }

            .lk-project-single__content {
                padding-top: 4px;
            }

            .lk-project-single__content p,
            .lk-project-single__content li {
                font-size: 18px;
                line-height: 1.72;
            }

            .lk-project-single__content p {
                margin-bottom: 24px;
            }

            .lk-project-single__content h2 {
                margin: 48px 0 16px;
                font-size: clamp(40px, 12vw, 52px);
            }

            .lk-project-single__content blockquote {
                margin: 34px 0;
                padding: 24px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .lk-project-single__site {
                transition: none;
            }
        }