    :root {
      --green: #95BB30;
      --green-lt: #CEE632;
      --green-dk: #6a8f1a;
      --green-bg: rgba(149, 187, 48, .1);
      --white: #fff;
      --black: #050505;
    }

    body {
      font-family: Arial, sans-serif;
      color: #1A1A18;
      cursor: none;
      overflow-x: hidden;
      /* Textura de grano sutil */
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3%3Ffilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/feTurbulence%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    }

    #navbar .nav-links a {
      font-family: 'Dosis', sans-serif !important;
      font-size: 1rem !important;
      font-weight: 600 !important;
      letter-spacing: .05em !important;
    }

    @media(max-width:768px) {
      body {
        cursor: auto;
      }

      .cursor,
      .cursor-ring {
        display: none !important;
      }
    }

    .cursor {
      position: fixed;
      width: 8px;
      height: 8px;
      background: #95BB30;
      border-radius: 50%;
      pointer-events: none;
      z-index: 9999;
      transform: translate(-50%, -50%);
      transition: width .25s, height .25s;
    }

    .cursor-ring {
      position: fixed;
      width: 32px;
      height: 32px;
      border: 1.5px solid rgba(149, 187, 48, .45);
      border-radius: 50%;
      pointer-events: none;
      z-index: 9998;
      transform: translate(-50%, -50%);
      transition: width .35s, height .35s;
    }

    body.cursor-hover .cursor {
      width: 16px;
      height: 16px;
    }

    body.cursor-hover .cursor-ring {
      width: 48px;
      height: 48px;
      border-color: #95BB30;
    }

    /* Navbar negro visible desde el inicio */
    #navbar {
      background: rgba(26, 26, 24, 0.95);
      backdrop-filter: blur(14px);
    }

    /* CABECERA dentro del grid beige */
    .not-editorial-eyebrow {
      font-size: .79rem;
      font-weight: 800;
      letter-spacing: .35em;
      text-transform: uppercase;
      color: var(--green);
      display: block;
      margin-bottom: 16px;
    }

    .not-editorial-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(2.8rem, 6vw, 4.5rem); font-weight: 900; text-transform: uppercase;
      line-height: 1;
      letter-spacing: -.02em;
      color: #1A1A18;
      margin: 0 0 12px;
    }

    .not-editorial-title em {
      font-family: 'Arial Black', Arial, sans-serif; font-style: normal;
      font-weight: 900; color: inherit; font-size: 1em; text-transform: uppercase;
    }

    .not-editorial-sub {
      font-size: .88rem;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.45);
      max-width: 480px;
      line-height: 1.7;
      margin-bottom: 48px;
    }



    /* GRID NOTICIAS — estilo editorial */
    .not-grid-section {
      padding: 0 0 100px;
      background: #FBF9F4;
      position: relative;
    }

    /* MARCAS DE AGUA
    
    .not-editorial-head-block::before {
      content: 'O&M';
      position: absolute;
      left: 30%;
      top: 300%;
      transform: translate(-100%, -100%);
      font-family: 'Dosis', sans-serif;
      font-size: clamp(5rem, 12vw, 12rem);
      font-weight: 400;
      color: rgba(149, 187, 48, 0.10);
      pointer-events: none;
      z-index: -1;
      letter-spacing: -.06em;
      line-height: 1;
      user-select: none;
      white-space: nowrap;
    }

    .not-grid-section::after {
      content: 'O&M';
      position: absolute;
      right: 15%;
      bottom: 80px;
      transform: translate(50%, 50%);
      font-family: 'Dosis', sans-serif;
      font-size: clamp(5rem, 12vw, 12rem);
      font-weight: 400;
      color: rgba(149, 187, 48, 0.10);
      pointer-events: none;
      z-index: 0;
      letter-spacing: -.06em;
      line-height: 1;
      user-select: none;
      white-space: nowrap;
    }*/

    .not-editorial-head-block {
      text-align: center;
      padding: 75px 0 50px;
      position: relative;
      z-index: 2;
    }

    .not-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 48px;
      position: relative;
      z-index: 1;
    }

    /* ── Línea separadora de sección ── */
    .not-section-rule {
      border: none;
      border-top: 2px solid #1A1A18;
      margin-bottom: 0;
    }

    .not-section-label-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      padding: 14px 0;
      margin-bottom: 40px;
    }

    .not-section-label-bar span {
      font-size: .79rem;
      font-weight: 800;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.35);
    }

    .not-section-label-bar strong {
      font-size: .79rem;
      font-weight: 800;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: var(--green);
    }

    /* ── Grid editorial ── */
    .not-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 0;
    }

    /* ── Card base ── */
    .not-card {
      border: none;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      overflow: hidden;
      cursor: pointer;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity .5s ease, transform .5s ease;
      position: relative;
    }

    .not-card:last-child,
    .not-card:nth-child(3n) {
      border-right: none;
    }

    .not-card.reveal {
      opacity: 1;
      transform: translateY(0);
    }

    /* ── Fila 1: DESTACADA (2 cols) + LATERAL (1 col) ── */
    .not-card--featured {
      grid-column: 1 / 3;
      grid-row: 1;
      display: flex;
      flex-direction: column;
    }

    .not-card--featured .not-card-img {
      height: 420px;
    }

    .not-card--featured .not-card-title {
      font-size: 2rem;
      line-height: 1.15;
    }

    .not-card--featured .not-card-excerpt {
      -webkit-line-clamp: 4;
      line-clamp: 4;
    }

    .not-card--side {
      grid-column: 3;
      grid-row: 1;
      border-right: none;
      display: flex;
      flex-direction: column;
    }

    .not-card--side .not-card-img {
      height: 220px;
    }

    .not-card--side .not-card-title {
      font-size: 1.1rem;
    }

    .not-card--side .not-card-excerpt {
      -webkit-line-clamp: 8;
      line-clamp: 8;
    }

    /* ── Fila 2: 1 normal (1col) + 1 ancho (2col) ── */
    .not-card--single {
      grid-column: 1;
    }

    .not-card--single .not-card-img {
      height: 260px;
    }

    .not-card--single .not-card-title {
      font-size: 1.1rem;
    }

    .not-card--wide {
      grid-column: 2 / 4;
      border-right: none;
      flex-direction: column;
    }

    .not-card--wide .not-card-img {
      height: 260px;
    }

    .not-card--wide .not-card-title {
      font-size: 1.4rem;
      line-height: 1.2;
    }

    .not-card--wide .not-card-excerpt {
      -webkit-line-clamp: 3;
    }

    /* ── Fila 3+: normal 3 en 3 ── */
    .not-card--normal .not-card-img {
      height: 180px;
    }

    .not-card--normal .not-card-title {
      font-size: 1.05rem;
    }

    .not-card--normal .not-card-excerpt {
      -webkit-line-clamp: 2;
    }

    .not-card--normal:nth-child(3n+1) {
      border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .not-card--normal:nth-child(3n+2) {
      border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .not-card--normal:nth-child(3n) {
      border-right: none;
    }

    /* ── Imagen ── */
    .not-card-img {
      background: #111 center/cover no-repeat;
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
    }

    .not-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: grayscale(20%);
      transition: filter .6s ease, transform .6s ease;
    }

    .not-card:hover .not-card-img img {
      filter: grayscale(0%);
      transform: scale(1.04);
    }

    .not-card-img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(5, 5, 5, 0.7) 0%, transparent 55%);
    }

    .not-card-cat {
      position: absolute;
      top: 0;
      left: 0;
      background: var(--green);
      color: #fff;
      font-size: .74rem;
      font-weight: 800;
      letter-spacing: .2em;
      text-transform: uppercase;
      padding: 5px 14px;
    }

    /* ── Cuerpo ── */
    .not-card-body {
      padding: 20px 24px 24px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .not-card-fecha {
      font-size: .82rem;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.35);
      letter-spacing: .1em;
      margin-bottom: 10px;
      display: block;
      text-transform: uppercase;
    }

    .not-card-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: 1.3rem; font-weight: 900;
      color: #1A1A18;
      line-height: 1.2;
      margin-bottom: 10px;
      transition: color 0.3s;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .not-card:hover .not-card-title {
      color: var(--green-dk);
    }

    .not-card-excerpt {
      font-size: .85rem;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.5);
      line-height: 1.7;
      margin-bottom: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .not-card-link {
      font-size: .79rem;
      font-weight: 800;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--green-dk);
      display: flex;
      align-items: center;
      gap: 8px;
      border-top: 1px solid rgba(0, 0, 0, 0.08);
      padding-top: 14px;
      margin-top: auto;
      transition: gap 0.3s, color 0.3s;
    }

    .not-card:hover .not-card-link {
      gap: 14px;
      color: var(--green);
    }

    @media(max-width:960px) {
      .not-grid {
        grid-template-columns: 1fr 1fr;
      }

      .not-card--featured {
        grid-column: 1 / -1;
        grid-row: auto;
      }

      .not-card--side {
        grid-column: auto;
        grid-row: auto;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
      }

      .not-card--secondary:nth-child(2n) {
        border-right: none;
      }

      .not-card--featured .not-card-img {
        height: 320px;
      }

      .not-hero-content {
        padding: 0 32px 48px;
      }

      .not-container {
        padding: 0 24px;
      }
    }

    @media(max-width:560px) {
      .not-grid {
        grid-template-columns: 1fr;
      }

      .not-card,
      .not-card--featured,
      .not-card--side,
      .not-card--secondary {
        grid-column: auto;
        border-right: none;
      }

      .not-card--featured .not-card-img {
        height: 240px;
      }

      .not-card--featured .not-card-title {
        font-size: 1.5rem;
      }

      .not-hero-content {
        padding: 0 20px 40px;
      }

      .not-container {
        padding: 0 16px;
      }
    }

    /* Loading / Empty */
    .not-loading {
      text-align: center;
      padding: 80px 32px;
      grid-column: 1/-1;
    }

    .not-loading-icon {
      font-size: 2.5rem;
      margin-bottom: 16px;
      display: block;
    }

    .not-loading-text {
      font-family: 'Dosis', sans-serif;
      font-size: 1.4rem;
      font-weight: 400;
      color: #f5f2ec;
      margin-bottom: 8px;
    }

    .not-loading-sub {
      font-size: .85rem;
      color: #888;
      font-weight: 300;
    }

    /* MODAL */
    .not-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .85);
      backdrop-filter: blur(10px);
      z-index: 600;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .not-modal-overlay.open {
      display: flex;
      animation: notFadeIn .25s ease;
    }

    @keyframes notFadeIn {
      from {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .not-modal {
      background: #f5efe4;
      max-width: 680px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
      position: relative;
      border-radius: 8px;
      border: 1px solid rgba(149, 187, 48, .2);
      animation: notSlideUp .3s ease;
    }

    @keyframes notSlideUp {
      from {
        opacity: 0;
        transform: translateY(24px)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    .not-modal::-webkit-scrollbar {
      width: 3px;
    }

    .not-modal::-webkit-scrollbar-thumb {
      background: var(--green);
    }

    .not-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 10;
      background: rgba(0, 0, 0, .35);
      color: #fff;
      border: none;
      width: 36px;
      height: 36px;
      border-radius: 0;
      cursor: none;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .95rem;
      transition: background .25s;
    }

    .not-modal-close:hover {
      background: var(--green);
    }

    /* Galería en Modal */
    .not-modal-gallery-wrap {
      position: relative;
      width: 100%;
      height: 380px;
      background: #000;
      overflow: hidden;
    }

    .not-modal-gallery-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.4s ease;
    }

    .not-modal-gallery-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 5;
      transition: background 0.3s;
    }

    .not-modal-gallery-nav:hover {
      background: var(--green);
    }

    .not-modal-gallery-prev {
      left: 0;
    }

    .not-modal-gallery-next {
      right: 0;
    }

    .not-modal-gallery-counter {
      position: absolute;
      bottom: 16px;
      right: 16px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 4px 12px;
      font-size: 0.7rem;
      font-weight: 700;
      border-radius: 20px;
      z-index: 5;
    }

    .not-modal-thumbs {
      display: flex;
      gap: 12px;
      padding: 16px 32px;
      overflow-x: auto;
      justify-content: center;
      background: rgba(0, 0, 0, 0.02);
      border-bottom: 1px solid rgba(149, 187, 48, 0.1);
    }

    .not-modal-thumb {
      width: 100px;
      height: 70px;
      flex-shrink: 0;
      cursor: pointer;
      border: 2px solid transparent;
      opacity: 0.5;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      border-radius: 4px;
      overflow: hidden;
    }

    .not-modal-thumb.active {
      border-color: var(--green);
      opacity: 1;
      transform: scale(1.05);
    }

    .not-modal-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .not-modal-body {
      padding: 28px 32px 32px;
    }

    .not-modal-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
      flex-wrap: wrap;
    }

    .not-modal-cat {
      background: rgba(149, 187, 48, .15);
      color: var(--green-dk);
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      padding: 4px 12px;
    }

    .not-modal-fecha {
      font-size: .78rem;
      color: #888;
      font-weight: 300;
    }

    .not-modal-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: 1.7rem; font-weight: 900;
      color: #1A1A18;
      letter-spacing: -.02em;
      margin-bottom: 16px;
      line-height: 1.2;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .not-modal-section-label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--green-dk);
      margin-bottom: 8px;
      display: block;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(149, 187, 48, .25);
    }

    .not-modal-text {
      font-size: .88rem;
      font-weight: 400;
      color: #3a3a38;
      line-height: 1.9;
      margin-bottom: 24px;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .not-modal-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      padding-top: 20px;
      border-top: 1px solid rgba(149, 187, 48, .2);
    }

    .not-modal-btn-wa {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #95BB30;
      color: #fff;
      padding: 12px 24px;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-decoration: none;
      transition: background .25s;
    }

    .not-modal-btn-wa:hover {
      background: #7a9e22;
    }

    .not-modal-btn-back {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      color: #1A1A18;
      border: 1.5px solid rgba(149, 187, 48, .4);
      padding: 12px 24px;
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .08em;
      cursor: none;
      transition: all .25s;
    }

    .not-modal-btn-back:hover {
      border-color: var(--green);
      background: rgba(149, 187, 48, .08);
    }

    /* CTA */
    .not-cta {
      padding: 72px 32px;
      text-align: center;
      background: linear-gradient(160deg, #1a3a0a, #2a5a10);
      position: relative;
      overflow: hidden;
    }

    .not-cta::before {
      content: '';
      position: absolute;
      top: -100px;
      left: 50%;
      transform: translateX(-50%);
      width: 500px;
      height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(149, 187, 48, .1) 0%, transparent 70%);
      pointer-events: none;
    }

    .not-cta-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900;
      color: #fff;
      margin-bottom: 12px;
      position: relative;
      z-index: 1;
    }

    .not-cta-title em {
      font-family: 'Dancing Script', cursive; font-style: normal;
      color: var(--green-lt); font-size: 1.25em;
    }

    .not-cta-sub {
      font-size: .88rem;
      color: #ffffff;
      margin-bottom: 32px;
      position: relative;
      z-index: 1;
    }

    .not-cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--green);
      color: #fff;
      padding: 14px 36px;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      text-decoration: none;
      transition: background .25s;
      position: relative;
      z-index: 1;
    }

    .not-cta-btn:hover {
      background: #fff;
      color: var(--green-dk);
    }
  
