/* ===== Organizado por ===== */
.section-organized{
  position: relative;
  padding: clamp(120px,7vw,96px) 0;
  background: var(--bg-section, radial-gradient(1200px 600px at 0% 0%, #232345 0%, #070813 60%, #040615 100%));
  overflow: hidden;
}

/* Fondo (capa 0) */
.section-organized .org-bg{
  position: absolute;
  inset: 0;
  background: url("../../images/misc/sdx\,nskjns.webp") center/cover no-repeat;
  opacity: 1;                 /* deja algo de translucidez */
  filter: saturate(1.05);
  pointer-events: none;
  z-index: 0;                   /* <--- capa baja */
}

/* Contenido (capa 1) */
.section-organized .org-grid{
  position: relative;
  z-index: 1;                   /* <--- encima del fondo */
}

/* layout 2 columnas */
.org-grid{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(24px,4vw,60px);
  align-items: start;
}

/* izquierda */
.org-title{
  margin: 0 0 10px;
  font-size: clamp(34px, 5.6vw, 80px);
  line-height: .98;
}
.org-logo{
  width: 400px; height: 214px;
  max-width: 100%;
  display: block;
  margin: 6px 0 14px;
  object-fit: contain;
  opacity: 1; /* pediste opacidad completa */
}
.org-copy{
  margin: 0 0 14px;
  opacity: .96;
  max-width: 60ch;
  font-size: 22px;
}

/* derecha: 4 bloques 280x353 */
.org-right{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: clamp(16px,2.2vw,22px);
  justify-content: end;
  align-content: start;       /* asegura que el grid arranque arriba */
}
.org-card{
  --r: 18px;
  width: 280px;
  height: 220px;
  padding: 18px;
  border-radius: var(--r);
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
  align-content: center;
  justify-items: center;
  text-align: center;

  /* glass gradient */
  background: linear-gradient(103deg,
              color-mix(in oklab, var(--accent) 28%, transparent),
              color-mix(in oklab, #584990 22%, transparent) 50%,
              color-mix(in oklab, #CE6174 22%, transparent));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 10px 26px rgba(0,0,0,.28);
  backdrop-filter: blur(6px) saturate(1.02);
}
.org-ico{
  width: 64px; height: 64px;
  display: block;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.28));
  justify-self: center;
}
.org-meta{
  align-self: center;
  display: grid;
  gap: 8px;
  justify-items: center; 
  text-align: center;
  justify-self: center;
}
.org-num{
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}
.org-label {
    opacity: 1;
    color: #ffffff;
    line-height: 100%;
    font-weight: 400;
}

/* responsive */
@media (min-width: 681px) and (max-width: 1200px){
  .recognition-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
  }
  .org-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 60px);
    align-items: start;
  }
  .section-organized .org-bg {
    position: absolute;
    inset: 0;
    background: url("../../images/misc/fondo 2 (1).webp") right bottom / cover no-repeat;
    opacity: 1;
    filter: saturate(1.05);
    pointer-events: none;
    z-index: 0;
  }

  .org-copy {
    opacity: 1;
    max-width: 90vh;
    font-size: 26px;
  }

  .org-left {
    width: 80vw;
  }
  .org-right{ grid-template-columns: 1fr 1fr; }

  .org-card {
    --r: 18px;
    width: 270px;
    height: 235px;
    padding: 20px;
    border-radius: var(--r);
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    margin: 5px;
    align-content: center;
    justify-items: center;
    text-align: center;
    background: linear-gradient(103deg,
    color-mix(in oklab, var(--accent) 28%, transparent),
    color-mix(in oklab, #584990 22%, transparent) 50%,
    color-mix(in oklab, #CE6174 22%, transparent));
    border: 1px solid rgba(255, 255, 255, .30);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 10px 26px rgba(0, 0, 0, .28);
    backdrop-filter: blur(6px) saturate(1.02);
  }

  .org-ico {
    width: 80px;
    height: 80px;
    display: block;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .28));
    justify-self: center;
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .org-label {
    opacity: 1;
    color: #ffffff;
    line-height: 100%;
    font-weight: 400;
    font-size: 24px;
  }
}
@media (max-width: 680px){
  .org-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 60px);
    align-items: start;
  }
  .section-organized .org-bg{
    position: absolute;
    inset: 0;
    background: url("../../images/misc/fondo\ 2\ \(1\).webp") right/cover no-repeat;
    opacity: 1;                 /* deja algo de translucidez */
    filter: saturate(1.05);
    pointer-events: none;
    z-index: 0;                   /* <--- capa baja */
  }

  .org-copy {
    opacity: 1;
    max-width: 90vh;
    font-size: 20px;
  }

  .org-left {
    width: 80vw;
  }
  .org-right{ grid-template-columns: 1fr 1fr; }

  .org-card {
    --r: 18px;
    width: 150px;
    height: 160px;
    padding: 10px;
    border-radius: var(--r);
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    margin: 5px;
    align-content: center;
    justify-items: center;
    text-align: center;
    background: linear-gradient(103deg,
    color-mix(in oklab, var(--accent) 28%, transparent),
    color-mix(in oklab, #584990 22%, transparent) 50%,
    color-mix(in oklab, #CE6174 22%, transparent));
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 10px 26px rgba(0, 0, 0, .28);
    backdrop-filter: blur(6px) saturate(1.02);
  }

  .org-ico {
    width: 50px;
    height: 50px;
    display: block;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .28));
    justify-self: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
