/* shopping: estilos migrados preservando el diseño original. */

/* ==========================================================
   ONLINE SHOPPING
   EDITORIAL DIGITAL STOREFRONT
   ========================================================== */


/* ==========================================================
   1. VARIABLES DEL ARTÍCULO
   ========================================================== */

body.article-page.commerce-editorial-page {
    --commerce-ink: #171411;
    --commerce-cream: #f3eadc;
    --commerce-paper: #fffaf2;
    --commerce-gold: #b98b42;
    --commerce-light-gold: #dcc18d;
    --commerce-muted: #756d63;
    --commerce-line: rgba(53, 43, 31, 0.16);
    --commerce-dark: #151310;
    --commerce-panel: #25211d;

    overflow-x: hidden;
}



/* ==========================================================
   2. HERO EDITORIAL
   ========================================================== */

body.article-page .commerce-cover {
    position: relative;

    min-height: 900px;
    padding: 155px 0 95px;

    overflow: hidden;

    background:
        radial-gradient(circle at 77% 38%,
            rgba(199, 153, 75, 0.22),
            transparent 31%),
        linear-gradient(125deg,
            #f9f2e8 0%,
            #eee1ce 48%,
            #d9c09b 100%);
}


body.article-page .commerce-cover::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px);

    background-size: 90px 90px;

    mask-image:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.65),
            transparent);

    pointer-events: none;
}


body.article-page .commerce-cover-grid {
    position: relative;
    z-index: 4;

    display: grid;
    grid-template-columns:
        minmax(0, 0.82fr) minmax(520px, 1.18fr);

    align-items: center;
    gap: 55px;
}


body.article-page .commerce-cover-copy {
    position: relative;
    z-index: 5;
}


body.article-page .commerce-cover-category {
    margin: 0 0 32px;

    color: var(--commerce-gold);

    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.19em;

    text-transform: uppercase;
}


body.article-page .commerce-cover h1 {
    margin: 0;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(5.1rem, 8vw, 9.2rem);
    font-weight: 500;
    line-height: 0.73;
    letter-spacing: -0.055em;

    text-transform: uppercase;
}


body.article-page .commerce-cover h1>span {
    display: block;
}


body.article-page .commerce-cover h1>span:nth-child(2) {
    margin-left: 8%;
}


body.article-page .commerce-cover h1 .commerce-cover-gold {
    margin-top: 14px;

    color: var(--commerce-gold);

    font-size: 0.62em;
    line-height: 0.9;
}


body.article-page .commerce-cover-footer {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) auto;
    gap: 32px;

    max-width: 650px;
    margin-top: 58px;
    padding-top: 24px;

    border-top: 1px solid rgba(64, 49, 30, 0.2);
}


body.article-page .commerce-cover-footer>p {
    max-width: 410px;
    margin: 0;

    color: #5e554b;

    font-size: 0.84rem;
    line-height: 1.75;
}


body.article-page .commerce-cover-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;

    color: var(--commerce-gold);

    font-size: 0.62rem;
    letter-spacing: 0.08em;

    text-align: right;
    text-transform: uppercase;
}


body.article-page .commerce-cover-word {
    position: absolute;
    top: 50%;
    left: 28px;
    z-index: 2;

    color: rgba(77, 59, 34, 0.18);

    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.75em;

    text-transform: uppercase;

    writing-mode: vertical-rl;

    transform: translateY(-50%) rotate(180deg);
}


body.article-page .commerce-cover-orbit {
    position: absolute;

    border: 1px solid rgba(174, 126, 57, 0.22);
    border-radius: 50%;

    pointer-events: none;
}


body.article-page .orbit-one {
    top: 90px;
    right: -280px;

    width: 850px;
    height: 850px;
}


body.article-page .orbit-two {
    top: 245px;
    right: -90px;

    width: 500px;
    height: 500px;
}



/* ==========================================================
   3. ESCAPARATE DIGITAL
   ========================================================== */

body.article-page .commerce-showcase {
    position: relative;

    min-height: 650px;
}


body.article-page .commerce-window {
    position: absolute;
    top: 40px;
    right: 0;

    width: min(650px, 100%);

    overflow: hidden;

    background: rgba(255, 252, 246, 0.95);

    border: 1px solid rgba(123, 88, 40, 0.26);
    border-radius: 4px 35px 4px 35px;

    box-shadow:
        0 45px 100px rgba(67, 47, 24, 0.2);

    transform: rotate(2.4deg);
}


body.article-page .commerce-window-bar {
    display: flex;
    align-items: center;
    gap: 20px;

    height: 48px;
    padding: 0 20px;

    border-bottom: 1px solid rgba(65, 49, 31, 0.12);

    color: #8a7b69;

    font-size: 0.6rem;
}


body.article-page .commerce-window-dots {
    display: flex;
    gap: 6px;
}


body.article-page .commerce-window-dots span {
    width: 7px;
    height: 7px;

    background-color: rgba(185, 139, 66, 0.55);

    border-radius: 50%;
}


body.article-page .commerce-window-content {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;

    min-height: 470px;
}


body.article-page .commerce-product-visual {
    position: relative;

    display: grid;
    place-items: center;

    min-height: 470px;

    overflow: hidden;

    background:
        radial-gradient(circle at 50% 43%,
            rgba(230, 200, 146, 0.9),
            transparent 36%),
        linear-gradient(145deg,
            #d9b97f,
            #99703a);
}


body.article-page .commerce-product-visual::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    border: 1px solid rgba(255, 249, 236, 0.38);
    border-radius: 50%;
}


body.article-page .commerce-product-label {
    position: absolute;
    top: 25px;
    left: 24px;

    color: rgba(255, 252, 245, 0.9);

    font-size: 0.57rem;
    letter-spacing: 0.16em;

    text-transform: uppercase;
}


body.article-page .commerce-product-shape {
    position: relative;
    z-index: 2;

    width: 175px;
    height: 205px;

    background:
        linear-gradient(145deg,
            #f6ead5,
            #b89a6d);

    border-radius: 45% 45% 22px 22px;

    box-shadow:
        inset -18px -18px 35px rgba(84, 55, 24, 0.18),
        0 36px 50px rgba(62, 39, 17, 0.25);

    transform: rotate(-6deg);
}


body.article-page .commerce-product-shape::after {
    content: "";

    position: absolute;
    inset: 20px;

    border: 1px solid rgba(130, 91, 40, 0.32);
    border-radius: 42% 42% 17px 17px;
}


body.article-page .commerce-product-handle {
    position: absolute;
    top: -56px;
    left: 50%;

    width: 92px;
    height: 80px;

    border: 13px solid #d4b98d;
    border-bottom: 0;
    border-radius: 60px 60px 0 0;

    transform: translateX(-50%);
}


body.article-page .commerce-product-shadow {
    position: absolute;
    bottom: 55px;

    width: 200px;
    height: 25px;

    background: rgba(70, 43, 19, 0.25);

    border-radius: 50%;
    filter: blur(10px);
}


body.article-page .commerce-product-information {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 42px 38px;

    color: var(--commerce-ink);
}


body.article-page .commerce-product-code {
    margin: 0 0 18px;

    color: var(--commerce-gold);

    font-size: 0.58rem;
    letter-spacing: 0.16em;
}


body.article-page .commerce-product-information h2 {
    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: 2.45rem;
    font-weight: 500;
    line-height: 1;
}


body.article-page .commerce-product-description {
    margin: 23px 0 0;

    color: var(--commerce-muted);

    font-size: 0.74rem;
    line-height: 1.75;
}


body.article-page .commerce-product-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;

    margin-top: 30px;
}


