     #nav {
         background: #fff;
         position: sticky;
         top: 0;
         z-index: 990;
         overflow: visible;
         min-height: 70px;
         box-shadow: 0 4px 24px rgba(43, 38, 28, 0.08);
     }

     #nav .container {
         position: relative;
         min-height: 70px;
     }

     /* Logo */
     .premium-logo-wrap {
         position: relative;
         width: 180px;
         height: 72px;
         padding: 0;
         margin: 0;
         display: flex;
         align-items: center;
         z-index: 25;
     }

     .premium-logo {
         position: absolute;
         top: 50%;
         left: 0;
         width: 150px;
         height: auto;
         display: block;
         object-fit: contain;

         /* Hace que sobresalga hacia abajo */
         transform: translateY(-30%);

         filter:
             drop-shadow(0 8px 8px rgba(43, 38, 28, 0.18))
             drop-shadow(0 18px 22px rgba(43, 38, 28, 0.12));

         transition:
             transform 0.35s ease,
             filter 0.35s ease;
     }

     /* Reduce la altura visual del menú */
     .navbar-nav .nav-link {
         font-size: 1rem;
         font-weight: 600;
         color: var(--dark) !important;
         padding: 20px 16px !important;
     }

     /* Botón */
     .nav-cta {
         padding: 13px 22px !important;
     }
     /* Tablet y móvil */
     @media (max-width: 991px) {
         #nav,
         #nav .container {
             min-height: 82px;
         }

         .premium-logo-wrap {
             width: 125px;
             height: 72px;
         }

         .premium-logo {
             width: 108px;
             transform: translateY(-36%);
         }

         .premium-logo-wrap:hover .premium-logo {
             transform: translateY(-36%);
         }

         .navbar-nav {
             padding-top: 18px;
         }

         .navbar-nav .nav-link {
             padding: 12px 4px !important;
         }

         .nav-cta {
             display: inline-flex;
             margin: 8px 0 18px;
         }
     }


     #hero-editorial {
         position: relative;
         min-height: 100%;
         padding: 30px 0 30px;
         overflow: hidden;
         background:
             linear-gradient(
                 180deg,
                 var(--light) 0%,
                 var(--cream) 58%,
                 #e9dfc5 100%
             );
     }

     .hero-editorial-layout {
         position: relative;
         z-index: 4;
         display: flex;
         flex-direction: column;
         align-items: center;
     }

     /* Texto decorativo */

     .hero-editorial-bg-text {
         position: absolute;
         top: 46%;
         left: 50%;
         transform: translate(-50%, -50%);
         font-family: "Playfair Display", serif;
         font-size: clamp(10rem, 24vw, 25rem);
         font-weight: 900;
         letter-spacing: -12px;
         color: rgba(43, 38, 28, 0.035);
         white-space: nowrap;
         pointer-events: none;
         user-select: none;
     }

     /* Líneas laterales */

     .hero-editorial-line {
         position: absolute;
         top: 48%;
         width: 13%;
         height: 1px;
         background:
             linear-gradient(
                 90deg,
                 transparent,
                 rgba(102, 115, 63, 0.35)
             );
     }

     .hero-editorial-line-left {
         left: 0;
     }

     .hero-editorial-line-right {
         right: 0;
         transform: rotate(180deg);
     }

     /* Encabezado */

     .hero-editorial-top {
         position: relative;
         z-index: 8;
         text-align: center;
         margin-bottom: 10px;
     }

     .hero-editorial-kicker {
         display: inline-flex;
         align-items: center;
         gap: 12px;
         margin-bottom: 12px;
         color: var(--secondary);
         font-size: 0.72rem;
         font-weight: 700;
         letter-spacing: 3px;
         text-transform: uppercase;
     }

     .hero-editorial-kicker::before,
     .hero-editorial-kicker::after {
         content: "";
         width: 34px;
         height: 1px;
         background: var(--secondary);
     }

     .hero-editorial-title {
         margin: 0;
         color: var(--dark);
         font-size: clamp(3rem, 6.6vw, 6rem);
         font-weight: 900;
         line-height: 0.95;
         letter-spacing: -4px;
     }

     .hero-editorial-subtitle {
         margin: 14px 0 0;
         color: #746e60;
         font-size: 0.98rem;
         letter-spacing: 0.6px;
     }

     /* Escenario principal */

     .hero-editorial-stage {
         position: relative;
         width: 100%;
         min-height: 350px;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .hero-editorial-glow {
         position: absolute;
         width: 520px;
         height: 360px;
         border-radius: 50%;
         background:
             radial-gradient(
                 ellipse,
                 rgba(197, 139, 59, 0.27) 0%,
                 rgba(197, 139, 59, 0.1) 38%,
                 transparent 70%
             );
         filter: blur(6px);
     }

     /* Imagen del producto */

     .hero-editorial-product-wrap {
         position: relative;
         z-index: 5;
         width: min(100%, 50%);
         display: flex;
         justify-content: center;
     }

     .hero-editorial-product-wrap::after {
         content: "";
         position: absolute;
         bottom: 6px;
         left: 50%;
         width: 240px;
         height: 28px;
         transform: translateX(-50%);
         border-radius: 50%;
         background: rgba(43, 38, 28, 0.2);
         filter: blur(15px);
         z-index: -1;
     }

     .hero-editorial-product {
         width: 100%;
         max-height: 485px;
         object-fit: contain;
         filter:
             drop-shadow(0 28px 28px rgba(43, 38, 28, 0.23))
             drop-shadow(0 8px 12px rgba(197, 139, 59, 0.12));
         animation: editorialProductFloat 5.5s ease-in-out infinite;
     }

     @keyframes editorialProductFloat {
         0%,
         100% {
             transform: translateY(0);
         }

         50% {
             transform: translateY(-12px);
         }
     }

     /* Tarjetas flotantes */

     .hero-editorial-floating {
         position: absolute;
         z-index: 8;
         min-width: 190px;
         padding: 12px 16px;
         border: 1px solid rgba(102, 115, 63, 0.12);
         border-radius: 12px;
         display: flex;
         align-items: center;
         gap: 11px;
         background: rgba(255, 255, 255, 0.86);
         box-shadow:
             0 15px 35px rgba(43, 38, 28, 0.13),
             inset 0 1px 0 rgba(255, 255, 255, 0.85);
         backdrop-filter: blur(12px);
         -webkit-backdrop-filter: blur(12px);
     }

     .hero-editorial-floating-left {
         left: 4%;
         bottom: 110px;
         animation: editorialCardFloat 4.2s ease-in-out infinite;
     }

     .hero-editorial-floating-right {
         right: 4%;
         top: 130px;
         animation: editorialCardFloat 4.2s ease-in-out infinite 1.3s;
     }

     @keyframes editorialCardFloat {
         0%,
         100% {
             transform: translateY(0);
         }

         50% {
             transform: translateY(-9px);
         }
     }

     .hero-editorial-floating-icon {
         width: 40px;
         height: 40px;
         flex-shrink: 0;
         border-radius: 10px;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #fff;
         background: var(--primary);
     }

     .hero-editorial-floating-icon.gold {
         color: var(--dark);
         background: var(--secondary);
     }

     .hero-editorial-floating div:last-child {
         display: flex;
         flex-direction: column;
     }

     .hero-editorial-floating strong {
         color: var(--dark);
         font-size: 0.82rem;
         font-weight: 700;
     }

     .hero-editorial-floating span {
         color: #999182;
         font-size: 0.67rem;
     }

     /* Origen */

     .hero-editorial-origin {
         position: absolute;
         right: 11%;
         bottom: 70px;
         padding-left: 17px;
         border-left: 2px solid var(--secondary);
         display: flex;
         flex-direction: column;
     }

     .hero-editorial-origin span {
         color: #918978;
         font-size: 0.63rem;
         font-weight: 600;
         letter-spacing: 1.8px;
         text-transform: uppercase;
     }

     .hero-editorial-origin strong {
         margin-top: 3px;
         color: var(--dark);
         font-family: "Playfair Display", serif;
         font-size: 1rem;
     }

     /* Acciones flotantes */

     .hero-editorial-bottom {
         position: absolute;
         z-index: 12;
         left: 50%;
         bottom: 8px;
         transform: translateX(-50%);

         display: flex;
         align-items: center;
         justify-content: center;
         gap: 12px;

         padding: 9px;
         border: 1px solid rgba(255, 255, 255, 0.65);
         border-radius: 16px;

         background: rgba(255, 255, 255, 0.82);
         box-shadow:
             0 18px 38px rgba(43, 38, 28, 0.2),
             inset 0 1px 0 rgba(255, 255, 255, 0.9);

         backdrop-filter: blur(14px);
         -webkit-backdrop-filter: blur(14px);

         animation: heroActionsFloat 4.5s ease-in-out infinite;
     }

     @keyframes heroActionsFloat {
         0%,
         100% {
             transform: translateX(-50%) translateY(0);
         }

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

     /* Botón productos */

     .hero-editorial-primary {
         min-height: 52px;
         padding: 0 25px;
         border: none;
         border-radius: 11px;

         display: inline-flex;
         align-items: center;
         justify-content: center;
         gap: 12px;

         color: #fff;
         background:
             linear-gradient(
                 135deg,
                 var(--primary),
                 #4c5731
             );

         font-size: 0.88rem;
         font-weight: 700;
         white-space: nowrap;

         box-shadow: 0 9px 22px rgba(102, 115, 63, 0.28);
         transition: 0.3s;
     }

     .hero-editorial-primary:hover {
         color: #fff;
         transform: translateY(-2px);
         box-shadow: 0 13px 27px rgba(102, 115, 63, 0.38);
     }

     .hero-editorial-primary i {
         transition: 0.3s;
     }

     .hero-editorial-primary:hover i {
         transform: translateX(5px);
     }

     /* Botón historia */

     .hero-editorial-secondary {
         min-height: 52px;
         padding: 0 18px 0 8px;
         border-radius: 11px;

         display: inline-flex;
         align-items: center;
         gap: 10px;

         color: var(--dark);
         background: transparent;

         font-size: 0.87rem;
         font-weight: 700;
         white-space: nowrap;

         transition: 0.3s;
     }

     .hero-editorial-secondary:hover {
         color: var(--primary);
         background: rgba(102, 115, 63, 0.07);
     }

     .hero-editorial-play {
         width: 40px;
         height: 40px;
         border: 1px solid rgba(102, 115, 63, 0.18);
         border-radius: 50%;

         display: inline-flex;
         align-items: center;
         justify-content: center;

         color: var(--primary);
         background: var(--cream);

         box-shadow: 0 6px 15px rgba(43, 38, 28, 0.1);
         transition: 0.3s;
     }

     .hero-editorial-secondary:hover .hero-editorial-play {
         color: #fff;
         background: var(--primary);
         transform: scale(1.06);
     }

     /* Responsive */

     @media (max-width: 991px) {
         #hero-editorial {
             min-height: auto;
             padding: 65px 0 70px;
         }

         .hero-editorial-stage {
             min-height: 540px;
         }

         .hero-editorial-product-wrap {
             width: min(100%, 520px);
         }

         .hero-editorial-floating-left {
             left: 0;
         }

         .hero-editorial-floating-right {
             right: 0;
         }

         .hero-editorial-origin {
             right: 2%;
         }

         .hero-editorial-bottom {
             bottom: 15px;
             width: calc(100% - 28px);
             max-width: 430px;
         }
     }

     @media (max-width: 767px) {
         .hero-editorial-title {
             font-size: 4rem;
             letter-spacing: -2px;
         }

         .hero-editorial-stage {
             min-height: 500px;
         }

         .hero-editorial-product-wrap {
             width: min(100%, 390px);
         }

         .hero-editorial-floating {
             min-width: 160px;
             padding: 10px 12px;
         }

         .hero-editorial-floating-left {
             bottom: 80px;
         }

         .hero-editorial-floating-right {
             top: 125px;
         }

         .hero-editorial-origin {
             display: none;
         }
     }

     @media (max-width: 575px) {
         #hero-editorial {
             padding: 55px 0 55px;
         }

         .hero-editorial-title {
             font-size: 3.25rem;
         }

         .hero-editorial-subtitle {
             font-size: 0.88rem;
         }

         .hero-editorial-stage {
             min-height: 450px;
         }

         .hero-editorial-product-wrap {
             width: min(100%, 320px);
         }

         .hero-editorial-product {
             max-height: 380px;
         }

         .hero-editorial-floating {
             min-width: 142px;
             transform: scale(0.9);
         }

         .hero-editorial-floating-left {
             left: -15px;
             bottom: 70px;
         }

         .hero-editorial-floating-right {
             right: -15px;
             top: 105px;
         }

         .hero-editorial-bottom {
             bottom: 5px;
             width: calc(100% - 20px);
             gap: 6px;
             padding: 7px;
             border-radius: 14px;
         }

         .hero-editorial-primary {
             min-height: 46px;
             padding: 0 16px;
             font-size: 0.78rem;
         }

         .hero-editorial-secondary {
             min-height: 46px;
             padding: 0 9px 0 5px;
             font-size: 0.77rem;
         }

         .hero-editorial-play {
             width: 34px;
             height: 34px;
         }
     }