body.article-page .commerce-product-price strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
}


body.article-page .commerce-product-price span {
    max-width: 95px;

    color: var(--commerce-muted);

    font-size: 0.55rem;
    line-height: 1.45;

    text-align: right;
}


body.article-page .commerce-cart-button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 25px;
    padding: 15px 17px;

    background: var(--commerce-ink);

    border: 0;

    color: #fffaf0;

    font-size: 0.63rem;
    letter-spacing: 0.1em;

    text-transform: uppercase;
}


body.article-page .commerce-cart-button span {
    font-size: 1.1rem;
}


body.article-page .commerce-floating-card {
    position: absolute;
    z-index: 5;

    background: rgba(255, 252, 246, 0.9);

    border: 1px solid rgba(153, 108, 47, 0.24);
    border-radius: 18px;

    box-shadow:
        0 22px 45px rgba(65, 43, 19, 0.14);

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}


body.article-page .commerce-order-card {
    top: 5px;
    left: -25px;

    display: flex;
    flex-direction: column;

    width: 175px;
    padding: 18px 20px;

    transform: rotate(-5deg);
}


body.article-page .commerce-order-card span,
body.article-page .commerce-global-card span {
    color: var(--commerce-muted);

    font-size: 0.56rem;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}


body.article-page .commerce-order-card strong {
    margin-top: 7px;

    font-family: "Cormorant Garamond", serif;
    font-size: 1.35rem;
    font-weight: 500;
}


body.article-page .commerce-order-card small {
    margin-top: 6px;

    color: var(--commerce-gold);

    font-size: 0.56rem;
}


body.article-page .commerce-global-card {
    right: -24px;
    bottom: 72px;

    width: 150px;
    padding: 19px;

    text-align: center;

    transform: rotate(6deg);
}


body.article-page .commerce-global-card strong {
    display: block;

    margin-top: 8px;

    color: var(--commerce-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 2.3rem;
    font-weight: 500;
}


body.article-page .commerce-mobile-card {
    bottom: 5px;
    left: 25px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 15px 18px;

    transform: rotate(-2deg);
}


body.article-page .commerce-mobile-dot {
    width: 11px;
    height: 11px;

    background: var(--commerce-gold);

    border-radius: 50%;

    box-shadow:
        0 0 0 7px rgba(185, 139, 66, 0.13);
}


body.article-page .commerce-mobile-card strong,
body.article-page .commerce-mobile-card small {
    display: block;
}


body.article-page .commerce-mobile-card strong {
    font-size: 0.68rem;
}


body.article-page .commerce-mobile-card small {
    margin-top: 4px;

    color: var(--commerce-muted);

    font-size: 0.53rem;
}



/* ==========================================================
   4. CINTA INTERNACIONAL
   ========================================================== */

body.article-page .commerce-live-strip {
    overflow: hidden;

    padding: 19px 0;

    background: var(--commerce-ink);

    border-top: 1px solid rgba(220, 193, 141, 0.25);
    border-bottom: 1px solid rgba(220, 193, 141, 0.25);
}


body.article-page .commerce-live-track {
    display: flex;
    align-items: center;
    gap: 70px;

    width: max-content;

    animation:
        commerce-live-scroll 26s linear infinite;
}


body.article-page .commerce-live-item {
    display: flex;
    align-items: center;
    gap: 25px;

    white-space: nowrap;
}


body.article-page .commerce-live-item::after {
    content: "•";

    margin-left: 35px;

    color: var(--commerce-gold);
}


body.article-page .commerce-live-item span {
    color: var(--commerce-light-gold);

    font-size: 0.58rem;
    letter-spacing: 0.14em;

    text-transform: uppercase;
}


body.article-page .commerce-live-item strong {
    color: rgba(255, 250, 241, 0.76);

    font-size: 0.61rem;
    font-weight: 400;
    letter-spacing: 0.06em;
}


@keyframes commerce-live-scroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}



/* ==========================================================
   5. INTRODUCCIÓN
   ========================================================== */

body.article-page .commerce-introduction {
    padding: 140px 0;

    background: var(--commerce-paper);
}


body.article-page .commerce-introduction-grid {
    display: grid;
    grid-template-columns: 95px minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 65px;
}


body.article-page .commerce-introduction-number {
    color: var(--commerce-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 4.7rem;
    line-height: 0.8;
}


body.article-page .commerce-introduction-title>p {
    margin: 0 0 24px;

    color: var(--commerce-gold);

    font-size: 0.63rem;
    letter-spacing: 0.16em;

    text-transform: uppercase;
}


body.article-page .commerce-introduction-title h2 {
    margin: 0;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.9rem, 5vw, 5.3rem);
    font-weight: 500;
    line-height: 0.97;
}


body.article-page .commerce-introduction-copy {
    padding-top: 42px;

    border-top: 1px solid var(--commerce-line);
}


body.article-page .commerce-introduction-copy p {
    margin: 0;

    color: var(--commerce-muted);

    font-size: 0.87rem;
    line-height: 1.9;
}


body.article-page .commerce-introduction-copy p+p {
    margin-top: 26px;
}



/* ==========================================================
   6. BENEFICIOS ASIMÉTRICOS
   ========================================================== */

body.article-page .commerce-benefits {
    padding: 135px 0 155px;

    background:
        linear-gradient(180deg,
            #ead9bf,
            #f7efe3);
}


body.article-page .commerce-section-heading {
    max-width: 760px;
}


body.article-page .commerce-section-heading>p {
    margin: 0 0 20px;

    color: var(--commerce-gold);

    font-size: 0.62rem;
    letter-spacing: 0.17em;

    text-transform: uppercase;
}


body.article-page .commerce-section-heading h2 {
    margin: 0;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.1rem, 6vw, 6.1rem);
    font-weight: 500;
    line-height: 0.92;
}


body.article-page .commerce-benefit-layout {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;

    margin-top: 95px;
}


body.article-page .commerce-benefit {
    position: relative;

    padding: 40px;

    background: rgba(255, 251, 244, 0.72);

    border: 1px solid rgba(91, 66, 35, 0.16);

    box-shadow:
        0 24px 60px rgba(77, 52, 23, 0.09);
}


body.article-page .benefit-left {
    grid-column: 1 / 7;

    min-height: 390px;

    border-radius: 3px 55px 3px 3px;
}


body.article-page .benefit-right {
    grid-column: 7 / 13;

    min-height: 390px;
    margin-top: 115px;

    border-radius: 55px 3px 3px 3px;
}


body.article-page .benefit-wide {
    grid-column: 2 / 12;

    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: end;
    gap: 65px;

    min-height: 330px;
    margin-top: 10px;

    background: var(--commerce-ink);

    border-color: rgba(220, 193, 141, 0.2);
    border-radius: 3px 3px 60px 3px;

    color: #fffaf1;
}


body.article-page .commerce-benefit-number {
    display: block;

    margin-bottom: 75px;

    color: var(--commerce-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 3.2rem;
}


body.article-page .commerce-benefit h3 {
    max-width: 470px;
    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}


body.article-page .commerce-benefit p {
    max-width: 500px;
    margin: 25px 0 0;

    color: var(--commerce-muted);

    font-size: 0.82rem;
    line-height: 1.8;
}


body.article-page .benefit-wide p {
    color: rgba(255, 250, 241, 0.65);
}


body.article-page .commerce-benefit-stat {
    padding-left: 40px;

    border-left: 1px solid rgba(220, 193, 141, 0.25);
}


body.article-page .commerce-benefit-stat strong {
    display: block;

    color: var(--commerce-light-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 0.85;
}


body.article-page .commerce-benefit-stat span {
    display: block;

    margin-top: 18px;

    color: rgba(255, 250, 241, 0.55);

    font-size: 0.68rem;
    line-height: 1.6;
}



/* ==========================================================
   7. EXPERIENCIA DE COMPRA
   ========================================================== */

body.article-page .commerce-experience {
    padding: 135px 0 145px;

    background:
        radial-gradient(circle at 50% 35%,
            rgba(185, 139, 66, 0.15),
            transparent 28%),
        var(--commerce-dark);
}


body.article-page .commerce-heading-light h2 {
    color: #fffaf1;
}


body.article-page .commerce-browser-scene {
    position: relative;

    min-height: 750px;
    margin-top: 85px;
}


body.article-page .commerce-browser {
    position: absolute;
    top: 0;
    left: 0;

    width: 88%;

    overflow: hidden;

    background: #f7f0e5;

    border: 1px solid rgba(220, 193, 141, 0.25);
    border-radius: 3px 35px 3px 35px;

    box-shadow:
        0 45px 100px rgba(0, 0, 0, 0.38);
}


body.article-page .commerce-browser-header {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    align-items: center;
    gap: 15px;

    min-height: 55px;
    padding: 0 20px;

    background: #27231f;

    color: rgba(255, 250, 241, 0.7);

    font-size: 0.56rem;
}


body.article-page .commerce-browser-controls {
    display: flex;
    gap: 7px;
}


body.article-page .commerce-browser-controls span {
    width: 8px;
    height: 8px;

    background: rgba(220, 193, 141, 0.5);

    border-radius: 50%;
}


body.article-page .commerce-browser-address {
    padding: 9px 16px;

    background: rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 999px;

    text-align: center;
}


body.article-page .commerce-browser-cart {
    text-align: right;
}


body.article-page .commerce-browser-body {
    display: grid;
    grid-template-columns: 150px 1fr;

    min-height: 560px;
}


body.article-page .commerce-browser-sidebar {
    padding: 35px 25px;

    background: #e7d7c0;

    border-right: 1px solid rgba(72, 54, 34, 0.12);
}


body.article-page .commerce-sidebar-logo {
    color: var(--commerce-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
}


body.article-page .commerce-browser-sidebar nav {
    display: flex;
    flex-direction: column;
    gap: 25px;

    margin-top: 70px;
}


body.article-page .commerce-browser-sidebar nav span {
    color: #766b60;

    font-size: 0.59rem;
    letter-spacing: 0.06em;
}


body.article-page .commerce-browser-sidebar nav .active {
    color: var(--commerce-ink);
    font-weight: 600;
}


body.article-page .commerce-browser-product {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
}


body.article-page .commerce-browser-product-image {
    position: relative;

    display: grid;
    place-items: center;

    min-height: 560px;

    background:
        linear-gradient(140deg,
            #eee0ca,
            #caaa76);
}


body.article-page .commerce-browser-product-image>span {
    position: absolute;
    top: 25px;
    left: 25px;

    padding: 7px 11px;

    background: rgba(255, 250, 241, 0.68);

    border: 1px solid rgba(83, 59, 29, 0.13);

    color: var(--commerce-gold);

    font-size: 0.54rem;
    letter-spacing: 0.12em;

    text-transform: uppercase;
}


body.article-page .commerce-browser-object {
    position: relative;

    width: 210px;
    height: 265px;

    background:
        linear-gradient(145deg,
            #f8eee0,
            #9f7b4d);

    border-radius: 50% 50% 28px 28px;

    box-shadow:
        inset -25px -25px 45px rgba(76, 49, 19, 0.19),
        0 35px 55px rgba(64, 40, 16, 0.25);

    transform: rotate(-5deg);
}


body.article-page .commerce-browser-object div {
    position: absolute;
    top: -68px;
    left: 50%;

    width: 108px;
    height: 95px;

    border: 15px solid #d2b486;
    border-bottom: 0;
    border-radius: 65px 65px 0 0;

    transform: translateX(-50%);
}


body.article-page .commerce-browser-details {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 40px;
}


body.article-page .commerce-browser-eyebrow {
    margin: 0;

    color: var(--commerce-gold);

    font-size: 0.55rem;
    letter-spacing: 0.14em;

    text-transform: uppercase;
}


body.article-page .commerce-browser-details h3 {
    margin: 17px 0 0;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
}


body.article-page .commerce-browser-rating {
    margin-top: 15px;

    color: var(--commerce-gold);

    font-size: 0.65rem;
    letter-spacing: 0.15em;
}


body.article-page .commerce-browser-price {
    margin-top: 22px;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 500;
}


body.article-page .commerce-browser-details>p:not(.commerce-browser-eyebrow) {
    margin: 20px 0 0;

    color: var(--commerce-muted);

    font-size: 0.7rem;
    line-height: 1.75;
}


body.article-page .commerce-browser-options {
    display: flex;
    gap: 8px;

    margin-top: 25px;
}


body.article-page .commerce-browser-options button {
    padding: 8px 11px;

    background: transparent;

    border: 1px solid rgba(58, 43, 27, 0.2);

    color: var(--commerce-muted);

    font-size: 0.54rem;
}


body.article-page .commerce-browser-button {
    margin-top: 22px;
    padding: 14px;

    background: var(--commerce-ink);

    border: 0;

    color: #fffaf1;

    font-size: 0.59rem;
    letter-spacing: 0.1em;

    text-transform: uppercase;
}


body.article-page .commerce-checkout-panel {
    position: absolute;
    right: 0;
    bottom: 55px;
    z-index: 4;

    width: 315px;
    padding: 24px;

    background: rgba(255, 251, 244, 0.96);

    border: 1px solid rgba(185, 139, 66, 0.3);
    border-radius: 25px 3px 25px 3px;

    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.32);
}


body.article-page .commerce-checkout-header,
body.article-page .commerce-checkout-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


body.article-page .commerce-checkout-header span {
    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: 1.45rem;
}


body.article-page .commerce-checkout-header strong {
    color: var(--commerce-muted);

    font-size: 0.56rem;
    font-weight: 400;
}


body.article-page .commerce-checkout-product {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 12px;

    margin-top: 25px;
    padding-bottom: 20px;

    border-bottom: 1px solid var(--commerce-line);
}


body.article-page .commerce-checkout-thumbnail {
    height: 55px;

    background:
        linear-gradient(145deg,
            #e4cfaa,
            #96703d);

    border-radius: 12px 3px 12px 3px;
}


body.article-page .commerce-checkout-product strong,
body.article-page .commerce-checkout-product span {
    display: block;
}


body.article-page .commerce-checkout-product strong {
    color: var(--commerce-ink);

    font-size: 0.61rem;
}


body.article-page .commerce-checkout-product span {
    margin-top: 5px;

    color: var(--commerce-muted);

    font-size: 0.54rem;
}


body.article-page .commerce-checkout-total {
    margin-top: 22px;

    color: var(--commerce-ink);
}


body.article-page .commerce-checkout-total span {
    font-size: 0.63rem;
}


body.article-page .commerce-checkout-total strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-weight: 500;
}


body.article-page .commerce-checkout-panel>button {
    width: 100%;
    margin-top: 20px;
    padding: 14px;

    background: var(--commerce-gold);

    border: 0;

    color: #fffaf1;

    font-size: 0.58rem;
    letter-spacing: 0.1em;

    text-transform: uppercase;
}


body.article-page .commerce-confirmation-card {
    position: absolute;
    right: 245px;
    bottom: 10px;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 15px 18px;

    background: #29251f;

    border: 1px solid rgba(220, 193, 141, 0.25);
    border-radius: 999px;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.35);
}


body.article-page .commerce-confirmation-icon {
    display: grid;
    place-items: center;

    width: 28px;
    height: 28px;

    background: var(--commerce-gold);

    border-radius: 50%;

    color: white;

    font-size: 0.65rem;
}


body.article-page .commerce-confirmation-card strong,
body.article-page .commerce-confirmation-card small {
    display: block;
}


body.article-page .commerce-confirmation-card strong {
    color: #fffaf1;

    font-size: 0.62rem;
}


body.article-page .commerce-confirmation-card small {
    margin-top: 4px;

    color: rgba(255, 250, 241, 0.48);

    font-size: 0.49rem;
}


body.article-page .commerce-journey-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;

    margin-top: 60px;
}


body.article-page .commerce-journey-labels>div {
    padding-top: 20px;

    border-top: 1px solid rgba(220, 193, 141, 0.22);
}


body.article-page .commerce-journey-labels span {
    color: var(--commerce-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
}


body.article-page .commerce-journey-labels strong {
    display: block;

    margin-top: 16px;

    color: #fffaf1;

    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 500;
}


body.article-page .commerce-journey-labels p {
    margin: 13px 0 0;

    color: rgba(255, 250, 241, 0.5);

    font-size: 0.65rem;
    line-height: 1.65;
}



/* ==========================================================
   8. ECOSISTEMA DE PLATAFORMAS
   ========================================================== */

body.article-page .commerce-ecosystem {
    padding: 150px 0;

    background: var(--commerce-paper);
}


body.article-page .commerce-ecosystem-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.8fr) minmax(540px, 1.2fr);

    align-items: center;
    gap: 80px;
}


body.article-page .commerce-small-label {
    margin: 0 0 23px;

    color: var(--commerce-gold);

    font-size: 0.62rem;
    letter-spacing: 0.17em;

    text-transform: uppercase;
}


body.article-page .commerce-ecosystem-copy h2 {
    margin: 0;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    font-weight: 500;
    line-height: 0.96;
}


body.article-page .commerce-ecosystem-copy>p:not(.commerce-small-label) {
    max-width: 520px;
    margin: 30px 0 0;

    color: var(--commerce-muted);

    font-size: 0.82rem;
    line-height: 1.85;
}


body.article-page .commerce-ecosystem-quote {
    margin-top: 45px;
    padding: 24px 0 24px 28px;

    border-left: 2px solid var(--commerce-gold);
}


body.article-page .commerce-ecosystem-quote span,
body.article-page .commerce-ecosystem-quote strong {
    display: block;
}


body.article-page .commerce-ecosystem-quote span {
    color: var(--commerce-muted);

    font-size: 0.59rem;
    letter-spacing: 0.1em;

    text-transform: uppercase;
}


body.article-page .commerce-ecosystem-quote strong {
    margin-top: 9px;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 500;
}


body.article-page .commerce-platform-scene {
    position: relative;

    min-height: 580px;
}


body.article-page .commerce-platform-store {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 260px;
    height: 310px;
    padding: 35px;

    background:
        linear-gradient(145deg,
            #2a251f,
            #151310);

    border: 1px solid rgba(220, 193, 141, 0.32);
    border-radius: 3px 65px 3px 3px;

    color: #fffaf1;

    transform:
        translate(-50%, -50%) rotate(-3deg);

    box-shadow:
        0 35px 75px rgba(61, 42, 20, 0.27);
}


body.article-page .commerce-platform-store span {
    color: var(--commerce-light-gold);

    font-size: 0.59rem;
    letter-spacing: 0.17em;

    text-transform: uppercase;
}


body.article-page .commerce-platform-store strong {
    margin-top: 18px;

    font-family: "Cormorant Garamond", serif;
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 0.9;
}


body.article-page .commerce-platform-store small {
    margin-top: 30px;

    color: rgba(255, 250, 241, 0.48);

    font-size: 0.59rem;
    line-height: 1.6;
}


body.article-page .commerce-platform-card {
    position: absolute;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 15px;

    width: 210px;
    padding: 18px;

    background: rgba(255, 252, 246, 0.92);

    border: 1px solid rgba(89, 64, 31, 0.17);
    border-radius: 20px 3px 20px 3px;

    box-shadow:
        0 20px 45px rgba(66, 44, 19, 0.11);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


body.article-page .platform-google {
    top: 6%;
    left: 0;

    transform: rotate(-5deg);
}


body.article-page .platform-instagram {
    top: 5%;
    right: 0;

    transform: rotate(5deg);
}


body.article-page .platform-whatsapp {
    right: 0;
    bottom: 8%;

    transform: rotate(-4deg);
}


body.article-page .platform-maps {
    bottom: 7%;
    left: 0;

    transform: rotate(5deg);
}


body.article-page .platform-icon {
    display: grid;
    place-items: center;

    flex: 0 0 auto;

    width: 40px;
    height: 40px;

    background: rgba(185, 139, 66, 0.12);

    border: 1px solid rgba(185, 139, 66, 0.25);
    border-radius: 50%;

    color: var(--commerce-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 1.1rem;
}


body.article-page .commerce-platform-card small,
body.article-page .commerce-platform-card strong {
    display: block;
}


body.article-page .commerce-platform-card small {
    color: var(--commerce-muted);

    font-size: 0.5rem;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}


body.article-page .commerce-platform-card strong {
    margin-top: 5px;

    color: var(--commerce-ink);

    font-size: 0.61rem;
}


body.article-page .commerce-platform-line {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;

    width: 210px;
    height: 1px;

    background:
        linear-gradient(90deg,
            rgba(185, 139, 66, 0.75),
            rgba(185, 139, 66, 0.05));

    transform-origin: left;
}


body.article-page .line-one {
    transform: rotate(-142deg);
}


body.article-page .line-two {
    transform: rotate(-38deg);
}


body.article-page .line-three {
    transform: rotate(39deg);
}


body.article-page .line-four {
    transform: rotate(141deg);
}



/* ==========================================================
   9. ESCALERA DE CRECIMIENTO
   ========================================================== */

body.article-page .commerce-scale {
    padding: 145px 0 160px;

    overflow: hidden;

    background:
        linear-gradient(145deg,
            #e7d3b4,
            #f6eee2);
}


body.article-page .commerce-scale-heading {
    display: grid;
    grid-template-columns: 130px 1fr 0.7fr;
    gap: 45px;
    align-items: start;
}


body.article-page .commerce-scale-heading>span {
    color: var(--commerce-gold);

    font-size: 0.62rem;
    letter-spacing: 0.16em;

    text-transform: uppercase;
}


body.article-page .commerce-scale-heading h2 {
    margin: 0;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 5.4rem);
    font-weight: 500;
    line-height: 0.95;
}


body.article-page .commerce-scale-heading p {
    margin: 8px 0 0;

    color: var(--commerce-muted);

    font-size: 0.8rem;
    line-height: 1.8;
}


body.article-page .commerce-staircase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    gap: 10px;

    margin-top: 100px;
}


body.article-page .commerce-step {
    position: relative;

    padding: 28px;

    background: rgba(255, 250, 242, 0.72);

    border: 1px solid rgba(80, 58, 31, 0.16);

    box-shadow:
        0 24px 55px rgba(73, 48, 19, 0.09);
}


body.article-page .step-one {
    min-height: 220px;
}


body.article-page .step-two {
    min-height: 300px;
}


body.article-page .step-three {
    min-height: 380px;
}


body.article-page .step-four {
    min-height: 460px;

    background: var(--commerce-ink);

    color: #fffaf1;
}


body.article-page .commerce-step>span {
    color: var(--commerce-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
}


body.article-page .commerce-step h3 {
    margin: 45px 0 0;

    font-family: "Cormorant Garamond", serif;
    font-size: 2.1rem;
    font-weight: 500;
}


body.article-page .commerce-step p {
    margin: 18px 0 0;

    color: var(--commerce-muted);

    font-size: 0.68rem;
    line-height: 1.65;
}


body.article-page .step-four p {
    color: rgba(255, 250, 241, 0.55);
}



/* ==========================================================
   10. CIERRE
   ========================================================== */

body.article-page .commerce-closing {
    position: relative;

    display: grid;
    place-items: center;

    min-height: 760px;
    padding: 120px 0;

    overflow: hidden;

    background:
        linear-gradient(145deg,
            #181511,
            #282119);
}


body.article-page .commerce-closing::before {
    content: "OPEN 24 / 7";

    position: absolute;
    bottom: -45px;
    left: 50%;

    color: rgba(255, 250, 241, 0.028);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(8rem, 18vw, 19rem);
    line-height: 1;

    white-space: nowrap;

    transform: translateX(-50%);
}


body.article-page .commerce-closing-light {
    position: absolute;
    top: -300px;
    left: 50%;

    width: 800px;
    height: 800px;

    background:
        radial-gradient(circle,
            rgba(196, 146, 68, 0.23),
            transparent 67%);

    transform: translateX(-50%);
}


body.article-page .commerce-closing-content {
    position: relative;
    z-index: 3;

    max-width: 1050px;

    text-align: center;
}


body.article-page .commerce-closing-content>p:first-child {
    margin: 0;

    color: var(--commerce-light-gold);

    font-size: 0.62rem;
    letter-spacing: 0.18em;

    text-transform: uppercase;
}


body.article-page .commerce-closing h2 {
    margin: 35px 0 0;

    color: #fffaf1;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(4rem, 8vw, 8.5rem);
    font-weight: 500;
    line-height: 0.87;
}


body.article-page .commerce-closing h2 span {
    display: block;

    margin-top: 22px;

    color: var(--commerce-light-gold);
}


body.article-page .commerce-closing-description {
    max-width: 590px;
    margin: 42px auto 0;

    color: rgba(255, 250, 241, 0.56);

    font-size: 0.8rem;
    line-height: 1.8;
}


body.article-page .commerce-closing-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;

    margin-top: 42px;
    padding: 17px 22px 17px 26px;

    background: var(--commerce-light-gold);

    color: var(--commerce-ink);

    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.11em;

    text-decoration: none;
    text-transform: uppercase;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}


body.article-page .commerce-closing-button:hover {
    background: #f0d9aa;

    transform: translateY(-4px);
}


body.article-page .commerce-closing-button span {
    font-size: 1.2rem;
}



/* ==========================================================
   11. DARK THEME
   ========================================================== */

body.article-page.dark-theme.commerce-editorial-page {
    --commerce-ink: #f6efe4;
    --commerce-cream: #1c1916;
    --commerce-paper: #1a1815;
    --commerce-muted: #aaa094;
    --commerce-line: rgba(220, 193, 141, 0.15);
}


body.article-page.dark-theme .commerce-cover {
    background:
        radial-gradient(circle at 77% 38%,
            rgba(188, 139, 63, 0.18),
            transparent 31%),
        linear-gradient(125deg,
            #1b1916,
            #29231d 52%,
            #4a3927);
}


body.article-page.dark-theme .commerce-cover-footer>p {
    color: rgba(255, 250, 241, 0.58);
}


body.article-page.dark-theme .commerce-window,
body.article-page.dark-theme .commerce-floating-card,
body.article-page.dark-theme .commerce-platform-card,
body.article-page.dark-theme .commerce-checkout-panel {
    background: rgba(36, 32, 27, 0.95);

    border-color: rgba(220, 193, 141, 0.2);
}


body.article-page.dark-theme .commerce-window-bar,
body.article-page.dark-theme .commerce-product-description,
body.article-page.dark-theme .commerce-product-price span,
body.article-page.dark-theme .commerce-order-card span,
body.article-page.dark-theme .commerce-global-card span,
body.article-page.dark-theme .commerce-mobile-card small,
body.article-page.dark-theme .commerce-platform-card small,
body.article-page.dark-theme .commerce-checkout-product span {
    color: rgba(255, 250, 241, 0.5);
}


body.article-page.dark-theme .commerce-introduction,
body.article-page.dark-theme .commerce-ecosystem {
    background: #181613;
}


body.article-page.dark-theme .commerce-benefits,
body.article-page.dark-theme .commerce-scale {
    background:
        linear-gradient(145deg,
            #27221c,
            #171512);
}


body.article-page.dark-theme .commerce-benefit,
body.article-page.dark-theme .commerce-step {
    background: rgba(255, 255, 255, 0.035);

    border-color: rgba(220, 193, 141, 0.15);
}


body.article-page.dark-theme .benefit-wide,
body.article-page.dark-theme .step-four {
    background: #0f0e0c;
}



/* ==========================================================
   12. TABLET
   ========================================================== */

@media (max-width: 1100px) {

    body.article-page .commerce-cover-grid {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-cover-copy {
        max-width: 820px;
    }


    body.article-page .commerce-showcase {
        width: min(760px, 100%);
        margin: 20px auto 0;
    }


    body.article-page .commerce-introduction-grid {
        grid-template-columns: 75px 1fr;
    }


    body.article-page .commerce-introduction-copy {
        grid-column: 2;
    }


    body.article-page .commerce-ecosystem-grid {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-platform-scene {
        width: min(680px, 100%);
        margin: 0 auto;
    }


    body.article-page .commerce-scale-heading {
        grid-template-columns: 100px 1fr;
    }


    body.article-page .commerce-scale-heading p {
        grid-column: 2;
    }

}



/* ==========================================================
   13. TABLET PEQUEÑA
   ========================================================== */

@media (max-width: 850px) {

    body.article-page .commerce-cover {
        padding-top: 135px;
    }


    body.article-page .commerce-cover h1 {
        font-size: clamp(4rem, 13vw, 7rem);
    }


    body.article-page .commerce-window {
        position: relative;
        top: auto;
        right: auto;

        margin: 45px auto 0;

        transform: none;
    }


    body.article-page .commerce-showcase {
        min-height: 760px;
    }


    body.article-page .commerce-order-card {
        left: 0;
    }


    body.article-page .commerce-global-card {
        right: 0;
    }


    body.article-page .commerce-benefit-layout {
        display: block;
    }


    body.article-page .commerce-benefit {
        min-height: auto;
        margin: 22px 0 0;
    }


    body.article-page .benefit-wide {
        display: block;
    }


    body.article-page .commerce-benefit-stat {
        margin-top: 45px;
        padding: 35px 0 0;

        border-top: 1px solid rgba(220, 193, 141, 0.25);
        border-left: 0;
    }


    body.article-page .commerce-browser {
        position: relative;

        width: 100%;
    }


    body.article-page .commerce-browser-scene {
        min-height: 980px;
    }


    body.article-page .commerce-browser-product {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-browser-product-image {
        min-height: 390px;
    }


    body.article-page .commerce-checkout-panel {
        right: 20px;
        bottom: 50px;
    }


    body.article-page .commerce-confirmation-card {
        right: auto;
        bottom: 5px;
        left: 20px;
    }


    body.article-page .commerce-journey-labels {
        grid-template-columns: repeat(2, 1fr);
    }


    body.article-page .commerce-staircase {
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
    }


    body.article-page .commerce-step {
        min-height: 280px;
    }

}



/* ==========================================================
   14. MÓVIL
   ========================================================== */

@media (max-width: 650px) {

    body.article-page .commerce-cover {
        min-height: auto;
        padding: 120px 0 75px;
    }


    body.article-page .commerce-cover-word,
    body.article-page .commerce-cover-orbit {
        display: none;
    }


    body.article-page .commerce-cover h1 {
        font-size: clamp(3.4rem, 17vw, 5.5rem);
        line-height: 0.78;
    }


    body.article-page .commerce-cover h1>span:nth-child(2) {
        margin-left: 0;
    }


    body.article-page .commerce-cover-footer {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-cover-meta {
        text-align: left;
    }


    body.article-page .commerce-showcase {
        min-height: 860px;
    }


    body.article-page .commerce-window-content {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-product-visual {
        min-height: 360px;
    }


    body.article-page .commerce-product-information {
        padding: 35px 27px;
    }


    body.article-page .commerce-order-card {
        top: 18px;
        left: -4px;
    }


    body.article-page .commerce-global-card {
        right: -5px;
        bottom: 40px;
    }


    body.article-page .commerce-mobile-card {
        bottom: -10px;
        left: 0;
    }


    body.article-page .commerce-introduction {
        padding: 95px 0;
    }


    body.article-page .commerce-introduction-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }


    body.article-page .commerce-introduction-copy {
        grid-column: auto;
    }


    body.article-page .commerce-introduction-title h2 {
        font-size: 3rem;
    }


    body.article-page .commerce-benefits,
    body.article-page .commerce-experience,
    body.article-page .commerce-ecosystem,
    body.article-page .commerce-scale {
        padding: 95px 0;
    }


    body.article-page .commerce-section-heading h2 {
        font-size: 3.3rem;
    }


    body.article-page .commerce-benefit {
        padding: 30px 25px;
    }


    body.article-page .commerce-benefit-number {
        margin-bottom: 45px;
    }


    body.article-page .commerce-benefit h3 {
        font-size: 2.35rem;
    }


    body.article-page .commerce-browser-scene {
        min-height: 1180px;
    }


    body.article-page .commerce-browser-header {
        grid-template-columns: 70px 1fr;
    }


    body.article-page .commerce-browser-cart {
        display: none;
    }


    body.article-page .commerce-browser-body {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-browser-sidebar {
        display: none;
    }


    body.article-page .commerce-browser-details {
        padding: 35px 25px;
    }


    body.article-page .commerce-checkout-panel {
        right: 0;
        bottom: 80px;

        width: 92%;
    }


    body.article-page .commerce-confirmation-card {
        bottom: 15px;
        left: 0;

        max-width: 94%;

        border-radius: 20px;
    }


    body.article-page .commerce-journey-labels {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-platform-scene {
        display: grid;
        gap: 15px;

        min-height: auto;
        margin-top: 55px;
    }


    body.article-page .commerce-platform-store,
    body.article-page .commerce-platform-card {
        position: relative;
        inset: auto;

        width: 100%;

        transform: none;
    }


    body.article-page .commerce-platform-store {
        min-height: 270px;
        height: auto;
    }


    body.article-page .commerce-platform-line {
        display: none;
    }


    body.article-page .commerce-scale-heading {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-scale-heading p {
        grid-column: auto;
    }


    body.article-page .commerce-staircase {
        grid-template-columns: 1fr;
    }


    body.article-page .commerce-step {
        min-height: auto;
    }


    body.article-page .commerce-closing {
        min-height: 680px;
    }


    body.article-page .commerce-closing h2 {
        font-size: 4rem;
    }


    body.article-page .commerce-closing-button {
        gap: 25px;

        width: 100%;
    }

}



/* ==========================================================
   15. REDUCCIÓN DE MOVIMIENTO
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    body.article-page .commerce-live-track {
        animation: none;
    }

}


/* ==========================================================
   AJUSTES ACTUALES CONSERVADOS
   Hero y mensaje editorial más recientes
   ========================================================== */

/* ==========================================================
   ONLINE SHOPPING
   DIGITAL STOREFRONT
   ========================================================== */

body.article-page.commerce-editorial-page {
    --commerce-ink: #171411;
    --commerce-paper: #fffaf2;
    --commerce-gold: #b98b42;
    --commerce-light-gold: #dcc18d;
    --commerce-muted: #756d63;
    --commerce-line: rgba(53, 43, 31, 0.16);
    --commerce-dark: #151310;

    overflow-x: hidden;
}


/* ==========================================================
   HERO
   ========================================================== */

body.article-page .commerce-cover {
    position: relative;
    min-height: 900px;
    padding: 95px 0 95px;
    overflow: hidden;

    background:
        radial-gradient(circle at 77% 38%,
            rgba(199, 153, 75, 0.22),
            transparent 31%),
        linear-gradient(125deg,
            #f9f2e8 0%,
            #eee1ce 48%,
            #d9c09b 100%);
}

body.article-page .commerce-cover::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px);

    background-size: 90px 90px;
    pointer-events: none;
}

body.article-page .commerce-cover-grid {
    position: relative;
    z-index: 4;

    display: grid;
    grid-template-columns:
        minmax(0, 0.82fr) minmax(520px, 1.18fr);

    align-items: center;
    gap: 55px;
}

body.article-page .commerce-cover-copy {
    position: relative;
    z-index: 5;
}

body.article-page .commerce-cover-category {
    margin: 0 0 32px;

    color: var(--commerce-gold);

    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.19em;

    text-transform: uppercase;
}

body.article-page .commerce-cover h1 {
    margin: 0;

    color: var(--commerce-ink);

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(5.1rem, 8vw, 9.2rem);
    font-weight: 500;
    line-height: 0.73;
    letter-spacing: -0.055em;

    text-transform: uppercase;
}

body.article-page .commerce-cover h1>span {
    display: block;
}

body.article-page .commerce-cover h1>span:nth-child(2) {
    margin-left: 8%;
}

body.article-page .commerce-cover h1 .commerce-cover-gold {
    margin-top: 14px;

    color: var(--commerce-gold);

    font-size: 0.62em;
    line-height: 0.9;
}

body.article-page .commerce-cover-footer {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) auto;

    gap: 32px;

    max-width: 650px;
    margin-top: 58px;
    padding-top: 24px;

    border-top: 1px solid rgba(64, 49, 30, 0.2);
}

body.article-page .commerce-cover-footer>p {
    max-width: 410px;
    margin: 0;

    color: #5e554b;

    font-size: 0.84rem;
    line-height: 1.75;
}

body.article-page .commerce-cover-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;

    color: var(--commerce-gold);

    font-size: 0.62rem;
    letter-spacing: 0.08em;

    text-align: right;
    text-transform: uppercase;
}

body.article-page .commerce-cover-word {
    position: absolute;
    top: 50%;
    left: 28px;
    z-index: 2;

    color: rgba(77, 59, 34, 0.18);

    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.75em;

    text-transform: uppercase;
    writing-mode: vertical-rl;

    transform: translateY(-50%) rotate(180deg);
}

body.article-page .commerce-cover-orbit {
    position: absolute;

    border: 1px solid rgba(174, 126, 57, 0.22);
    border-radius: 50%;

    pointer-events: none;
}

body.article-page .orbit-one {
    top: 90px;
    right: -280px;

    width: 850px;
    height: 850px;
}

body.article-page .orbit-two {
    top: 245px;
    right: -90px;

    width: 500px;
    height: 500px;
}


/* ==========================================================
   ESCAPARATE DIGITAL
   ========================================================== */

body.article-page .commerce-showcase {
    position: relative;
    min-height: 650px;
}

body.article-page .commerce-window {
    position: absolute;
    top: 40px;
    right: 0;

    width: min(650px, 100%);
    overflow: hidden;

    background: rgba(255, 252, 246, 0.95);

    border: 1px solid rgba(123, 88, 40, 0.26);
    border-radius: 4px 35px 4px 35px;

    box-shadow:
        0 45px 100px rgba(67, 47, 24, 0.2);

    transform: rotate(2.4deg);
}

body.article-page .commerce-window-bar {
    display: flex;
    align-items: center;
    gap: 20px;

    height: 48px;
    padding: 0 20px;

    border-bottom: 1px solid rgba(65, 49, 31, 0.12);

    color: #8a7b69;
    font-size: 0.6rem;
}

body.article-page .commerce-window-dots {
    display: flex;
    gap: 6px;
}

body.article-page .commerce-window-dots span {
    width: 7px;
    height: 7px;

    background-color: rgba(185, 139, 66, 0.55);
    border-radius: 50%;
}

body.article-page .commerce-window-content {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;

    min-height: 470px;
}

body.article-page .commerce-product-visual {
    position: relative;

    display: grid;
    place-items: center;

    min-height: 470px;
    overflow: hidden;

    background:
        radial-gradient(circle at 50% 43%,
            rgba(230, 200, 146, 0.9),
            transparent 36%),
        linear-gradient(145deg,
            #d9b97f,
            #99703a);
}

body.article-page .commerce-product-visual::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    border: 1px solid rgba(255, 249, 236, 0.38);
    border-radius: 50%;
}

body.article-page .commerce-product-label {
    position: absolute;
    top: 25px;
    left: 24px;

    color: rgba(255, 252, 245, 0.9);

    font-size: 0.57rem;
    letter-spacing: 0.16em;

    text-transform: uppercase;
}

body.article-page .commerce-product-shape {
    position: relative;
    z-index: 2;

    width: 175px;
    height: 205px;

    background:
        linear-gradient(145deg,
            #f6ead5,
            #b89a6d);

    border-radius: 45% 45% 22px 22px;

    box-shadow:
        inset -18px -18px 35px rgba(84, 55, 24, 0.18),
        0 36px 50px rgba(62, 39, 17, 0.25);

    transform: rotate(-6deg);
}

body.article-page .commerce-product-shape::after {
    content: "";

    position: absolute;
    inset: 20px;

    border: 1px solid rgba(130, 91, 40, 0.32);
    border-radius: 42% 42% 17px 17px;
}

body.article-page .commerce-product-handle {
    position: absolute;
    top: -56px;
    left: 50%;

    width: 92px;
    height: 80px;

    border: 13px solid #d4b98d;
    border-bottom: 0;
    border-radius: 60px 60px 0 0;

    transform: translateX(-50%);
}

body.article-page .commerce-product-shadow {
    position: absolute;
    bottom: 55px;

    width: 200px;
    height: 25px;

    background: rgba(70, 43, 19, 0.25);

    border-radius: 50%;
    filter: blur(10px);
}

body.article-page .commerce-product-information {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 42px 38px;

    color: var(--commerce-ink);
}

body.article-page .commerce-product-code {
    margin: 0 0 18px;

    color: var(--commerce-gold);

    font-size: 0.58rem;
    letter-spacing: 0.16em;
}

body.article-page .commerce-product-information h2 {
    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: 2.45rem;
    font-weight: 500;
    line-height: 1;
}

body.article-page .commerce-product-description {
    margin: 23px 0 0;

    color: var(--commerce-muted);

    font-size: 0.74rem;
    line-height: 1.75;
}

body.article-page .commerce-product-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;

    margin-top: 30px;
}

body.article-page .commerce-product-price strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
}

body.article-page .commerce-product-price span {
    max-width: 95px;

    color: var(--commerce-muted);

    font-size: 0.55rem;
    line-height: 1.45;
    text-align: right;
}

body.article-page .commerce-cart-button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 25px;
    padding: 15px 17px;

    background: var(--commerce-ink);

    border: 0;

    color: #fffaf0;

    font-size: 0.63rem;
    letter-spacing: 0.1em;

    text-transform: uppercase;
}

body.article-page .commerce-cart-button span {
    font-size: 1.1rem;
}

body.article-page .commerce-floating-card {
    position: absolute;
    z-index: 5;

    background: rgba(255, 252, 246, 0.9);

    border: 1px solid rgba(153, 108, 47, 0.24);
    border-radius: 18px;

    box-shadow:
        0 22px 45px rgba(65, 43, 19, 0.14);

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

body.article-page .commerce-order-card {
    top: 5px;
    left: -25px;

    display: flex;
    flex-direction: column;

    width: 175px;
    padding: 18px 20px;

    transform: rotate(-5deg);
}

body.article-page .commerce-order-card span,
body.article-page .commerce-global-card span {
    color: var(--commerce-muted);

    font-size: 0.56rem;
    letter-spacing: 0.08em;

    text-transform: uppercase;
}

body.article-page .commerce-order-card strong {
    margin-top: 7px;

    font-family: "Cormorant Garamond", serif;
    font-size: 1.35rem;
    font-weight: 500;
}

body.article-page .commerce-order-card small {
    margin-top: 6px;

    color: var(--commerce-gold);
    font-size: 0.56rem;
}

body.article-page .commerce-global-card {
    right: -24px;
    bottom: 72px;

    width: 150px;
    padding: 19px;

    text-align: center;

    transform: rotate(6deg);
}

body.article-page .commerce-global-card strong {
    display: block;

    margin-top: 8px;

    color: var(--commerce-gold);

    font-family: "Cormorant Garamond", serif;
    font-size: 2.3rem;
    font-weight: 500;
}

body.article-page .commerce-mobile-card {
    bottom: 5px;
    left: 25px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 15px 18px;

    transform: rotate(-2deg);
}

body.article-page .commerce-mobile-dot {
    width: 11px;
    height: 11px;

    background: var(--commerce-gold);
    border-radius: 50%;

    box-shadow:
        0 0 0 7px rgba(185, 139, 66, 0.13);
}

body.article-page .commerce-mobile-card strong,
body.article-page .commerce-mobile-card small {
    display: block;
}

body.article-page .commerce-mobile-card strong {
    font-size: 0.68rem;
}

body.article-page .commerce-mobile-card small {
    margin-top: 4px;

    color: var(--commerce-muted);
    font-size: 0.53rem;
}

/* ==========================================================
   CINTA VISIBLE EN MODO OSCURO
   ========================================================== */

body.article-page.dark-theme .commerce-live-strip {
    background: #f4ecdf;
    border-color: rgba(185, 139, 66, 0.35);
}

body.article-page.dark-theme .commerce-live-item span {
    color: #9b6e2f;
}

body.article-page.dark-theme .commerce-live-item strong {
    color: #171411;
}

body.article-page.dark-theme .commerce-live-item::after {
    color: #b98b42;
}

/* ==========================================================
   MENSAJE EDITORIAL EN EL ESPACIO DERECHO
   ========================================================== */

body.article-page.commerce-editorial-page main>section.commerce-cover {
    width: 100%;
    max-width: none;
}

body.article-page .commerce-rotating-message {
    position: absolute;
    top: 26%;
    right: 3%;
    left: auto;
    z-index: 20;

    width: 240px;
    padding: 28px 0 28px 30px;

    opacity: 0;

    transform: translateY(-50%) translateX(50px);

    animation:
        commerce-message-appear 1.2s ease 0.8s forwards,
        commerce-message-float 6s ease-in-out 2s infinite;
}

body.article-page .commerce-rotating-message::before {
    content: "24 / 7";

    position: absolute;
    top: -70px;
    right: -10px;
    z-index: -1;

    color: rgba(185, 139, 66, 0.1);

    font-family: "Cormorant Garamond", serif;
    font-size: 5rem;
    line-height: 1;

    white-space: nowrap;

    transform: rotate(-90deg);
}

body.article-page .commerce-rotating-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 1px;

    background:
        linear-gradient(to bottom,
            transparent,
            var(--commerce-gold),
            transparent);
}

body.article-page .commerce-rotating-message p {
    margin: 0;

    color: #29231d;

    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
}

body.article-page .commerce-rotating-message small {
    display: block;

    margin-top: 24px;

    color: #a27431;

    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.17em;

    text-transform: uppercase;
}


/* Mensaje en modo oscuro */

body.article-page.dark-theme .commerce-rotating-message p {
    color: rgba(255, 250, 241, 0.82);
}

body.article-page.dark-theme .commerce-rotating-message small {
    color: var(--commerce-light-gold);
}


/* Entrada del mensaje */

@keyframes commerce-message-appear {

    from {
        opacity: 0;

        transform:
            translateY(-50%) translateX(50px);
    }

    to {
        opacity: 1;

        transform:
            translateY(-50%) translateX(0);
    }

}


/* Movimiento flotante */

@keyframes commerce-message-float {

    0%,
    100% {
        transform:
            translateY(-50%) rotate(0deg);
    }

    50% {
        transform:
            translateY(calc(-50% - 12px)) rotate(0.7deg);
    }

}


/* Ocultar solamente cuando realmente no haya espacio */

@media (max-width: 1050px) {

    body.article-page .commerce-rotating-message {
        display: none;
    }

}